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

Don't set a window icon on Mac OS X

Actually the application already has a nice icon as specified using
the qmake ICON variable. Set...

81f4bda69711115935eb8398986f2e72959544f3 authored almost 10 years ago
Fixed encoding issues in the Patreon dialog

May have only shown up with Qt 4.

bb8a731fa81e655309bb432fa80a7e9b186041f6 authored almost 10 years ago
Added "Become a Patron" dialog to the Help menu

fd52c607fad1b300c347236d0eb1a41a46a135ff authored almost 10 years ago
Added a Donate button to the About dialog

2b2cfbfb37c6c600918924b2779329de1a5129a0 authored almost 10 years ago
Remember the directory used for external tilesets

Closes #453

38932930c4c7bfb6ae0662e0b5c553632b5eedbd authored almost 10 years ago
Fixed Magic Wand to not take active selection into account

4a6322f134e4d31923a46d259e5e80e8814d8231 authored almost 10 years ago
Implemented a Magic Wand tool

Closes #128

57c27c1cf2107713ee9ead2c8504f485ffe7a3bb authored almost 10 years ago
Unduplicated the grid snapping code

The snapping behavior was meanwhile present in a huge amount of places,
and especially due to th...

cef41290b159ec2fff8c31db4e86e929aef95299 authored almost 10 years ago
Fixed several cases in which grid snapping was always applied

The Isometric (Staggered) and Hexagonal (Staggered) map renderers do not
have any way of convert...

4aad4d3d750b6e28448dead14761059e6102caf6 authored almost 10 years ago
sane default behavior for default properties.

79bd3ad54be4b1dba3b8cf8ee64532ac3d7d78e2 authored almost 10 years ago
added file reference for objecttypes.xml to preferences.

480d37c22faf17dc373ba5d7a19030f5bdad7d18 authored almost 10 years ago
minor cleanup

634ee08242c055a5ee213f6184104bd927bfd4b0 authored almost 10 years ago
default properties are now added to the actual object

51705f866742e1217eab3e56898dd49e263fe547 authored almost 10 years ago
fixed xml parsing, updateCustomProperties now adds the default values

9e6a4719bda36b7ccd93b5667c6012d566546831 authored almost 10 years ago
fixed not compiling code

31b812e77bb44c6e54fca0fd10d653149699b615 authored almost 10 years ago
added default properties to objecttypes. added parsing of default properties

23241dc6ac314e93898c91181b4c5369213e619c authored almost 10 years ago
Extend CSV plugin to export all tile layers.

- Layers get exported in different files.
- Filenames are constructed as
#base_#layer.csv
w...

ac906d578de8ee1d164e3bcb07923ade8efdf957 authored about 10 years ago
Fixed file icon associated with TMX files on Windows

Thanks to @NanoWar for noticing this issue and finding out how to fix
it.

Closes #868

579450037609c752f3b20ad66835c37332cb80da authored about 10 years ago
Reduced amount of reallocations while creating vertex data

Just a guess, result not measured nor perceivable...

62d486fa75c6801bcaa6b67862cc24a1e6f70456 authored about 10 years ago
Fixed name of application on Android

d4a6bf0a5e9dcf261435af1bfd0829fb4fabcd7b authored about 10 years ago
Use QSGGeometry::StaticPattern for tile vertices

I'm not expecting Tiled Quick to be used on the Raspberry Pi, and when
it is, we'll see whether ...

27f6a68b902bddcef7a98a9a63b04d671952d348 authored about 10 years ago
Improved the rendering quality when zoomed out

Less flickering pixels.

1576b22f06827672885380d72e7d18010136e3b6 authored about 10 years ago
Restore window position, size and state

72c003605f52087a7da896ebef8ec57d571539f6 authored about 10 years ago
Added smooth zooming with mouse wheel

Removed the PinchArea from the desktop version for now, since I couldn't
immediately get it to w...

ee35e8c512c21dbd2c7c6b58de9f050151397b86 authored about 10 years ago
Some cleanup in Tiled Quick main QML file

Included pinch area from Android file, which potentially enables pinch
zooming on systems with t...

5f631744f86547ca390510bea73cd48964372481 authored about 10 years ago
Fixed rendering issues due to exceeding geometry limits

It seems there can be at most 65536 vertices in the QSGGeometry
we're using. I'm not sure if thi...

6135a5498c1781597cced18df5f4b3c56f7a83be authored about 10 years ago
Fixed massive leaking of TilesNode instances

