Commit Graph

18 Commits

Author SHA1 Message Date
Ulysse Cura 1d2a6da977 Created display struct to encapsulate windo and renderer structs. 2026-08-21 23:40:53 +02:00
Ulysse Cura 49c158e463 Moved display functions from frects to rects. 2026-08-20 01:05:34 +02:00
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 1fa9d1cb87 Separated texture type from asset manager for other asset types. 2026-08-14 16:41:45 +02:00
Ulysse Cura 24d2ac6564 Adding const identifiers. 2026-08-06 13:49:33 +02:00
Ulysse Cura e6d363c0b2 Changing texture display dst rect to frect. 2026-08-04 19:47:42 +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 7f66cb4172 Added more debug options. 2026-08-03 20:45:42 +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 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 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 5232d446a5 First Commit 2026-04-12 16:34:12 +02:00