31 Commits

Author SHA1 Message Date
51f516b15d test cases for layers and layerstacks 2026-03-13 20:45:28 +01:00
01209f4af0 removed factorial files and example tests 2026-03-13 20:45:01 +01:00
a98af1fe55 added layer and layerstack class 2026-03-12 21:56:05 +01:00
f654d84f8d new log message when init window position will not be set 2026-03-10 10:20:06 +01:00
5c7812a8b9 removed io void conversion since imgui gui is in use later
this lines purpose was to make the warning go away that said imgui io is
not in use
2026-03-10 10:19:31 +01:00
7e0cc8da76 logging the available renderers 2026-03-10 10:18:40 +01:00
8b64e1e6fd made windowdata non static with isrunning 2026-03-09 21:45:23 +01:00
46586e4726 removed flags and hints that are no longer needed 2026-03-09 21:31:23 +01:00
91e7d5a3f9 turned on vsync with sdl 2026-03-09 21:30:25 +01:00
880630790b loggin on window pos setting success 2026-03-09 21:29:36 +01:00
387df94c34 correctly checking against a bool value 2026-03-09 21:29:12 +01:00
a68fdb20de removed unused headers 2026-03-09 21:28:53 +01:00
d7cc81ab98 fixed header path 2026-03-09 21:28:40 +01:00
7876b380da window position on startup 2026-03-09 15:26:11 +01:00
48b42e943e handle the main function for sdl correctly as the docs say 2026-03-09 14:54:23 +01:00
f844b8149f removed sdl_init_gamecontroller flag from init
the app will not be usable with a gamecontroller so it is unnecesary to
initialize it
2026-03-09 14:37:51 +01:00
36673177ad removed version checking for a feature since the app now uses sdl3 2026-03-09 14:37:05 +01:00
dba5c66806 removed unused log header from main.cpp 2026-03-09 14:36:17 +01:00
f09b52354b lowered window size 2026-03-09 14:35:49 +01:00
e97390986b configured testing framework to build the project src files into the test binary so that the functions to be tested can be called from any src file 2026-03-05 17:46:10 +01:00
62214f0e81 quit button for shutting down the application 2026-03-04 20:10:35 +01:00
6d682afe24 added catch2 testing framework as submodule 2026-03-04 20:10:19 +01:00
3935d00cb9 ! switched from sdl2 to sdl3, building sdl3 from source 2026-02-26 15:34:52 +01:00
eca8648b32 submodule updates 2026-02-25 18:51:34 +01:00
9821d087bb commented out sdl3 renderer until i update from sdl2 to sdl3 2026-02-25 09:50:56 +01:00
33e9586487 fix: freeing surface that is not created 2026-02-25 09:50:18 +01:00
39ad6c234e added sdl3 backend headers 2026-02-10 13:07:38 +01:00
a851590c35 imgui event 2024-06-24 20:06:35 +02:00
f1576a2e69 window can now be resized 2024-06-24 19:53:47 +02:00
Hatvani Tamás
01d4195d08 Delete SakuraVNE/SakuraVNE.vcxproj 2024-06-24 10:37:33 +02:00
9bf5e7d44b premake finally working, todo add sdl support to linux build 2024-06-23 20:42:33 +02:00