1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-11 11:29:45 +01:00

Commit graph

  • 90d2881541 Move Secret Lab nocompetitive check to Super Gravitron Misa 2021-05-03 18:57:13 -0700
  • 1b90f9c847 Factor out slowdown/invincibility conds to function Misa 2021-05-03 18:29:23 -0700
  • 324c1c04c1 Factor out Secret Lab/Time Trial/NDM conds to function Misa 2021-05-03 18:22:59 -0700
  • 9f603ea3fe Consolidate tower BG bypos and bscroll assignments Misa 2021-04-22 18:47:07 -0700
  • 5c3fbd0022 Fix background smearing pushing tower camera with invincibility Misa 2021-03-28 12:53:08 -0700
  • 7c55b449e0 Fix two places with map.oldypos not being assigned Misa 2021-04-22 20:27:45 -0700
  • dcbdf068e9 Consolidate tower BG bypos and bscroll assignments Misa 2021-04-22 18:47:07 -0700
  • 3c6b4e9fc9 Fix background smearing pushing tower camera with invincibility Misa 2021-03-28 12:53:08 -0700
  • cf8611c912 Fix two places with map.oldypos not being assigned Misa 2021-04-22 20:27:45 -0700
  • 6e9fc8e923 Call Mix_VolumeMusic() when playing tracks 0 and 7 Misa 2021-04-27 16:59:01 -0700
  • cd38d2ca12 Reset fade booleans when starting music Misa 2021-04-27 16:57:32 -0700
  • 1f5835c985 Fix fade volume durations being incorrect Misa 2021-04-27 16:37:16 -0700
  • 4722c50f0b Call Mix_VolumeMusic() when playing tracks 0 and 7 Misa 2021-04-27 16:59:01 -0700
  • 4014074f3e Reset fade booleans when starting music Misa 2021-04-27 16:57:32 -0700
  • 1b6bf9446d Fix fade volume durations being incorrect Misa 2021-04-27 16:37:16 -0700
  • 801ac995e2 Fix VVVVVV-Man not warping horizontally Misa 2021-04-22 15:47:57 -0700
  • 78c319c34d Fix rescuable crewmates not warping Misa 2021-04-22 15:41:09 -0700
  • 0e167a27d1 Unindent room wrap for-loops from previous commit Misa 2021-04-22 15:38:29 -0700
  • 29ff47cacb Invert and use continue in room wrap for-loops Misa 2021-04-22 15:36:16 -0700
  • 285fc24513 Clean up style of room wrap for-loops Misa 2021-04-22 15:31:23 -0700
  • 4c3d67529b Fix VVVVVV-Man not warping horizontally Misa 2021-04-22 15:47:57 -0700
  • 003f9c5e1b Fix rescuable crewmates not warping Misa 2021-04-22 15:41:09 -0700
  • 27a3ddd9ef Unindent room wrap for-loops from previous commit Misa 2021-04-22 15:38:29 -0700
  • cc13bb6cc4 Invert and use continue in room wrap for-loops Misa 2021-04-22 15:36:16 -0700
  • 44b51a858f Clean up style of room wrap for-loops Misa 2021-04-22 15:31:23 -0700
  • 53b3811a4d Move graphic options menu update to toggleFullScreen Misa 2021-04-22 16:19:20 -0700
  • 960bd4a519 Add NULL checks and asserts to graphic options Misa 2021-04-22 16:18:06 -0700
  • c3f09c4cf1 Move graphic options menu update to toggleFullScreen Misa 2021-04-22 16:19:20 -0700
  • 918e603f0c Add NULL checks and asserts to graphic options Misa 2021-04-22 16:18:06 -0700
  • 0fc17ec277 Fix only removing duplicate script names from script name list Misa 2021-04-20 11:41:19 -0700
  • 779a48dbb4 Remove use of <algorithm> from editor.cpp Misa 2021-04-20 11:29:50 -0700
  • 9cfa033083 Fix only removing duplicate script names from script name list Misa 2021-04-20 11:41:19 -0700
  • 55f3bf34b5 Remove use of <algorithm> from editor.cpp Misa 2021-04-20 11:29:50 -0700
  • b2c6c08621 Quote CMAKE_CXX_FLAGS Misa 2021-04-20 11:19:59 -0700
  • 0162c37878 Quote CMAKE_CXX_FLAGS Misa 2021-04-20 11:19:59 -0700
  • 370e53f4d3 Draw minimap.png if it is mounted Misa 2021-04-18 23:39:10 -0700
  • a7412dc271 Draw minimap.png if it is mounted Misa 2021-04-18 23:39:10 -0700
  • 186f36beea Add error checking to base path setup Misa 2021-04-18 14:32:38 -0700
  • 2b4f3ab19e Pass size of output through instead of hardcoding it Misa 2021-04-18 14:26:29 -0700
  • 1531384389 Add error checking to base path setup Misa 2021-04-18 14:32:38 -0700
  • 018c04217e Pass size of output through instead of hardcoding it Misa 2021-04-18 14:26:29 -0700
  • 3102cac9d9 Add asserts for missing images and sound effects Misa 2021-04-18 10:58:28 -0700
  • 9f11438dcc Fix dereferencing NULL if image fails to load Misa 2021-04-18 10:57:48 -0700
  • 8956b04d67 Fix missing return statements in drawsprite() Misa 2021-04-18 10:43:36 -0700
  • 1191f425b3 Add NULL checks to FILESYSTEM_loadFileToMemory() Misa 2021-04-18 10:41:19 -0700
  • 3ebdc1da89 Transfer param init responsibility to loadFileToMemory Misa 2021-04-18 10:35:36 -0700
  • 8c8118e43f Don't mix code and decls in loadFileToMemory() Misa 2021-04-18 10:29:23 -0700
  • 120bb7288b Don't mix code and decls in SoundTrack constructor Misa 2021-04-18 10:22:06 -0700
  • 653f0586ed Add asserts for missing images and sound effects Misa 2021-04-18 10:58:28 -0700
  • 71fe839ebe Fix dereferencing NULL if image fails to load Misa 2021-04-18 10:57:48 -0700
  • 7e4bd8cc7d Fix missing return statements in drawsprite() Misa 2021-04-18 10:43:36 -0700
  • fcdb99cb8b Add NULL checks to FILESYSTEM_loadFileToMemory() Misa 2021-04-18 10:41:19 -0700
  • f8fafcedc6 Transfer param init responsibility to loadFileToMemory Misa 2021-04-18 10:35:36 -0700
  • b7a09a939e Don't mix code and decls in loadFileToMemory() Misa 2021-04-18 10:29:23 -0700
  • 7200080f67 Don't mix code and decls in SoundTrack constructor Misa 2021-04-18 10:22:06 -0700
  • b02cf00ce6 Remove unnecessary Sint16 casts Misa 2021-04-18 11:13:12 -0700
  • e2657b3b02 Remove unnecessary Sint16 casts Misa 2021-04-18 11:13:12 -0700
  • 15b085b326 Fix duplicating ed_settings when opening editor menu second time Misa 2021-04-18 09:55:11 -0700
  • d5d70fb472 Fix duplicating ed_settings when opening editor menu second time Misa 2021-04-18 09:55:11 -0700
  • 90b48887ed Fix missing colon in prompt when placing terminal Misa 2021-04-17 22:27:46 -0700
  • c37eb37b4d Consistently play Viridian squeak for pause menu inputs Misa 2021-04-17 22:25:21 -0700
  • b45af8e29e Fix missing colon in prompt when placing terminal Misa 2021-04-17 22:27:46 -0700
  • b4bba776ea Consistently play Viridian squeak for pause menu inputs Misa 2021-04-17 22:25:21 -0700
  • c84d7ebf08 Rename vx/vy createentity args to meta1/meta2 Misa 2021-04-17 01:14:10 -0700
  • 9ba30caeb3 Remove default function args from createentity() Misa 2021-04-17 01:08:51 -0700
  • 7d223db211 Change all createentity args to be ints Misa 2021-04-17 01:07:27 -0700
  • 674a093ff3 Rename vx/vy createentity args to meta1/meta2 Misa 2021-04-17 01:14:10 -0700
  • a49728b1e7 Remove default function args from createentity() Misa 2021-04-17 01:08:51 -0700
  • d51d386c86 Change all createentity args to be ints Misa 2021-04-17 01:07:27 -0700
  • 516e71c7da Remove customlevelstatsloaded from Game Misa 2021-03-23 15:32:11 -0700
  • 28c3ec9572 Make map.[old]ypos ints instead of floats Misa 2021-04-16 23:48:54 -0700
  • 07c425b2f8
    Merge pull request #730 from InfoTeddy/general-improvements Terry Cavanagh 2021-04-17 18:10:57 +1030
  • d02b5ebe97 Make map.[old]ypos ints instead of floats Misa 2021-04-16 23:48:54 -0700
  • 3ff6b2c7b7 Remove customlevelstatsloaded from Game Misa 2021-03-23 15:32:11 -0700
  • 83ad5e66de Show and hide mouse cursor based on user input Misa 2021-04-16 22:46:43 -0700
  • c76c67b125 Axe mouse cursor config option Misa 2021-04-16 22:00:33 -0700
  • 390720dacc Disable exceptions and RTTI in CMakeLists Misa 2021-04-16 19:42:26 -0700
  • 83f438d694 Use booleans for SUPPORTS_IMPLICIT_FALLTHROUGH Misa 2021-04-16 19:30:27 -0700
  • 2229c2c6c0 Remove usage of undefined variable PFSP_SRC Misa 2021-04-16 19:15:50 -0700
  • afae945930 Don't pollute global includes/defines namespace Misa 2021-04-16 19:09:59 -0700
  • 78aa3ca715 Switch SDL2 includes to be private Misa 2021-04-16 17:27:54 -0700
  • ce4dc7e7bc Set C standard to C90 in CMake file Misa 2021-04-16 16:40:08 -0700
  • c17ea40866 Use multiline comments in C files Misa 2021-04-16 16:42:03 -0700
  • 4c199efbac Add CMake version guard around setting C++ standard Misa 2021-04-16 16:38:31 -0700
  • 575698e715 Change cache bool variables into options Misa 2021-04-16 16:35:31 -0700
  • c060419a47 Remove redundant C++ standard sets from CMakeFiles Misa 2021-04-16 16:33:12 -0700
  • c41ec551f7 Lowercase function calls in CMakeLists Misa 2021-04-16 16:30:51 -0700
  • d2951fb7f4 Remove extra semicolon from end of Credits namespace Misa 2021-04-14 22:00:58 -0700
  • 0dceec8c20 Add -Wpedantic to GCC/Clang in CMakeLists Misa 2021-04-14 21:59:01 -0700
  • 413a11c174 Disable exceptions and RTTI in CMakeLists Misa 2021-04-16 19:42:26 -0700
  • bebfd62ff5 Use booleans for SUPPORTS_IMPLICIT_FALLTHROUGH Misa 2021-04-16 19:30:27 -0700
  • 5e0ed676a5 Remove usage of undefined variable PFSP_SRC Misa 2021-04-16 19:15:50 -0700
  • 3f358278e4 Don't pollute global includes/defines namespace Misa 2021-04-16 19:09:59 -0700
  • 3842110431 Switch SDL2 includes to be private Misa 2021-04-16 17:27:54 -0700
  • 358153886f Set C standard to C90 in CMake file Misa 2021-04-16 16:40:08 -0700
  • d2521f71ce Use multiline comments in C files Misa 2021-04-16 16:42:03 -0700
  • 0d9cea9eb8 Add CMake version guard around setting C++ standard Misa 2021-04-16 16:38:31 -0700
  • 77b733c5d6 Change cache bool variables into options Misa 2021-04-16 16:35:31 -0700
  • 17abfce33c Remove redundant C++ standard sets from CMakeFiles Misa 2021-04-16 16:33:12 -0700
  • 3898113687 Lowercase function calls in CMakeLists Misa 2021-04-16 16:30:51 -0700