iProgramInCpp
bfdd5beb75
* Fix include paths. Now it builds properly.
2023-08-05 15:34:07 +03:00
iProgramInCpp
3f8f7d7e00
* Make the game not run if a texture couldn't be loaded.
2023-08-02 23:18:46 +03:00
iProgramInCpp
450cb190b6
* Finish level saving.
2023-08-02 13:15:25 +03:00
iProgramInCpp
7fd8c67f13
* Fix some more bugs.
2023-08-01 12:05:24 +03:00
iProgramInCpp
af11c5281c
* Improve mouse grabbing.
...
This fixes a bug where the mouse would be restricted to the window after the level is loaded even if the window isn't focused.
2023-08-01 11:08:56 +03:00
iProgramInCpp
47f9b45ac4
* Add support for an options file on Windows.
2023-07-31 18:28:10 +03:00
Vruk
cf6d27f123
Create screenshots folder if it doesn't exist
...
When taking a screenshot the windows implementation will now check for a folder to save to and create it if it does not exist
g_pApp->field_D58 is now g_pApp->m_externalStorageDir
2023-07-31 05:50:26 -07:00
iProgramInCpp
97dd5ff8e9
Move the Windows AppPlatform into its own folder.
2023-07-31 09:48:12 +03:00