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

Updating Italian translation from Transifex

Updates by Marco Fras.

426c32b4cb95b67e40f19b12d3d9e4e0701cde8f authored about 10 years ago
Fixed some problems with the new CSV export plugin

65e5c112c53cb80687c71333d5df89207aaa8661 authored about 10 years ago
Added appveyor.yml

Hopefully it gets automated builds on AppVeyor working. For now, just to
test whether Tiled comp...

a0cdac2cfec05c4c86089f3d2d9b01ce0f805644 authored about 10 years ago
Merge pull request #318 from cbdillon/master

Command line export for Tiled

091dcaa172de4d6b531109c5696737e05fa4929d authored about 10 years ago
Merge pull request #832 from Ohcanep/windows-build

Eliminate some building issues on Windows

661844e34c9fcdef8ea958a6a3d633259b310c60 authored about 10 years ago
Eliminate some building issues on Windows

- Use --large-address-aware instead of /LARGEADDRESSAWARE with MinGW
- Adjust an #include in lib...

86bb8dbd707c9c526dfe3d956fe22d0039af5617 authored about 10 years ago
Added a CSV export plugin

This plugin only exports the first tile layer. Tiles are written out by
their index in the tiles...

35b1396c049dd7a99aa3fa117ce14e02b31e2544 authored about 10 years ago
Removed some unused defines

5bc462e08e42824d2c57ddf584a4832478d594fb authored about 10 years ago
Added an example hexagonal map

Based on public domain tiles by pixel32, found at:

http://opengameart.org/content/pixel-hex-til...

57313576b1e3c7d1247c00c746a295a0b83b96fd authored about 10 years ago
Some object unique ID changes

I think it's enough to just call it the object ID, and document that
these IDs are unique for ea...

16145681c523ab3cd0c3c41c1238aa42f8cd8622 authored about 10 years ago
Added uniqueIDs to MapObjects

129ff5607984889f8831a63d7e8175a4f46fdaa0 authored about 10 years ago
Merge pull request #827 from porfirioribeiro/master

Update tiled_pt.ts

04cea21e0cd1e5cb24eea250516fb932d7299713 authored about 10 years ago
Update tiled_pt.ts

f4f24245d5ee4a81c98ea47f9df9305a0b03e756 authored about 10 years ago
Flare plugin: Fixed ability to open maps with absolute paths

Saving maps with absolute paths is a bad idea and is avoided whenever
possible, but it is the on...

34160a07ee8b346caefc38d9eb6beac961c9bd10 authored about 10 years ago
Lua plugin: Write out tile terrain information

Turns out I need this for a my current project so it must be useful.

22e5689ceae00f77602a854881c55591d3f2abd4 authored about 10 years ago
Added support for flat-top hexagonal (staggering the X axis)

This also adds support for staggering the X axis at either odd or
even indexes for staggered iso...

915fd321e46a700bb07b0eed4b542651cfbad104 authored about 10 years ago
Updated to new master, fixed polygon vertex dupe bug.

98f8c8331eae59e4e44904f9418ea39dfef967d4 authored about 10 years ago
Corrected snapToGrid behavior in objectselectiontool.

deb72320650b4df0a47dd9e79dee2c146040a709 authored about 10 years ago
Corrected scaling of polygons on multiple selections.

264eecd909757b13c29a60fdf0d890e0a2be1867 authored about 10 years ago
Can now resize single polygons.

d94ac3bde75e5882131051a0ec6cef514c411c9a authored about 10 years ago
Supported resizing in IsometricRenderer.

51fdebb502fcfb824f0e27743f98e2b29ae3f6d7 authored about 10 years ago
Converted old map object resizing code over.

a60083e6dfc424eac89d5d956c32dda4b5397a24 authored about 10 years ago
Don't deselect tiles on right-click

This is no longer necessary now that properties of multiple tiles
can be edited at the same time.

44effc217595f536e1cf23669dd1408f91625955 authored about 10 years ago
Merge branch '0.10'

da2c2e0897d740f3e515bdce3731edfc55caaa6a authored about 10 years ago
Avoid the standard QMainWindow context menu in the collision editor

The standard context menu allows hiding the tool bar, after which it is
impossible to get it bac...

2ee0e3e6f378fe3f183f5d16bd2f91a742eaa67a authored about 10 years ago
Fixed up Rename Property action a bit

