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

Fix isometric rendering bug

Removes a previous issue where the render logic rounded odd tile heights.

Closes #85

12ca7077d3d5cd9655929030092681a986dd749a authored over 9 years ago
Use a map instead of a list to store tiles in a tileset

This solves two problems:

* Invalid large tile IDs don't cause a huge amount of memory to get
...

1a2de3dc23b6a515a922bd3592bda984489f57b7 authored over 9 years ago
Merge branch 'wip/terraingenerator'

Merging this because the tool is generally useful, and having it on
master will make it easier t...

b69e4e0ecb5fc14afd4ae1c71539d4e8bfb85b7c authored over 9 years ago
Fixed backwards compatibility issue with tile object size

Now that tile images may be loaded later on, the default size of tile
objects should be set late...

508fb832ab68f8efbac1471d86672bacbd2dba54 authored over 9 years ago
Merge branch '0.14'

c4d8132bf296705c8f5e693d97ccc998eead832d authored over 9 years ago
Fixed an issue with identifying similar image collection tilesets

Image collection tilesets were trivially seen as "similar"
in most cases, as long as they were u...

a033e70ed5737099ea7bbb29fde22d3659342681 authored over 9 years ago
Merge branch '0.14'

2bdbe82532033f0f4a63c617e1d72bebdab09660 authored over 9 years ago
Bumped version to 0.14.2 and updated NEWS file

e8055aedf68fda63ccffdcae14418f016f46878f authored over 9 years ago
Allow adding external tilesets in all supported formats

Before only the TSX format was selectable in the file dialog. Now the
JSON format for external t...

b9cb296c7cdc4f6bf25f70b590d613a3c7a55ee3 authored over 9 years ago
Lua plugin: Added missing layer offsets

Forgot to adapt this plugin when adding that feature.

Closes #1101

a31a9deaae35fc8a5493ecd2bf3ae459a9f8d007 authored over 9 years ago
Updated Brazilian Portuguese translation

Thanks to 'arthurferrari' for suggestions and corrections for some of
the texts.

c0314cfb93a12f04c2be9c75abf94c49202a7a1c authored over 9 years ago
Fixed language selection entries for Portuguese

They were both saying "Portuguese (Brazil)", even though one of them was
supposed to say "Portug...

e219b8eff3767187228729ebc72d2437ec62e55b authored over 9 years ago
Fixed compile against Qt 5.1

Actually I think it may be a good idea to raise the minimum Qt version
to at least 5.2 soon.

8c7f620316901fcc50821eb07f3a0828973c0ef3 authored over 9 years ago
Merge pull request #1114 from technomancy/master

Building on debian requires libqt5opengl5-dev.

bfdcda7171f121d4056dab1e4d7b1961328052d6 authored over 9 years ago
Building on debian requires libqt5opengl5-dev.

0a7c95d719fe6d72245e060ee4e43f41ad620e8e authored over 9 years ago
Load tile images after loading the map

It is still done as part of MapReader::readMap, but making progress
towards handling broken link...

3068d4a4b5487dc8cb3862320c996a38feacf67d authored over 9 years ago
Merge branch '0.14'

fc3ee97faeb01cce5a03a95c0b83a77c7ffd4345 authored over 9 years ago
Added Polish translation

9b7bce7ac3d81403061f4aa7660a6c31865241ff authored over 9 years ago
Merge pull request #1100 from henu/master

RandomPicker no longer accepts things that have probability zero or less

9c2be76c8ffb65e3439d4de9020ca21c59c70cdd authored over 9 years ago
RandomPicker no longer accepts things that have probability zero or less.

84485996d6e2141d860c3fb7213387ffc5b27739 authored over 9 years ago
C++11: Pass constructor parameters by value and use std::move

This avoids invoking copy constructors for temporary values passed into
these constructors.

Cop...

38b1943b751d8aee2f87d639debfc6eea8c35cf8 authored over 9 years ago
First step in dealing with broken references

Keep the raw data around a bit longer than MapReaderPrivate::readImage.

b9871167a617e1944eaf6a16bb9359f541d52eec authored over 9 years ago
Enable the tile grid by default

I'm not sure why I once changed the default to off. I think it helps to
see a grid when first cr...

6621cb654d6aa0f08e9d9d26d5a56a76a9aa1495 authored over 9 years ago
Layer data format deprecation and change of default

* Default layer data format is now CSV. The aim is to have a more
accessible format by default...