Contrary to what I had expected, QSGNode::removeAllChildNodes does
not delete nodes owned by the...

a19dad11e0d742410b30d0e1404fde2658a4b9ea authored about 10 years ago
Added a separate main QML file for Tiled Quick Android

* Has no menu bar, instead just an "Open..." button
* Features pinch zooming and panning
* Remem...

97c3c20b8e1324dc9e2adf34c8f917bfe039543f authored about 10 years ago
Restore the last open map

8bdc12acddc7ee08069f9ba1c89be052dbf454dc authored about 10 years ago
Fixed check on tileset tile width and tile height

It would raise an error but still try to cut the tileset image, leading
to an assertion in debug...

a739f89e7e4f475c313ab508f4c2eea06bb00b97 authored about 10 years ago
Merge pull request #864 from Ablu/master

Added Qt.gui to Export{} of libtiled.qbs

e40d9c91d5b1a96d88eba13cee2723da518d9808 authored about 10 years ago
Added Qt.gui to Export{} of libtiled.qbs

libtiled uses QPixmap in its headers, which requires that any project
that uses libtiled also de...

f55ed812f054bbc1436502576823ed2a4d603a01 authored about 10 years ago
Run the right version of macdeployqt

d8796362b4d0e07672bd0871633b678d3bb34fcf authored about 10 years ago
Fixed linking to Python library on OS X

To get all the necessary linker flags it seems to be necessary
to use --ldflags rather than --libs.

d3cd6e137ecf694ce3167d4d4d0bc26571c444b7 authored about 10 years ago
Merge branch '0.10'

71f39368c7a5914372dd99aab1356e930f071042 authored about 10 years ago
Fixed precompiled header to work with Qt 4 as well

b64343242f3c428aa240597df5d3c49e4256bf8f authored about 10 years ago
New icon for OS X

Looks much better, especially on Yosemite.

Thanks to @jBot-42 for this version of the icon.

Cl...

fbb05d9fb485491ed421c518e9608804229df8bc authored about 10 years ago
Disable OpenGL rendering on Mac OS X

Workaround to resolve #817

0e3ad7c1c792a15e062a322201455e2c1f34eed9 authored about 10 years ago
Merge pull request #860 from Juniperbrew/master

libtiled-java: Added a Tile reference for MapObjects

f9f03a696dbd22237d00f344419949d4d854c8c0 authored about 10 years ago
MapObjects now store a reference to a Tile instead of the raw gid number.

We get an exception if there is a gid with a non integer value.

36acc07d22607034bd900520e25543f283b7aa23 authored about 10 years ago
Added gid as attribute to MapObject class. Represents a tile whose texture is to be used for this object. Default value is -1.

TMXMapReader now reads the gid attribute and assigns it to the MapObject. If gid attribute doesn'...

e57254a1e4aa32e2aae3738ff479f68c05f94270 authored about 10 years ago
Updated list of updated translations and set 0.11 release to today

0e20dfb5270937f9921f68dc341388003e91512e authored about 10 years ago
Updated Japanese translation file.

2de09c5aa6d2067efa9bf37fdffda5dd128ddae6 authored about 10 years ago
Merge pull request #850 from Ablu/translation_de

Updated the German translation

0e49cc06a6388abbb1d670a04642b661ecb54199 authored about 10 years ago
Merge pull request #858 from Bertram25/master

French translation updated

e4173c864f61381b93191cd6fb7f0695367ac64d authored about 10 years ago
Updated the German translation

Reviewed and supported by @wayfu.

b3a717a70587f8e398500d9b562e41f0c26d5882 authored about 10 years ago
French translation update for the next Tiled version! :D

Hexagonal maps FTW!

9c034d12e3c4059cf099b30589135240c0321f24 authored about 10 years ago
Make object type completions case-insensitive

b73a518d440e0e010a01b4e0892f8a005096d043 authored about 10 years ago
qmake: Added project files to run Tiled Quick on Android

Seems to mostly work, though it did seem to crash for me after a bit of
scrolling and the file p...

7769f3e21cde54871ba98e30474671b888cb83b0 authored about 10 years ago
qmake: Don't try compiling Tiled Quick with Qt < 5.4

Also, make sure it compiles with Qt 5.4. It does not run yet when
compiled with qmake due to mis...

eb00462d5b4aa2e617ed988ce9472a3f92d3b804 authored about 10 years ago
Merge pull request #852 from encukou/cs

