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

Merge pull request #1222 from semtiko/patch-1

Updated Russian translation

61150c5deeb122542296f7f0c8519e32bde403a0 authored almost 9 years ago
Updated Japanese translation

38e85399d4043f52ede4bacea5fe2ee71b6d8fe4 authored almost 9 years ago
Merge pull request #1225 from Bertram25/master

Updated French translation for Latest Tiled version.

43b8831741672d25b9c73adbac8314209ffa3a81 authored almost 9 years ago
Updated French translation for Latest Tiled version.

Cheers from France! :)

a2dc3d61b807ea2468896bafcb16cdb23b81022d authored almost 9 years ago
Update tiled_ru.ts

d9331c92082c0d5c5a9814e06f37c9d8518367c2 authored almost 9 years ago
Optimized selection of many objects

When selecting many objects at the same time, Tiled was getting very slow
to respond to selectio...

46917782c9f1ad4746375662f844947a1f9ba76f authored almost 9 years ago
Windows installer: Removed the "[ProductName]" start menu folder

Apparently this value substitution does not work for that field for some
reason. The Tiled execu...

d5be8ea8c66366f12734446f0792988af5398059 authored almost 9 years ago
Removed "executable" from the FileDescription for tiled.exe

Turns out this description is what Windows displays on the task bar when
right-clicking the icon...

ca0ef6680179a72b6c2f50bb466dc398378d755d authored almost 9 years ago
Don't reuse a previous Tiled instance when no arguments are passed

I think it would be entirely reasonable to always reuse an existing
instance, when Tiled would s...

5cb8175d889aabc5b8aaaf0bd3d0cca2ac4d9b17 authored almost 9 years ago
Updated WinSparkle

e3174f8c48db2fbf6a4a9b6ddc3b1ae5d5a2ba94 authored almost 9 years ago
Removed the context help button from the Add Property dialog as well

a9ef038cf9aa44032b384c498766410fd7bf953e authored almost 9 years ago
Removed the context help button from the Patreon dialog

This affects Windows only (and possibly KDE). The button is pointless
since there is no context ...

91aaa84d3884d54f1931cb14e0c0969cc7f7f345 authored almost 9 years ago
Fixed changing tile properties in tileset editor

Also updated several places where the enabled state of actions was
still based on whether a tile...

6541dacb941023b1cec180065bb6abb42ed5a700 authored almost 9 years ago
Fixed a crash when switching to a map due to closing a tileset

dd45e2e0c691801afea7291c155bcc3908bce617 authored almost 9 years ago
Merge pull request #1220 from ZacharyJia/patch-1

correct the index of csvTileIds

8794bf91efff5f42cd54140c13ce0fde9d4999bf authored almost 9 years ago
correct the index of csvTileIds

When the map is not square, the tiles will be disordered because of the wrong index.

a8716f74fd3818e2e4d6e9b4abecfb8e98f37c31 authored almost 9 years ago
Fixed assertion failure on exit

By deleting the MapEditor before the TilesetManager, we make sure that
the TileStampManager is d...

c6502e0067ecbda54394d365c934750439e43987 authored almost 9 years ago
Imported a translated string from Weblate

e034ee2e29956acfeadedbbf260d179dadfbab88 authored almost 9 years ago
Added Weblate badge

Showing the average completeness of the translations.

29b389bc05dcbe6c22a30f07637257207b4596f3 authored almost 9 years ago
Updated Spanish translation

0195577a1059e426e454d7b3debe685c68288d11 authored almost 9 years ago
Updated translation files

qmake -r
cd translations
make ts

7e00c1386d54b456d28365508909ed6588466d24 authored almost 9 years ago
Bumped version to 0.16.0 and updated NEWS file

f4875998d2d320e406d9d432a0fe5680874fe4ec authored almost 9 years ago
Updated the copyright year in the About dialog to 2016

4b0aefd24ae199731fbcb92e360ba478db3994b9 authored almost 9 years ago
Fixed empty window frame popping up on startup

Seems like it was caused by the noEditorWidget, since it was resolved by
setting its parent in t...

2394efe98b2b230ec71cb95784935ec3e38e7074 authored almost 9 years ago
Fixed compile with qmake

Was still missing all the newly added files.

86153d3a640f87b78216192daddcf046d56473eb authored almost 9 years ago
Adding saving for tileset files

0fec89f4cb575a824b878129135499ae0e7e4699 authored almost 9 years ago
Re-introduced the main tool bar in the nested main windows

