Commit graph

97 commits

Author SHA1 Message Date
7H3LaughingMan
4e735ad8f3 Add ZstdSharp Reference 2025-04-29 14:44:50 -05:00
7H3LaughingMan
45ac13819a Use New Tests 2025-04-29 13:43:47 -05:00
7H3LaughingMan
f99b8d4dac ZLib Tests 2025-04-29 13:43:29 -05:00
7H3LaughingMan
4647b45e51 Gzip Tests 2025-04-29 13:43:20 -05:00
7H3LaughingMan
c74e913ea9 Base64 Tests 2025-04-29 13:43:06 -05:00
7H3LaughingMan
3d27e02ac1 Use Already Defined Helper Functions 2025-04-29 13:42:47 -05:00
Daniel Cronqvist
a08d6b0715 Fix issue by cloning template objects and overriding GID's in tmj parsing 2025-04-28 20:12:18 +02: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
40f0591271 Fix incorrect .tmj default TextObject color 2025-04-26 21:38:27 +02:00
Daniel Cronqvist
26a179efb7 Fix incorrect .tmx parsing of TextObject 2025-04-26 21:37:25 +02:00
Daniel Cronqvist
d86ad2dc10 Add missing TextObject to test map 2025-04-26 21:34:24 +02:00
Daniel Cronqvist
5587aeed47 Remove MonoGame example project from solution, caused slow build 2025-04-26 21:31:25 +02:00
Daniel Cronqvist
5703b4a2a7 Add documentation Raylib example project and link from official docs 2025-04-26 01:06:44 +02:00
Daniel Cronqvist
57b903bea1 Add MonoGame example project 2025-04-26 01:06:43 +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
36c6f4dd12 Prepare an example world to be used in Raylib example project 2025-04-25 21:40:23 +02:00
Daniel Cronqvist
a98d45bfee Bump upcoming version number and add to representaion model table 2025-04-25 21:21:45 +02:00
Daniel Cronqvist
58bb446e2b Read new image size properties in tmj from Tiled 1.11.1 2025-04-25 21:21:42 +02:00
Daniel Cronqvist
77d4e38a2c Rename Color to TiledColor 2025-04-25 21:15:26 +02:00
Daniel Cronqvist
ae2e70a223 Change common parts of model API to use signed integers rather than unsigned for less casting 2025-04-25 21:09:48 +02:00
Daniel Cronqvist
a38df45869 Add new version stuff 2024-12-02 22:00:04 +01:00
Daniel Cronqvist
111403d7fc Fix benchmarks and update ratio numbers in README 2024-12-02 21:33:09 +01: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
Daniel Cronqvist
ade3d8840a Fix bug where enum properties were mistakenly parsed as uint when they were string 2024-11-27 22:15:24 +01:00
Daniel Cronqvist
94c1ac0f32 Unset colors are now parsed correctly, color properties have optional colors 2024-11-21 20:55:51 +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
Kat
1027b922fe
Enum properties in CustomClassDefinition.FromClass 2024-11-19 03:08:04 -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
54bc132154 Add flipping flags parsing/clearing to tile objects 2024-11-17 08:59:02 +01:00
Daniel Cronqvist
8c9068cc97 Make custom types optional 2024-11-16 21:14:23 +01:00
dcronqvist
67876c6532
Merge pull request #46 from differenceclouds/tilerendersize_fix
"rendersize" -> "tilerendersize" in TmxReaderBase.Tileset.cs
2024-11-16 19:39:19 +01:00
dcronqvist
66d59ffbe1
Merge pull request #56 from dcronqvist/fix-readme
Remove claims about map saving
2024-11-16 19:30:51 +01:00
Daniel Cronqvist
837f58bf68 Remove claims about being able to save Tiled maps 2024-11-16 19:26:14 +01:00
Daniel Cronqvist
2e8eaa5a72 Update FromEnum tests with storage type parameter 2024-11-16 18:35:59 +01:00
Daniel Cronqvist
35c6ba5002 Add storageType parameter to FromEnum, default value is consistent with Tiled 2024-11-16 18:35:21 +01:00
differenceclouds
50036075f5 "rendersize" -> "tilerendersize"
fix to match the XML.
2024-11-14 09:26:32 -05:00
Daniel Cronqvist
d943a8d8b7 Update version in .csproj 2024-10-04 21:25:36 +02:00
Daniel Cronqvist
e411d51573 Make sure to run console example application as part of test suite 2024-10-04 21:16:00 +02:00
Anders Kehlet
782e771a41 Fix type of visible attribute in tileset object group. 2024-10-03 22:26:47 +02:00
dcronqvist
e8dc677341
Update README that is published with NuGet to reflect MonoGame support 2024-09-28 19:55:06 +02:00
krnlException
f72cfd397b Removed backup file 2024-09-16 16:33:07 +02:00
krnlexception
0515ba3256
Godot example 2024-09-13 19:32:24 +02:00
krnlException
3d649fab95 Program class to public and top-level warning disabled 2024-09-12 20:23:43 +02:00
krnlException
44cbf5b90a Style changes, and usage of embedded resources 2024-09-11 17:11:24 +02:00
krnlexception
7407edccb3
Example project 2024-09-10 00:56:24 +02:00
Daniel Cronqvist
89d3f022a4 Bump version and add to version compatibility matrix 2024-09-07 21:51:39 +02:00
Daniel Cronqvist
373cdc991e Fix maintained status in NuGet README 2024-09-07 20:55:05 +02:00