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
Removes a previous issue where the render logic rounded odd tile heights.
Closes #85
12ca7077d3d5cd9655929030092681a986dd749a authored over 9 years agoThis solves two problems:
* Invalid large tile IDs don't cause a huge amount of memory to get
...
Merging this because the tool is generally useful, and having it on
master will make it easier t...
Now that tile images may be loaded later on, the default size of tile
objects should be set late...
c4d8132bf296705c8f5e693d97ccc998eead832d authored over 9 years ago
Image collection tilesets were trivially seen as "similar"
in most cases, as long as they were u...
2bdbe82532033f0f4a63c617e1d72bebdab09660 authored over 9 years ago
e8055aedf68fda63ccffdcae14418f016f46878f authored over 9 years ago
Before only the TSX format was selectable in the file dialog. Now the
JSON format for external t...
Forgot to adapt this plugin when adding that feature.
Closes #1101
a31a9deaae35fc8a5493ecd2bf3ae459a9f8d007 authored over 9 years ago
Thanks to 'arthurferrari' for suggestions and corrections for some of
the texts.
They were both saying "Portuguese (Brazil)", even though one of them was
supposed to say "Portug...
Actually I think it may be a good idea to raise the minimum Qt version
to at least 5.2 soon.
Building on debian requires libqt5opengl5-dev.
bfdcda7171f121d4056dab1e4d7b1961328052d6 authored over 9 years ago0a7c95d719fe6d72245e060ee4e43f41ad620e8e authored over 9 years ago
It is still done as part of MapReader::readMap, but making progress
towards handling broken link...
fc3ee97faeb01cce5a03a95c0b83a77c7ffd4345 authored over 9 years ago
9b7bce7ac3d81403061f4aa7660a6c31865241ff authored over 9 years ago
RandomPicker no longer accepts things that have probability zero or less
9c2be76c8ffb65e3439d4de9020ca21c59c70cdd authored over 9 years ago84485996d6e2141d860c3fb7213387ffc5b27739 authored over 9 years ago
This avoids invoking copy constructors for temporary values passed into
these constructors.
Cop...
38b1943b751d8aee2f87d639debfc6eea8c35cf8 authored over 9 years agoKeep the raw data around a bit longer than MapReaderPrivate::readImage.
b9871167a617e1944eaf6a16bb9359f541d52eec authored over 9 years ago
I'm not sure why I once changed the default to off. I think it helps to
see a grid when first cr...
* Default layer data format is now CSV. The aim is to have a more
accessible format by default...
Modernized some C++ loops with the help of clang-modernize and some
manual editing.
867ae053cefe93779de7eb2f1e23f81afe823d41 authored over 9 years ago
Closes #1096
b622f25f7ae5f1adda16f209dbc32d1bb5fc8539 authored over 9 years ago
Only the "current object" was being changed, which left the "selected
tiles" list point to any p...
The image layer already has the x/y properties for offsetting it, so
these properties add nothin...
This is not strictly necessary, but it improves the error reporting a
little and makes Coverity ...
Use tileset as the key in the map used to look up firstgids.
c0dcd2d4b894f3494ff2a5d7cbe7043c1c623c80 authored over 9 years agoFixes saving maps that have tilesets with duplicate names.
9a0cd8674e94907ee74c7609515c25c1c7e75b0a authored over 9 years ago51dbfcf36004894085f690d5070b249075247401 authored over 9 years ago
These are without Python support for now.
45888f9b6ddc2d95f0a4c2d29d3de7697833670b authored over 9 years agod5dbab21298bc4767f63170403496fb5dc75b43a authored over 9 years ago
Updated by Lyubomir Vasilev (lyubomirv@Transifex).
f4bbb23c1049e23dad4c44e904c2ac21a3530e0b authored over 9 years agoSimplifies texts by using a singular form when possible.
99656f8e0ce076f95788b1ba1a41617439035c42 authored over 9 years ago9e2b107b10ae8a264bfd3a1501f88f2e57ef4295 authored over 9 years ago
Previously the fill tool would still pick a single random variation and
fill with that. Now it i...
Actually I broke the connection of the signals since no call to
makeConnections is made anymore,...
This was a bit unexpected, since in Qt 5.5 the QSignalBlocker is defined
in the QObject header f...
When the fill tool draws its preview, it should not cause the
MapDocument to emit the regionChan...
3872ea5169a153db7b755c21b0df141ff57a1698 authored over 9 years ago
bddf7d5df4af9906864bbb8bc8390017b1692256 authored over 9 years ago
This problem was triggered by an optimization that worked fine on Linux and
Windows, but for som...
On OS X, the middle mouse button does not make the application active,
and as such it is better ...
e0f768b8db3df46eb14fddf8bbb23ab761fcc337 authored over 9 years ago
Updated German translation
9d4a47f2b3d483f4e4927ee0383f199b215cae45 authored over 9 years agodf106598a0fd7cdeaed86cf770441894c19ca1f6 authored over 9 years ago
For some reason autodetection is broken in the current version.
586ce2390abdbe14316f08af2bec2d89e1116da5 authored over 9 years ago
Tiled Quick does not instantiate a PluginManager yet, and this caused a
crash when loading a map...
061c2aa3498c63656bbec53e9406d1d2dc78ce13 authored over 9 years ago
Now when selecting different tile objects, the Collision Editor and
Animation Editor will automa...
Broke due to missing include, which does not break when compiling with
Qbs since it uses the pre...
This is especially useful to quickly select tiles from the map while
editing tile animations or ...
72acfad8441239e6047ff2d544773f7694ce6ee6 authored over 9 years ago
This was the same string in two contexts, but its translation could go
inconsistent and this wou...
* Made -Wno-unknown-pragmas workaround more specific, since this flag
is invalid for Visual St...
Forgot to edit these after it inserted the template...
bc4b868466ad03564b81b1d0e2d35bd943b571ae authored over 9 years ago
Qt 5.5 is trying to disable -Winconsistent-missing-override, but either
they got their clang ver...
Qbs build improvements
54de6a8a2aa24593d806d61798ef4c61280f8f4e authored over 9 years ago333e5b9ab0b39316fb01e33ac4d18d004b9b6216 authored over 9 years ago
89fd714791905385647f1198550c4de05e4a3a13 authored over 9 years ago
ecca14b4babf3ff5c96279d28395ba07534d4ca2 authored over 9 years ago
b90c208d28fe8e9b5d1db70454827df0a9164619 authored over 9 years ago
654057e06ca87af39051aa849b67c8b8bbdda351 authored over 9 years ago
Updated fr translation + Removed remaining shortcuts translations.
dd9144ce62ff1ce89b447435847898aef58621a6 authored over 9 years ago8aadd41e3d23f958d0b87c0cf9c6e4d93ef2f90a authored over 9 years ago
Update Czech translation
74abc0fff2f50bd5972d0b161e6c6393388f787f authored over 9 years ago9088425dd805b094f67ad4dda71acc6676eff293 authored over 9 years ago
Conflicts:
src/plugins/python/pythonplugin.cpp
d0e0aed9cded9d208c0c2711c8f55ece33340d7c authored over 9 years ago
Update tiled_ru.ts
af99be089a8d8a70929775c159311895b1662f83 authored over 9 years ago27a51149cd99c4906bdd8931b72aec9a8ec6759d authored over 9 years ago
1fce34e2d13a6c4fbb9f11c3c814f5f17ef18d85 authored over 9 years ago
b6363da0ce499185518219b858a17a3ab6439c31 authored over 9 years ago
e530161e9db29f5c4bf769e882284530fb16666a authored over 9 years ago
0d8b9381ec1aa97c0ce7a924b5c0227151b12660 authored over 9 years ago
9b8128ff4a0ffbe2ca41dc193ebdff7c887cf360 authored over 9 years ago
c01e01655aff45ca2cf5db01b2aae42db53767a1 authored over 9 years ago
Found 767 source text(s) (28 new and 739 already existing)
Removed 8 obsolete entries
...
fab7c83ab66d1ebc0b0e1879b4d00edc1847e6d5 authored over 9 years ago
There will be an error popup in this case, and since choosing a
different file name or location ...
065bd687fac72437a1c59b7f4b95dcb525f1ad5e authored over 9 years ago
As pointed out by cppcheck. Since tile stamps are explicitly shared
though, this should only be ...
e6860a7ee3231c8aa183b6d1faede6034d07758d authored over 9 years ago
I'm not sure if there is an official way yet, but I picked up on their
blog that selecting the "...
Also introduced some range-based for loops.
7393cb4090fdab1ae232ce9087b4dbe368d0e78e authored over 9 years ago
Now it's also less intrusive, sitting just in one corner and being
slightly transparent.
Closes...
6d7719856f8e924c74c21728819634a29e24d190 authored over 9 years ago
These editors could end up still showing a tile from the previously
selected map, and edits to t...
ec23abc0596bcb0cdf7690ffff9d9e48751a4188 authored over 9 years ago
Parse objects with floating point positions and dimensions
4546a2930caace64e83e776beb1863d2ba9d3946 authored over 9 years agof5b9b08fdc4164f691f3742e254941fea023f8dd authored over 9 years ago
6c7b334d4a90c36c94fa296378a4b38391d2a1c2 authored over 9 years ago
2f721b425b284483e95c9e88ba749144d9621b92 authored over 9 years ago
8df0587cdbc0ddff205b8104cc02f61c99df2d8c authored over 9 years ago
The default is to show name labels only for selected objects, but now
you can change it accordin...
* The labels don't scale with the zoom level, to keep them readable
when zoomed out and to kee...
QMake builds on Linux and OS X are currently not using a precompiled
header.
This affected the magic wand, select same tile and terrain tools. Now,
the layer offset is handl...