Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/mapeditor/tiled
Flexible level editor
https://github.com/mapeditor/tiled
Updates by Marco Fras.
426c32b4cb95b67e40f19b12d3d9e4e0701cde8f authored about 10 years ago65e5c112c53cb80687c71333d5df89207aaa8661 authored about 10 years ago
Hopefully it gets automated builds on AppVeyor working. For now, just to
test whether Tiled comp...
Command line export for Tiled
091dcaa172de4d6b531109c5696737e05fa4929d authored about 10 years agoEliminate some building issues on Windows
661844e34c9fcdef8ea958a6a3d633259b310c60 authored about 10 years ago
- Use --large-address-aware instead of /LARGEADDRESSAWARE with MinGW
- Adjust an #include in lib...
This plugin only exports the first tile layer. Tiles are written out by
their index in the tiles...
5bc462e08e42824d2c57ddf584a4832478d594fb authored about 10 years ago
Based on public domain tiles by pixel32, found at:
http://opengameart.org/content/pixel-hex-til...
57313576b1e3c7d1247c00c746a295a0b83b96fd authored about 10 years ago
I think it's enough to just call it the object ID, and document that
these IDs are unique for ea...
129ff5607984889f8831a63d7e8175a4f46fdaa0 authored about 10 years ago
Update tiled_pt.ts
04cea21e0cd1e5cb24eea250516fb932d7299713 authored about 10 years agof4f24245d5ee4a81c98ea47f9df9305a0b03e756 authored about 10 years ago
Saving maps with absolute paths is a bad idea and is avoided whenever
possible, but it is the on...
Turns out I need this for a my current project so it must be useful.
22e5689ceae00f77602a854881c55591d3f2abd4 authored about 10 years ago
This also adds support for staggering the X axis at either odd or
even indexes for staggered iso...
98f8c8331eae59e4e44904f9418ea39dfef967d4 authored about 10 years ago
deb72320650b4df0a47dd9e79dee2c146040a709 authored about 10 years ago
264eecd909757b13c29a60fdf0d890e0a2be1867 authored about 10 years ago
d94ac3bde75e5882131051a0ec6cef514c411c9a authored about 10 years ago
51fdebb502fcfb824f0e27743f98e2b29ae3f6d7 authored about 10 years ago
a60083e6dfc424eac89d5d956c32dda4b5397a24 authored about 10 years ago
This is no longer necessary now that properties of multiple tiles
can be edited at the same time.
da2c2e0897d740f3e515bdce3731edfc55caaa6a authored about 10 years ago
The standard context menu allows hiding the tool bar, after which it is
impossible to get it bac...
Now it works properly for multiple objects, only changing the name of the
property and never the...
Ability to rename custom properties
84e7adbd48ca8c5edd6bcf00dc4f60a8a6110e46 authored about 10 years agobc951076442f59c9521514d7dc1e182c2ec185cb authored about 10 years ago
b59850f894fd6521aac72284e76bbdb98da593df authored about 10 years ago
This reverts back to the old behavior, which is also broken but it's
less broken than without th...
11dd38ab1f68677b7912da9250087fe052422d10 authored about 10 years ago
It's definitely getting too late...
0f2ba2437953c6cd3bbc85568f3b4de2654b6b60 authored about 10 years ago46a67e16ac641c31ddad636888e34b320cf992ce authored about 10 years ago
fc671bef9353c5ed89c05ac46d546e87bf2ca6e2 authored about 10 years ago
This is the position of the image in pixels, and it was missing from the
Lua export format.
Clo...
4b723791ebc1d5f90086adacb864006b345d2480 authored about 10 years ago
The nodes are ignoring view transformations, but this wasn't being taken
into account when deter...
This resolves an assertion in debug mode, which is meant to check
whether all tileset references...
set maximum size for the about dialog
582560330d7497b1aadeee5f0d2cd2018d7c7133 authored over 10 years agoAdded some translations in Italian.
329055567aa2afd6fd3675ee38cc28171249936f authored over 10 years ago5de1bf0d54a56fe1e27e44b9df2c68e72b660b11 authored over 10 years ago
74d9edcf6d1bfd3ecd04c227faf08772decf1272 authored over 10 years ago
e3b019bc5ed7c6e8a061523d5a7bc37a0d8ece3b authored over 10 years ago
e51361b59b4258e8dd14571f9aec899add212eeb authored over 10 years ago
This is mainly because I think 'columns' should be the default (it's
what Tiled Java did and as ...
Also, only save the hex side length for hexagonal maps, since it makes
no sense to appear for ot...
This fixes the grid rendering of the staggered renderer and adds support
for staggering the even...
This makes more sense with the current tile coordinates. Changing the
renderer in this way seeme...
This adds the option of having the even rows shift to the right instead
of shifting the odd rows...
This is the length of the straight sides of the hexagonal tile. It can't
be derived from the gri...
Only supports one variation of staggered hexagonal for now.
The length of the sides can't be co...
ac1665d3782ba17a27d434d30719be52a51ff082 authored over 10 years ago1965df71259d9ea53fcaeb25e191df87dc70cb2d authored over 10 years ago
The addition of Map::tileSize got lost in another change.
0afabbb284d8195bf25d7ff3178f227d4feb0257 authored over 10 years agod1adca96b27adab912effb82e0979571ed5d99f0 authored over 10 years ago
1bdf9efa76a3def830eb3338a0380398b373c24b authored over 10 years ago
The small tiles could cause the bounding rect of the brush preview to
become too small for paint...
4b9448bc03d248143503b7edf69c2e5fe6c12a25 authored over 10 years ago
tileLayerDrawMarginsChanged should not be emitted for layers that aren't
part of the map for now...
This basically reverts the incomplete 5f6b5cadbd436183a5c530b868d and
fixes the problem a little...
Should have done a compile-test... fortunately there's TravisCI.
47fef6bbda9488bc018dcb334a02650495e087b6 authored over 10 years ago
Conflicts:
src/tiled/tilelayeritem.cpp
Without taking the draw margins into account, tiles sticking outside of
the layer's area fail to...
Missed this one in change 403e1707259bd7846c4cd0596332a217fe7e73e9
0a2daa6170fb149c0fed2854e6509902d06673e6 authored over 10 years agof522deb08a66199273f26b1a9df8b2a9fdaa0603 authored over 10 years ago
73f7ae77ab82d2ca075928f8369318631c728d2e authored over 10 years ago
e8c83987118a25b16ab3606d2d1b5a142c9026de authored over 10 years ago
Popping up a message box while painting repeatedly is tremendously
annoying (and seems to break ...
When there is no "map document", the automap action is disabled.
It's not the user's problem wh...
6dc2e58d07f34475b85d95ffadb5f3b0cac93b8c authored over 10 years agoExpose the first libtiled class 'ObjectGroup' to QML.
36b7a03c372a9d4286d43706ec0c6f94e4024755 authored over 10 years ago
The tricky thing here was that this makes a copy constructor impossible,
which was used by the P...
1a63740a2c81b6fe704002ff11e6a917b0cb4f3a authored over 10 years ago
c236e90bbded1ec2ee66d6c023828d62ba9ff093 authored over 10 years ago
This undoes the changes in ba6394fef5c409b041ee79c997d7d5fd958f30ad,
which were apparently appli...
956ac80fd5ad69b1b4f18a92118f2f1da931f6e6 authored over 10 years ago
6525aa65279bdbf34136d0b4e752919a86eb709f authored over 10 years ago
cb384b5a5c7cf8d2036d78323893ff02913eca57 authored over 10 years ago
Just testing how it looks and behaves.
681e8af49c5aab3e844ba0bcd205c74a9002ed9f authored over 10 years ago
tiledquickplugin should be included in the Tiled Quick application
bundle on OS X.
Also tweaked...
cacb528fe689a8adf7cc9cfc188b3e02eafc8b80 authored over 10 years agoIn some situations it doesn't work to rely on automatic reloading.
Closes #768
9539b1648afb5923754a60cec9ba14f89337928c authored over 10 years agoThey were enabled even when no map was open.
70b74c7ce5c8f15d8f2665af0aa9a2ab739f9f99 authored over 10 years ago
Without this you may not even be sure whether you hit the right key, so
this seems like the righ...
7d3ed7b4b86698cf6a7fc5e481e6f67cbcad271f authored over 10 years ago
Now, the default Export action will re-export with the same file and
format used last time, with...
Mainly trying out basic Qt Quick Controls to see if this has a chance
of working out.
Now when an object layer is selected, it selects all objects on that
layer. Also it no longer do...
Flare expects object coordinates to be in tiles instead of pixels.
Conversions have been added f...
add precompiled header.
dcc18d5e5dfc1cfcde9e40af2dd069560aad4e99 authored over 10 years ago
Due to the mismatch with the original virtual function, this was also
causing warnings when comp...
Polymorphic mapobjects
abc32195a079bf8ae959712065aa047f983c7a9e authored over 10 years ago
* Automatic uninstall of previous version should let the uninstaller
choose from where to unin...
d466e73cf896f9fb040dc477f15d736aa1e070ef authored over 10 years ago
2f2183afa3628a4d8dd28a4391877ac40194bf7a authored over 10 years ago
When compiling with VS 2013 without this link option, the resulting
executable will only run on ...
f5308a5b795552287a9614d4f85d7964f311dd3b authored over 10 years ago
Closes #758
fc1f372ba157f4fb94e693d30695dd12ae3149c3 authored over 10 years agoa125a2ab6ab068cee553a68511029b8ac80db453 authored over 10 years ago
The QtMath alias was apparently added with Qt 5.
876f12138bacf7fb34d4131636e44c74254c0c7a authored over 10 years ago
The function drawing tile layers was not always keeping the tiles it
would try to draw within bo...