dcronqvist
|
de41fb5508
|
Merge pull request #68 from dcronqvist/fix-before-release
Add new version stuff
|
2024-12-02 22:02:20 +01:00 |
|
Daniel Cronqvist
|
a38df45869
|
Add new version stuff
|
2024-12-02 22:00:04 +01:00 |
|
dcronqvist
|
58e03188a8
|
Merge pull request #66 from dcronqvist/fix-benchmarks
Fix benchmarks and update ratio numbers in README
|
2024-12-02 21:35:23 +01:00 |
|
Daniel Cronqvist
|
111403d7fc
|
Fix benchmarks and update ratio numbers in README
|
2024-12-02 21:33:09 +01:00 |
|
dcronqvist
|
fc710daf8c
|
Merge pull request #65 from dcronqvist/enum-bug
Enum properties were not being properly parsed due to incorrect usage of Optional
|
2024-12-02 20:55:31 +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
|
b978b8b50d
|
Add documentation about enum property behaviour
|
2024-11-27 22:20:42 +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 |
|
dcronqvist
|
f3c4478125
|
Merge pull request #63 from dcronqvist/color-bug
Unset colors are now parsed correctly, color properties have optional colors
|
2024-11-22 21:18:59 +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 |
|
dcronqvist
|
374f2b2194
|
Merge pull request #62 from dcronqvist/from-class-docs
Add disclaimer about FromClass with classes that contain enums
|
2024-11-21 18:05:05 +01:00 |
|
Daniel Cronqvist
|
f192a71c56
|
Add disclaimer about FromClass with classes that contain enums
|
2024-11-21 17:52:54 +01:00 |
|
dcronqvist
|
416cba6604
|
Merge pull request #61 from Metraberryy/enum-property-fromclass
Support enum properties in CustomClassDefinition.FromClass
|
2024-11-21 17:48:03 +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 |
|
dcronqvist
|
1e41443704
|
Merge pull request #60 from dcronqvist/overrideobject-bug
Add object override for rectangle objects
|
2024-11-17 15:56:37 +01:00 |
|
Daniel Cronqvist
|
c9e85c9fd6
|
Add object override for rectangle objects
|
2024-11-17 15:52:20 +01:00 |
|
dcronqvist
|
080f95c698
|
Merge pull request #59 from dcronqvist/fix-multiline-string-prop
Fix multiline string property value parsing
|
2024-11-17 15:13:30 +01:00 |
|
Daniel Cronqvist
|
90a57b125d
|
Fix multiline string property value parsing
|
2024-11-17 09:15:19 +01:00 |
|
dcronqvist
|
52f148f71d
|
Merge pull request #58 from dcronqvist/tileobject-flippingflags
Add flipping flags parsing/clearing to tile objects
|
2024-11-17 09:03:25 +01:00 |
|
Daniel Cronqvist
|
54bc132154
|
Add flipping flags parsing/clearing to tile objects
|
2024-11-17 08:59:02 +01:00 |
|
Daniel Cronqvist
|
e553c8e05a
|
Update custom type documentation with optionality disclaimer
|
2024-11-16 21:33:06 +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
|
feb4375cd5
|
Make sure docs index.md depends on README.md as it is copied
|
2024-11-16 19:26:44 +01:00 |
|
Daniel Cronqvist
|
837f58bf68
|
Remove claims about being able to save Tiled maps
|
2024-11-16 19:26:14 +01:00 |
|
dcronqvist
|
23d218bac7
|
Merge pull request #54 from dcronqvist/from-enum-storage-type
Add storage type parameter to CustomEnumDefinition.FromEnum
|
2024-11-16 19:16:44 +01:00 |
|
dcronqvist
|
cbd03bc224
|
Merge pull request #55 from dcronqvist/fix-template-dir
Fix directory name of pull request templates
|
2024-11-16 19:06:52 +01:00 |
|
dcronqvist
|
dcdceb8b78
|
Fix directory name of pull request templates
|
2024-11-16 19:02:50 +01:00 |
|
Daniel Cronqvist
|
666a3433e3
|
Update docs section on CustomEnumDefinitions with new storage type parameter info
|
2024-11-16 18:48:15 +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 |
|
dcronqvist
|
88352cfa45
|
Merge pull request #39 from dcronqvist/release-v0.2.1
Release v0.2.1
|
2024-10-04 21:26:48 +02:00 |
|
Daniel Cronqvist
|
d943a8d8b7
|
Update version in .csproj
|
2024-10-04 21:25:36 +02:00 |
|
Daniel Cronqvist
|
69f68d5853
|
Update version compatibility matrix
|
2024-10-04 21:22:43 +02:00 |
|
dcronqvist
|
aaa1ba7de4
|
Merge pull request #38 from dcronqvist/example-running
Make sure to run console example application as part of test suite
|
2024-10-04 21:18:16 +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 |
|
dcronqvist
|
5969b509e4
|
Merge pull request #37 from Serdan/feature/visible-type-in-tileset
Fix type of visible attribute in tileset object group.
|
2024-10-04 21:05:42 +02:00 |
|
Anders Kehlet
|
782e771a41
|
Fix type of visible attribute in tileset object group.
|
2024-10-03 22:26:47 +02:00 |
|
dcronqvist
|
871270ab00
|
Merge pull request #36 from dcronqvist/dev
Documentation updates
|
2024-09-28 20:03:19 +02:00 |
|
dcronqvist
|
f8f21a8a7d
|
Merge pull request #35 from dcronqvist/remove-monogame-reference
Remove text about MonoGame support
|
2024-09-28 19:56:44 +02:00 |
|
dcronqvist
|
e8dc677341
|
Update README that is published with NuGet to reflect MonoGame support
|
2024-09-28 19:55:06 +02:00 |
|
dcronqvist
|
50c14011bc
|
Remove text about MonoGame support
|
2024-09-28 19:52:28 +02:00 |
|
dcronqvist
|
e66cd36f6d
|
Merge pull request #32 from krnlexception/dev
Example projects (.NET console and Godot)
|
2024-09-16 19:09:08 +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 |
|