Now it works properly for multiple objects, only changing the name of the
property and never the...

ee41a5342429e2710c52807c28429a01c0809fd5 authored about 10 years ago
Merge pull request #803 from Arnaud-Trouche/rename-cust-prop

Ability to rename custom properties

84e7adbd48ca8c5edd6bcf00dc4f60a8a6110e46 authored about 10 years ago
Merge branch '0.10'

bc951076442f59c9521514d7dc1e182c2ec185cb authored about 10 years ago
Final update to the NEWS file for 0.10.2

b59850f894fd6521aac72284e76bbdb98da593df authored about 10 years ago
Fixed Windows installer again

This reverts back to the old behavior, which is also broken but it's
less broken than without th...

5abd395177b95c30da5a236253cd3664d0f72bcc authored about 10 years ago
Merge branch '0.10'

11dd38ab1f68677b7912da9250087fe052422d10 authored about 10 years ago
Fixed compile

It's definitely getting too late...

0f2ba2437953c6cd3bbc85568f3b4de2654b6b60 authored about 10 years ago
Merge branch '0.10'

46a67e16ac641c31ddad636888e34b320cf992ce authored about 10 years ago
Raised version to 0.10.2 and updated NEWS file

fc671bef9353c5ed89c05ac46d546e87bf2ca6e2 authored about 10 years ago
Lua plugin: Write out Image layer position

This is the position of the image in pixels, and it was missing from the
Lua export format.

Clo...

4b723791ebc1d5f90086adacb864006b345d2480 authored about 10 years ago
Fixed hit area for polygon nodes when editing polygons

The nodes are ignoring view transformations, but this wasn't being taken
into account when deter...

2c6b0498672619ba25f7b8a3e1b117a272d976e0 authored about 10 years ago
QuickStampManager needs to be deleted before the TilesetManager

This resolves an assertion in debug mode, which is meant to check
whether all tileset references...

bae112b296e5611206b3930ddd3c80ed1113b5dc authored about 10 years ago
Merge pull request #798 from zigal/master

set maximum size for the about dialog

582560330d7497b1aadeee5f0d2cd2018d7c7133 authored over 10 years ago
Update tiled_it.ts

Added some translations in Italian.

329055567aa2afd6fd3675ee38cc28171249936f authored over 10 years ago
Ability to rename custom properties

5de1bf0d54a56fe1e27e44b9df2c68e72b660b11 authored over 10 years ago
use setMaximumSize

74d9edcf6d1bfd3ecd04c227faf08772decf1272 authored over 10 years ago
set maximum size for the about dialog

e3b019bc5ed7c6e8a061523d5a7bc37a0d8ece3b authored over 10 years ago
Updated drive in daily build script

e51361b59b4258e8dd14571f9aec899add212eeb authored over 10 years ago
Store the stagger direction, even though only 'rows' is supported now

This is mainly because I think 'columns' should be the default (it's
what Tiled Java did and as ...

084c5c75ee16ac8cb0dce9a05bcdd0527665cc1a authored over 10 years ago
Fixed saving of stagger index

Also, only save the hex side length for hexagonal maps, since it makes
no sense to appear for ot...

fc1e7aaa52e3f55f664a54736b8e2fe726340355 authored over 10 years ago
Derive the StaggeredRenderer from the HexagonalRenderer

This fixes the grid rendering of the staggered renderer and adds support
for staggering the even...

f544ed72832a8dbc0f6620a109f3ce1aafc46021 authored over 10 years ago
Fixed the hexagonal renderer to be pointy topped

This makes more sense with the current tile coordinates. Changing the
renderer in this way seeme...

f2d45844febd493fd6e25e0dde3e2f40b20f092e authored over 10 years ago
Added support for changing the stagger indexes

This adds the option of having the even rows shift to the right instead
of shifting the odd rows...

cb4bc7b13a7bfafa47039a9b5452c110fb14a563 authored over 10 years ago
Allow configuring the length of the hex side

This is the length of the straight sides of the hexagonal tile. It can't
be derived from the gri...

cf04bb9e4d70578fc393c826231bee429b23bbef authored over 10 years ago
Added hexagonal renderer

Only supports one variation of staggered hexagonal for now.

The length of the sides can't be co...

ac1665d3782ba17a27d434d30719be52a51ff082 authored over 10 years ago
Allow dynamically changing map tile width and height

1965df71259d9ea53fcaeb25e191df87dc70cb2d authored over 10 years ago
Fixed compile

The addition of Map::tileSize got lost in another change.

0afabbb284d8195bf25d7ff3178f227d4feb0257 authored over 10 years ago
Added read-only properties for map size and map tile size

d1adca96b27adab912effb82e0979571ed5d99f0 authored over 10 years ago
Merge branch '0.10'

1bdf9efa76a3def830eb3338a0380398b373c24b authored over 10 years ago
Fixed repainting issues when using tiles smaller than the grid size

The small tiles could cause the bounding rect of the brush preview to
become too small for paint...

63d40e11f2590cc66ebd2e9724e26971bad79b9b authored over 10 years ago
Merge branch '0.10'

4b9448bc03d248143503b7edf69c2e5fe6c12a25 authored over 10 years ago
Fixed a crash introduced by the repainting fix

tileLayerDrawMarginsChanged should not be emitted for layers that aren't
part of the map for now...

8d20992e587f000e83279fd90a49db50b9f2b16c authored over 10 years ago
Fixed another possible crash in the orthogonal renderer

This basically reverts the incomplete 5f6b5cadbd436183a5c530b868d and
fixes the problem a little...

190369400b8249dab3db3028d2888843c3d1b103 authored over 10 years ago
Fixed merge error

Should have done a compile-test... fortunately there's TravisCI.

47fef6bbda9488bc018dcb334a02650495e087b6 authored over 10 years ago
Merge branch '0.10'

Conflicts:
src/tiled/tilelayeritem.cpp

7a3193ecd6704ab6a066178865219d7af5420a83 authored over 10 years ago
Take draw margins into account for tile layer bounding rect

Without taking the draw margins into account, tiles sticking outside of
the layer's area fail to...

904eb27e4d3d61dd01a8def70585721e0d4e48ca authored over 10 years ago
Added missing qbs file

Missed this one in change 403e1707259bd7846c4cd0596332a217fe7e73e9

0a2daa6170fb149c0fed2854e6509902d06673e6 authored over 10 years ago
Allow dynamically changing the map orientation

f522deb08a66199273f26b1a9df8b2a9fdaa0603 authored over 10 years ago
Merge branch '0.10'

73f7ae77ab82d2ca075928f8369318631c728d2e authored over 10 years ago
Fixed map pixel size preview for staggered maps

e8c83987118a25b16ab3606d2d1b5a142c9026de authored over 10 years ago
Display errors non-modal when applying automatic automapping rules

Popping up a message box while painting repeatedly is tremendously
annoying (and seems to break ...

74e79db6e331327e98a7722b3ebaaa1d371c49e7 authored over 10 years ago
Removed silly error that should never happen

When there is no "map document", the automap action is disabled.

It's not the user's problem wh...

6dc2e58d07f34475b85d95ffadb5f3b0cac93b8c authored over 10 years ago
Fixed RPATH so that tiledquickplugin can find libtiled

Expose the first libtiled class 'ObjectGroup' to QML.

36b7a03c372a9d4286d43706ec0c6f94e4024755 authored over 10 years ago
Changed all the base libtiled classes to derive from QObject

The tricky thing here was that this makes a copy constructor impossible,
which was used by the P...

3f1a89324a2a9297d0c79a29cdc8740de923ce95 authored over 10 years ago
Merge branch 'master' into wip/qtquick

1a63740a2c81b6fe704002ff11e6a917b0cb4f3a authored over 10 years ago
Some cleanup in tiledquickplugin and link it against libtiled

c236e90bbded1ec2ee66d6c023828d62ba9ff093 authored over 10 years ago
Regenerated Python bindings with PyBindGen 0.17.0

This undoes the changes in ba6394fef5c409b041ee79c997d7d5fd958f30ad,
which were apparently appli...

31094bd1fbd6a127e59ec847f671b1bcea22e717 authored over 10 years ago
Updated Qbs project file

956ac80fd5ad69b1b4f18a92118f2f1da931f6e6 authored over 10 years ago
Fixed path to QML files on Windows

6525aa65279bdbf34136d0b4e752919a86eb709f authored over 10 years ago
QApplication and QtWidgets are needed for native widget styles

cb384b5a5c7cf8d2036d78323893ff02913eca57 authored over 10 years ago
Added a tool bar Qt Quick Control

Just testing how it looks and behaves.

681e8af49c5aab3e844ba0bcd205c74a9002ed9f authored over 10 years ago
Fixed destination directory on OS X

tiledquickplugin should be included in the Tiled Quick application
bundle on OS X.

Also tweaked...

cacb528fe689a8adf7cc9cfc188b3e02eafc8b80 authored over 10 years ago
Put a shortcut on the Reload action (Ctrl+R)

In some situations it doesn't work to rely on automatic reloading.

Closes #768

9539b1648afb5923754a60cec9ba14f89337928c authored over 10 years ago
Fixed enabled state of 'Export As' and 'Reload' actions

They were enabled even when no map was open.

70b74c7ce5c8f15d8f2665af0aa9a2ab739f9f99 authored over 10 years ago
Show some feedback in the status bar on re-export

Without this you may not even be sure whether you hit the right key, so
this seems like the righ...

cbdaa0fbfcdecd1d9ffebea1f1c8083d96391927 authored over 10 years ago
Merge branch '0.10'

7d3ed7b4b86698cf6a7fc5e481e6f67cbcad271f authored over 10 years ago
Split up 'Export' action from 'Export As...'

Now, the default Export action will re-export with the same file and
format used last time, with...

80e6cf79f894bd5d5b5716ded144a2f68d976b8f authored over 10 years ago
Initial start on Qt Quick version of Tiled

Mainly trying out basic Qt Quick Controls to see if this has a chance
of working out.

eadaa578adcf02a9f7c00c8c180f9378eb457f76 authored over 10 years ago
Fixed Select All action to work for object layers

Now when an object layer is selected, it selects all objects on that
layer. Also it no longer do...

293d5a12e172c34f10a31ebaf59e40d56461bb6b authored over 10 years ago
[Flare Plugin] Fix coordinate format for import and export

Flare expects object coordinates to be in tiles instead of pixels.
Conversions have been added f...

cae7cf22d67edaaba9fdb52f864981661caff028 authored over 10 years ago
Merge pull request #681 from leeonix/master

add precompiled header.

dcc18d5e5dfc1cfcde9e40af2dd069560aad4e99 authored over 10 years ago
Fixed some remaining 'const bool' function parameters

Due to the mismatch with the original virtual function, this was also
causing warnings when comp...

c552f6587761bd698f21fb7d5e4cf56429683149 authored over 10 years ago
Merge pull request #751 from zilluss/polymorphic-mapobjects

Polymorphic mapobjects

abc32195a079bf8ae959712065aa047f983c7a9e authored over 10 years ago
Fixed Windows uninstall

* Automatic uninstall of previous version should let the uninstaller
choose from where to unin...

8129e20943e7957c391921148c4fcc97d24ffa04 authored over 10 years ago
Clarified NEWS entry

d466e73cf896f9fb040dc477f15d736aa1e070ef authored over 10 years ago
Raised version to 0.10.1 and updated NEWS file

2f2183afa3628a4d8dd28a4391877ac40194bf7a authored over 10 years ago
Allow Windows executable to run on Windows XP

When compiling with VS 2013 without this link option, the resulting
executable will only run on ...

94d613ceb40a4859f6df85d4b6c48daa11576010 authored over 10 years ago
Compile Tiled with /LARGEADDRESSAWARE on Windows

f5308a5b795552287a9614d4f85d7964f311dd3b authored over 10 years ago
Lua plugin: Include map background color in Lua export

Closes #758

fc1f372ba157f4fb94e693d30695dd12ae3149c3 authored over 10 years ago
Fixed indentation and removed const qualifier from boolean parameters

a125a2ab6ab068cee553a68511029b8ac80db453 authored over 10 years ago
Use Qt 4-compatible qmath.h header

The QtMath alias was apparently added with Qt 5.

876f12138bacf7fb34d4131636e44c74254c0c7a authored over 10 years ago
Fixed a possible crash in the orthogonal map renderer

The function drawing tile layers was not always keeping the tiles it
would try to draw within bo...

5f6b5cadbd436183a5c530b868d36e28bccd7503 authored over 10 years ago