1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00
VVVVVV/desktop_version/src
Misa 84279354e5 cleanup: Don't savestatsandsettings if filesystem not init
This isn't necessary, but it does silence these annoying logs if you
pass an invalid argument or don't have data.zip:

    [ERROR] Could not get window size: Invalid renderer
    [WARN] Stats not loaded! Not writing unlock.vvv.
    [ERROR] Could not get window size: Invalid renderer
    [WARN] Settings not loaded! Not writing settings.vvv.

To do this, I've added FILESYSTEM_isInit().
2022-03-14 10:45:19 -07:00
..
BinaryBlob.cpp
BinaryBlob.h
BlockV.cpp
BlockV.h
Constants.h
Credits.h
CustomLevels.cpp Fix regression with counting out-of-bounds custom entities 2021-10-27 16:49:57 -07:00
CustomLevels.h
DeferCallbacks.c Add deferred callbacks to game loop 2021-03-21 02:55:42 -04:00
DeferCallbacks.h
Editor.cpp
Editor.h
Ent.cpp
Ent.h
Entity.cpp
Entity.h
Enums.h
Exit.h Use SDL_NORETURN 2021-09-27 10:32:23 -07:00
FileSystemUtils.cpp
FileSystemUtils.h
Finalclass.cpp
Finalclass.h
Game.cpp
Game.h
GlitchrunnerMode.c
GlitchrunnerMode.h
GOGNetwork.c
Graphics.cpp
Graphics.h
GraphicsResources.cpp
GraphicsResources.h
GraphicsUtil.cpp
GraphicsUtil.h Add ClearSurface() 2021-02-25 19:38:25 -05:00
Input.cpp
Input.h
KeyPoll.cpp
KeyPoll.h
Labclass.cpp Replace roomnames/hiddennames/glitchnames with const char* 2021-09-12 21:06:26 -07:00
Labclass.h Replace roomnames/hiddennames/glitchnames with const char* 2021-09-12 21:06:26 -07:00
lodepng_wrapper.c
Logic.cpp Remove game.door_left/right/up/down variables 2021-12-17 19:43:29 -08:00
Logic.h
main.cpp
MakeAndPlay.h
Map.cpp
Map.h
Maths.h
Music.cpp
Music.h
Network.c
Network.h
Otherlevel.cpp
Otherlevel.h Replace roomnames/hiddennames/glitchnames with const char* 2021-09-12 21:06:26 -07:00
preloader.cpp
preloader.h Explicitly declare void for all void parameter functions (#628) 2021-02-25 17:23:59 -05:00
Render.cpp
Render.h
RenderFixed.cpp
RenderFixed.h Remove now-unneeded deltaframe fix when going to in-game settings 2021-03-21 02:55:42 -04:00
Screen.cpp
Screen.h
ScreenSettings.h
Script.cpp
Script.h
Scripts.cpp
Spacestation2.cpp
Spacestation2.h
SteamNetwork.c
TerminalScripts.cpp
Textbox.cpp Rename textbox to textboxes and textbox line to lines 2021-09-12 21:06:27 -07:00
Textbox.h
ThirdPartyDeps.c
Tower.cpp
Tower.h
TowerBG.h
Unused.h
UtilityClass.cpp Simplify time formatting functions 2021-12-25 11:38:12 -08:00
UtilityClass.h
Version.h
Version.h.in
Vlogging.c Mark all vlog functions with printf attributes 2021-09-27 20:49:09 -07:00
Vlogging.h
WarpClass.cpp Replace roomnames/hiddennames/glitchnames with const char* 2021-09-12 21:06:26 -07:00
WarpClass.h
XMLUtils.cpp Move all settings to settings.vvv 2020-11-04 12:06:57 -05:00
XMLUtils.h
Xoshiro.c
Xoshiro.h Replace Gravitron RNG with seeded Xoshiro 2021-08-27 12:28:35 -07:00