95aae7bdfbfcc60fc730ed8f162f5f47984957df authored over 9 years ago
C++11 modernization of loops

Modernized some C++ loops with the help of clang-modernize and some
manual editing.

02c0eea891ac33875a6fcfecd8809dcb04a8bdb1 authored over 9 years ago
Updated NEWS file and bumped version to 0.14.1

867ae053cefe93779de7eb2f1e23f81afe823d41 authored over 9 years ago
Lua plugin: Added missing 'renderorder' property

Closes #1096

b622f25f7ae5f1adda16f209dbc32d1bb5fc8539 authored over 9 years ago
Fixed issue with editing properties of tiles captured from the map

Only the "current object" was being changed, which left the "selected
tiles" list point to any p...

1b6c12ffa16c39135f9ff48bdf7884309af73085 authored over 9 years ago
Avoid displaying layer offset properties for image layers

The image layer already has the x/y properties for offsetting it, so
these properties add nothin...

9b23d366a24a2e21227c6e5a5f69fdd9b30e98d7 authored over 9 years ago
Check whether opening of stamp file worked

This is not strictly necessary, but it improves the error reporting a
little and makes Coverity ...

ee1052988b831dc8458e0505b172604852304838 authored over 9 years ago
Merge pull request #1095 from kiheru/master

Use tileset as the key in the map used to look up firstgids.

c0dcd2d4b894f3494ff2a5d7cbe7043c1c623c80 authored over 9 years ago
Use tileset as the key in the map used to look up firstgids.

Fixes saving maps that have tilesets with duplicate names.

9a0cd8674e94907ee74c7609515c25c1c7e75b0a authored over 9 years ago
docs: Updated TMX reference and changelog with 0.13 and 0.14 additions

51dbfcf36004894085f690d5070b249075247401 authored over 9 years ago
AppVeyor: Added 64-bit MSVC 2013 builds

These are without Python support for now.

45888f9b6ddc2d95f0a4c2d29d3de7697833670b authored over 9 years ago
Updated NEWS for the 0.14.0 release

d5dbab21298bc4767f63170403496fb5dc75b43a authored over 9 years ago
Updated Bulgarian translation

Updated by Lyubomir Vasilev (lyubomirv@Transifex).

f4bbb23c1049e23dad4c44e904c2ac21a3530e0b authored over 9 years ago
Fixed several plural forms in the English translation

Simplifies texts by using a singular form when possible.

99656f8e0ce076f95788b1ba1a41617439035c42 authored over 9 years ago
Updated Dutch translation

9e2b107b10ae8a264bfd3a1501f88f2e57ef4295 authored over 9 years ago
Added tile stamp variation support to the fill tool

Previously the fill tool would still pick a single random variation and
fill with that. Now it i...

3192715cd5f9ec600a4ae630a96a7682c2561bb6 authored over 9 years ago
Revert recent breakage

Actually I broke the connection of the signals since no call to
makeConnections is made anymore,...

35ac2dd41a958d758ba3f913d98fbf0a389acea9 authored over 9 years ago
Fixed compile with Qt 5.2

This was a bit unexpected, since in Qt 5.5 the QSignalBlocker is defined
in the QObject header f...

d7a5635c2db83d3b9b81a81e7cfcaff4444d9748 authored over 9 years ago
Use QSignalBlocker to block unwanted signal

When the fill tool draws its preview, it should not cause the
MapDocument to emit the regionChan...

d4a00dce7da6fde91c8a1f5dccd0fbd231945b72 authored over 9 years ago
clang-modernize: Use nullptr where appropriate

3872ea5169a153db7b755c21b0df141ff57a1698 authored over 9 years ago
clang-modernize: Add 'override' keyword where applicable

bddf7d5df4af9906864bbb8bc8390017b1692256 authored over 9 years ago
OS X: Fixed Tilesets view collapsing when switching maps

This problem was triggered by an optimization that worked fine on Linux and
Windows, but for som...

46f2696859498174a969d4035698a9ea545f2263 authored over 9 years ago
Require the window to be active to pan the map view

On OS X, the middle mouse button does not make the application active,
and as such it is better ...

d29772bca624f4b42b543ab9795cfff0a131e80d authored over 9 years ago
Added 'override' keywords to avoid clang warnings

e0f768b8db3df46eb14fddf8bbb23ab761fcc337 authored over 9 years ago
Merge pull request #1075 from Ablu/de_translation

Updated German translation

9d4a47f2b3d483f4e4927ee0383f199b215cae45 authored over 9 years ago
Updated German translation

