tiled
Here are 84 public repositories matching this topic...
Rename file to match the class name + offer a operator fun invoke to not need to use ProxySwizzle
API Documentation
On the documentation website, the "install to dash" button has the URL...
file:///Users/michael/git/SKTiled/docsets/SKTiled.xml.
Obviously this is wrong.
It should be https://mfessenden.github.io/SKTiled/docsets/SKTiled.xml or probably /SKTiled/docsets/SKTiled.xml.
It looks like this is a generation setting, as it's included in every HTML file in the gh-pages branch, so I guess I can'
Would it be possible to add the documentation with it? Maybe some markdown files?
maybe with the help of this tool: doxygen xml to markdown?
-
Updated
Feb 25, 2019 - C#
-
Updated
Dec 10, 2017 - JavaScript
TilePix only supports orthogonal maps (currently - hopefully we'll be able to support other types in the future). A sensible error should be returned on Reading a map which doesn't have orientation="orthogonal".
Need to set up a constant for each type:
- orthogonal
- hexagonal
- isometric
- staggered
Then, using a switch statement, check against each, returning an error if not
-
Updated
Jun 6, 2017 - Python
-
Updated
Mar 11, 2020 - Go
Make project roadmap
-
Updated
Mar 28, 2020 - Go
-
Updated
Jun 13, 2020 - C++
-
Updated
Aug 21, 2018 - HTML
-
Updated
Dec 10, 2019 - Common Lisp
-
Updated
Jun 25, 2019 - C#
I noticed the doc folder is gone. Not sure if that was intentional or not, but I think the project could benefit from some basic documentation. You should also include documentation for what properties a object/layer/map table contains. This will be useful for when people are creating (whatever kind of) objects to look at a table they can reference.
Ie.
local fake_object_-
Updated
Sep 25, 2018 - C#
-
Updated
Oct 31, 2019 - Go
-
Updated
Mar 15, 2020 - TypeScript
Improve this page
Add a description, image, and links to the tiled topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tiled topic, visit your repo's landing page and select "manage topics."
I ran into build problem with tests. We may be missing a dependency check for spatialite-tools on a fresh build, but don't explicitly check for its existence when building the test target. As a result, the test target fails downstream when a require data dependency is missing.
Here's the error I got: