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
Actually the application already has a nice icon as specified using
the qmake ICON variable. Set...
May have only shown up with Qt 4.
bb8a731fa81e655309bb432fa80a7e9b186041f6 authored almost 10 years agofd52c607fad1b300c347236d0eb1a41a46a135ff authored almost 10 years ago
2b2cfbfb37c6c600918924b2779329de1a5129a0 authored almost 10 years ago
Closes #453
38932930c4c7bfb6ae0662e0b5c553632b5eedbd authored almost 10 years ago4a6322f134e4d31923a46d259e5e80e8814d8231 authored almost 10 years ago
Closes #128
57c27c1cf2107713ee9ead2c8504f485ffe7a3bb authored almost 10 years ago
The snapping behavior was meanwhile present in a huge amount of places,
and especially due to th...
The Isometric (Staggered) and Hexagonal (Staggered) map renderers do not
have any way of convert...
79bd3ad54be4b1dba3b8cf8ee64532ac3d7d78e2 authored almost 10 years ago
480d37c22faf17dc373ba5d7a19030f5bdad7d18 authored almost 10 years ago
634ee08242c055a5ee213f6184104bd927bfd4b0 authored almost 10 years ago
51705f866742e1217eab3e56898dd49e263fe547 authored almost 10 years ago
9e6a4719bda36b7ccd93b5667c6012d566546831 authored almost 10 years ago
31b812e77bb44c6e54fca0fd10d653149699b615 authored almost 10 years ago
23241dc6ac314e93898c91181b4c5369213e619c authored almost 10 years ago
- Layers get exported in different files.
- Filenames are constructed as
#base_#layer.csv
w...
Thanks to @NanoWar for noticing this issue and finding out how to fix
it.
Closes #868
579450037609c752f3b20ad66835c37332cb80da authored about 10 years agoJust a guess, result not measured nor perceivable...
62d486fa75c6801bcaa6b67862cc24a1e6f70456 authored about 10 years agod4a6bf0a5e9dcf261435af1bfd0829fb4fabcd7b authored about 10 years ago
I'm not expecting Tiled Quick to be used on the Raspberry Pi, and when
it is, we'll see whether ...
Less flickering pixels.
1576b22f06827672885380d72e7d18010136e3b6 authored about 10 years ago72c003605f52087a7da896ebef8ec57d571539f6 authored about 10 years ago
Removed the PinchArea from the desktop version for now, since I couldn't
immediately get it to w...
Included pinch area from Android file, which potentially enables pinch
zooming on systems with t...
It seems there can be at most 65536 vertices in the QSGGeometry
we're using. I'm not sure if thi...
Contrary to what I had expected, QSGNode::removeAllChildNodes does
not delete nodes owned by the...
* Has no menu bar, instead just an "Open..." button
* Features pinch zooming and panning
* Remem...
8bdc12acddc7ee08069f9ba1c89be052dbf454dc authored about 10 years ago
It would raise an error but still try to cut the tileset image, leading
to an assertion in debug...
Added Qt.gui to Export{} of libtiled.qbs
e40d9c91d5b1a96d88eba13cee2723da518d9808 authored about 10 years ago
libtiled uses QPixmap in its headers, which requires that any project
that uses libtiled also de...
d8796362b4d0e07672bd0871633b678d3bb34fcf authored about 10 years ago
To get all the necessary linker flags it seems to be necessary
to use --ldflags rather than --libs.
71f39368c7a5914372dd99aab1356e930f071042 authored about 10 years ago
b64343242f3c428aa240597df5d3c49e4256bf8f authored about 10 years ago
Looks much better, especially on Yosemite.
Thanks to @jBot-42 for this version of the icon.
Cl...
fbb05d9fb485491ed421c518e9608804229df8bc authored about 10 years agoWorkaround to resolve #817
0e3ad7c1c792a15e062a322201455e2c1f34eed9 authored about 10 years agolibtiled-java: Added a Tile reference for MapObjects
f9f03a696dbd22237d00f344419949d4d854c8c0 authored about 10 years agoWe get an exception if there is a gid with a non integer value.
36acc07d22607034bd900520e25543f283b7aa23 authored about 10 years agoTMXMapReader now reads the gid attribute and assigns it to the MapObject. If gid attribute doesn'...
e57254a1e4aa32e2aae3738ff479f68c05f94270 authored about 10 years ago0e20dfb5270937f9921f68dc341388003e91512e authored about 10 years ago
2de09c5aa6d2067efa9bf37fdffda5dd128ddae6 authored about 10 years ago
Updated the German translation
0e49cc06a6388abbb1d670a04642b661ecb54199 authored about 10 years agoFrench translation updated
e4173c864f61381b93191cd6fb7f0695367ac64d authored about 10 years agoReviewed and supported by @wayfu.
b3a717a70587f8e398500d9b562e41f0c26d5882 authored about 10 years agoHexagonal maps FTW!
9c034d12e3c4059cf099b30589135240c0321f24 authored about 10 years agob73a518d440e0e010a01b4e0892f8a005096d043 authored about 10 years ago
Seems to mostly work, though it did seem to crash for me after a bit of
scrolling and the file p...
Also, make sure it compiles with Qt 5.4. It does not run yet when
compiled with qmake due to mis...
Update Czech translation
7f40529a8f5c892b736c071d2c493fbe4c9ceaf6 authored about 10 years agoA map viewer with very good scrolling performance!
e65057d4277c6012471ec142eda5333a64d395d5 authored about 10 years agofc8cba1f092e297b5c388c72ab4ae7442ec0131d authored about 10 years ago
* Make sure we install the application bundle on OS X and not just the
executable.
* Use appro...
119b168bbcdc7edbb491075209c53ad52b99b73d authored about 10 years ago
This appears to be necessary to make sure no console window will popup
when running the applicat...
c15aa817e4d0b9890295980df440b3b5bd571563 authored about 10 years ago
a86f23ebc6f4f7129c51c04fdeb748942cd5d980 authored about 10 years ago
Fixes compilation on Linux and Windows.
20fac73eb1bd2d44178be14100d03e153542a673 authored about 10 years ago4134c733540134f851751a552204c3836c208598 authored about 10 years ago
Based largely on code I had already written for the Source of Tales
client.
Texture management ...
b725a2183a8f0115a031703cfaf0b767ef613af8 authored about 10 years ago3c8e96aa844f019065bed9b23f22901ef143b902 authored about 10 years ago
It’s still doing strange things regarding file installation and all
tools are being compiled as ...
Since I'm too lazy to figure out how to make this work with qmake right
now, Tiled Quick is now ...
72ac79b4f3240a9a41e5e6be9ceb6467e6202b42 authored about 10 years ago
Only problematic now that Terrain is a QObject.
248b88130d649a74e28ba3f899ef2ab0c9ee9674 authored about 10 years agopythonplugin.cpp:(.text+0x2c47): undefined reference to `_wrap_convert_c2py__Tiled__Map_const(Ti...
5d1b446bf7180b8463f85358e2feabf0c88d33c2 authored about 10 years ago714d94e3dee1acd5fab639268302f881941dcb44 authored about 10 years ago
Conflicts:
src/libtiled/map.cpp
Conflicts:
src/libtiled/hexagonalrenderer.cpp
dd2f69f39d4e05f14649c2c84c9465c4f7aa6e40 authored about 10 years ago
518f9e7951429d18b798f72227c2cffed6d0202d authored about 10 years ago
480e323afc2aac38ca98c4081a4a833ad92a5ca6 authored about 10 years ago
25163092c45a59f766521fd70356287199d5756c authored about 10 years ago
Uploading of daily builds is untested, let's hope it works.
e37d00125ecaa65c0a66ed4bddb9b91c5924632b authored about 10 years agoThanks @Ablu for telling me about this.
e4c2d6b0068f14d7bc801e47aa0ea4aa703aed79 authored about 10 years ago3ebfed3077dce33186c96bf31428a2b1acc0d3d3 authored about 10 years ago
6b7f1ff36f89fa05d6f46c56ae72ac8f4834362f authored about 10 years ago
Reduces complete rebuild on Linux from ~40 to ~30 seconds for me.
3a8519f3d391e6f9e1ffd1abd6118198cafd6e1c authored about 10 years agoAlso fixes locating of translations.
Not expected to work on OS X or Windows for now.
2ab0610b316841cc7752a148d2132f6b90c7eec9 authored about 10 years ago256d5babb469f9fb3313372266e8e7f167b6ca0a authored about 10 years ago
This may help dealing with unintentional differences or doing
workarounds for possible bugs.
Cl...
744cf148981d29811dcb9d3e19124f74aa942f48 authored about 10 years ago
Unfortunately the translations are ending up in some product-specific
directory so currently whe...
Based on MinGW. Maybe I'll try adding Visual Studio later.
Also, Tiled is currently failing to ...
8f8431895f3dafb6d4b00026464b36090bacb16b authored about 10 years agoApparently the probe can't be inside of the Properties.
047348cc7758ce52715a21fad7ada836d706a129 authored about 10 years agoWhile hopefully not breaking it on Linux.
ff07973b2117e3e12233e34be6052ad13924d54f authored about 10 years agoUnfortunately, this won't work on Windows and likely not on OS X either.
3e43e1d06c71a626419ac0d9d4be5b58b37d534f authored about 10 years agoAll plugins except the Python plugin for now, which will need a probe.
0daa8b41dd311afaa3359275a1076e6d211a3e59 authored about 10 years ago49c87edc46202ad5f798367632807cf45ef1c09f authored about 10 years ago
libtiled/tilelayer.h:320:20: warning:
'const Tiled::Cell& Tiled::TileLayer::cellAt(int, int) con...
Visual feedback for multiple object properties
d4a3415e321feff276e660f47a1cebcc5a31dc5a authored about 10 years agoAdd properties to browser if current object does not have them.
42f3dc18ceea26ee224369258b5bc15d123284b4 authored about 10 years ago
If selected object does not have property gray out name and value.
If selected object has differ...
updateCustomProperties when selected tiles and map objects change.
729bf53d54d793ef26071a8800fe955ffca8876f authored about 10 years ago0fa146944a3ba7bdabb37259f3a180b91837efb9 authored about 10 years ago
fa5856921930b49b19847ea17d63a48a5f286ce8 authored about 10 years ago
Fixes #839
1c1a26133ebf973e4ed2fc3ee35e5d0161373525 authored about 10 years agoRunning 'make ts' in the 'translations' directory.
36 new strings, 695 strings total.
d893af87bfe8d55e1ba66caa3c449bec9319c6b4 authored about 10 years agoe2497aaa9fc547ef3c0644be40d24ed462a22547 authored about 10 years ago
* Actually work when the format is not explicitly specified, instead
of spitting out an error ...