Commit Graph

26 Commits

Author SHA1 Message Date
Ulysse Cura 44a3cec957 Changed texture transparent color to 0x0001 for future compatibility with fxsdk and gint. Added error handling for display update and other functions. 2026-08-17 19:47:04 +02:00
Ulysse Cura c44f6b9842 Corrected makefile options. 2026-08-16 23:31:40 +02:00
Ulysse Cura 40ca8cb777 Updated asset builder README.md. 2026-08-15 20:58:59 +02:00
Ulysse Cura e73b34e87d Building maps into asset file ! 2026-08-15 20:42:26 +02:00
Ulysse Cura ae3e040fac Moved to uint32_t for asset file and corrected memory allocations form and errors. 2026-08-15 14:21:10 +02:00
Ulysse Cura afd1f1e2a1 Changed map file extension to .map and documented map format 2026-08-13 21:03:10 +02:00
Ulysse Cura d40f1943e5 Optimized asset building for speed by adding a buffer in png conversion from rgba8888 to rgb565 2026-08-13 19:05:04 +02:00
Ulysse Cura 02b87270bb Updated ccls and make options. 2026-08-13 19:04:16 +02:00
Ulysse Cura 1a36cccebc Done working on asset corruption. It was an error of bit masking rgb888 colors to rgb565 when writing the asset file. 2026-08-08 19:12:08 +02:00
Ulysse Cura 771aa18f80 Moving initialisation values where they should be. 2026-08-03 18:40:40 +02:00
Ulysse Cura b257c4f312 Documented image format in asset builder. 2026-08-02 21:16:04 +02:00
Ulysse Cura 50abbec84b Even better error management in asset builder. 2026-07-23 12:05:29 +02:00
Ulysse Cura 067a3ec2c9 Added RELEASE var and task. 2026-07-22 18:18:24 +02:00
Ulysse Cura 1c3c3e8b59 Fixed some memory errors and leaks in asset builder. 2026-07-22 02:54:03 +02:00
Ulysse Cura c730276f82 Changed asset file rgb format to RGB565 and only F81F as the tranparent color. And corrected offsets. 2026-07-22 02:51:33 +02:00
Ulysse Cura 063235cf6a Fixing Makefils bugs and changing headers way. 2026-07-22 02:47:59 +02:00
Ulysse Cura d070dc8566 Added support for shadows. 2026-07-20 18:19:30 +02:00
Ulysse Cura 1ef47bdc05 Corrected some Makefile errors. 2026-07-20 18:19:07 +02:00
Ulysse Cura 1511b460db Better error management. 2026-07-20 18:18:51 +02:00
Ulysse Cura 44773819d6 Corrected some offset bugs. 2026-07-20 17:02:18 +02:00
Ulysse Cura 95dbec3543 Building png assets. 2026-07-20 16:57:35 +02:00
Ulysse Cura fe9020b9b7 Simplified Makefiles output notation. 2026-07-20 11:53:25 +02:00
Ulysse Cura c89ea61fa3 Starting to add png files into game.data. 2026-07-18 17:17:29 +02:00
Ulysse Cura 276a046460 Corrected asset builder Makefile bug. 2026-07-18 17:16:27 +02:00
Ulysse Cura ff90c5b683 Starting to read png files in asset builder. 2026-07-18 00:03:12 +02:00
Ulysse Cura 7ba5e651cf Building assets ! 2026-07-17 17:53:03 +02:00