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
Updated Russian translation
61150c5deeb122542296f7f0c8519e32bde403a0 authored almost 9 years ago38e85399d4043f52ede4bacea5fe2ee71b6d8fe4 authored almost 9 years ago
Updated French translation for Latest Tiled version.
43b8831741672d25b9c73adbac8314209ffa3a81 authored almost 9 years agoCheers from France! :)
a2dc3d61b807ea2468896bafcb16cdb23b81022d authored almost 9 years agod9331c92082c0d5c5a9814e06f37c9d8518367c2 authored almost 9 years ago
When selecting many objects at the same time, Tiled was getting very slow
to respond to selectio...
Apparently this value substitution does not work for that field for some
reason. The Tiled execu...
Turns out this description is what Windows displays on the task bar when
right-clicking the icon...
I think it would be entirely reasonable to always reuse an existing
instance, when Tiled would s...
e3174f8c48db2fbf6a4a9b6ddc3b1ae5d5a2ba94 authored almost 9 years ago
a9ef038cf9aa44032b384c498766410fd7bf953e authored almost 9 years ago
This affects Windows only (and possibly KDE). The button is pointless
since there is no context ...
Also updated several places where the enabled state of actions was
still based on whether a tile...
dd45e2e0c691801afea7291c155bcc3908bce617 authored almost 9 years ago
correct the index of csvTileIds
8794bf91efff5f42cd54140c13ce0fde9d4999bf authored almost 9 years agoWhen the map is not square, the tiles will be disordered because of the wrong index.
a8716f74fd3818e2e4d6e9b4abecfb8e98f37c31 authored almost 9 years ago
By deleting the MapEditor before the TilesetManager, we make sure that
the TileStampManager is d...
e034ee2e29956acfeadedbbf260d179dadfbab88 authored almost 9 years ago
Showing the average completeness of the translations.
29b389bc05dcbe6c22a30f07637257207b4596f3 authored almost 9 years ago0195577a1059e426e454d7b3debe685c68288d11 authored almost 9 years ago
qmake -r
cd translations
make ts
f4875998d2d320e406d9d432a0fe5680874fe4ec authored almost 9 years ago
4b0aefd24ae199731fbcb92e360ba478db3994b9 authored almost 9 years ago
Seems like it was caused by the noEditorWidget, since it was resolved by
setting its parent in t...
Was still missing all the newly added files.
86153d3a640f87b78216192daddcf046d56473eb authored almost 9 years ago0fec89f4cb575a824b878129135499ae0e7e4699 authored almost 9 years ago
Also:
* Fixed the shortcuts for flipping and rotating the current brush.
* Fixed activation of m...
This functionality was broken by the earlier refactorings. Now it is
back in a better way than b...
Stops it from displaying 'failing' every time some other branch has
failed to build.
The FileFormat::supportsFile of the TMX and JSON formats was extended a
bit, to allow using it o...
ea17ed4b7810bd8f12989a9a8eed9d4609a2124e authored almost 9 years ago
6dc9f77c6a9e0cd8c23da7cae7d8f48c29aec80f authored almost 9 years ago
92ef16ee6d09da51d8c0e2248894ff61cb736dc2 authored almost 9 years ago
8cccc7a0ac67ffe217d5c561128fe0dfd8f900d4 authored almost 9 years ago
Multiple files now open into tabs, not instances
a1c9a04f437281b674b54a8d0f6df30afef5bfcb authored almost 9 years ago1ed077bc5a4f8814686e7e522df69f6485563832 authored almost 9 years ago
* Uses QtSingleApplication solution to open multiple files without starting
new instances of T...
f1f6db17bd4cf372d02684304557c66b46d343c4 authored almost 9 years ago
05a807bd112c06267ff42067922dcee1d2f001cd authored almost 9 years ago
5927b686ced8a16cdab2ee54e4e83edc7ba71a16 authored almost 9 years ago
fe3fe299dbbccb37fbf2c710c7e1a5b5315aad4c authored almost 9 years ago
125089fc693df93ba8dee4823b276d0a5a47ef77 authored almost 9 years ago
QtSingleApplication commit ad9bc4600ce769a8b3ad10910803cd555811b70c
d45dcb629c3667a6043840aa83627fc4d916d73d authored almost 9 years ago5e380ba9679b596bc6c4dbc83fcec1f218baea93 authored almost 9 years ago
437106853afbaed05bced243aad59489361b59ac authored almost 9 years ago
ca3a130fc626067b9ae1fe5153ed79c1f4ca5748 authored almost 9 years ago
fbd209f638f2eeb72c7c857d652c928391dda3ee authored almost 9 years ago
abc687b82ddd348f7010ff6ee7c81c1bc20cea54 authored almost 9 years ago
* Due to what appears to be attempts to render beyond the map
boundaries, the terrain brush co...
264547e69e8a57caf6883715405cdc7cbdc576ce authored almost 9 years ago
It is now possible to set probability of multiple tiles.
07a65595045c078c8fdd36f05ab4bbd7910dc8cb authored almost 9 years ago2d79fcf6a38bfc0f1ce9b1c6ef70b0994a284c16 authored almost 9 years ago
3e73c025b1090fb4bf6e8d179c7eeee5c540c02d authored almost 9 years ago
Update tmx-map-format.md
f8ee384823d049c7b4c4a221415bf878a1858a46 authored almost 9 years agoAdded MonoGame.Extended as one of the C# loaders
9f7c458ca083b230d6981f1870b2271ef0a2d2e0 authored almost 9 years agod802e2b4e15ada02dc5ec85716eaa2f4618a70d6 authored almost 9 years ago
Prevent segfault when adding new property to many tiles.
b8b216562fdcd0210c5e4b8b36ee8e8a3e65a423 authored almost 9 years agoThis is getting old.
917d3aee58ab581646f87c07f45419ace85fdd7e authored almost 9 years ago
When showing the commits of master, there will often be some changes
listed that are not actuall...
There was an early out in OrthogonalRenderer::drawTileLayer that could
cause the painter transfo...
* You can now capture "no terrain" from the map and use this to erase
terrain.
* You can also...
07ced569ffa660a63b82e16981e18a2b0977a517 authored almost 9 years ago95db776c5bc684c6ed261c735359f79cb91fb5cf authored almost 9 years ago
It's not using the precompiled header on Linux and OS X.
2406cdbae3c4ff71da499316c93b373022901d3b authored almost 9 years ago
* Avoid emitting a valueChanged signal with 'black' when setting the
color to 'invalid'.
* Hi...
089bdd9e9758cda26dfe6eb105bdc66cf4435d02 authored almost 9 years agoThis allows resetting these colors to invalid once set.
Closes #446
Closes #1062
Related to #1131
5d11f1316281fd8b1dff0aba94e715f347e4c1f1 authored almost 9 years ago29f06539f94a89ccdffa4c9a405f843aa920ba04 authored almost 9 years ago
I'm not entirely happy with the way the properties and their types are
stored for the tiles, but...
Also simplified the code a little, made it remember the size of the
properties dock widget and d...
You can now edit properties on the object group and objects in the
Collision Editor.
A couple o...
086e1c7e77f21712d4d1d9ec832973dd786c57dd authored almost 9 years agoFixed compilation on Windows with MinGW and qmake
9d84e3357c66e00c01540b961ab1c37bf61201df authored almost 9 years ago17adfc738fc7a3bf546a0d15e15a207b1d1da7d3 authored almost 9 years ago
They were already there for tileset and tile images, so why not here.
Closes #1205
9515271aa9e065312cd4b9508abc517b56e0fabb authored almost 9 years ago701ddeea681f14e5af9e06713ac0f2fbe2121225 authored almost 9 years ago
New update of the translation to the Brazilian Portuguese language.
d1d2727f49d5d64b59efa1e56c857ca65197d964 authored almost 9 years ago
Seems like it needs a few more members defined to keep the templates
happy, compared to GCC and ...
* Reduced layout spacing between tool bars and views.
* Marked menu bar as non-native. Doesn't ...
76a0e28e9ca25e2c6c5e24cae5191359bfc66daa authored almost 9 years ago
Just try to create the directory when it's not there yet. If it still
doesn't work, show a somew...
* Code cleanups and simplifications (use QVariant in more places)
* Use 'string' and 'float' ins...
Pull request #1131
6c923691236e8f8bb795358e546adbb8a21bc7e5 authored almost 9 years agoadd hexsidelength attribute
36734ddd4cda100894bbaf1fe1717d54844d4232 authored almost 9 years ago
Changed the tool buttons to actions sitting on a tool bar. This fixes
hit area of the QToolButto...
Needed because qmake does not use a precompiled header on Linux.
153af4fda4e4e10213ec0135721b48bdd177000e authored almost 9 years agoa794dfb872470572ae15fdac585329a75bb536a8 authored almost 9 years ago
These classes would double-free if they were copied, so make it clear
that this is not allowed.
This new editor allows not only defining your object types and the color
of objects of that type...
This should avoid publishing new installers that trigger an automatic
update for changes that ar...
Update OSX install instructions for Qt
d0e4ebcc25e56ced8baef68e87646b63ee5d09e6 authored almost 9 years ago
Since Tiled requires QT to be above version 5, you need to install qt5
with homebrew, not qt (wh...
44c2aef34fb602bae578572041dbb0233347ee95 authored almost 9 years ago
6ab208d47456bcc8cb0d4cb3ebbdba64dd1eedb8 authored almost 9 years ago
Also made sure the labels re-appear again when undoing the deletion.
8818689d7988c309d563a029b61290e45a618f0b authored almost 9 years ago3ba8087f1dccf91db7acc350ac44175ed48e6f19 authored almost 9 years ago
* Removed the "(32-bit)" and "(64-bit)" from the name. Only one version
of Tiled can be instal...
This stops the 64-bit build from overwriting the file uploaded by the
32-bit build, and makes su...
The updater is supposed to work in the background by default.
1a4b85385b22040cd14452dba1531ba63eaaf39a authored almost 9 years agoWhile only copying the MSI installer to files.mapeditor.org.
c089c7054ed51145ea8620a7c7f2cd47105daec4 authored almost 9 years ago
WinSparkle is an auto-update solution for Windows applications using a
similar mechanism to Spar...
dfe0d38d8308b5356839d866e6d628af3c118572 authored almost 9 years ago
edaf66324e5edfb6c41454419f98c1e98a543240 authored almost 9 years ago