Update Czech translation

7f40529a8f5c892b736c071d2c493fbe4c9ceaf6 authored about 10 years ago
Qbs: Fixed Tiled Quick to run on OS X

A map viewer with very good scrolling performance!

e65057d4277c6012471ec142eda5333a64d395d5 authored about 10 years ago
Merge branch 'master' into wip/qtquick

fc8cba1f092e297b5c388c72ab4ae7442ec0131d authored about 10 years ago
Qbs: Clean up install rules and application bundle names

* Make sure we install the application bundle on OS X and not just the
executable.
* Use appro...

99cfbb2dc3aaf20179d3010d4e26442ab990eb98 authored about 10 years ago
Update Czech translation

119b168bbcdc7edbb491075209c53ad52b99b73d authored about 10 years ago
Qbs: Explicitly set non-console products to be non-console

This appears to be necessary to make sure no console window will popup
when running the applicat...

3cbdba5fbf46399096987c2817ecea528f2d54c9 authored about 10 years ago
AppVeyor: Build with Qbs, Qt 5.4 and MinGW 4.9.1

c15aa817e4d0b9890295980df440b3b5bd571563 authored about 10 years ago
Merge branch 'master' into wip/qtquick

a86f23ebc6f4f7129c51c04fdeb748942cd5d980 authored about 10 years ago
Qbs: Made OS X specific properties and files conditional

Fixes compilation on Linux and Windows.

20fac73eb1bd2d44178be14100d03e153542a673 authored about 10 years ago
Merge branch 'master' into wip/qtquick

4134c733540134f851751a552204c3836c208598 authored about 10 years ago
Tiled Quick: Added map rendering and allow opening maps

Based largely on code I had already written for the Source of Tales
client.

Texture management ...

b725a2183a8f0115a031703cfaf0b767ef613af8 authored about 10 years ago
Updated Japanese translation

3c8e96aa844f019065bed9b23f22901ef143b902 authored about 10 years ago
Qbs: Fixed ability to run Tiled on OS X

It’s still doing strange things regarding file installation and all
tools are being compiled as ...

29850c2471c39118085dcd81786637c51d191664 authored about 10 years ago
Don't use a .qrc file for the QML files

Since I'm too lazy to figure out how to make this work with qmake right
now, Tiled Quick is now ...

3b6b33d132d450396252470616ab82ee44dc842b authored about 10 years ago
Qbs: Added project files for tiledquick and tiledquickplugin

72ac79b4f3240a9a41e5e6be9ceb6467e6202b42 authored about 10 years ago
Qbs: Added missing source file

Only problematic now that Terrain is a QObject.

248b88130d649a74e28ba3f899ef2ab0c9ee9674 authored about 10 years ago
Python plugin: Fixed linker error when compiling with Qbs

