Commit Graph

  • 4c6ab6e6b7 Remove unused vars from Graphics/GraphicsResources Misa 2020-07-03 02:20:07 -07:00
  • adca6a122a Turn tower vectors into plain arrays Misa 2020-07-03 02:16:18 -07:00
  • 9dcda17978 Turn map.contents into a plain array Misa 2020-07-03 02:06:46 -07:00
  • a1d4523177 Turn areamap into plain array Misa 2020-07-02 21:13:23 -07:00
  • cb3afa295a Turn map.explored, map.roomdeaths(final) into plain arrays Misa 2020-07-02 21:01:09 -07:00
  • 118008d824 Move temp/temp2 off of UtilityClass, remove globaltemp Misa 2020-07-02 19:35:21 -07:00
  • 6b23244366 Move temp variable off of editorclass Misa 2020-07-02 19:28:35 -07:00
  • 524a535c62 Move temp and temp2 off of mapclass Misa 2020-07-02 19:20:22 -07:00
  • 0664eac7fc Turn obj.collect and obj.customcollect into plain arrays Misa 2020-07-02 19:17:32 -07:00
  • 62203efb2c Turn obj.flags into an array instead of a vector Misa 2020-07-02 18:22:19 -07:00
  • 1258eb7bf4 Turn crew rescued/mood vectors into arrays Misa 2020-07-02 18:10:52 -07:00
  • cd3869f974 Turn time trial stat vectors into plain arrays Misa 2020-07-02 17:09:30 -07:00
  • 56f06bd853 De-duplicate and use a macro for loading things into plain arrays Misa 2020-07-02 16:58:58 -07:00
  • 3f448ce439 Turn unlock/unlocknotify into plain arrays Misa 2020-07-02 16:45:22 -07:00
  • c3e7ddca9c Add bounds checks to scriptclass::tokenize() Misa 2020-07-02 16:09:55 -07:00
  • c7774a3eb9 Turn words into an array instead of an std::vector Misa 2020-07-02 16:07:35 -07:00
  • 689af99220 Make currentletter a char instead of an std::string Misa 2020-07-02 16:04:51 -07:00
  • 56b2f43ff8 Move tempword and currentletter off of scriptclass Misa 2020-07-02 16:03:40 -07:00
  • f28fcd78e8 Fix softlock from interrupted completestop Misa 2020-07-04 22:55:21 -07:00
  • d06fadadf2 Fix Map.cpp relying on editor.h to include Script.h Misa 2020-07-04 22:23:13 -07:00
  • 1dfc536b0f Fix infinite loop pressing left/right in tele menu w/ no teles unlocked Misa 2020-07-04 18:58:13 -07:00
  • aa873ce172 Use proper do-while for teleporter searching loop Misa 2020-07-04 18:50:58 -07:00
  • 7f61147973 Fix still being able to unlock things in custommode Misa 2020-07-02 19:56:26 -07:00
  • c4853688b4 Separate mkdirs from path string generation Ethan Lee 2020-07-02 15:57:40 -04:00
  • 029cc9d4b9 Fix wrong function being used to set color of coins Misa 2020-07-02 12:31:31 -07:00
  • c3e4e8589d Check saves dir in addition to levels dir for migration Ethan Lee 2020-07-02 14:58:04 -04:00
  • d057c6a348 PHYSFS_mkdir uses the mount location when a system is mounted Ethan Lee 2020-07-02 14:56:59 -04:00
  • ee610238b5 Try to preserve the script args for createentity when using default args Ethan Lee 2020-07-02 14:34:21 -04:00
  • d22b895e22 Allow edentity terminals to use any sprite they want Misa 2020-06-30 23:43:33 -07:00
  • 450663594f Add G keybind to go to room Misa 2020-06-30 23:35:59 -07:00
  • 76d8dc5bf2 Refactor/de-duplicate entity text input Misa 2020-06-30 23:17:26 -07:00
  • 0f450f3e39 Move the VSync work to Screen. Ethan Lee 2020-07-02 00:19:40 -04:00
  • d854c61960 Add Shift+F1/F2/F3 hotkeys Misa 2020-06-30 21:53:11 -07:00
  • 5132ccf1e6 Allow using Space Station tilecol -1 Misa 2020-06-30 21:47:03 -07:00
  • e8cf521ed7 Abstract tileset/tilecol/enemy switching to functions Misa 2020-06-30 21:39:10 -07:00
  • a0f8b83563 Re-organize editor shortcuts logic Misa 2020-06-30 20:39:36 -07:00
  • cf9c2f8933 Fix deltaframe render glitch when spawning animated double-size entities Misa 2020-07-01 14:45:50 -07:00
  • 2569154010 Don't adhere to slowdown in MAPMODE/TELEPORTERMODE Misa 2020-07-01 03:04:17 -07:00
  • f7da19b667 Make text() colors consistent with setblockcolour() Misa 2020-07-01 03:03:35 -07:00
  • 8e4be6112d Fix a couple spots where sizeof referred to array size Ethan Lee 2020-07-01 00:46:55 -04:00
  • 641277b430 Timing fixes for processVsync recreation workaround Ethan Lee 2020-07-01 00:46:27 -04:00
  • 708c8be089 NULL checks for processVsync Ethan Lee 2020-07-01 00:36:04 -04:00
  • ffe425a202 Copypaste error for s_besttimes Ethan Lee 2020-07-01 00:31:41 -04:00
  • 3d8f53cfd2 Fix memset writing past bestframes Ethan Lee 2020-06-30 23:02:18 -04:00
  • 56c9a1554a Add names for previously disallowed songs Misa 2020-06-30 18:41:20 -07:00
  • 7620e4664b Allow using any editor song Misa 2020-06-30 18:40:44 -07:00
  • 6c19a38e9f De-duplicate editor music name printing Misa 2020-06-30 18:40:18 -07:00
  • ee20067fc2 Read and write best time trial frames Misa 2020-06-30 18:59:16 -07:00
  • 42e6185b12 Fix pressing Enter moving you leftwards in the editor Misa 2020-06-30 19:40:24 -07:00
  • 97bf731fa3 If invalid valid value, set valid to false Misa 2020-06-30 17:58:34 -07:00
  • 170e93054a Remove extraneous semicolon from MusicTrack::MusicTrack() Misa 2020-06-30 17:57:22 -07:00
  • 5fe3b9d0de Add bounds check to musicclass::play() Misa 2020-06-30 17:17:29 -07:00
  • 7c2b418761 Account for extra tracks in musicclass::play() Misa 2020-06-30 17:08:37 -07:00
  • 08fe655a5f Parse extra headers from binary blob Misa 2020-06-30 15:35:50 -07:00
  • 4c2f5ed032 Add binaryBlob::getExtra() Misa 2020-06-30 15:27:57 -07:00
  • 09dbe8113b De-duplicate track names Misa 2020-06-30 15:17:02 -07:00
  • ad540d57f4 Allow D-Pad to act as arrow keys in the editor Misa 2020-06-30 17:39:32 -07:00
  • 07028d47d5 Add one-time OoB logs to tile-drawing functions Misa 2020-06-30 15:01:30 -07:00
  • 5201f67909 Add being able to override the one-way recolor Misa 2020-06-30 14:08:14 -07:00
  • 2d21bab4ea Only re-color one-ways if assets are not mounted Misa 2020-06-30 11:55:21 -07:00
  • d610e2dae3 Add bounds checks to drawforetile/drawforetile2/drawforetile3 Misa 2020-06-30 11:51:01 -07:00
  • e84194db55 Re-color one-way tiles to match their tileset Misa 2020-06-30 11:47:22 -07:00
  • b5783007b3 Adhere to "locked" gravity/warp lines Misa 2020-06-30 14:42:34 -07:00
  • 7adf71a21b Change "toggle letterbox" to "scaling mode" Dav999-v 2020-06-30 22:36:57 +02:00
  • e20c01deed Move "resize to nearest" grouped with other resolution-related options Dav999-v 2020-06-30 22:30:59 +02:00
  • a2d8e57af0 Move some options to a new menu, "advanced options" Dav999-v 2020-06-30 22:06:19 +02:00
  • de2d6a1e86 Expose all 9 arguments of createentity() Misa 2020-06-30 13:35:02 -07:00
  • db06b336b6 Don't set showtrinkets when loading custom quicksave Misa 2020-06-30 13:22:39 -07:00
  • 15e10af08e Display trinkets on the minimap in custommode Misa 2020-06-30 13:19:56 -07:00
  • 9e9b1b3c6d Scan for trinkets and put them into shinytrinkets in customs Misa 2020-06-30 12:30:19 -07:00
  • 3f7ed4b94a Don't selectively undraw tiles in towers if backgrounds are off Misa 2020-06-30 11:10:00 -07:00
  • 2c18d28880 Add Flip Mode to game options if in M&P or in-game menu and unlocked Misa 2020-06-29 20:45:57 -07:00
  • 7ce4f1173d Add "resize to nearest" graphics option Misa 2020-06-29 22:02:21 -07:00
  • e331abcd7e Fix Alt+Enter Glitch if not in glitchrunner mode Misa 2020-06-29 21:06:19 -07:00
  • 35c540449e Add being able to disable unfocus pause Misa 2020-06-29 19:49:14 -07:00
  • 3f077ee56a Don't gray out invincibility/slowdown in intermission Misa 2020-06-29 19:25:46 -07:00
  • e85d5a8714 Merge pull request #326 from InfoTeddy/general-refactors Ethan Lee 2020-06-29 22:31:03 -04:00
  • b9bf2cc1c5 Unindent loadcustomlevelstats from previous commit Misa 2020-06-29 18:47:45 -07:00
  • be9c405ddd Use returns and don't have rest of loadcustomlevelstats in an 'else' Misa 2020-06-29 18:44:54 -07:00
  • 9a008dc77c Refactor how custom level stats are stored, read, and written Misa 2020-06-29 18:39:22 -07:00
  • 38a42b484d Merge pull request #322 from Dav999-v/auto-center-menu Ethan Lee 2020-06-29 19:10:39 -04:00
  • f64e9237c4 Display centiseconds on time trial result and Game Complete Misa 2020-06-29 15:53:19 -07:00
  • ad27a5c154 Reset width of player in mapclass::resetplayer() Misa 2020-06-29 15:34:13 -07:00
  • 66d19d4cf4 Disable two-frame delay fix in glitchrunner mode Misa 2020-06-29 15:32:07 -07:00
  • d4592cd6b3 Add special case to color gray Warp Zone entities gray Misa 2020-06-29 15:27:23 -07:00
  • 584f73f0a4 Add BlitSurfaceTinted() Misa 2020-06-29 15:05:57 -07:00
  • cc538a0965 Merge remote-tracking branch 'upstream/master' into auto-center-menu Dav999-v 2020-06-29 23:40:10 +02:00
  • 803d0f45de Document menu width limit better Dav999-v 2020-06-29 23:18:33 +02:00
  • ebd381c228 Fix the two-frame-delay when entering a room with an "init" script Misa 2020-06-27 17:08:57 -07:00
  • baf879d9fd Remove unused tmap vars from mapclass Misa 2020-06-27 15:56:18 -07:00
  • e1a114d1a5 Un-fix hitbox persistence in map.resetplayer() Misa 2020-06-25 14:56:09 -07:00
  • 387ee4dc79 Un-hardreset certain variables for glitchrunner mode Misa 2020-06-25 14:49:54 -07:00
  • cb8540d7bd Restore janky gamestate-based quit-to-title system in glitchrunnermode Misa 2020-06-25 14:41:44 -07:00
  • 9bab6bd0cb Don't hardreset() game.advancetext in glitchrunner mode Misa 2020-06-25 14:39:51 -07:00
  • 5848330e66 Re-enable unbounded gamestate increment in glitchrunner mode Misa 2020-06-25 14:34:22 -07:00
  • 779083b417 Add glitchrunner mode, in game options Misa 2020-06-25 14:31:37 -07:00
  • 46d5fc6576 Correct minimum horizontal spacing check Dav999-v 2020-06-29 02:58:38 +02:00
  • 0023c821db Make menus automatically centered and narrowed Dav999-v 2020-06-29 02:09:52 +02:00
  • 18b34d0066 Add logs if a Graphics func was stopped from indexing OoB Misa 2020-06-28 12:43:12 -07:00
  • c95c1ab250 Add bounds check to textbox functions that use m Misa 2020-06-28 10:40:58 -07:00