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
Conflicts:
src/tiled/terraindock.cpp
9c062ab52ecef73f37de1990a46008eb9edbce52 authored about 8 years ago
When an external tileset was opened as part of a map, and then opened
explicitly, it would get l...
Was using the wrong document pointer.
5f27116a907180c75a41d8246d7e6ed827aee3ed authored about 8 years ago
This enables the reloading of the tileset image when it changes, as well
as avoiding to load thi...
* Disable the action, when the selected tileset is not actually listed
by the current map.
* U...
4a936bb801204bfe7b8b584e512ead114193f6b2 authored about 8 years ago
This menu is only visible when the current document is a tileset.
Similarly, the Map and Layer m...
Now it pops up a menu so that you can choose between creating a new map
or a new tileset.
Closes #509
2c05d8d7633c8777d0aba394df10409b914eff43 authored about 8 years ago
It will no longer be allowed to create some new unsaved file, because
this doesn't work nicely w...
It would only create the view later, when switching to another tileset
and then back. Due to the...
6be00dc93b4c6f363fb78382462579dac6bdb749 authored about 8 years ago
Just triggering this action through the new ActionManager.
92fca32a89d0f8f87936df420ac8a4467c1ffac9 authored about 8 years ago
This change adds a special page that is shown when no files are open.
It currently just helps th...
Actually I think it looks better without the extra space and it makes
it easier to resize the vi...
This is useful after unintentionally resizing a tile object and
discovering it later, or after t...
Moving the Random button to the main tool bar of the map editor.
d001174c4f26306a1360b3e85fd347b2a7ec6292 authored about 8 years agob6d3578b00796f5c384897ab32e76f33d7e49f27 authored about 8 years ago
When not using precompiled headers (like when using qmake), mainwindow.h
was missing the include...
f93935c80df71613ca163e7175887915c40eaa0e authored about 8 years ago
7c95ae9a9dabbd792d054965cbc2b6374ee27b8c authored about 8 years ago
The type on these properties would go lost due to some outdated code
in the writing and reading ...
Fixes compilation on OS X systems that have pkg-config installed, like
on Travis CI. This way qm...
Now the tileset view shows all loaded tilesets, except for embedded
tilesets that are not part o...
* Updated TMX changelog and docs with "color" and "file" property types
* Updated docs about mul...
It was already possible to go past the map edges using panning or the
mini-map. Now the mouse wh...
Mostly to change its MapDocument* into a Document*.
767e2df4493c14fc96b101e31ad41f51288bf311 authored over 8 years ago
By default, Tiled will now adjust its scaling factor to the DPI of the
screen (without affecting...
8089eace1da918b65ada8c6467c9fc6115c2650e authored over 8 years ago
The Rectangular Select, Magic Wand and Select Same Tile tools now all
clear the currently select...
3f24cf3252559c856b8b35ef2c34efe2182955e6 authored over 8 years ago
Otherwise the project fails to build due to disabling libtiled-java.
8ddb8b9db779f03fe96b9805bf4894a11631b9b0 authored over 8 years agoCloses #1377
86a189a6a2cd16eec1c61aa08826b82d82d064b4 authored over 8 years agoA Swift framework for working with Tiled assets in SpriteKit.
656a2f34434825e2623430d39358cf3c9ecd4d1d authored over 8 years agoAllows automatically associating .tsx files with Tiled on Linux.
bd3dc1a9764ea8ae745c7f7dd76e82cda4c5ed65 authored over 8 years agod0d0d7c15aba755a2a45039f734edd30caac131a authored over 8 years ago
441fc4d47db0abc2e24208d6ee00caa3a61ae022 authored over 8 years ago
Convert Java projects to Maven
229b28723646ff095bc254a496b9c2bea14bdb2f authored over 8 years ago55abec5ca985aeb849e9e862fb66be425bdf31bc authored over 8 years ago
bac2333567c41b4594b98e2b9d2dbfa6d13f0aef authored over 8 years ago
a8f55e60262f5ba17c6f01abb09b40e8290516b9 authored over 8 years ago
78fa810d61b1dd69c598154fb50800c96076d043 authored over 8 years ago
Upgrade to Java 7
Deprecated use of old classes and methods
Add support for multi linked images i...
ce7eeab988ca8c2ef0cc56dfefbd2a154b3744ed authored over 8 years ago
These numbers were written out as strings rather than numbers in the
export, probably due to cop...
This is to increase the default quality of the rendered map, especially
when rendering thumbnail...
2a78eba510c19dc7402a238fedbe860e64e00997 authored over 8 years ago
This enabled file preview generation in file managers like Nautilus.
5a4065b1fb6e12e1301efafe97d2c9372d8855ba authored over 8 years ago
Normally the format is derived from the file name, but that doesn't work
for the temporary files...
This allows the tmxrasterizer to be used as a thumbnailer.
4b09154bc756912704088860d9fb76118fc6d12a authored over 8 years ago
Conflicts:
src/tiled/propertybrowser.cpp
src/tiled/tiled.qbs
943f297cc2b1360f0a4fc201185d0c3a3b7810b7 authored over 8 years ago
When there is or was only a single row of tiles in the tileset, then it
does not make sense to a...
d89589a8388345538e9d904ff3600f0819a554eb authored over 8 years ago
For some reason it is failing and I'm guessing it's some issue with this
new Qbs version, but I'...
0fe90512195b9509ce7cbde6dcc5afccfad792a6 authored over 8 years ago
These changes should also still work with Qbs 1.5.
071da016e9817ae51b59955521f668dcbdc4b2d7 authored over 8 years agoIt is now possible to edit multiple properties at once.
441b7a2a9e82fb1a887636debabce8bd6364041a authored over 8 years agoa4e6f5bc8ed50dcc03e2231d3d2a5716f718a37e authored over 8 years ago
Closes #1175
a78ed6a56226d1bfa2c0585c08da9e5cd77fc7df authored over 8 years ago
This leads to problems in tracking on which maps a certain tileset is
used.
* Put the "convert to" actions in a submenu and added actions for rename
and remove as well.
...
503eb6c6bd87b8c2fd4f25a99a55f847def9bb0e authored over 8 years agoCloses #1304
6c4e52f900928590c21cd9ea460e4894d99f7e0e authored over 8 years agoCloses #953
d5882a5e3ee8a98e9106ff2acc108b8c969a4637 authored over 8 years ago
It is now no longer possible to open the tileset properties in the
Properties view of the map.
0826a2edba104cd691bdf7ad4a727a4f1e751982 authored over 8 years ago
27ace9799c9216100b8e155996dd374a46734e9b authored over 8 years ago
Conflicts:
src/tiled/command.cpp
src/tiled/mainwindow.cpp
src/tiled/mainwindow.h
Based on their Photoshop equivalents, these actions provide a quick way
of moving or copying the...
It's easier to re-use them there and this place is anyway more
appropriate than having it in the...
When changing the width of a newly added tileset image, the tile index
adjustment was not kickin...
When pressing Save (Ctrl+S) while adding a new object to the map, the
new object would already b...
Allows doing:
var map = require("./some-map.js");
Closes #1350
5055dca3e45d88af718e0cab4b0547e69be41a00 authored over 8 years ago
Using direct Tile pointers has several downsides. For example, it is
hard to make sure they stay...
f4b05d9b51c9b216170438e7bd43690aaeaf874c authored over 8 years ago
Now it shows the dock widgets and tool bars of the currently active
editor.
230ecc97929097eda48e2d3cdf49d3e895b598e0 authored over 8 years ago
8b9623ad2b8005ab37a1e6a9b4f8a44c89dee93a authored over 8 years ago
The palette base color is customized in the tileset view to implement
the custom tileset backgro...
Now you can type up to 9 decimals, and if you don't then the redundant
zeros will be stripped.
...
b7ff2c82bbcfd2ca00017fe2ba869ef4ec04f9be authored over 8 years ago7728e992636619f2a911c35f600aea4ee47bc721 authored over 8 years ago
There is a bug in QColorDialog::getRgba that makes it ignore the alpha
value of the initial colo...
This alpha value is not very useful in general, but it is used when
rendering the colored parts ...
Closes #1329
30fb292fb468f92ab46006fc4d8368895f599dd2 authored over 8 years agoReduces the size of the archive from about 14 to 9 MB.
1fe7bf3a36483fe6d5949472c8bd34693791112b authored over 8 years ago
* Added note about quoting parts that contain spaces
* Added new variables %objectid and %layername
Closes #1343
810e14b39c18d6f77db08b3eb9e57ecc2f967e61 authored over 8 years ago324d5bb37de53293b7f3f682da30ac8ea767e0b5 authored over 8 years ago
# Conflicts:
# src/tiled/changeproperties.cpp
# src/tiled/changetileanimation.cpp
# src/tiled/ch...
F11 can't be used since it's a window manager shortcut. The standard
shortcut is Ctrl+Cmd+F.
Th...
aea70a7089387756ea9d48e38d3cddff01c7532f authored over 8 years agoThis adds support for DDS, TGA, WBMP and WEBP image formats.
These plugins were already shipped...
b65a529dc22647c1d7e4040e6bf685ce35bd7a54 authored over 8 years ago2659954feaaaee243612a227aac49df88facda40 authored over 8 years ago
642f40a54400aa1889d1e6f1c331322d08462db4 authored over 8 years ago
2465cdc5214935cba0e6d842f79a7a36b60e9ccb authored over 8 years ago
Tiled seems to run fine with Qt 5.7 on OS X, so let's try to make the
release against that.
The MSVC 2013 build is failing since the last update.
3d6e925150b7edaaf45341ac9c604b36ed97f545 authored over 8 years agoIt had gotten a bit too large on the last export...
Also moved the image files because they are...
02c879fc82536dc5c61617a427773ed9fe0273a3 authored over 8 years ago
* Removed Hebrew and Latvian (too outdated)
* Added Turkish and Norwegian Bokmål
* Added new ort...
Now it switches to a white version of the Tiled logo when using the dark
theme.
Also replaced t...
730f170b8571650a81046caeddb98ab3b63916f2 authored over 8 years ago