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

Scripting: Added Tileset.isCollection to replace Tileset.collection

The documentation mentioned a Tileset.isCollection property, but actually
the property was calle...

18432f75b80b463e4894ff165c314fa26e654fe2 authored about 2 years ago
docs: Avoid potential issues by not using Sphinx 6 yet

Switch should probably wait until sphinx-rtd-theme 1.2 is out.

17cd449b1119ce2e9bc76238e7d05f48c4b705ba authored about 2 years ago
Created string formatting convenience functions for readability.

e4b50462c1e3db3173bee9f3b111f60bd6158383 authored about 2 years ago
Minor formatting changes to Godot 4 exporter

f4fe68adb558d35572b5fc12897944e4bbacc6b5 authored about 2 years ago
Added support for animations to Godot 4 exporter.

7eac13d052fd00939659572b7ee654ed7edb511a authored about 2 years ago
Added support for flipped/rotated tiles to Godot 4 exporter.

320517dfc341928ee96385b1b0e60b8a1bc82e16 authored about 2 years ago
Support external tileset files with the Godot 4 exporter.

1fabdca503b9ee0855f21cde2c3dec3bd04d5844 authored about 2 years ago
Added support to Godot 4 exporter for non-orthogonal maps.

7674b2495713020882e9e795d66bf36574c0aa51 authored about 2 years ago
Added documentation for Godot 4 exporter

7553ef3a5884ee281257a67e92c37d603412b07e authored about 2 years ago
Added ySortEnabled and zIndex custom properties for Godot 4 layers

03fb3a04fc77fbd31c6c01d9a77d1cff70094b88 authored about 2 years ago
Cleaning up comments, error messages, and formatting in Godot 4 exporter.

769bbf21f07e6679a9efe192fcfb33b874ad6b0b authored about 2 years ago
Added collision polygons to Godot 4 exporter

f9386e800d42d025df1916c36ef5fca942e5a314 authored about 2 years ago
Added support for non-equilateral (ie rectangular) grids in Godot 4 exporter

1e5a2fb6c543b7edcc169dd1adf0ab3ddba3d5fc authored about 2 years ago
Merge branch 'master' of https://github.com/Skrapion/tiled

2dae9f0caa3ca85c74c03910b8a5f6d40bcc7b3f authored about 2 years ago
Initial implementation of Godot 4 support

