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

Commit graph

  • f6d7a214f8 CMake: Add workaround for setting -std= below 3.1.3 Misa 2022-03-21 20:07:37 -0700
  • 226b5610b0 CMake: Don't use regex if unneeded Misa 2022-03-21 20:07:03 -0700
  • 84279354e5 cleanup: Don't savestatsandsettings if filesystem not init Misa 2022-03-14 10:45:19 -0700
  • a168f73a67 Tell CI to clone submodules Misa 2022-03-13 23:26:59 -0700
  • 3dd40c48cf Migrate UTF-CPP to submodule Misa 2022-03-13 23:21:53 -0700
  • c39857fbc6 Migrate TinyXML2 to submodule Misa 2022-03-13 23:20:30 -0700
  • 7a4dff2d75 Migrate PhysFS to submodule Misa 2022-03-13 23:13:39 -0700
  • 7a0d3046a5 Migrate LodePNG to submodule Misa 2022-03-13 23:07:46 -0700
  • 8b6d434ddf Tell CI to clone submodules Misa 2022-03-13 23:26:59 -0700
  • 83dbd7139a Migrate UTF-CPP to submodule Misa 2022-03-13 23:21:53 -0700
  • bdd7f54eee Migrate TinyXML2 to submodule Misa 2022-03-13 23:20:30 -0700
  • 798713a14c Migrate PhysFS to submodule Misa 2022-03-13 23:13:39 -0700
  • f20d9eba00 Migrate LodePNG to submodule Misa 2022-03-13 23:07:46 -0700
  • 5bd7dce075 Prevent writing stats/settings if they're not loaded Misa 2022-03-13 22:39:09 -0700
  • 75ee657612 Explicitly prevent writing to saves if filesystem is not init Misa 2022-03-12 16:50:32 -0800
  • 997363ce56 GetWindowSize: Initialize out values if GetRendererOutput fails Misa 2022-03-12 16:47:23 -0800
  • 726b149fbb Refactor Screen.cpp to use named constants Misa 2022-03-12 16:46:58 -0800
  • 6fffa5c11d Make basePath and pathSep global variables Misa 2022-03-09 11:55:38 -0800
  • 0622035424 Update VS2019 to VS2022 Yussur Mustafa Oraji 2022-02-14 12:19:54 +0100
  • 9c698c084e Add Yussur Mustafa Oraji (N00byKing) to contributors list Misa 2022-02-14 12:34:07 -0800
  • adf2e5e3bd Build out-of-tree in workflows N00byKing 2022-02-14 21:20:42 +0100
  • da33326c7a Build out-of-tree in workflows N00byKing 2022-02-14 21:20:42 +0100
  • fa7f9ecd3c
    Update VS2019 to VS2022 Yussur Mustafa Oraji 2022-02-14 12:19:54 +0100
  • f3797ff866 Allow spaces and capitals in script names when loading Misa 2022-02-12 14:56:27 -0800
  • e93d8989d3 Revert "Fix Secret Lab Time Trial trophies having wrong colors" Misa 2022-02-12 00:39:30 -0800
  • 23f91005d6 Windows CI build: Ditch vcpkg Misa 2022-02-11 15:37:11 -0800
  • a43f5e1140 Update CI to CentOS container with SDL 2.0.20 Misa 2021-11-30 10:34:16 -0800
  • cb8ce4d487 Update Dockerfile to SDL 2.0.20 Misa 2021-11-12 00:19:51 -0800
  • 1d3ff5fbba Update README.md to refer to SDL 2.0.20 Misa 2021-11-12 00:19:00 -0800
  • ef03c2a54a Remove clamp in favor of SDL_clamp Misa 2021-12-22 16:55:07 -0800
  • e40f54f06b Remove temporary SDL fallthrough Misa 2021-11-11 23:52:47 -0800
  • aa343bc334 Remove SDL_GetTicks64() ifdefs Misa 2021-11-11 23:54:32 -0800
  • 470a4358ef Remove VSync toggle ifdefs Misa 2021-11-11 23:54:00 -0800
  • d157683d9c Update CI to CentOS container with SDL 2.0.20 Misa 2021-11-30 10:34:16 -0800
  • 4d3adc6e52 Update Dockerfile to SDL 2.0.20 Misa 2021-11-12 00:19:51 -0800
  • 52c85c05ba Update README.md to refer to SDL 2.0.20 Misa 2021-11-12 00:19:00 -0800
  • 343df199f9 Remove clamp in favor of SDL_clamp Misa 2021-12-22 16:55:07 -0800
  • 1769a03853 Remove temporary SDL fallthrough Misa 2021-11-11 23:52:47 -0800
  • 1b293055ae Remove SDL_GetTicks64() ifdefs Misa 2021-11-11 23:54:32 -0800
  • 59786de87b Remove VSync toggle ifdefs Misa 2021-11-11 23:54:00 -0800
  • 38d25c0850 Update LodePNG to 20220109 Misa 2022-02-11 11:54:18 -0800
  • ed4d3d0fa8 Update TinyXML2 to 9.0.0 Misa 2022-02-11 11:52:59 -0800
  • 84f9bb6dd6 Point to SDL_LoadWAV for SoundTrack FAudio suggestion Ethan Lee 2022-01-15 01:02:24 -0500
  • 3b18a475dd Move MusicTrack below SoundTrack. Ethan Lee 2022-01-14 17:24:22 -0500
  • adcabb9483 Add notes for FAudio implementation Ethan Lee 2022-01-14 17:11:16 -0500
  • 5202b80a3d Remove unused m_isValid value from MusicTrack Ethan Lee 2022-01-14 16:56:00 -0500
  • d36741fa07 Move the Mix_OpenAudio call to SoundTrack, from MusicTrack. Ethan Lee 2022-01-14 16:52:52 -0500
  • df618e6d22 Isolate all SDL_mixer references to SoundTrack/MusicTrack. Ethan Lee 2022-01-14 16:46:04 -0500
  • 017d54adb0 Don't use function pointer to print room name Misa 2021-12-26 10:08:21 -0800
  • 81aa02e29b SDL_mixer is now entirely contained in Music.cpp. Ethan Lee 2021-12-26 08:57:38 -0500
  • 1eda3647ff Move the mute logic to musicclass. Ethan Lee 2021-12-26 08:48:23 -0500
  • 579f0f763a Update docs for MusicTrack/SoundTrack Ethan Lee 2021-12-26 08:41:57 -0500
  • 230859f8f9 Inline SoundSystem into musicclass constructor Ethan Lee 2021-12-26 08:41:01 -0500
  • c87f0e1a0c Consolidate SoundSystem into Music. Ethan Lee 2021-12-26 08:38:16 -0500
  • f723e03871 Remove unused MusicTrack constructor. Ethan Lee 2021-12-26 08:31:36 -0500
  • dfb1e31d78 Optimization: Don't outline if room name BG opaque Misa 2021-12-25 23:54:43 -0800
  • 8f226ced84 De-duplicate finalmode glitchname printing Misa 2021-12-26 00:03:18 -0800
  • 276aab1209 Default to integer scaling mode Misa 2021-12-25 23:11:17 -0800
  • 550e76a6dc Add and use scaling mode enum Misa 2021-12-25 23:05:14 -0800
  • f5166c437e Add forced fullscreen mode Misa 2021-12-25 22:55:55 -0800
  • 3e36bfd56f Simplify time formatting functions Dav999-v 2021-12-25 17:13:46 +0100
  • 70130f8d93 Simplify time formatting functions Dav999-v 2021-12-25 17:13:46 +0100
  • dd24343141 Use LoadImage in LoadIcon Misa 2021-12-25 01:27:33 -0800
  • a5c3bd97a0 Remove noAlpha argument from LoadImage Misa 2021-12-25 00:57:58 -0800
  • 3108178c53 Remove noBlend argument from LoadImage Misa 2021-12-25 00:51:27 -0800
  • a6b076e234 Explicitly zero declared struct ScreenSettingss Misa 2021-12-25 00:22:22 -0800
  • 1e157f3cc9 De-C++-ify struct ScreenSettings Misa 2021-12-25 00:18:51 -0800
  • d0ffafe117 Extern gameScreen, remove screenbuffer Misa 2021-12-24 23:56:47 -0800
  • b7cbdfe8f9 Fix char overflow in Analogue Mode Misa 2021-12-22 21:49:08 -0800
  • 816a0b9eb7 Move filterSubrect off of Screen Misa 2021-12-22 20:35:23 -0800
  • f7b4ac8322 Rename stretch mode to scaling mode internally Misa 2021-12-22 19:54:59 -0800
  • aa7b63fa5f Remove VVV_min/max in favor of SDL_min/max Misa 2021-12-22 16:43:31 -0800
  • abe3eb6077 2.3.6 2.3.6 2.3-updates Ethan Lee 2021-12-22 08:20:25 -0500
  • f7454baffa Hide level path by default Misa 2021-12-22 00:58:27 -0800
  • 8ba1325d0f Fix regression with wall stuck flipping behavior exactly reversed Misa 2021-12-22 00:25:19 -0800
  • cfa0d04bbb LoadImage: Check LodePNG return value and print errors Misa 2021-11-14 14:02:51 -0800
  • cc3dc8d329 Don't go back to main menu when deleting main game save data Misa 2021-12-17 23:01:47 -0800
  • b1760fbf90 2.3.5 2.3.5 Ethan Lee 2021-12-21 10:05:46 -0500
  • 6b5953f3f5 Remove extra "s" Misa 2021-12-20 20:30:07 -0800
  • 0aa76cde56 Fix warp sprites of big sprites sometimes not being drawn Misa 2021-12-20 20:13:36 -0800
  • 0e51dc48de Outline "NO SIGNAL" Misa 2021-12-20 20:07:38 -0800
  • ea5f772636 Outline trophy text Misa 2021-12-20 20:02:07 -0800
  • d66505eacb Add centiseconds to timer overlays Misa 2021-12-20 17:32:12 -0800
  • c2ef76fc06 Fix in-game timer going away after playing Super Gravitron Misa 2021-12-20 17:44:34 -0800
  • caebde9e33 Fix warp sprites of big sprites sometimes not being drawn Misa 2021-12-20 20:13:36 -0800
  • 44ebb19d77 Outline "NO SIGNAL" Misa 2021-12-20 20:07:38 -0800
  • 9cddae8cc3 Outline trophy text Misa 2021-12-20 20:02:07 -0800
  • 1d6a808cbd Add centiseconds to timer overlays Misa 2021-12-20 17:32:12 -0800
  • 51fac68d3a Fix in-game timer going away after playing Super Gravitron Misa 2021-12-20 17:44:34 -0800
  • c6664186f3 hardreset: Reset ingame_titlemode Misa 2021-12-17 23:39:26 -0800
  • fa19bc3832 Add asserts if ingame_titlemode in unexpected places Misa 2021-12-17 23:36:13 -0800
  • 326d96b506 Pull out fade mode handling into separate function Misa 2021-12-17 23:35:08 -0800
  • a57010e55b Fix regression from 2.3 with destroy(platforms) Misa 2021-09-23 13:16:57 -0700
  • b2b2fcb867 Fix elephant placement across rooms Misa 2021-12-08 16:25:18 -0800
  • a1381102f8 Remove space at end of Press %s to Teleport Misa 2021-10-12 16:59:36 -0700
  • 774f8c31a7 Fix winning in No Death Mode saying "One trinkets" Misa 2021-09-25 17:06:59 -0700
  • 80ea585085 Fix Pauli Kohberger's name stopping being drawn too early Misa 2021-08-31 23:23:27 -0700
  • e78de4662c deletestats: Properly reset bestgamedeaths Misa 2021-12-17 23:30:51 -0800
  • b7b9caacfc Remove unused game-gamestates Misa 2021-12-18 00:01:32 -0800
  • 119e25d0bb Change all game-gamestates to use an enum type Misa 2021-12-17 23:57:55 -0800