Commit Graph

105 Commits

Author SHA1 Message Date
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 7f66cb4172 Added more debug options. 2026-08-03 20:45:42 +02:00
Ulysse Cura 4dbee83e8d Added a linked list exit function for reserved elements and documented unsafe functions. 2026-08-03 19:20:01 +02:00
Ulysse Cura 60dbab0fd5 Made drivers warning not show if DRIVERS is NULL. 2026-08-03 19:00:25 +02:00
Ulysse Cura 98fac079c6 Renaming inputs sources. 2026-08-03 18:59:55 +02:00
Ulysse Cura 7778fb4aa5 Changing asset file location. 2026-08-02 21:15:12 +02:00
Ulysse Cura a0b3216564 Removed useless temporary var in asset header loading. 2026-07-30 19:37:46 +02:00
Ulysse Cura b1dd9baf98 Added a reserve function to linked lists. This came along an allocator function and better memory management. Elements and error handling has exploded everywere, that's why there is so much changes. 2026-07-30 17:59:14 +02:00
Ulysse Cura 4b5babd9b9 Moved DRIVERS variable into display.h. 2026-07-30 17:49:12 +02:00
Ulysse Cura 457de07ecb Linked lists error handling and consequences 💀 2026-07-26 14:37:38 +02:00
Ulysse Cura 8b37fc78fa Added MOD key modifier. 2026-07-26 14:00:40 +02:00
Ulysse Cura b2eabff7b1 Modified load_texture private func to line up with programming style. 2026-07-26 12:28:22 +02:00
Ulysse Cura d60953e1e2 Added assertions. 2026-07-26 12:25:08 +02:00
Ulysse Cura f7e596024b Updated README. 2026-07-26 12:24:24 +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 0524f6ada9 Removed C99 iso warning. 2026-07-25 00:39:53 +02:00
Ulysse Cura e11f9bea73 Added more debug messages and moved the time update function into main. 2026-07-24 16:42:06 +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 d193aa5fd4 Added RELEASE var. 2026-07-22 18:16:21 +02:00
Ulysse Cura 2f10b3c1bc Fixed debug issues. 2026-07-22 18:04:36 +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 c1a3dea560 Adding flip support. 2026-07-22 13:42:14 +02:00
Ulysse Cura cb419be11e Fixing Makefils bugs and changing headers way. 2026-07-22 02:48:10 +02:00
Ulysse Cura b757ce34ec Added more explicit include in event.c 2026-07-22 02:44:11 +02:00
Ulysse Cura 58f16dfcae Asset manager can load and display images. 2026-07-22 02:43:43 +02:00
Ulysse Cura 40ce153123 Started to implement asset manager for textures. 2026-07-21 01:44:24 +02:00
Ulysse Cura 9f1355db52 More explicit notation. 2026-07-21 01:43:54 +02:00
Ulysse Cura 7121b6d084 Adding the rect_to_frect function. 2026-07-21 00:26:25 +02:00
Ulysse Cura 520a846892 Using the asset manager to load and store all types of assets. 2026-07-20 21:23:54 +02:00
Ulysse Cura 5ab3d30407 Corrected some Makefile errors. 2026-07-20 18:19:50 +02:00
Ulysse Cura 3f7744474a Simplified Makefile output notation. 2026-07-20 11:53:29 +02:00
Ulysse Cura 2665ccdbc3 Added header file for stddef's size_t in linked_list.h. 2026-07-18 00:02:04 +02:00
Ulysse Cura 26092f4e30 Fixed multi-tasking building with make... 2026-07-17 17:50:25 +02:00
Ulysse Cura bd624b53ea Moving to static linking core. 2026-07-17 15:30:53 +02:00
Ulysse Cura af6a048bd3 Corrected Makefile syntaxe. 2026-07-16 22:48:44 +02:00
Ulysse Cura 74679a69f1 Correcting compilation error du to moving to NixOS. 2026-07-16 22:41:17 +02:00
Ulysse Cura 0eff35ebac Removed libtar and changed default background color to black. 2026-06-12 17:20:05 +02:00
Ulysse Cura 88177a4a25 Removed fabs overwrite. 2026-06-12 17:19:18 +02:00
Ulysse Cura d7913dcc9f Changed the Makefile structure and tested if libtar is found. 2026-05-06 20:41:01 +02:00
Ulysse Cura 13e1b44325 Removing libtar as a dependency. (You have to compile it yourself) 2026-05-06 19:40:46 +02:00
Ulysse Cura 2a53c7e30d Added submodule libtar 2026-05-05 21:28:19 +02:00
Ulysse Cura 8523a9f9bf Libtar building correclty 2026-05-05 09:48:00 +02:00
Ulysse Cura 37057014f2 Adding libtar librairy 2026-05-05 09:43:54 +02:00
Ulysse Cura a498acb4d9 Implementing asset manager. 2026-05-04 21:39:01 +02:00
Ulysse Cura 965015fa6d Fixed some typos and quick non-fix for project to build. 2026-05-04 21:38:39 +02:00