Also:
* Fixed the shortcuts for flipping and rotating the current brush.
* Fixed activation of m...

92e1c3c7058b4e43362e82c2c7a1a829a689e724 authored almost 9 years ago
Restore the previous view on a map when reopening the file

This functionality was broken by the earlier refactorings. Now it is
back in a better way than b...

71fa6fe383157779f4a4f30bd05fc83ba2e4c20b authored almost 9 years ago
Have the Travis-CI shield reflect the state of 'master' only

Stops it from displaying 'failing' every time some other branch has
failed to build.

39798cf19cc9640e3517ddc34d29c571d28f50e4 authored almost 9 years ago
Allow opening both map and tileset files

The FileFormat::supportsFile of the TMX and JSON formats was extended a
bit, to allow using it o...

137949b9478314d98c1c5ec9998dea99bc33545d authored almost 9 years ago
Merge branch '0.15'

ea17ed4b7810bd8f12989a9a8eed9d4609a2124e authored almost 9 years ago
Updated NEWS file for 0.15.2 release

6dc9f77c6a9e0cd8c23da7cae7d8f48c29aec80f authored almost 9 years ago
Added Turkish translation

92ef16ee6d09da51d8c0e2248894ff61cb736dc2 authored almost 9 years ago
Added a bit of whitespace

8cccc7a0ac67ffe217d5c561128fe0dfd8f900d4 authored almost 9 years ago
Merge pull request #1217 from willluongo/qtsingleapplication

Multiple files now open into tabs, not instances

a1c9a04f437281b674b54a8d0f6df30afef5bfcb authored almost 9 years ago
Added Qt Network library for windows installer

1ed077bc5a4f8814686e7e522df69f6485563832 authored almost 9 years ago
Multiple files now open into tabs, not instances

* Uses QtSingleApplication solution to open multiple files without starting
new instances of T...

3e883c115eb1d812b55cb61a8891fe6f39be6d12 authored almost 9 years ago
Qbs: Added QtSingleApplication to build system

f1f6db17bd4cf372d02684304557c66b46d343c4 authored almost 9 years ago
Qbs: Conditionally compile Python plugin on Linux

05a807bd112c06267ff42067922dcee1d2f001cd authored almost 9 years ago
Deleted unnecessary files from QtSingleApplication

5927b686ced8a16cdab2ee54e4e83edc7ba71a16 authored almost 9 years ago
TravisCI: Enabled OSX builds

fe3fe299dbbccb37fbf2c710c7e1a5b5315aad4c authored almost 9 years ago
Fixed compile when QT_NO_CAST_FROM_ASCII is defined

125089fc693df93ba8dee4823b276d0a5a47ef77 authored almost 9 years ago
Added QtSingleApplication solution

QtSingleApplication commit ad9bc4600ce769a8b3ad10910803cd555811b70c

d45dcb629c3667a6043840aa83627fc4d916d73d authored almost 9 years ago
Moved most dock widgets into the MapEditor

5e380ba9679b596bc6c4dbc83fcec1f218baea93 authored almost 9 years ago
Introduced TilesetEditor and used TilesetDocument in a lot of places

437106853afbaed05bced243aad59489361b59ac authored almost 9 years ago
Restored the MapView in the new MapEditor class

ca3a130fc626067b9ae1fe5153ed79c1f4ca5748 authored almost 9 years ago
Moved Tools tool bar and some shortcuts to MapEditor

fbd209f638f2eeb72c7c857d652c928391dda3ee authored almost 9 years ago
Introduced MapEditor QMainWindow within the top-level QMainWindow

abc687b82ddd348f7010ff6ee7c81c1bc20cea54 authored almost 9 years ago
Fixed Terrain Brush crash and made some small improvements

* Due to what appears to be attempts to render beyond the map
boundaries, the terrain brush co...

0cd1368f3827d133505556a99268e4cb833d948b authored almost 9 years ago
Merge branch 'master' into wip/tilesetdocument

264547e69e8a57caf6883715405cdc7cbdc576ce authored almost 9 years ago
Merge pull request #1215 from henu/set_probability_of_multiple_tiles

It is now possible to set probability of multiple tiles.

07a65595045c078c8fdd36f05ab4bbd7910dc8cb authored almost 9 years ago
It is now possible to set probability of multiple tiles.

2d79fcf6a38bfc0f1ce9b1c6ef70b0994a284c16 authored almost 9 years ago
docs: Fixed/simplified wording a little about 'hexsidelength'

