htamas1210
  • Joined on 2025-12-28
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-10 10:20:10 +01:00
f654d84f8d new log message when init window position will not be set
5c7812a8b9 removed io void conversion since imgui gui is in use later
7e0cc8da76 logging the available renderers
Compare 3 commits »
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-09 21:45:25 +01:00
8b64e1e6fd made windowdata non static with isrunning
46586e4726 removed flags and hints that are no longer needed
91e7d5a3f9 turned on vsync with sdl
880630790b loggin on window pos setting success
387df94c34 correctly checking against a bool value
Compare 9 commits »
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-09 15:26:14 +01:00
7876b380da window position on startup
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-09 14:54:26 +01:00
48b42e943e handle the main function for sdl correctly as the docs say
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-09 14:38:03 +01:00
f844b8149f removed sdl_init_gamecontroller flag from init
36673177ad removed version checking for a feature since the app now uses sdl3
dba5c66806 removed unused log header from main.cpp
f09b52354b lowered window size
Compare 4 commits »
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-05 17:46:14 +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
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-04 20:10:47 +01:00
62214f0e81 quit button for shutting down the application
6d682afe24 added catch2 testing framework as submodule
Compare 2 commits »
htamas1210 pushed to master at htamas1210/kickstart-modular.nvim 2026-03-04 13:12:46 +01:00
bd4b8d0888 new default theme is light mode
c9a2ff9699 added c/c++ debugging plugin that uses codelldb
bdfe1b0c64 only navigate with hjkl
2c43d15c7d unity plugin
Compare 4 commits »
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-04 11:22:04 +01:00
8e14a71eb6 updated readme with new compile arguments
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-04 10:54:47 +01:00
c14d9b54de updated readme with instructions to how to clone the project
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-04 10:51:43 +01:00
24c7c3efea fixed imgui-node-editor not checking out the correct branch/commit when doing a fresh clone
1c708161c5 updated readme with project setup information
ee393b8d00 added cmakelists file
Compare 3 commits »
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-03 11:47:41 +01:00
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-03 11:45:26 +01:00
f74d0eebc2 removed Release folder from sdl3 libdir path and updated the vs project version to 2026
Compare 2 commits »
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-03 11:39:41 +01:00
771f26059f fixing build system for windows
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-03 10:03:24 +01:00
a50ede07e7 fixing sdl and windows include path for sdl3
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-03-02 14:42:09 +01:00
40450250ed windows links sdl3 test 1
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-02-26 16:20:54 +01:00
485352cadc completed todo
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-02-26 16:17:53 +01:00
e894cc36c0 building spdlog from source
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-02-26 15:35:07 +01:00
3935d00cb9 ! switched from sdl2 to sdl3, building sdl3 from source
htamas1210 pushed to master at htamas1210/SakuraVNE_old 2026-02-25 20:13:05 +01:00
70d23830fc updated imgui-node-editor to support a higher minimal version of imgui