Commit Graph

  • 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
  • a0f10d80e5 Refactor, de-duplicate, and clean up tilesheet processing Misa 2020-06-27 23:59:47 -07:00
  • 7627a37216 Change a '||' to a '==' Misa 2020-06-28 02:07:22 -07:00
  • 9363cf4c40 Fix Game::anything_unlocked() always evaluating to true Misa 2020-06-28 02:12:56 -07:00
  • 22738cdb97 Remove unused/useless vars music.custompd/musicfade(in)/volume Misa 2020-06-27 01:40:58 -07:00
  • facb079b35 Fix resumemusic/musicfadein not working Misa 2020-06-27 01:31:09 -07:00
  • 2662cd4d06 Refactor KeyPoll::Poll() to use case-switch statements Misa 2020-06-26 18:17:01 -07:00
  • a87ebd2945 Remove unnecessary middleman game.infocus Misa 2020-06-26 17:45:53 -07:00
  • 5052391f60 Make warpdir only re-draw BG if targeted room is current room Misa 2020-06-25 22:31:46 -07:00
  • 1cbecdda86 Use returntomenu(timetrials) instead of returnmenu in timetrialcomplete3 Misa 2020-06-25 16:22:58 -07:00
  • 9804fbc383 Fix gamecontrollerdb.txt path Ethan Lee 2020-06-23 19:08:08 -04:00
  • 94a67ca0aa Only check Secret Lab/Time Trial/NDM for slowdown if ingame_titlemode Misa 2020-06-22 22:56:40 -07:00
  • a3f171b018 Allow toggling invincibility/slowdown in intermission replays Misa 2020-06-22 22:55:59 -07:00
  • 65f84b15f4 Fix deltaframe tower BG flicker when exiting menu in H/V warp room Misa 2020-06-22 22:46:29 -07:00
  • 16ebb807db Set backgrounddrawn to false when returning to pause menu Misa 2020-06-22 22:18:21 -07:00
  • 441e7babd7 Fix Flip Mode persisting in in-game options menu Misa 2020-06-22 21:41:21 -07:00
  • c5a5589ce5 Allow pressing Esc to close Esc menu Misa 2020-06-22 21:36:50 -07:00
  • f6d73c62ec Allow pressing Esc to go back to pause menu from quit prompt Misa 2020-06-22 21:20:05 -07:00
  • b63347b70c Prevent menu input if fading out Misa 2020-06-22 21:01:52 -07:00
  • 3c5ed04678 Make "no, keep playing" go back to pause menu Misa 2020-06-22 20:58:09 -07:00
  • f6330c57fd Reset map.bypos when entering options menus in-game Misa 2020-06-22 20:52:10 -07:00
  • ccd6cfab7f Round map.colstate to nearest 5 when entering options menus Misa 2020-06-22 20:49:16 -07:00