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
95f8c19fdf2ea8c7bf4d36a1d2e76398b6208cbc authored almost 8 years ago
Use urlToLocalFileOrQrc() from qqmlfile.cpp
a1ceb57e142b31f3541f9fd5e6ee2b79dd654881 authored almost 8 years ago
Applications that want to use quicktiledplugin will be expecting
the qmldir to be with all of th...
a4be3fa38dfe453ad822892a69e47a11517ee8ac authored almost 8 years ago
9a0253a74602257786d01da97d129a8ae8aa77a8 authored almost 8 years ago
5343bed3b32d9607fbb54f1f39a1e875e5e4114d authored almost 8 years ago
A new --columns N parameter can be used to change the number of tile
columns in the output image...
e2ec2a5a862a594d036f2bc88f58b123f1721a2e authored almost 8 years ago
Use stack-allocated custom writer instead of heap-allocating and doing a
manual delete.
Now we've reached "Tiled 1.0" and this means it is about time that
version attribute starts trac...
It was made a singleton to be able to set the relevant map document to
be used by the MiniMapRen...
Also added zooming with mouse wheel, which can be useful when scaling the map down.
245c013dcd2924b02fd9e1794862195233aa4ef6 authored almost 8 years ago6b7081532447d2ab1748ba7adeeb39c0f5273aef authored almost 8 years ago
Also made some other minor adjustments.
a51b285cb0ccbfae79ca299c25f417942a65658b authored almost 8 years ago
Conflicts:
.gitignore
src/libtiled/libtiled-static.pri
src/libtiled/map.cpp
src/plugins/pyth...
This avoids the need to mess around with import paths for the
application's QML files.
dd2bf279adcfd68610c6fb66ad840c778606567a authored almost 8 years ago
Hexagonal rotation now moves the tiles around in 60 degree steps.
This patch also fixes stagg...
c170b55a0fe78f73c9ca74e66e7b8259ae071782 authored almost 8 years agoCloses #563
de8265e1fea26e7f72b65adc3f3a773bad9a38b5 authored almost 8 years agoed43935dca194a98ae61e6edab0d215c550a2b8b authored almost 8 years ago
Used a custom dash line and flat cap to make the black and white dashes
have the exact same leng...
Requested on the forum:
http://discourse.mapeditor.org/t/automapping-rules-doesnt-support-adding...
fe66138721c1c8456f3561b214237bde6cd62d73 authored almost 8 years ago
Avoids excessive usage of static_cast.
63a44ddaaaabbfa9cf1eb6670f3329eed62b306a authored almost 8 years ago
None of them could result in any misbehavior, but it's better to silence
these issues anyway.
Fixes #1224
bbbe0ac8132517cbc52d69f93809308cb40b854e authored almost 8 years ago
Removed the need for two explicit sets, which were already available as
keys of a map.
Be more ...
a6dc53dde25e7077b2c2a7c5ffab0920796940c3 authored almost 8 years ago
This reduces code duplication between AutoMapper::setupTilesets and
MapDocument::unifyTilesets.
...
Object groups as output rules were always getting added, even if no
rule adding objects was appl...
Still quite a bit to do until the release, but it's already one of the
biggest.
aaf86337daf42aa323fbe8b5e504f1d8ad30329f authored almost 8 years ago
7ffc8e4f140ac5f5c00e13178e13c2e0cff1af01 authored almost 8 years ago
The problem was that when an external tileset was opened as part of a
map, there was no way for ...
The construction of mZoomable causes an event to be delived to the
TilesetView (probably QEvent:...
The properties were forgotten in Tileset::swap.
Related to bce8cbb3193e6da00f97dd5f96bc8f066eeb...
1fc40ab7135b82284b511bc9c9a006e3b16d6091 authored almost 8 years agoCurrently translated at 100.0% (842 of 842 strings)
d4b9c98d07b889ff48afacc816de0e5468a48c09 authored almost 8 years agoCurrently translated at 50.9% (429 of 842 strings)
4f8cc6d23e778752dbff26b7da0e626e42c0d088 authored almost 8 years agoCurrently translated at 100.0% (842 of 842 strings)
e3bb8b27bb0aee9f3a9f1146dcfb931036e788d8 authored almost 8 years agoCurrently translated at 22.5% (190 of 842 strings)
dff3db35b88e1ff9ca838de0cd97336e7619de94 authored almost 8 years agoCurrently translated at 99.8% (841 of 842 strings)
fcff4f16e40424f8ce7cc044f6fcb3a4dc7fc14e authored almost 8 years agoCurrently translated at 99.1% (835 of 842 strings)
7964376c3473a315cd307de145c7e46727a4b2da authored almost 8 years agoCurrently translated at 99.0% (834 of 842 strings)
bfbd12f2b63af2e35d1724996537c270d2ee40fc authored almost 8 years agoCurrently translated at 36.4% (307 of 842 strings)
ba4376bd0c914df51f39b722e43ab9061faa8747 authored almost 8 years agoCurrently translated at 97.6% (822 of 842 strings)
ae86c680a72da1aa011fb78f885da244a3a4fa4e authored almost 8 years agoCurrently translated at 100.0% (842 of 842 strings)
08098618cd566e1622894eabe082ae64068bf605 authored almost 8 years agoe770d93c47e17b0d811e1e90546b06104735f05e authored almost 8 years ago
Currently translated at 100.0% (842 of 842 strings)
ca9a31215c610840951c732c90ecdb70c5941f4d authored almost 8 years agoCurrently translated at 100.0% (826 of 826 strings)
7d64a0405060d780988728f00192fadf405f706b authored almost 8 years agoAddendum to 8494cd6d4a02f4799c81e473a82048b5bd6b8bbe.
bce8cbb3193e6da00f97dd5f96bc8f066eeb416b authored almost 8 years ago
When exporting or importing a tileset, the tileset is cloned and then
the tileset referenced by ...
When the first and last objects were already selected, the
second-to-last object would never get...
This was due to a silly workaround. The workaround is still there, but
now it at least shouldn't...
In general, I think it is useful to allow also removal from the
selection even when the user hol...
This change allows using the Alt modifier key to select objects below
the currently selected o...
I'll add back a working version later.
Closes #1506
aff4900dc8a36b96a4f41f48e158cd57179ea26b authored almost 8 years ago6cf6a80cb9c8f5af71dc451bde9494ed6a46789a authored almost 8 years ago
Increase the offset each time the timer fires, instead of each time the object
is drawn.
Also r...
b0a57c957fcbcec22ba6b8797c83315fc9556a31 authored almost 8 years agoCloses #1489
1629be0f84cc8f5c778f1fb0e138dd7b4b795751 authored almost 8 years agoPreviously when using the stamp brush tool when in hexagonal mode, moving down rows would cause ...
cdc71f4bf06c2ce9fb754887a8756f3686b18ea2 authored almost 8 years agoThis also affects flipping of single objects, which now takes the rotation into account.
Clos...
0d27be03d62a5dbb9ff0477b8dcc106e33466bb4 authored almost 8 years ago
* Use less nested layouts in CommandDialog
* Removed getters for specific command properties fro...
Closes #942
1b3bd619897b8276566526d3f9511d0569f822cc authored almost 8 years agod34d9484a5eceb664e9674f923b990f0cca1956a authored almost 8 years ago
Also, the zoom levels of the tilesets in the Tilesets dock are no longer connected.
Closes #408
c2c9cc608d394389ca3cd59cd747e5562bb1d550 authored almost 8 years ago
This means it is now no longer a shortcut for Delete, but this matches
the behavior of some othe...
It is now easier to select tiles since it works the same way as when
capturing a stamp. Any touc...
2ecbb866e0e17fefbb82b37b9f8aa1bf4bd3dbd2 authored almost 8 years ago
While reading the API, it was clear that we should use totalScaleFactor
rather than scaleFactor ...
Closes #1462
f925b8a40e88bd277692a4cd48b4d4d0076f5778 authored almost 8 years agoExample
qbs build Tiled.useRPaths:false
Issue #1484
39caf0910e5e2db504b91c1eb0fc5c9dbd67c214 authored almost 8 years ago
The following files were previously only installed by the qmake project,
and are now installed b...
Example:
qbs qbs.installRoot:/usr Tiled.installHeaders:true
Issue #1484
f53b0bace623ecdb73685d9980a010e597e7c771 authored almost 8 years agoThat was for Qt < 5.4, and Qt 5.4 is required for building Tiled now.
2efca7d0a7f537b15b30db4d39b0cb2b601246c9 authored almost 8 years agoFixes #1456
c1a48ad13b812d6531b372ec8295b19a769257d9 authored almost 8 years ago2a967cb4ad4b25d2c560ae48868056ef7fbca757 authored almost 8 years ago
Follow up patch for #1463.
d46508064b817d2c00166e04cc61a142dc216d24 authored almost 8 years agoFixes #943
f7b489c9cdd5c776fc343bfe8350336412628c73 authored almost 8 years agoCloses #1227
cf950d42400cee7dcda2089abf88a461964dcaf3 authored almost 8 years ago
Regardless of whether it changed the selection or not. This makes sure
that the stamp is updated...
The Offset Layers tool caused an undo entry to be made by just clicking,
because it was immediat...
A lot of applications use Ctrl+Y for redo, so some users will expect
this to work. On Windows, t...
See http://discourse.mapeditor.org/t/rotate-hexagonal-tiles-60-degrees/1546/5
fae6ebda331037b3aa2a2dfe4fbc53984fe338b7 authored almost 8 years ago
When there is no current object, it's better to set it to the new layer.
This makes sure the nex...
Found this more stylistic version at
https://github.com/gnome-design-team/gnome-icons/tree/maste...
It would crash when deleting a layer, for example.
11f1ef91c966bb9a0c61ed890fff303e81357be2 authored almost 8 years agoCloses #1424
cd87cbcce7397ee17826153821cb067c7ce0b0e3 authored almost 8 years ago
Available under GPL 2.0 and I think they look prettier. Also, provide a
higher resolution versio...
Closes #1127
2f3a7cd4d30aee20c9afa5a6bf1736c8d003c977 authored almost 8 years agoCloses #1451
4d0f1486b8edde4be29605d908e537aefe302f37 authored almost 8 years agoNot just the current tile layer.
When swapping the tiles of a tile object, it automatically adj...
b52338ca20158d51d600314d5d1a139cdb93e441 authored almost 8 years ago
This swaps the usage of the two selected tiles on the current tile
layer. It is only enabled whe...
Closes #1382
6dc2213d1ea0fddeb8d9e6dd71255c3875ac093d authored almost 8 years ago01d82ed6a52f74558f576bf129108299863acc16 authored almost 8 years ago
00873187b0d595038778b60085b81348a76f5d75 authored almost 8 years ago
All signals are public since Qt 5, so these functions are no longer
necessary.
This type is the same as used for objects, and tile objects without
explicit type will inherit i...
While adding the Text object, the code got list that emitted the
objectsTypeChanged signal, brea...
By undocking the Objects view, it is possible to select an object while
editing a tileset. The c...
1cd42dd6a76a6a4bcfa680383f3eae4c54a27b78 authored almost 8 years ago
closes #1397
11bd97a3ab6c6eb22c9cbf0d26c601999488a61c authored almost 8 years ago