Commit graph

16 commits

Author SHA1 Message Date
kimk05
d2f4f31fdb Add test data map with infinite and empty chunks 2025-05-31 14:28:42 +09:00
7H3LaughingMan
45ac13819a Use New Tests 2025-04-29 13:43:47 -05:00
Daniel Cronqvist
81277fdaf1 Add test data that fails due to bug from reported issue 2025-04-28 20:11:43 +02:00
Daniel Cronqvist
9aa2c63e0b Make Optional<T> into readonly struct to avoid heap allocations 2025-04-27 00:05:25 +02:00
Daniel Cronqvist
6191498618 Add Raylib example project and helper methods for resolving tilesets and finding source rectangles of tiles 2025-04-26 01:06:43 +02:00
Daniel Cronqvist
77d4e38a2c Rename Color to TiledColor 2025-04-25 21:15:26 +02:00
Daniel Cronqvist
88ceee46e5 Add some test cases for the enum parsing bug and fix issue with .tmj format 2024-11-27 22:53:28 +01:00
dcronqvist
6deb28c1ce
Merge pull request #57 from dcronqvist/custom-types-not-required
Make custom types optional
2024-11-21 18:24:47 +01:00
Kat
7a7f360e22
Implement requested changes 2024-11-20 05:11:45 -08:00
Daniel Cronqvist
c9e85c9fd6 Add object override for rectangle objects 2024-11-17 15:52:20 +01:00
Daniel Cronqvist
90a57b125d Fix multiline string property value parsing 2024-11-17 09:15:19 +01:00
Daniel Cronqvist
8c9068cc97 Make custom types optional 2024-11-16 21:14:23 +01:00
Daniel Cronqvist
2e8eaa5a72 Update FromEnum tests with storage type parameter 2024-11-16 18:35:59 +01:00
Daniel Cronqvist
9b665efe18 Add more tests to Loader for custom types 2024-09-07 15:54:51 +02:00
Daniel Cronqvist
e0252d263e Added test that creates class definition from C# class and uses to load map 2024-09-07 15:47:59 +02:00
Daniel Cronqvist
d23eec4433 Move test data and current tests into UnitTests 2024-09-07 13:23:32 +02:00