pythonplugin.cpp:(.text+0x2c47): undefined reference to `_wrap_convert_c2py__Tiled__Map_const(Ti...

5d1b446bf7180b8463f85358e2feabf0c88d33c2 authored about 10 years ago
Qbs: Mark tmxrasterizer as a console application

714d94e3dee1acd5fab639268302f881941dcb44 authored about 10 years ago
Merge branch 'master' into wip/qtquick

Conflicts:
src/libtiled/map.cpp

52455a1451d6e042833c71a4de9292494a60adda authored about 10 years ago
Merge branch 'master' into mapobjectresizev3

Conflicts:
src/libtiled/hexagonalrenderer.cpp

64bd467ab20183958e7f65a023ebd9cab838c781 authored about 10 years ago
Updated Dutch translation

dd2f69f39d4e05f14649c2c84c9465c4f7aa6e40 authored about 10 years ago
Removed unused virtual function implementation

518f9e7951429d18b798f72227c2cffed6d0202d authored about 10 years ago
Updated Spanish translation

480e323afc2aac38ca98c4081a4a833ad92a5ca6 authored about 10 years ago
Another small NEWS file update

25163092c45a59f766521fd70356287199d5756c authored about 10 years ago
Have AppVeyor publish releases and upload daily builds

Uploading of daily builds is untested, let's hope it works.

e37d00125ecaa65c0a66ed4bddb9b91c5924632b authored about 10 years ago
Qbs: Simplified Project references

Thanks @Ablu for telling me about this.

e4c2d6b0068f14d7bc801e47aa0ea4aa703aed79 authored about 10 years ago
Qbs: Specify tiled.rc file to fix missing icon for Windows executable

3ebfed3077dce33186c96bf31428a2b1acc0d3d3 authored about 10 years ago
Qbs: Fixed install directories for Windows

6b7f1ff36f89fa05d6f46c56ae72ac8f4834362f authored about 10 years ago
Qbs: Use precompiled header

Reduces complete rebuild on Linux from ~40 to ~30 seconds for me.

3a8519f3d391e6f9e1ffd1abd6118198cafd6e1c authored about 10 years ago
Qbs: Specify install locations

Also fixes locating of translations.

Not expected to work on OS X or Windows for now.

2ab0610b316841cc7752a148d2132f6b90c7eec9 authored about 10 years ago
Qbs: Build the tmxviewer, tmxrasterizer and automappingconverter tools

256d5babb469f9fb3313372266e8e7f167b6ca0a authored about 10 years ago
Lua plugin: Include Tiled version in Lua export

This may help dealing with unintentional differences or doing
workarounds for possible bugs.

Cl...

744cf148981d29811dcb9d3e19124f74aa942f48 authored about 10 years ago
Qbs: Initial support for building translations

Unfortunately the translations are ending up in some product-specific
directory so currently whe...

8b283895660a0bcb55321fabfbe7c52c83ab498e authored about 10 years ago
Make Windows installer on AppVeyor

Based on MinGW. Maybe I'll try adding Visual Studio later.

Also, Tiled is currently failing to ...

8f8431895f3dafb6d4b00026464b36090bacb16b authored about 10 years ago
Qbs: Fixed Python plugin compilation on Linux

Apparently the probe can't be inside of the Properties.

047348cc7758ce52715a21fad7ada836d706a129 authored about 10 years ago
Qbs: Fixed building of Python plugin on Windows

While hopefully not breaking it on Linux.

ff07973b2117e3e12233e34be6052ad13924d54f authored about 10 years ago
Qbs: Enabled Python plugin with PkgConfigProbe

Unfortunately, this won't work on Windows and likely not on OS X either.

3e43e1d06c71a626419ac0d9d4be5b58b37d534f authored about 10 years ago
Added Qbs files for Tiled plugins

All plugins except the Python plugin for now, which will need a probe.

0daa8b41dd311afaa3359275a1076e6d211a3e59 authored about 10 years ago
Updated libtiled Qbs project

49c87edc46202ad5f798367632807cf45ef1c09f authored about 10 years ago
Silence MinGW warning

libtiled/tilelayer.h:320:20: warning:
'const Tiled::Cell& Tiled::TileLayer::cellAt(int, int) con...

581e7a80693a5156bd583006033b20ec5113f2fa authored about 10 years ago
Merge pull request #779 from parkm/propertyVisuals

Visual feedback for multiple object properties

d4a3415e321feff276e660f47a1cebcc5a31dc5a authored about 10 years ago
Update property colors when properties change.

Add properties to browser if current object does not have them.

42f3dc18ceea26ee224369258b5bc15d123284b4 authored about 10 years ago
Added updatePropertyColor in PropertyBrowser.

If selected object does not have property gray out name and value.
If selected object has differ...

15af7e55d5db4a83be83ab39c584c65bd4c3efaf authored about 10 years ago
selectedTilesChanged signal added to MapDocument.

updateCustomProperties when selected tiles and map objects change.

729bf53d54d793ef26071a8800fe955ffca8876f authored about 10 years ago
Added color properties to QtPropertyBrowser framework.

0fa146944a3ba7bdabb37259f3a180b91837efb9 authored about 10 years ago
Lua plugin: Added staggered and hexagonal map related properties

fa5856921930b49b19847ea17d63a48a5f286ce8 authored about 10 years ago
Save the stagger axis also for staggered isometric maps

Fixes #839

1c1a26133ebf973e4ed2fc3ee35e5d0161373525 authored about 10 years ago
Updated translation files

Running 'make ts' in the 'translations' directory.

36 new strings, 695 strings total.

d893af87bfe8d55e1ba66caa3c449bec9319c6b4 authored about 10 years ago
Raised version to 0.11.0 and updated NEWS file

e2497aaa9fc547ef3c0644be40d24ed462a22547 authored about 10 years ago
Fixed some issues with the --export-map command line

* Actually work when the format is not explicitly specified, instead
of spitting out an error ...

0bb2d46ddf6601b7e8b138a0654e63f1570bb91f authored about 10 years ago