3e73c025b1090fb4bf6e8d179c7eeee5c540c02d authored almost 9 years ago
Merge pull request #1203 from bitJericho/patch-1

Update tmx-map-format.md

f8ee384823d049c7b4c4a221415bf878a1858a46 authored almost 9 years ago
Merge pull request #1212 from craftworkgames/patch-1

Added MonoGame.Extended as one of the C# loaders

9f7c458ca083b230d6981f1870b2271ef0a2d2e0 authored almost 9 years ago
Added MonoGame.Extended as one of the C# loaders

d802e2b4e15ada02dc5ec85716eaa2f4618a70d6 authored almost 9 years ago
Merge pull request #1210 from henu/bugfix_segfault_when_adding_prop_to_tiles

Prevent segfault when adding new property to many tiles.

b8b216562fdcd0210c5e4b8b36ee8e8a3e65a423 authored almost 9 years ago
Fixed compile with qmake

This is getting old.

917d3aee58ab581646f87c07f45419ace85fdd7e authored almost 9 years ago
Corrected the release notes link for the snapshots

When showing the commits of master, there will often be some changes
listed that are not actuall...

8602801f6ddea86c74fa25e7a65c594ef334e255 authored almost 9 years ago
Fixed restoring of painter transform in orthogonal renderer

There was an early out in OrthogonalRenderer::drawTileLayer that could
cause the painter transfo...

5811a505243ef75745caee6fa18a5beaa106e85e authored almost 9 years ago
Implemented terrain erasing functionality

* You can now capture "no terrain" from the map and use this to erase
terrain.

* You can also...

07ced569ffa660a63b82e16981e18a2b0977a517 authored almost 9 years ago
Prevent segfault when adding new property to many tiles.

95db776c5bc684c6ed261c735359f79cb91fb5cf authored almost 9 years ago
Fixed compile when using qmake

It's not using the precompiled header on Linux and OS X.

2406cdbae3c4ff71da499316c93b373022901d3b authored almost 9 years ago
QtPropertyBrowser: Improvements to color properties

* Avoid emitting a valueChanged signal with 'black' when setting the
color to 'invalid'.

* Hi...

089bdd9e9758cda26dfe6eb105bdc66cf4435d02 authored almost 9 years ago
Added a reset button for color properties

This allows resetting these colors to invalid once set.

Closes #446
Closes #1062

f715b17f4174a809206e724b163a840c7d755371 authored almost 9 years ago
Lua plugin: Don't quote number and bool property types as strings

Related to #1131

5d11f1316281fd8b1dff0aba94e715f347e4c1f1 authored almost 9 years ago
Made the Add Property dialog a little wider

29f06539f94a89ccdffa4c9a405f843aa920ba04 authored almost 9 years ago
JSON format: Save and restore the custom property types

I'm not entirely happy with the way the properties and their types are
stored for the tiles, but...

b7245f228acffec8d478db745c000d99a1d0cb39 authored almost 9 years ago
Collision Editor: Select the object layer when no object is selected

Also simplified the code a little, made it remember the size of the
properties dock widget and d...

c3374357bd5d75e45daaf98be519e92f6b47ce1b authored almost 9 years ago
Add a properties dock for the Tiled Collision Editor

You can now edit properties on the object group and objects in the
Collision Editor.

A couple o...

086e1c7e77f21712d4d1d9ec832973dd786c57dd authored almost 9 years ago
Merge pull request #1207 from IMMZ/compile_fix

Fixed compilation on Windows with MinGW and qmake

9d84e3357c66e00c01540b961ab1c37bf61201df authored almost 9 years ago
Fixed compilation on Windows with MinGW.

17adfc738fc7a3bf546a0d15e15a207b1d1da7d3 authored almost 9 years ago
TMX: Added image size attributes to image layer images

They were already there for tileset and tile images, so why not here.

Closes #1205

9515271aa9e065312cd4b9508abc517b56e0fabb authored almost 9 years ago
Updated NEWS and bumped version to 0.15.2

701ddeea681f14e5af9e06713ac0f2fbe2121225 authored almost 9 years ago
Updated Brazilian Portuguese translation

New update of the translation to the Brazilian Portuguese language.

d1d2727f49d5d64b59efa1e56c857ca65197d964 authored almost 9 years ago
Fixed compile with MSVC 2013

Seems like it needs a few more members defined to keep the templates
happy, compared to GCC and ...

2df83780c805384ad6c1477b4a5eaf5eee8c9d6e authored almost 9 years ago
Object Types Editor: Some OS X tweaks

* Reduced layout spacing between tool bars and views.