Godot 4 overhauled the tilemap system. The old exporter (for Tiled) and the old importer (for Go...

72be9b0baf02125eaa92f32348880998b4dfe38b authored about 2 years ago
docs: Fixed minor grammar and spelling errors (#3547)

8d73f9e4fccff7c9aa2e63263234bc3f911f5190 authored about 2 years ago
docs: Added scripting doc for Dialog.exec() (#3541)

85ca3ddb3383b39998e7c810e3921f15ab44d322 authored about 2 years ago
tmxrasterizer: Typo fix (#3529)

7fa253f244d2d2d74796f0e1fd7ea2d70a5250f3 authored about 2 years ago
docs: Fixed some spelling errors

* propability -> probability

* Adjusted some words to US English preferred spelling

* Added no...

702940e5f1577e5d961caafc4a582f710210c515 authored about 2 years ago
GitHub Actions: Fixed macOS builds

Need to run against Xcode 13 rather than Xcode 14 for now, until Qbs
1.24 has been released.

4a93a275927b743980389ebf7e7fe984ea1ce67d authored about 2 years ago
GitHub Actions: Updated Qbs version used for Windows builds

c481343428da116cbaabdf479b4c33996699c985 authored about 2 years ago
Scripting: Added TileMap.toImage(size)

A simple function to render a map to an image, optionally passing in the
desired size of the res...

ce75d9b2e3b98ed58eea94a8b6b0b500556c63b5 authored about 2 years ago
docs: Added missing documentation for Tileset.transparentColor

Also fixed the type of ImageLayer.transparentColor and added some notes
to Tileset properties th...

4137c85419b34e90d5202cef3b7ffc011b63b91c authored about 2 years ago
Merge branch '1.9'

1800089a70e219b1c1a4dc0cc16c7119106a64a0 authored about 2 years ago
Scripting: Added tiled.projectFilePath

There is still no scripting API for the project, but at least now you
can get the path of the cu...

462986cb144fe5c139119eb6b482cdbac7275892 authored about 2 years ago
docs: Added libtmj to libraries and frameworks list (#3521)

abdf40db9b4a9a06793d4e390904a810392afb56 authored about 2 years ago
snap: Added Wayland platform plugin and additional image format plugins

Closes #3503

33dc41e1aae8033a4e5c125c5e76b2002e8c5317 authored about 2 years ago
Scripting: Added Object.setColorProperty and Object.setFloatProperty

These functions provide a reliable way of setting custom properties of
type "color" and "float"....

c5a0af7408a23591083fa86db0481ee4334a2ed4 authored about 2 years ago
Added "Select All" actions to tileset and layer view context menus (#3513)

Closes #3444

38da5b8fe47ecdc74c6d8a3f770c786b29331a6e authored about 2 years ago
Fixed point label placement to stick near the point object (#3511)

The issue came about when points were changed from having a world-fixed
size to now having a s...

8b335b5b5981e557c68e335a5a543d234406c9ff authored about 2 years ago
Scripting: Allow changing the items in a combo box added to a dialog

Made QComboBox.addItems available to script.

Also documented QComboBox.clear.

67b59737a20c1ce984aab4463920c5c79093af05 authored over 2 years ago
AppImage: Updated to Sentry 0.5.2

daabdd76f7b8ae3ffbf6833aeb2362641a216bc6 authored over 2 years ago
GitHub Actions: Removed remaining usages of set-output command

9f24459771d080b8d2e27182d0ca2cd5fab95a1b authored over 2 years ago
GitHub Actions: Avoid most "Node.js 12 actions are deprecated" warnings

Updated versions of used actions where possible.

73b1c128147793b8d73cbbd1d6dfbb11a660c623 authored over 2 years ago
GitHub Actions: Avoid use of deprecated set-output command

See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-outpu...

0c000266906bd398e2e1ef9cab1c504ab2b18631 authored over 2 years ago
Allow a tile's object group (collision objects) be cleared via script (#3502)

Handle the case where a user calls `tile.objectGroup = null`, allowing
the user to clear out as...

f138cf58a9410d374d3ab69703f3cd101f7ca9df authored over 2 years ago
Smartly choose a new layer name to prevent duplicate names (#3501)

Co-authored-by: Thorbjørn Lindeijer <[email protected]>

45ae923cc993d0153406e2d8cff2fce611df0d3a authored over 2 years ago
Qt 6: Fixed invisible tileset tabs when only a single tileset is open

This is a workaround for a regression in Qt, which appears to not always
update the geometry of ...

4ae6efd94bc338761050ddf8f6dcafcb5dd36490 authored over 2 years ago
Fixed compile against Qt 6.4

Due to some header cleanups on the Qt side, a few additional includes
were necessary.

4d4663eed392c9be3efdf025919b5d868397fe44 authored over 2 years ago
docs: Bumped tiled-api to 1.9.2

f4d35bb778359a395b881dfb38c5822f44482d35 authored over 2 years ago
docs: Clarified the return value of TileLayer.flagsAt

966384f4ab43a4507b5afa4c391a71510d6a48b2 authored over 2 years ago
Scripting: Fixed painting issues after changing TileLayer size

The bounding rect wasn't getting updated as needed when changing the size of a
tile layer by ass...

44e16a35a4c480578647618b3f9abceda84053c4 authored over 2 years ago
Defold plugin: Allow overriding z value also when exporting to .collection

See issue #3214

9116f92ec3f56efb12195455fe14c3da8a80f6d0 authored over 2 years ago
docs: Added warning to QComboBox.currentIndexChanged signal (#3476)

The value of its parameter depends on whether Tiled was compiled against Qt 5 or Qt 6.

Co-aut...

16a90e959cbf750228067a4e1b20f721abca6bf1 authored over 2 years ago
Bumped version to 1.9.2

4797cf4fe7b74f2b76db09b59fae5c508106df40 authored over 2 years ago
Translated using Weblate (German)

Currently translated at 85.4% (1196 of 1399 strings)

24064117204c6695258cfdef51713d585dc9f460 authored over 2 years ago
Translated using Weblate (Russian)

Currently translated at 96.1% (1345 of 1399 strings)

05352384b100bdb54e53c3df4dbb92baba36f49d authored over 2 years ago
Translated using Weblate (German)

Currently translated at 79.4% (1112 of 1399 strings)

0eff87e8a4eea3665ba29bf9195c293642ac7bed authored over 2 years ago
Translated using Weblate (German)

Currently translated at 79.4% (1112 of 1399 strings)

751dae748c8be37dc30a04ad9512bf50ad1b7922 authored over 2 years ago
Defold plugin: Assign incrementing z values and allow specifying tile_set

Probably one should rather use the Defold Collection plugin though, which
was now also extended ...

54bb2161baad218f4a25e678fe3a2e454033ce53 authored over 2 years ago
Fixed resolving of class properties on export to affect all data types

It was still only affecting map objects.

Closes #3470

bb44aed32096afd7ce2124e77480c8387475f088 authored over 2 years ago
Auto-detect JSON file format when importing custom types

Now it is no longer up to the user to select the right JSON file type
when importing object type...

f1fbb8210b40c95fc60c4ef9dd90c4052b6086b0 authored over 2 years ago
Extended the example project with some nested custom classes

Based on Box2D data types.

80220a9e3a5c07e220c7d54be98e297b8a3104ae authored over 2 years ago
Fixed updating of custom property colors when changing style

609cab8cab13fea0a75f2cde64c019f93e2f37f5 authored over 2 years ago
Fixed changing nested property values for multiple objects

Now only applies the change to the actual nested value, rather than
synchronizing the top-level ...

adc443ddd2c400a847d068d3cb5d20a3e2583692 authored over 2 years ago
Fixed display of overridden values from a nested class

When a class A was used as a member of another class B, and its values
were overridden for that ...

449f333accdf111a28130b417d22b49f7c003e97 authored over 2 years ago
Scripting: Added Tileset.findTile

Provides an alternative to Tiled.tile, which returns null instead of
throwing an error when give...

9c85260698e6fdf9d2280f0e50c372f461063245 authored over 2 years ago
docs: Added mention of 2 Tiled libraries (#3467)

1. `tiled` library for use with Dart programming language;
2. `flame_tiled` for incorporating T...

b7ad23899bd3e7c9f14b61109a119d1e1a0985b2 authored over 2 years ago
docs: Fixed link to TilesetsView.selectedTiles

Thanks to eishiya for noticing.

49cfd54c86ab0b9b4e8a8d32e7bea3efa19816bd authored over 2 years ago
Fixed possible duplication of Automapping Rules Tileset

* Since path normalization was changing "://automap-tiles.tsx" to
":/automap-tiles.tsx", copy/...

48c4f85616fe3bc4e0d723310aa6ae38a261bb55 authored over 2 years ago
Fixed possible crash in Custom Types Editor

This crash could be triggered by switching from a custom class to a
custom enum, while still hav...

9e53a66c66b2c56e8361d4916f49cb6aa38fd0c7 authored over 2 years ago
AutoMapping: Added test for rule probability

Due to the random nature, which currently can't be made deterministic,
this only works as a manu...

d0a2371ba24be2c1342256d781656a60b87ec4ad authored over 2 years ago
AutoMapping: Fixed applying of rule probability

Was broken by 029395c7fff14348a8e3, which caused the rule to be no longer
applied at all as soon...

14fba116bf7360b353611576cb5729261d508f83 authored over 2 years ago
Write out the correct version string for Tilesets (#3450)

After the 1.8 compatibility mode was added in 1.9, `toVariant(Map)` was updated to use `FileForm...

e9da8aafbb02b72e8a1e1b018cce8b68100c6b21 authored over 2 years ago
Fixed case where object labels could become visible for hidden layer

This issue could be triggered by using the Offset Map action, or by
undoing the deletion of a hi...

94f8f894e0fcffdd5f335c3cbbe8c91e1145299f authored over 2 years ago
Fixed ability to reset nested string and file properties

For string and file properties, the Reset button was not added when
these properties were modifi...

ef1ee73dfb560db3d03111aa24dc84d96acc567c authored over 2 years ago
Added file system actions to the tile context menu

For tiles that are part of an image collection tileset, the context menu
now shows the actions "...

c364ab58def695846701b65340030686ac6dfb23 authored over 2 years ago
Allow adding maps to image collection tilesets

Using maps as tiles in image collection tilesets was in general already
supported, but the UI on...

7823b155542ec357a0666c0c10b27cc72eb56274 authored over 2 years ago
Bumped version to 1.9.1

74bee555225cdf98a408966ad657bc5c8cadb8ab authored over 2 years ago
Translated using Weblate (Portuguese)

Currently translated at 100.0% (1399 of 1399 strings)

0bfcc0cc27eadef17d0536f5b6cc3a2170137851 authored over 2 years ago
Translated using Weblate (German)

Currently translated at 78.8% (1103 of 1399 strings)

877bf2a2b543ddd8024e24dea70b94fc8636bf4e authored over 2 years ago
Translated using Weblate (Chinese (Simplified))

Currently translated at 94.2% (1318 of 1399 strings)

43f0f1c31e543eacbfb9bce12437a96464ec91ef authored over 2 years ago
Translated using Weblate (Ukrainian)

Currently translated at 58.6% (820 of 1399 strings)

9ea12565b614bb1ec1c4a78c141454d48e469a7c authored over 2 years ago
docs: Fixed two links in the scripting API docs

0d68605abb5ac27d3c71ce6073efffeaa6c237bb authored over 2 years ago
Fixed loading of member values for nested classes

Converting the default values for class members requires the types used
by these values to alrea...

7a28d0f799a81831e72f18e5eaddf76b5afda663 authored over 2 years ago
docs: Specify the range for WangId values (0-255)

32559f75d475b6d40c9cde79ac0e2de0d5701ff1 authored over 2 years ago
Fixed loading of custom tile image rectangles

The first time the image of a tile is set, the image rectangle was
getting initialized based on ...

8b9672c629294cfa63a61c799ed473077e548010 authored over 2 years ago
Fixed deleting an overridden property to not make it disappear

This affected overridden properties on any kind of data except for map
objects, due to a faulty ...

7caa32bd9f4a3b40f070e184645e85566a2755d1 authored over 2 years ago
AppImage: Use custom AppRun that can call all binaries (#3415)

This is useful if you want to use other programs
than "tiled" itself which are shipped with the...

be4ab7446f5f9ab252064c8d63eeb5ce12d8ce81 authored over 2 years ago
Fixed class dropdown to update immediately when changing custom types

Before it would only get updated when selecting a different object.

There were two issues. Firs...

cc21e7afb4073f7695d34dd3da3605d66b2190de authored over 2 years ago
AppImage: Updated to Sentry 0.5.0

1c04bcfc5100cc6f7002bc682640d8a8ae0a68cd authored over 2 years ago
Fixed shadow offset for other maps in a world

The painter scale is used to calculate the needed offset for shadows,
but since it is stored in ...

45701374af529aaf54209f8cfbebc12871d2c294 authored over 2 years ago
Adjusted tile flipping flags display for hexagonal maps

For hexagonal maps, the anti-diagonal flip flag actually means rotate
60, and there is an additi...

27f1cbc085be7a340395ce16951926c15791a227 authored over 2 years ago
Scripting: Added TilesetsView.currentTilesetChanged

So scripts can respond to the user switching tilesets.

Forum-topic: https://discourse.mapeditor...

92e16f5490f0ed30d9566c1171c8fc3b14f786a9 authored over 2 years ago
Fixed visibility of "Move Object to Layer" sub-menu

The menu was hidden when there were less than 3 object layers, though it
was meant to only be hi...

c313de067c97571d190f6f4f5e65605a4b413ca9 authored over 2 years ago
JSON plugin: Fixed loading "repeatx" / "repeaty" for image layers (#3428)

Closes #3424

f3d9f2adf74704080e10fafd81a63998482be75b authored over 2 years ago
Fixed properties-related crash when having no project loaded

When renaming or removing a property without having a project loaded,
a nullptr dereference coul...

a5f764355b8136362874dab7f33f649357103efa authored over 2 years ago
snap: Fixed startup error due to missing libQt5Concurrent.so.5

This file is part of libqt5concurrent5, which now needs to be staged as
well.

Closes #3408

1f3cb26837273562428d325966b7816038374cb3 authored over 2 years ago
docs: Layer width and height are for tilelayers only (#3421)

41ecee2d6a06b6218b0db89b5e9fa033dc469ab7 authored over 2 years ago
docs: Update LITIENGINE information (#3416)

52c6818b379226aa763379049acf6d041048e652 authored over 2 years ago
docs: Small fixes to dialog scripting doc (#3396)

9cfa49bec821286d41a883013be8ca25e76e6e02 authored over 2 years ago
docs: Fixed a link in the JS docs

59f6064b49376ed7d32b0f435201cd8d0c609114 authored over 2 years ago
docs: Fixed TypeScript syntax regarding Accepted/Rejected values

1fe76ca48802c9b70f9c23fdf3d68c0ef4abb766 authored over 2 years ago
docs: Added missing mentions of parallaxx and parallaxy

These were missing from the 1.5 changelog for TMX and JSON formats and
missing on several elemen...

85daa3c616903eb6685235b3961b283d224a1a61 authored over 2 years ago
GitHub Actions: Fixed upload file name

3bf3d2f19978bd56891009a604295b9b24660f7f authored over 2 years ago
Adjusted 1.9 release date

48abcb7128daedb2abaab359c6ce99ce35253b5c authored over 2 years ago
Reverted release builds to Qt 5.15.2

After finding critical issues in both Qt 6.2.4 and Qt 6.3.1, I'm giving
up for Tiled 1.9. Many c...

2e9a0fb6b0c82efad1f5e163bc776653e98b6e26 authored over 2 years ago
docs: Big update to Automapping

The examples still need to be adjusted, and it would be nice to add
images of the special tiles.

c55e5c1a8a2757049883634d7526498582e3902b authored over 2 years ago
Fixed compile of tiledquickplugin against Qt 6.3 / MSVC

Hopefully the last one, after cb79aae14038fb1e4bcbc5eca4c4bb83b716e8b8
and 7a060fb119236520beb78...

08e6ee6ab0d60c7f4cbb5b27639bd8d468e657fb authored over 2 years ago
Scripting: Added Dialog API for building custom UI (#3384)

Allows a customizable dialog to be created via scripting. Allows script
writers to get more pi...

c719911b29e35b583fdf48686256b158d6a64334 authored over 2 years ago