df106598a0fd7cdeaed86cf770441894c19ca1f6 authored over 9 years ago
AppVeyor: Explicitly set up paths to compiler-related tools

For some reason autodetection is broken in the current version.

586ce2390abdbe14316f08af2bec2d89e1116da5 authored over 9 years ago
Fixed crash caused by missing PluginManager instance

Tiled Quick does not instantiate a PluginManager yet, and this caused a
crash when loading a map...

f03e31446bf80a8d5dffc73464fc3db1e4b1d240 authored over 9 years ago
Fixed small memory leak on shutdown

061c2aa3498c63656bbec53e9406d1d2dc78ce13 authored over 9 years ago
Change tile in collision and animation editors based on selected object

Now when selecting different tile objects, the Collision Editor and
Animation Editor will automa...

91a65d9f30f7165cff65648cfc8ef8ea9e7e709a authored over 9 years ago
Fixed compilation with qmake

Broke due to missing include, which does not break when compiling with
Qbs since it uses the pre...

c137cbc2b3b4f367fd864ca5638bd7d4dcc3efa5 authored over 9 years ago
Synchronize tileset selection when capturing tiles from the map

This is especially useful to quickly select tiles from the map while
editing tile animations or ...

a5a15b55ae9d55dfa14e2da7acf5971cb8ff8dcb authored over 9 years ago
c++11: Inline functors as lambdas

72acfad8441239e6047ff2d544773f7694ce6ee6 authored over 9 years ago
Avoid potential inconsistent name filters

This was the same string in two contexts, but its translation could go
inconsistent and this wou...

a4c77de2caa7276a766b50c536a02e75aa3533dc authored over 9 years ago
Fixed compile with VS 2013

* Made -Wno-unknown-pragmas workaround more specific, since this flag
is invalid for Visual St...

78eaf9d8d282b582b981d99d5c763dd5a7cd441d authored over 9 years ago
Fixed some copyright headers

Forgot to edit these after it inserted the template...

bc4b868466ad03564b81b1d0e2d35bd943b571ae authored over 9 years ago
Qbs: Squelch endless warnings due to Qt trying to avoid warnings

Qt 5.5 is trying to disable -Winconsistent-missing-override, but either
they got their clang ver...

ec5d865267139c324eb2030baba6362e3e87c4c4 authored over 9 years ago
Merge pull request #1072 from jakepetroules/qbs-build-improvements

Qbs build improvements

54de6a8a2aa24593d806d61798ef4c61280f8f4e authored over 9 years ago
Add a template to avoid repeating code.

333e5b9ab0b39316fb01e33ac4d18d004b9b6216 authored over 9 years ago
Make Java an optional dependency.

89fd714791905385647f1198550c4de05e4a3a13 authored over 9 years ago
Don't install Java products.

ecca14b4babf3ff5c96279d28395ba07534d4ca2 authored over 9 years ago
Fix automappingconverter and tmxviewer installation on OS X.

b90c208d28fe8e9b5d1db70454827df0a9164619 authored over 9 years ago
Updated Japanese translation

654057e06ca87af39051aa849b67c8b8bbdda351 authored over 9 years ago
Merge pull request #1080 from Bertram25/master

Updated fr translation + Removed remaining shortcuts translations.

dd9144ce62ff1ce89b447435847898aef58621a6 authored over 9 years ago
Updated fr translation + Removed remaining shortcuts translations.

8aadd41e3d23f958d0b87c0cf9c6e4d93ef2f90a authored over 9 years ago
Merge pull request #1078 from encukou/cs

Update Czech translation

74abc0fff2f50bd5972d0b161e6c6393388f787f authored over 9 years ago
Update Czech translation

9088425dd805b094f67ad4dda71acc6676eff293 authored over 9 years ago
Merge branch 'master' into wip/qtquick

Conflicts:
src/plugins/python/pythonplugin.cpp

1d464026a1a4c5c1832771ce3f0926d282b97d94 authored over 9 years ago
Updated Spanish translation

d0e0aed9cded9d208c0c2711c8f55ece33340d7c authored over 9 years ago
Merge pull request #1073 from semtiko/patch-1

Update tiled_ru.ts

af99be089a8d8a70929775c159311895b1662f83 authored over 9 years ago
Update tiled_ru.ts

27a51149cd99c4906bdd8931b72aec9a8ec6759d authored over 9 years ago
Ignore Qt Creator Qbs files.