* Marked menu bar as non-native. Doesn't ...

76a0e28e9ca25e2c6c5e24cae5191359bfc66daa authored almost 9 years ago
Fixed saving of objecttypes.xml when its directory doesn't exist

Just try to create the directory when it's not there yet. If it still
doesn't work, show a somew...

dff1c14bbb06d0387f652694d84ad2d202d23e89 authored almost 9 years ago
Made property types work in the Object Type editor

* Code cleanups and simplifications (use QVariant in more places)
* Use 'string' and 'float' ins...

434643a953ea01eda3403b04523c01430234cd15 authored almost 9 years ago
Merge remote-tracking branch 'CaptainFrog/master'

Pull request #1131

6c923691236e8f8bb795358e546adbb8a21bc7e5 authored almost 9 years ago
Update tmx-map-format.md

add hexsidelength attribute

36734ddd4cda100894bbaf1fe1717d54844d4232 authored almost 9 years ago
Object Types Editor: Fixed small size of tool buttons

Changed the tool buttons to actions sitting on a tool bar. This fixes
hit area of the QToolButto...

be8bde970b657790037971cb0bb69faf5f83cf9d authored almost 9 years ago
Fixed compile with qmake on Linux

Needed because qmake does not use a precompiled header on Linux.

153af4fda4e4e10213ec0135721b48bdd177000e authored almost 9 years ago
Merge branch 'wip/objecttypes'

a794dfb872470572ae15fdac585329a75bb536a8 authored almost 9 years ago
Prevent possible copying of MapReader and MapWriter

These classes would double-free if they were copied, so make it clear
that this is not allowed.

8edabb7091ae223bd5ff584a926912c4eb1c4b31 authored almost 9 years ago
Added Object Types editor

This new editor allows not only defining your object types and the color
of objects of that type...

1d004382132c976a22f6bc4cbd6b4b6524562b2e authored almost 9 years ago
AppVeyor: Limit the daily builds to the 'snapshot' branch

This should avoid publishing new installers that trigger an automatic
update for changes that ar...

203b2df0a937fd65e9d299025d55d4879cdef9c8 authored almost 9 years ago
Merge pull request #1198 from briancain/fix-qt-install-instructions-for-osx

Update OSX install instructions for Qt

d0e4ebcc25e56ced8baef68e87646b63ee5d09e6 authored almost 9 years ago
Update OSX install instructions for QT

Since Tiled requires QT to be above version 5, you need to install qt5
with homebrew, not qt (wh...

fd5cb3a747ca90c4a6259260c420f83d339c5973 authored almost 9 years ago
Merge branch '0.15'

44c2aef34fb602bae578572041dbb0233347ee95 authored almost 9 years ago
Fixed updating of object label colors when changing object types

6ab208d47456bcc8cb0d4cb3ebbdba64dd1eedb8 authored almost 9 years ago
Fixed hiding of object labels when deleting an object layer

Also made sure the labels re-appear again when undoing the deletion.

8818689d7988c309d563a029b61290e45a618f0b authored almost 9 years ago
Merge remote-tracking branch 'dazKind/master'

3ba8087f1dccf91db7acc350ac44175ed48e6f19 authored almost 9 years ago
Windows installer improvements

* Removed the "(32-bit)" and "(64-bit)" from the name. Only one version
of Tiled can be instal...

e113db0e3e1498f1fefef259794aecebdbf55032 authored almost 9 years ago
WinSparkle: Use separate appcasts for 32 and 64-bit daily builds

This stops the 64-bit build from overwriting the file uploaded by the
32-bit build, and makes su...

16162e4fc7a6656314ac07a09787deb0488cc127 authored almost 9 years ago
Don't check for updates on every startup

The updater is supposed to work in the background by default.

1a4b85385b22040cd14452dba1531ba63eaaf39a authored almost 9 years ago
AppVeyor: Upload appcast-win-snapshots.xml

While only copying the MSI installer to files.mapeditor.org.

c089c7054ed51145ea8620a7c7f2cd47105daec4 authored almost 9 years ago
Integrated WinSparkle

WinSparkle is an auto-update solution for Windows applications using a
similar mechanism to Spar...

2726f6a25c9e2d561238df77edeec1bd09010ec9 authored almost 9 years ago
Merge branch '0.15'

dfe0d38d8308b5356839d866e6d628af3c118572 authored almost 9 years ago
Updated NEWS and bumped version to 0.15.1

edaf66324e5edfb6c41454419f98c1e98a543240 authored almost 9 years ago