1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-25 18:24:59 +01:00

Commit graph

  • 3185d88776 Don't touch music when completing custom level Misa 2021-09-10 15:42:25 -07:00
  • 91b63e7f88 Fix dying during collection prompt persisting effects Misa 2021-09-10 11:49:46 -07:00
  • c83a360dd3 Fix unused variable warning on non-Emscripten Misa 2021-09-08 11:43:23 -07:00
  • 15b6fb0edd Remove -sFORCE_FILESYSTEM=1 from compile options leo60228 2021-09-07 11:47:41 -04:00
  • 7560b8b60b Handle lost focus on Emscripten leo60228 2021-09-07 11:46:39 -04:00
  • d40af63aa3 Split Func_input and Func_delta when unfocused leo60228 2021-09-07 11:45:45 -04:00
  • b389db756d Remove -sFORCE_FILESYSTEM=1 from compile options leo60228 2021-09-07 11:47:41 -04:00
  • f667419162 Handle lost focus on Emscripten leo60228 2021-09-07 11:46:39 -04:00
  • ed060b742a Split Func_input and Func_delta when unfocused leo60228 2021-09-07 11:45:45 -04:00
  • 7430be69e3 Remove getBGR Misa 2021-08-28 12:59:46 -07:00
  • f6c9ff848f Fix all FillRect getRGB calls to be passed in RGB order Misa 2021-09-06 20:08:00 -07:00
  • d0b81d8eff Simplify clearing surface in preloader with ClearSurface() Misa 2021-08-28 12:59:27 -07:00
  • 37b7615b71 Fix surface color masks Misa 2021-02-18 22:20:11 -08:00
  • 2c0d6920e8 bprintalpha: Call PrintAlpha with a false cen Misa 2021-09-06 19:50:24 -07:00
  • c64fd89325 Untabify every single file Misa 2021-09-06 18:56:39 -07:00
  • b3f437fe55 Rename respawncolour to savecolour Misa 2021-09-06 18:28:28 -07:00
  • 8e61a04937 Add changerespawncolour() script command Misa 2021-09-06 16:09:18 -07:00
  • 33c5b8b7c0 Use const std::string& where possible in function params Misa 2021-09-06 15:41:49 -07:00
  • ff07f9c268 De-duplicate text printing functions Misa 2021-09-06 15:18:22 -07:00
  • 730c935218 Textboxes: Don't use separate RGB variables Misa 2021-09-06 00:48:42 -07:00
  • 13a0c1282d drawgui: Don't declare loop vars in for initializers Misa 2021-09-06 00:36:35 -07:00
  • a7aa92232f Remove redundant FillRect when drawing text boxes Misa 2021-09-03 16:01:59 -07:00
  • e9c3b03eba Remove unused SDL.h include from Textbox.h Misa 2021-09-05 23:07:04 -07:00
  • 69fcdf9217 Remove useless variable lw from textboxclass Misa 2021-09-05 23:04:34 -07:00
  • e47ff8131b Move max off of textboxclass Misa 2021-09-05 20:46:46 -07:00
  • 9a637d0c0f Clean up style of drawcoloredtile Misa 2021-09-03 15:34:45 -07:00
  • 1b236d5ec7 Clean up style of drawtextbox/drawpixeltextbox Misa 2021-09-03 15:31:59 -07:00
  • 36d0056c2c drawtextbox: Use drawpixeltextbox Misa 2021-09-03 15:28:45 -07:00
  • 9767eb91f4 drawpixeltextbox: Remove now-unused parameters Misa 2021-09-03 15:26:57 -07:00
  • 31844eabc6 Axe drawcustompixeltextbox in favor of drawpixeltextbox Misa 2021-09-03 15:20:16 -07:00
  • 02b1fedeb1 drawpixeltextbox: Draw remaining horz/vert tile if non-multiple-8 Misa 2021-09-03 15:04:25 -07:00
  • 1eb3e73c00 drawpixeltextbox: Don't use unneeded variables Misa 2021-09-03 14:59:00 -07:00
  • 651cd4b674 Use drawtextbox() to draw text boxes Misa 2021-09-01 20:45:10 -07:00
  • fc2de88b03 Use SDL_BlitScaled in ScaleSurface Misa 2021-09-05 20:06:28 -07:00
  • 25af54529b Don't check map.extrarow when opening map Misa 2021-09-05 17:04:26 -07:00
  • f467f86dc2 Use resumegamemode to track menu animation Misa 2021-09-05 16:59:05 -07:00
  • 77696c0d55 Don't check map.extrarow when opening map Misa 2021-09-05 17:04:26 -07:00
  • edf949bd9c Use resumegamemode to track menu animation Misa 2021-09-05 16:59:05 -07:00
  • ca35c53c1a 2.3.3 2.3.3 Ethan Lee 2021-09-04 16:31:56 -04:00
  • b667e44bcf Don't use map.extrarow for menu animations Misa 2021-09-03 17:13:03 -07:00
  • da6c524db5 Don't use map.extrarow for menu animations Misa 2021-09-03 17:13:03 -07:00
  • 70d3c999be Only reset fade booleans when music is actually played Misa 2021-09-03 16:38:34 -07:00
  • 727400ff27 Only reset fade booleans when music is actually played Misa 2021-09-03 16:38:34 -07:00
  • 6f315af42d Updated .ico Ethan Lee 2021-09-03 15:57:16 -04:00
  • aba3a8ee9d Updated .ico Ethan Lee 2021-09-03 15:57:16 -04:00
  • c8fcbc1256 2.3.2 2.3.2 Ethan Lee 2021-09-03 15:26:38 -04:00
  • a302692ab2 Add message when player is kicked out of Super Gravitron Misa 2021-09-03 12:08:31 -07:00
  • 4339bbadbb Add message when player is kicked out of Super Gravitron Misa 2021-09-03 12:08:31 -07:00
  • d64608ecaa Correct onground/onroof check leo60228 2021-09-02 18:30:30 -04:00
  • 72ade2ce49 Only execute flip logic when has_control leo60228 2021-09-02 14:50:00 -04:00
  • 58098dc748 Only apply flip momentum to player entities on ground/roof leo60228 2021-09-02 14:47:12 -04:00
  • be8f1c4780 Correct onground/onroof check leo60228 2021-09-02 18:30:30 -04:00
  • a59e9d51db gamemode(teleporter): Set gamestate to GAMEMODE Misa 2021-09-02 12:23:17 -07:00
  • 82971296c2 Prevent user-initiated map menu changes during menu animations Misa 2021-09-02 12:21:46 -07:00
  • 4ecec8a327 Call teleporterrenderfixed in TELEPORTERMODE Misa 2021-09-02 11:46:56 -07:00
  • e30fc4500e gamemode(teleporter): Set gamestate to GAMEMODE Misa 2021-09-02 12:23:17 -07:00
  • 5b10164659 Prevent user-initiated map menu changes during menu animations Misa 2021-09-02 12:21:46 -07:00
  • bfe5e4ad38 Only execute flip logic when has_control leo60228 2021-09-02 14:50:00 -04:00
  • a120f173c5 Only apply flip momentum to player entities on ground/roof leo60228 2021-09-02 14:47:12 -04:00
  • e9ec34e1f5 Call teleporterrenderfixed in TELEPORTERMODE Misa 2021-09-02 11:46:56 -07:00
  • be2b1564a8
    Call FS.syncfs on Emscripten (#838) leo60228 2021-09-02 13:19:51 -04:00
  • f22028a7ec Don't always sync filesystem leo60228 2021-09-02 11:16:44 -04:00
  • 47cc857899 display error instead of aborting leo60228 2021-09-02 11:10:27 -04:00
  • 3c318814a4 Remove EditorData and put its attributes on customlevelclass Misa 2021-02-20 16:04:50 -08:00
  • 8bff287907 Rename edentity to customentities Misa 2021-02-20 16:01:39 -08:00
  • 47d01277bf Rename edentities to CustomEntity Misa 2021-02-20 15:56:59 -08:00
  • 3c30d9b7f0 Rename cl.level to cl.roomproperties Misa 2021-02-20 15:54:24 -08:00
  • d549a535e0 Rename edlevelclass to RoomProperty Misa 2021-02-20 15:45:48 -08:00
  • 86b47878f9 Fix number of spaces of indentation of CustomLevels.h Misa 2021-02-20 15:43:16 -08:00
  • a23014350f Move all editor-specific attributes to a new editorclass Misa 2021-02-20 15:40:11 -08:00
  • 987ae88909 Remove comment from top of editorclass Misa 2021-02-20 14:56:40 -08:00
  • 6df182b38d Remove getLevelDirFileNames() from editorclass Misa 2021-02-20 14:40:54 -08:00
  • 83cccbed07 Remove contents memset from editorclass constructor Misa 2021-02-20 14:31:04 -08:00
  • 6f0177ec04 Move editor functions to separate header Misa 2021-02-19 23:21:58 -08:00
  • 3e380e23fb Rename editor.h to CustomLevels.h Misa 2021-02-19 23:19:09 -08:00
  • 3fe0f01bcc Move editor functions to separate file Misa 2021-02-19 20:51:25 -08:00
  • 3f4b579a3c Remove EditorData and put its attributes on customlevelclass Misa 2021-02-20 16:04:50 -08:00
  • a0adeb59cf Rename edentity to customentities Misa 2021-02-20 16:01:39 -08:00
  • 66e1f7a37c Rename edentities to CustomEntity Misa 2021-02-20 15:56:59 -08:00
  • e4b39132e8 Rename cl.level to cl.roomproperties Misa 2021-02-20 15:54:24 -08:00
  • 19d137e960 Rename edlevelclass to RoomProperty Misa 2021-02-20 15:45:48 -08:00
  • 8e48a69add Fix number of spaces of indentation of CustomLevels.h Misa 2021-02-20 15:43:16 -08:00
  • df0e9aa58e Move all editor-specific attributes to a new editorclass Misa 2021-02-20 15:40:11 -08:00
  • b2784ebd24 Remove comment from top of editorclass Misa 2021-02-20 14:56:40 -08:00
  • c3413ba17c Remove getLevelDirFileNames() from editorclass Misa 2021-02-20 14:40:54 -08:00
  • 767d9fadcd Remove contents memset from editorclass constructor Misa 2021-02-20 14:31:04 -08:00
  • 804d54490e Move editor functions to separate header Misa 2021-02-19 23:21:58 -08:00
  • a49851de23 Rename editor.h to CustomLevels.h Misa 2021-02-19 23:19:09 -08:00
  • 5c3c76af5c Move editor functions to separate file Misa 2021-02-19 20:51:25 -08:00
  • 3ef5248db9 Simplify and print XML errors from TinyXML-2 Misa 2021-03-23 18:44:16 -07:00
  • cbc84edb0e Remove superfluous message if settings.vvv/unlock.vvv don't exist Misa 2021-03-23 18:35:38 -07:00
  • 73535b4342 De-duplicate loadsummary parsing and move to different function Misa 2021-03-23 16:43:02 -07:00
  • bbc2f06d81 De-duplicate quick/telesummary fetching in Game::init() Misa 2021-03-23 14:42:33 -07:00
  • 9e9f1c9255 Simplify and print XML errors from TinyXML-2 Misa 2021-03-23 18:44:16 -07:00
  • 5d3c84a5a4 Remove superfluous message if settings.vvv/unlock.vvv don't exist Misa 2021-03-23 18:35:38 -07:00
  • 28b02a5aa1 De-duplicate loadsummary parsing and move to different function Misa 2021-03-23 16:43:02 -07:00
  • 0eb3760fe2 De-duplicate quick/telesummary fetching in Game::init() Misa 2021-03-23 14:42:33 -07:00
  • c58c357a81 Simplify Flip Mode rendering code with SDL_RenderCopyEx Misa 2021-08-29 13:31:42 -07:00
  • 23a2f57a70 Replace some info logs with debug logs Misa 2021-09-01 14:19:13 -07:00
  • b652d327dc Add debug logs Misa 2021-09-01 14:11:23 -07:00