1fce34e2d13a6c4fbb9f11c3c814f5f17ef18d85 authored over 9 years ago
Set minimum Qbs version to 1.4.2.

b6363da0ce499185518219b858a17a3ab6439c31 authored over 9 years ago
Qbs: Install libraries and resources to the correct locations on OS X.

e530161e9db29f5c4bf769e882284530fb16666a authored over 9 years ago
Qbs: Don't build libtiled or plugins as frameworks on Apple platforms.

0d8b9381ec1aa97c0ce7a924b5c0227151b12660 authored over 9 years ago
Qbs: Fix rpath handling on Apple platforms.

9b8128ff4a0ffbe2ca41dc193ebdff7c887cf360 authored over 9 years ago
Build Java code in Qbs.

c01e01655aff45ca2cf5db01b2aae42db53767a1 authored over 9 years ago
Updated translation files

Found 767 source text(s) (28 new and 739 already existing)
Removed 8 obsolete entries
...

34e94b8e8897e1f6e52e3c806a027d63020eec36 authored over 9 years ago
Fixed a small memory leak in the thumbnail renderer

fab7c83ab66d1ebc0b0e1879b4d00edc1847e6d5 authored over 9 years ago
Don't pop up a Save As dialog when saving fails

There will be an error popup in this case, and since choosing a
different file name or location ...

7008ada85a919418589e5638e70695da734b9a5d authored over 9 years ago
Travis CI: Fixed clang qmakespec and updated Xvfb usage

065bd687fac72437a1c59b7f4b95dcb525f1ad5e authored over 9 years ago
Fixed TileStamp::operator= return type

As pointed out by cppcheck. Since tile stamps are explicitly shared
though, this should only be ...

b99b362b0f11026ad732ba3ee003629bb6da618c authored over 9 years ago
Updated build files for tests to C++11 / Qt 5

e6860a7ee3231c8aa183b6d1faede6034d07758d authored over 9 years ago
Travis CI: Run builds on Ubuntu 14.04 LTS

I'm not sure if there is an official way yet, but I picked up on their
blog that selecting the "...

4dc0a6e8da6c4b70a391669034cad8b038f20a1d authored over 9 years ago
Flare plugin: Removed redundant parentheses

Also introduced some range-based for loops.

7393cb4090fdab1ae232ce9087b4dbe368d0e78e authored over 9 years ago
Fixed animated tile overlay to look less odd in some cases

Now it's also less intrusive, sitting just in one corner and being
slightly transparent.

Closes...

6d7719856f8e924c74c21728819634a29e24d190 authored over 9 years ago
Fixed updating of current tile when changing map

These editors could end up still showing a tile from the previously
selected map, and edits to t...

293b5ef00884192f198123d278776efc39506705 authored over 9 years ago
Bumped version to 0.14.0 and updated NEWS file

ec23abc0596bcb0cdf7690ffff9d9e48751a4188 authored over 9 years ago
Merge pull request #1029 from kinglime/master

Parse objects with floating point positions and dimensions

4546a2930caace64e83e776beb1863d2ba9d3946 authored over 9 years ago
Merge branch '0.13'

f5b9b08fdc4164f691f3742e254941fea023f8dd authored over 9 years ago
Bumped version to 0.13.1

6c7b334d4a90c36c94fa296378a4b38391d2a1c2 authored over 9 years ago
Updated Dutch translation

2f721b425b284483e95c9e88ba749144d9621b92 authored over 9 years ago
docs: Added Urho3D to Libraries and Frameworks page

8df0587cdbc0ddff205b8104cc02f61c99df2d8c authored over 9 years ago
Added options to show all object name labels or none of them

The default is to show name labels only for selected objects, but now
you can change it accordin...

20351b4629cfb75518aeea8791d45931c61caa23 authored over 9 years ago
Added object name labels for selected objects

* The labels don't scale with the zoom level, to keep them readable
when zoomed out and to kee...

cecf725d17e2592f48dbc6a9c0791f6fff64b92c authored over 9 years ago
Fixed compile when not using the precompiled header

QMake builds on Linux and OS X are currently not using a precompiled
header.

3a101ba72dddc63053bdc21d002c5eb810b1cb8f authored over 9 years ago
Fixed several tile tools not taking layer offset into account

This affected the magic wand, select same tile and terrain tools. Now,
the layer offset is handl...

fa00cc1d2aa15f5fa504b90cdfd86367dc6a5748 authored over 9 years ago