Commit Graph

23 Commits

Author SHA1 Message Date
Ulysse Cura 5eb065b1cf Added camera and started to add map drawing. 2026-08-19 14:12:46 +02:00
Ulysse Cura 519ae78ada Added error handling in display update. 2026-08-17 19:45:53 +02:00
Ulysse Cura 46f13015d5 Remove useless includes. 2026-08-14 16:41:15 +02:00
Ulysse Cura 24d2ac6564 Adding const identifiers. 2026-08-06 13:49:33 +02:00
Ulysse Cura 778a9ecbfd Corrected app metadata. 2026-08-04 23:41:26 +02:00
Ulysse Cura e6d363c0b2 Changing texture display dst rect to frect. 2026-08-04 19:47:42 +02:00
Ulysse Cura dc0a1f3656 Activating adaptative vsync to limit rare frames stutter. 2026-08-04 01:21:53 +02:00
Ulysse Cura 9619843cbe Changed time from ms to ns and showing fps to header bar when debug. 2026-08-04 01:01:55 +02:00
Ulysse Cura ccc40e8d15 Disabled display resizability. 2026-08-03 23:42:47 +02:00
Ulysse Cura 3e341a0cf4 Adding blend mode to renderer. 2026-08-03 23:34:37 +02:00
Ulysse Cura 449bf60160 Moved display functions to display.h/.c. 2026-08-03 23:29:27 +02:00
Ulysse Cura 60dbab0fd5 Made drivers warning not show if DRIVERS is NULL. 2026-08-03 19:00:25 +02:00
Ulysse Cura 4b5babd9b9 Moved DRIVERS variable into display.h. 2026-07-30 17:49:12 +02:00
Ulysse Cura ad5c3a8d44 Removed memory leak due to nvidia drivers... 2026-07-26 01:45:53 +02:00
Ulysse Cura 54b15900b2 Updated to SDL3. 2026-07-25 02:00:44 +02:00
Ulysse Cura 2e1eaf4c1c Moved ecs.c into core and added much better error and debug handling. 2026-07-24 03:23:03 +02:00
Ulysse Cura 9b6ac3c145 Displaying background in white for better lisibility. 2026-07-22 16:10:40 +02:00
Ulysse Cura af6ae7ae22 Set renderer scale. 2026-07-22 15:43:01 +02:00
Ulysse Cura 91709bfacc Inlined display functions. 2026-07-22 15:37:43 +02:00
Ulysse Cura 58f16dfcae Asset manager can load and display images. 2026-07-22 02:43:43 +02:00
Ulysse Cura 0eff35ebac Removed libtar and changed default background color to black. 2026-06-12 17:20:05 +02:00
Ulysse Cura a498acb4d9 Implementing asset manager. 2026-05-04 21:39:01 +02:00
Ulysse Cura 5232d446a5 First Commit 2026-04-12 16:34:12 +02:00