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
19633317648a04cb8fce93c0d71c71e8e6aa5f69 authored almost 8 years ago
ec1f3cc88634984d483335b1e47a4e1c47dacd7a authored almost 8 years ago
This should allow linuxdeployqt to detect QtSvg as dependency and ship
the SVG image format plug...
This should add support for TIFF, MNG, TGA, WBMP and WEBP to the Linux
binary releases.
Closes ...
7ca1e190651daf53aca3b1b0058d5fc5109ef04d authored almost 8 years agoFixes shipping of image format plugins.
114776877b89950fbd8cb2feb1b7856a329fbc19 authored almost 8 years agoc6b3356f7cceb05da97b6a6306aa34c1633eaaf1 authored almost 8 years ago
4d06bd7bce06c7820596cd97c1c6e6bfaee13efd authored almost 8 years ago
* Make sure to immediately apply object types when adding new ones
* Automatically focus the nam...
Only properties for top-level layers would get displayed. Clicking
nested layers could even caus...
Now they are in a sub-menu and mutually exclusive.
3409e330b7d7feb8a6746d7d3e21dad901ca40ec authored almost 8 years ago
This way the build version will show up correctly in the About dialog
and on the command line.
* Improved quality of font icon on high-DPI displays
* Display pixel size if point size is not s...
This Text object has already many features, including word wrapping,
coloring and font options. ...
automappingconverter now compiles with QT_NO_FOREACH
568258225fe23713e0e82f9d51d243773b19d4eb authored almost 8 years agof0d868774d192da10a4246b327882469f7064994 authored almost 8 years ago
When closing the last map but leaving at least one (external) tileset
open, TilesetDock::setCurr...
* Moved Tile Collision Editor and Tile Animation Editor over from View
* Added Edit Terrain Info...
026e6533e65a1e57b1e3de934d3aceef9b9d437a authored almost 8 years ago
Thanks to https://github.com/cgmb/guardonce!
1ecd50adb793dddc35ca3e161e396dc95a89f1a7 authored almost 8 years ago3dd7325243d8b42686a92e99733473280184b56b authored almost 8 years ago
Conflicts:
src/tiled/mapdocument.cpp
src/tiled/mapobjectmodel.cpp
Now that layers can be grouped, the checks making sure that the current
layer and the currently ...
f4b1f9980d9bee3ba8a56fcdb1136af05d65cca6 authored almost 8 years ago
* Display correct coordinates in status bar for tile and object tools
* Fixed offset while creat...
When child ObjectGroup layers would be added to a GroupLayer instance
before it is added to the ...
38712a4d9c76c8f15f98d0d0f1095abdfe00b74e authored almost 8 years ago
Based on TreeViewComboBox copied from Qt Creator. This means Tiled is
now effectively GPLv3 inst...
MSVC 2013 doesn't like this code, saying:
src\tiled\mapobjectmodel.cpp(354) : warning C4258: 'i...
7129765edf426ad2140f87ca506d8cf1e4855118 authored almost 8 years ago
During development, using this precompiled header can actually slow down
compile times quite a b...
6a50414b7b6b48ffae463a038b5e0807d62bc0a5 authored almost 8 years ago
Also simplified the way the model works by using an Object* as internal
pointer directly, instea...
This change simplifies the implementation and reverts the additions to
the LayerIterator, fixing...
Previously Tiled would crash when a map using tiles from an image
collection tileset was exporte...
When used on non-empty groups, it would try to move the group into
itself, leading to a crash. N...
Also made amall simplification in LayerIterator.
7106d93cb6e321514475b72454a5eb799afabb77 authored almost 8 years ago
On OS X and Windows it remains the default for now, but on Linux Tiled
will now respect user's e...
* Added Layer::totalOffset, Layer::affectiveOpacity, Layer::isHidden
* Added LayerIterator::toFr...
* When selecting 'All Layers' or 'All Visible Layers', skip groups to
avoid applying offset ef...
Stored number is now interpreted as "global layer index".
a02c667475539a0a4af51dd002cd37b351666721 authored almost 8 years ago
* Select previous/next layer
* Move layer up/down
Introduced a LayerIterator to simplify dealin...
782893a660a42368f8381e3f76c14d6b98e2a18c authored almost 8 years ago
Grouped layers are now displayed correctly in the map view. The most
complicated beast here was ...
Also fixes two small bugs in the LayerModel related to layer groups.
b4212d87ac28f8a42e0d4b364a9c8344f71a30ef authored almost 8 years ago
With the introduction of GroupLayer, all code that was solely using
a layer index to refer to so...
bd7d7aebb1684fc5606707bb894b686032588bd6 authored almost 8 years ago
19737b9df04884edbf13536bc0d2a8663f4c3222 authored almost 8 years ago
Also when moving multiple selected objects to another object layer.
ee4f8980dd4ff4fb07a0f9b9a7b2bf894f1b7087 authored almost 8 years ago
Due to a bug in the way the indexes were mapped by the
ReversingProxyModel, the views were not u...
3d21edf718b8a0a89ccd652b9567eb2856ae9689 authored almost 8 years ago
f970ec7045cca245c2a32168c450fce2bea25ac5 authored almost 8 years ago
36f46247dd8b3f4d4be55333b3e71e567a204dd0 authored almost 8 years ago
The previous method was not working, probably because System32 is some
kind of magic directory, ...
e596323007c731280f6dde8974342dba91ca66d1 authored almost 8 years ago
c24916b51943ca695dc81f6df4651cd22735abb6 authored almost 8 years ago
Due to a duplicated variable (a leftover in MapDocument), property
changes were only applied to ...
When the object layer being duplicated was selected in the Objects view,
Tiled would crash due t...
0f7cc18c44719e6bd562df483ee9b482e666dbc0 authored almost 8 years ago
Previously a crash could occur when using the Alt "mirror" modifier of
the Terrain Brush on a no...
The TMX, JSON and Lua formats now support saving and loading maps that
use group layers, using a...
A GroupLayer is a new kind of layer that can contain other layers. It is
meant for organizing la...
When holding the Alt modifier while using the terrain brush, the
modifications will be mirrored ...
036a3cafd35c802b7af3b9549dbe1f21a0b07b45 authored about 8 years ago
Make sure the active tool is deactivated before switching its
MapDocument, rather than after.
* Fixed up the scroll bar slider width (was too wide on high DPI)
* Scale up tab close buttons a...
It is usually more useful for the layer to be inserted above the current
layer, rather than alwa...
Tiled now tries to adapt to the DPI of the primary screen as much as
possible. This way, we can ...
Layer::setMap is not meant to be called directly. The map is
automatically set when the layers a...
* Layer context menu now has the actions grouped under a 'New' menu
item, as well as adding th...
b49fb0b908383b66de4fdac97c49aa1bd582386c authored about 8 years ago
It was previously compiling against Qt 5.2, which is no longer
supported.
Only try to push to itch.io from bjorn/tiled repo, since obviously the
encryption keys aren't av...
66a37e7a3a1728f1180f8372804129a38ca1e9eb authored about 8 years ago
With some languages on some systems, much of the command-line output
would be unreadable. This w...
Conflicts:
src/tiled/terrainbrush.cpp
Also added an isometric staggered example map.
Closes #427
18d633be5689eeba27a798e4865bc6cc026d1eea authored about 8 years ago
In general, layers do not have a width and height. The layer size is
currently only relevant for...
Conflicts:
src/plugins/gmx/gmxplugin.cpp
Flipping is now supported for tiles and tile objects (whether exported as
instances or as tiles)...
Now tile objects without a type are exported as tiles. So far, all objects
without a type were i...
The origin correction was being applied to all objects, while it should
only be done for tile ob...
9bccb5c944178dd6bc77fe57401ed48b457f1c6e authored about 8 years ago
5cd66c6da2f524850737395a893a5f127a6101f6 authored about 8 years ago
This orientation (currently just isometric or orthogonal) allows the
collision editor and terrai...
dfd783485983bc685daa1676ce566dafcc633da6 authored about 8 years ago
4164dcff32e329c54b57a142fc1b67770a39f8ff authored about 8 years ago
While the image is not itself cropped, it is now at least shifted along
with the tiles and objec...
This bug sneaked in due to a QUndoCommand getting immediately executed
even when pushed as part ...
Closes #1423
f3423c4fbff4fe206e03dc9f93208cb09fc2d1df authored about 8 years ago10acdede32b54edc8294a2c05cf7f703a8d16d64 authored about 8 years ago
By holding Alt you can drag around the currently selected objects,
without fear of accidentally ...
Since the safe (atomic) writing of files is unfortunately causing
problems on network drives and...
f63db45a48bcd968de034cdd5462200a33f2cdb7 authored about 8 years ago
1266d348c090c8ec674b52706709a2766a85d30a authored about 8 years ago
Same mixup as for the MSI installer.
c4ad0ba67ddaf11ba5407b4bb50b9a6cca792efc authored about 8 years agode7f0be24e6ecc6054dcee97af108f9081ce0b72 authored about 8 years ago
The 64-bit Tiled version was shipping 32-bit MSVC DLLs, and vica versa,
due to me being confused...
Might fix upload of file.
a95f2454b16048a5bd2b98548cfbfa290768ee8f authored about 8 years agoIt appears the problem I was having before is gone now.
6c6d5006d5def1a98c00d3a7d7c65516027fa899 authored about 8 years agof15d6ed9b048cebc30d6a505f9454b34fdaa68da authored about 8 years ago
And dropped installation of libqt5opengl5-dev (no longer necessary).
cceba174abab6eb191a01beb4346ba6af4f41f48 authored about 8 years ago675f10b549ddc9f082bf4654196687228514dfb7 authored about 8 years ago