Commit Graph

  • b67386894c hardreset: Reset ingame_titlemode Misa 2021-12-17 23:39:26 -08:00
  • 7f9247b0c7 Add asserts if ingame_titlemode in unexpected places Misa 2021-12-17 23:36:13 -08:00
  • 5ebc65d1a2 Pull out fade mode handling into separate function Misa 2021-12-17 23:35:08 -08:00
  • cc9c71a94a deletestats: Properly reset bestgamedeaths Misa 2021-12-17 23:30:51 -08:00
  • 2770353142 Don't go back to main menu when deleting main game save data Misa 2021-12-17 23:01:47 -08:00
  • 1924ca53ac Remove game.door_left/right/up/down variables Misa 2021-12-17 19:43:29 -08:00
  • a345cf93b8 Fix elephant placement across rooms Misa 2021-12-08 16:25:18 -08:00
  • f60d2a2964 Fix -Wformat-security warnings Dav999-v 2021-12-05 15:50:20 +01:00
  • 6e832cae20 LoadImage: Check LodePNG return value and print errors Misa 2021-11-14 14:02:51 -08:00
  • a6728c4648 README.md: Link to #618 for old Ubuntu versions Misa 2021-11-14 10:11:33 -08:00
  • cd15ae0fdc Use SDL_FALLTHROUGH if available Misa 2021-11-11 23:48:41 -08:00
  • 0c1f756af8 Switch over to using SDL_GetTicks64() Misa 2021-10-25 18:16:47 -07:00
  • 75e031cef0 Don't toggle VSync twice Misa 2021-10-29 12:24:10 -07:00
  • d0992e18a4 Fix regression with rainbow lab BG in editor Misa 2021-10-28 17:27:13 -07:00
  • 1bc1149ab5 Fix regression with counting out-of-bounds custom entities Misa 2021-10-27 16:49:57 -07:00
  • 58c518c856 Silence GCC warnings about void*-to-function-pointer casts Misa 2021-10-21 01:00:06 -07:00
  • f3786a8e3f Add setactivityposition(x,y), add new textbox color transparent (#847) Ally 2021-10-13 19:38:51 -03:00
  • 700be11137 Remove space at end of Press %s to Teleport Misa 2021-10-12 16:59:36 -07:00
  • 449526bb4f Fix regression with per-pixel collision colors Misa 2021-10-06 23:18:58 -07:00
  • 2f25ab77b1 Fix regression with tile 10 not having nothing behind it Misa 2021-10-06 17:00:50 -07:00
  • 038f15f4a6 Remove outdated FIXMEs from Screen.cpp Misa 2021-10-03 13:23:12 -07:00
  • 7eea59a7e8 Make impossible time trial save screen message less verbose Misa 2021-10-02 09:24:44 -07:00
  • 0ed0892977 Add impossible message for quicksave screen in time trials Misa 2021-10-01 21:13:51 -07:00
  • db8e0cd70a De-duplicate map menu quicksave screen Misa 2021-10-01 21:06:31 -07:00
  • b26ccd914d Simplify flipme text box position correction Misa 2021-10-01 20:59:55 -07:00
  • 98b392197c PrintWrap: Account for height in Flip Mode Misa 2021-10-01 20:47:31 -07:00
  • 517e20cecb Account for heights in the FLIP macro Misa 2021-10-01 18:29:55 -07:00
  • 3a911a9a9b Fix SCREEN_HEIGHT_PIXELS being wrong constant Misa 2021-10-01 09:35:28 -07:00
  • a346379413 Remove unused math.h include from Maths.h Misa 2021-09-27 23:11:20 -07:00
  • 3decf54dbc Mark all vlog functions with printf attributes Misa 2021-09-27 20:49:09 -07:00
  • 5533215019 Use SDL_NORETURN Misa 2021-09-27 10:32:23 -07:00
  • c3dfd4a4b1 De-duplicate map menu stats screen rendering code Misa 2021-09-25 17:16:52 -07:00
  • e9351b4a00 Fix winning in No Death Mode saying "One trinkets" Misa 2021-09-25 17:06:59 -07:00
  • 38b2213745 Rename number to number_words Misa 2021-09-25 15:08:13 -07:00
  • 409f7b078f Update SDL version in README.md to 2.0.16 Misa 2021-09-24 21:33:10 -07:00
  • cace685020 Add POS_MOD macro and use for all positive modulos Misa 2021-09-24 17:48:15 -07:00
  • 891ca527f9 Remove overcomplicated integer divisions Misa 2021-09-24 17:21:46 -07:00
  • 6192269128 Remove vmult lookup tables Misa 2021-09-24 16:37:27 -07:00
  • 491f3732aa Fix trailing whitespace in CustomLevels.h Misa 2021-09-24 16:36:54 -07:00
  • f9573a036d Remove commented-out old spike block code Misa 2021-09-24 16:26:11 -07:00
  • 3fcab3a395 Remove splitseconds lookup table and inline it Misa 2021-09-24 16:02:22 -07:00
  • f48e385e68 Remove Ethan's binary-or comment Misa 2021-09-23 23:26:28 -07:00
  • 1b7a1248a8 Declare Windows mkdir as static Misa 2021-09-23 23:26:00 -07:00
  • eabb3941fd Mark VVV_exit implementation as VVV_NORETURN Misa 2021-09-23 23:02:46 -07:00
  • 32bd6c41bc Fix regression with VVV_COMPILEMUSIC aborting Misa 2021-09-23 22:35:52 -07:00
  • 0c5024f7e7 Use fixed-size int types for resourceheader Misa 2021-09-23 22:18:45 -07:00
  • 51bfed2032 Ifdef numberofHeaders out if not compiling music Misa 2021-09-23 21:55:58 -07:00
  • 1297b09c47 Fix regression from 2.3 with destroy(platforms) Misa 2021-09-23 13:16:57 -07:00
  • b677e7e39f Update CentOS CI container used to Misa's container Misa 2021-09-23 12:22:46 -07:00
  • 9926d15465 Update Dockerfile to SDL 2.0.16 Misa 2021-09-14 10:53:04 -07:00
  • c94d04a932 Use SDL_isxdigit() in favor of VVV_isxdigit() Misa 2021-08-18 22:28:58 -07:00
  • b74dcdc7ee Remove unused Steam GetStat/SetStat Misa 2021-09-22 20:04:34 -07:00
  • bf2f33f1ca Add noreturn qualifier to VVV_exit Misa 2021-09-22 19:58:31 -07:00
  • b2d7a0b4b6 Rewrite STDIN loading to not use STL Misa 2021-09-22 19:51:36 -07:00
  • dbe9f7c2a0 Declare emscriptenloop as static Misa 2021-09-20 13:48:49 -07:00
  • 1d0401ef83 Move Emscripten includes to top of main.cpp Misa 2021-09-20 13:47:53 -07:00
  • 4eb7f973ef Axe NETWORK_[set/get]AchievementProgress() Misa 2021-09-19 21:49:54 -07:00
  • e13d3af2eb Use stub types instead of intptr_t Misa 2021-09-17 21:11:25 -07:00
  • 1a0e720be8 Don't use print formatting for hardcoded strings Misa 2021-09-17 14:05:23 -07:00
  • 32f30020fa Name the return types rettype instead of retval Misa 2021-09-17 13:58:44 -07:00
  • 9d1659c3a4 De-duplicate Steam network function list Misa 2021-09-17 13:53:52 -07:00
  • 135ff36409 Remove <stdio.h> include from SteamNetwork.c Misa 2021-09-17 13:05:48 -07:00
  • 6ba7058a0e Fix VSync renderer workaround Misa 2021-09-14 20:23:22 -07:00
  • 8d0a90a588 Avoid function call to check empty room name Misa 2021-09-12 21:54:47 -07:00
  • ddff461a6c Replace hardcoded temp buffer sizes with a named constant Misa 2021-09-12 21:39:07 -07:00
  • ffe53746bc Rename textbox to textboxes and textbox line to lines Misa 2021-09-12 21:02:15 -07:00
  • a50e8ecf48 Replace roomnames/hiddennames/glitchnames with const char* Misa 2021-09-12 12:48:15 -07:00
  • a10342f5e6 Replace setblockcolour() argument with const char* Misa 2021-09-11 23:15:34 -07:00
  • 2991b2341a Fix regression with companions not spawning Misa 2021-09-11 22:53:07 -07:00
  • a7ae3e0fb0 Remove scmmoveme Misa 2021-09-11 22:23:47 -07:00
  • 029463ad47 Remove unused or useless SDL_Rects from Graphics Misa 2021-09-11 02:24:55 -07:00
  • d3a868b566 Axe RGBflip() in favor of getRGB() Misa 2021-09-11 02:15:20 -07:00
  • f237f41d8e Remove useless arguments from drawimagecol() Misa 2021-09-11 02:12:03 -07:00
  • 3469a44489 2.3.4 2.3.4 Ethan Lee 2021-09-11 02:06:16 -04:00
  • 222e45ada1 Music: Do not do fades if not playing Misa 2021-09-10 19:37:33 -07:00
  • 6c848a8bb9 Move Mix_PausedMusic() call into wrapper function Misa 2021-09-10 19:35:29 -07:00
  • b5501e4b29 Kludge-fix being able to play music in editor Misa 2021-09-10 18:56:12 -07:00
  • 7c29bb862a Reset some stats that weren't being reset in deletestats Misa 2021-09-10 18:02:52 -07:00
  • 2b9b4c39cb Reset fade booleans when silencing music Misa 2021-09-10 17:02:24 -07:00
  • 3c6cb0167d Fix platv values outside map size being saved as 67372036 Misa 2021-09-10 16:55:27 -07:00
  • 406a19ceb6 Don't check !muted when fading music after completion prompt Misa 2021-09-10 15:46:14 -07:00
  • 3d090792d2 Don't touch music when completing custom level Misa 2021-09-10 15:42:25 -07:00
  • b6645de749 Fix dying during collection prompt persisting effects Misa 2021-09-10 11:49:46 -07:00
  • 58ae93c4cc Music: Do not do fades if not playing Misa 2021-09-10 19:37:33 -07:00
  • 8e02b90b76 Move Mix_PausedMusic() call into wrapper function Misa 2021-09-10 19:35:29 -07:00
  • 06a88eff39 Kludge-fix being able to play music in editor Misa 2021-09-10 18:56:12 -07:00
  • e3bfc79d4a Reset some stats that weren't being reset in deletestats Misa 2021-09-10 18:02:52 -07:00
  • 74b7ce9d80 Reset fade booleans when silencing music Misa 2021-09-10 17:02:24 -07:00
  • 6f499abef0 Fix platv values outside map size being saved as 67372036 Misa 2021-09-10 16:55:27 -07:00
  • 07bbc5b2de Don't check !muted when fading music after completion prompt Misa 2021-09-10 15:46:14 -07:00
  • 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
  • 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