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

Attempt to work around MinGW 4.9.1 issues

* warning: 'unsigned int Tiled::Tile::terrain() const' redeclared
without dllimport attribute ...

64af08d6c4683a9b0d315558e24335196a69a042 authored over 9 years ago
Fixed compile against Qt 4

d9113d83051839a3e95a18bd90f6032516754ef0 authored over 9 years ago
Merge branch 'wip/tilestamps'

4ac2131098e284ee5fc214d5a5f05b50ccc9c5f9 authored over 9 years ago
Take into account tile stamp variation probability

853f893dac38b4c10e39af89190ae65370f31e6e authored over 9 years ago
Merge pull request #1009 from IMMZ/tileset_feature

Added new read-only properties for tilesets.

Closes #997

276a4692999c624755a5c470dc56a16d3c53ed05 authored over 9 years ago
Added new read-only properties for tilesets.

6ddf6b91abdb99da9ec0b90978fc608e0f9601dc authored over 9 years ago
Merge pull request #1011 from IMMZ/fixme_solve

Refactored disabling of dragging directories in the maps dock.

d63e7d9593b042e896d0909f16952e509c24f6d3 authored over 9 years ago
Refactored disabling of dragging directories in the maps dock.

8acbd3cecbe0231c9dbb928c9f5ceada8b79b959 authored over 9 years ago
Made sure missing tilesets get added to the map

This functionality got disabled somewhere when introducing the use of
TileStamp to the stamp and...

5e7c1977e65c7c48e084e07b4da059c312d3a74f authored over 9 years ago
Python plugin: Fixed compile after introduction of SharedTileset

Hopefully it also still works... untested!

76ff87ef000cce3fc1d42cb7f731d83539b55ab7 authored over 9 years ago
Added UI actions for adding and removing stamps and variations

03defeb7caae04a08307399abd2a20e374cc3ef6 authored over 9 years ago
Added an internal weak pointer to Tileset class

This is basically a manual implementation of QEnableSharedFromThis,
which is much more convenien...

14a68b6ae0a4148c0adb2d0f84089e4899d1f996 authored over 9 years ago
Merge pull request #1007 from jakepetroules/qbs-build-nsis

AppVeyor: Build NSIS installer using Qbs

abd99becc35684cc191c729a5c4877dc7ed6041a authored over 9 years ago
Appveyor: build NSIS installer using Qbs.

b17a9e7ba937404581c71d23d3782d687d21b142 authored over 9 years ago
Merge pull request #1006 from IMMZ/bugfix_1005

Fixed enabled state of 'move layer up' action

70b6087082fa3b29dd34644415eebb05f7554bba authored over 9 years ago
Fixed enabled state of 'move layer up' action.

After deleting the top-most layer, the 'move layer up' action was not
set to disabled like it s...

53369a201c927dfc2dcdc8040c51b70eb0d96dc4 authored over 9 years ago
Fixed availability of 'Execute in Terminal' command on Linux with Qt 5

Due to using the old Q_WS_X11 define, these blocks of code were not
included when compiling with...

a9292b5f9b75b119f4431ce790531db7476ad335 authored over 9 years ago
Merge pull request #1002 from IMMZ/new_tool

Added select same tile tool

2aee355801e3c571d420c18ad09f8689c028d1e9 authored over 9 years ago
Merge pull request #1003 from IMMZ/master

Fixed comment on magic wand tool.

88e9713266e60f29e67dd511f4bdc78565d925aa authored over 9 years ago
Fixed comment on magic wand tool.

0f4071c75143d40537f98bd1192a12bd515b1ba1 authored over 9 years ago
Added select same tile tool.

53deb7801c1e72bb37b36f484248dba83689ef8c authored over 9 years ago
Deleted outdated TODO comment

There is no planned option to have the layer data format in a map file
not being respected.

Tha...

87e720c162056b0a0be3f5c0cd8cd9651af50033 authored over 9 years ago
AppVeyor: Avoid setting invalid version string as product.version

51b06cc88f4c32c72619e074ade18947757af39e authored over 9 years ago
AppVeyor: Final try at updating the NSIS download link

4b575bd9b486d8a5e0624fb0b89d1e70e9ffc1a3 authored over 9 years ago
Merge pull request #998 from jakepetroules/build-fixes

Added Qbs product for NSIS installer

be9498932a3a9253bc06a63f484f2c3c40adb311 authored over 9 years ago
AppVeyor: Another attempt at updating the NSIS download link

3dae79d165e3603c1ec22ac53ee2132a341cc23e authored over 9 years ago
AppVeyor: Switch to 'default' image

This should have Qt installed now as well according to AppVeyor.

Also tried updating the NSIS d...

5b8fccf114851869d09f472f0b3c4866449ae684 authored over 9 years ago
Use toolchain independent properties.

57f2f701202bfa58187b0e166959940c1f9d9ce5 authored over 9 years ago
Add support for building Tiled's NSIS installer directly from qbs.

d4a4788321a4507814f60d49ad206c6bf4a733fb authored over 9 years ago
Use shared pointers for managing Tileset instance lifetime

This was a rather tricky change to do, and I tried to do it both with a
QSharedPointer as well a...

a3e77a39ba38c4047a200175c88ce888c3d79fec authored over 9 years ago
Merge pull request #995 from IMMZ/cosmetic

Some code cosmetic changes

432f05fa731fc403be289ee3502076d22ee98d5d authored over 9 years ago
Some code cosmetic changes.

81a9bf495a4962cc9fd7d208abcfc3b95baab258 authored over 9 years ago
Made Qbs project work with Qt 4

Now TiledQuick and the TiledQuickPlugin are automatically disabled when
compiling with Qt 4, ins...

58a295d6e3ddee21a8d637e31e9d2b56cee67c9b authored over 9 years ago
Updated Qbs property infoPlistFile

cpp.infoPlistFile was moved to bundle.infoPlistFile in Qbs 1.4

fe23b94818d598f58fd44bb422e763c10de94110 authored over 9 years ago
Increased language version to C++11

Needed only two small fixes:

* Avoid using deprecated std::auto_ptr
* Move up a metatype declar...

36718423d880f88b63874bd5ef294e1ea80026fc authored over 9 years ago
Toggle between circle/line without resetting the reference point

There seems to be no reason to drop any already set reference point when
toggling between drawin...

337af50938c92b7212f553fa29cc400191b566fb authored over 9 years ago
Merge pull request #993 from IMMZ/bugfix_992

Property browser improved to be translated immediately

Fixes #992

78a33f965f3732d1de5a07fdb4eddfc53774771c authored over 9 years ago
Property browser improved to be translated immediately.

2d84b86d1d33f6c24f6137a6c675a46b7559d3d2 authored over 9 years ago
Small stamp preview improvement and worked around repaint issues

While holding the mouse and painting, the stamp preview would not
represent any state that actua...

426f50e14bded700790d4d5116f169d0820dacf7 authored over 9 years ago
Fixed iCCP profile warning on startup

Thanks to @Ablu for helping to find the culprit.

38a7dbf1ee9d54660134a38d5994f00ece2adfde authored over 9 years ago
Merge pull request #989 from IMMZ/todo_solve

Opening last files is now is optional.

93b79f81f45391a243dbe3d23906d8aeab6533ca authored over 9 years ago
Merge pull request #991 from IMMZ/properties_feature

Select next property after deleting one.

34ac3aeb7f0b3281581ea3c7740c2d451402561c authored over 9 years ago
Fixed removeProperty getting called multiple times on Delete

We should not call removeProperty when handling the ShortcutOverride
event. Accepting this event...

db0f372d84f45517c783a7975aa7180eb5f0ffcc authored over 9 years ago
Select next property after deleting one.

1a3c281978168fdb700c8fad2e38e3003c926620 authored over 9 years ago
Made opening last files to be optional.

ef0c080dae863bfea3c51c18b4d3f06ed6f13374 authored over 9 years ago
Merge pull request #988 from IMMZ/contrib

Avoid possible memory leaks in the future

d6b8e46e28006c1dbc8ed9de0423f44e0163f050 authored over 9 years ago
Fixed possible memory leaks due to non virtual destructors of base

classes.

36c0ceea39be200c971802cae7ab6e2fe2de4bc0 authored over 9 years ago
Fixed compile with Qt 4

e5ee94e27ec386480c39fbec59b1d47a3792427a authored over 9 years ago
Simplified some code in AutomappingManager

Avoid emitting needless regionChanged signals as well as explicit heap
allocation of the region.

f44c37d360099abbc95b2a433abc5768ab7facb2 authored over 9 years ago
Fixed the regionEdited signal when moving the mouse fast

This bug was fixed in c7b9519d1a4006d81553514b47c7071acc5d83cf, but
resurfaced due to changes in...

bd527ec78c7faee70f6847118de020e6ddb5a577 authored over 9 years ago
Allow extending existing quick stamps with variations

By pressing Ctrl + Shift + <1-9>, the quick stamp is extended instead
of replaced. When such a q...

ac796d3bff3d3af93bbe48208a765270f4cd4fbb authored over 9 years ago
Made the stamp tool work with tile stamp variations

Also fixed and improved several other things:

* A QSharedPointer<TileLayer> is now used by the ...

8932ed92b57f6b44b29829421de03eac653cbc37 authored over 9 years ago
Merge branch '0.12'

af5104075a4786b8c3fd73a21f13e02d531ead37 authored over 9 years ago
Fixed crash when changing flipping flag for multiple objects

The crash happened when a flipping flag was changed on multiple tile
objects at the same time, w...

4c2c4a1bb3c5ab209870e5a877bfc8ffb81e23cc authored over 9 years ago
Small adjustments to stamps list header

c651d2b31a45a0066be804d08bfc146d908b39ff authored over 9 years ago
Implemented deleting of tile stamps with the Delete key

* Also works for deleting stamp variations
* Backspace can also be used, mainly for OS X users

76f01ddbb0fa2379ec0dc31aad3261e434a67ec4 authored over 9 years ago
Made stamp brush and fill tool use the new TileStamp class

TileStamp was changed to be explicitly shared to ease memory management,
since there is no well ...

92ec505ccfd90b7081a3152b791aaaf464144afc authored over 9 years ago
CSV plugin: Some tweaks and core style fixes

The main behavioral change is to keep the old behavior of not changing
the exported file name in...

39c8a6aab3ab48a9217610ec06cc001eab4592e1 authored over 9 years ago
Merge remote-tracking branch 'SoyYuma/master'

1916a7ff54ae9b85d3901bca2d8f68c71985f533 authored over 9 years ago
Merge branch '0.12'

4b64473f481ec7f8444d1f292b1f1069f980e566 authored over 9 years ago
Added thumbnails to the list of tile stamps

The thumbnails are cached so that even very large stamps will not slow
down the rendering of the...

8cc0ac2e4c300cda4e88db2e79bee82b40bcb055 authored over 9 years ago
Initial work on persistent tile stamps with variations

* Added TileStamp class, which represents a certain stamp with a name
and one or more variatio...

44decbb1fee287c88a4e8493c6e79caf502f72c2 authored over 9 years ago
Final NEWS file update for Tiled 0.12.3

a62cf7e0bcf78c538918edaaa74e10fdf06b6f46 authored over 9 years ago
Made Backspace work for deleting collision objects and animation frames

Apple keyboards only have one "backspace/delete" key, which is received by Qt
applications as "b...

25bf5d17e13b84ab9e47593c01a2c160637ae394 authored over 9 years ago
Added tilecount property to TMX, JSON and Lua map formats

This can be useful when implementing a map reader, since you will know
in advance how much space...

4b86058a38e81faae36d92e3a0c0d8685a56bdae authored over 9 years ago
Merge pull request #962 from Ablu/master

Fixed install of manpages

4578e6b60f3d01026b83a93b3d636726d3c1c382 authored over 9 years ago
Merge branch '0.12'

5fb527a855f776bbb791d2ad01bdef12aa6597ad authored over 9 years ago
Bumped version to 0.12.3

1d19e63ccbf85e71a1b210d1e187d10550b525f1 authored over 9 years ago
Fixed live automapping updates when moving the mouse fast

The option "Use Automapping, when drawing into layers" was not working
correctly when the stamp ...

c7b9519d1a4006d81553514b47c7071acc5d83cf authored over 9 years ago
Fixed some more updating issues when editing objects

* When changing polygons using the split, join or delete nodes actions,
the map view and node ...

f1bbf004b6c319ef398f965d5bee48cce0926872 authored over 9 years ago
Revert "Fixed install of manpages"

This reverts commit 1cddb07aeb6d6c47b79756bd6712a128a81939ed.

I applied it to the wrong branch....

2ebddae2de331c0cbcac2b7cbc8b53e9c5e29d5f authored over 9 years ago
Fixed a crash when reading an invalid TMX file

When a TMX file contains no tileset with a firstgid of 1 but references
tiles that effectively f...

523e463863733f20746dd9ff39ddc75ce04089de authored over 9 years ago
docs: Small updates to Libraries and Frameworks page

* Moved Pike and Vala to list of programming languages
* Fixed link to cocos2d-objc documentatio...

14f8a9a7ac1420f5bb4c77f93262e8b9df399e71 authored over 9 years ago
Merge branch '0.12'

2f391e996c86f1d21940ce60b8748c3dc045449e authored over 9 years ago
Fixed install of manpages

1cddb07aeb6d6c47b79756bd6712a128a81939ed authored over 9 years ago
Fixed install of manpages

6a3c7c1ffd920490ad85e39f6f95565d5be34cf9 authored over 9 years ago
Merge branch '0.12'

b0f702e191837635cd832846a9a914c89e058410 authored over 9 years ago
Updated NEWS and bumped version to 0.12.2

508f528012831f0f4ac2a2c921b2abf14cc7b093 authored over 9 years ago
Fixed updating of map view when moving objects with arrow keys

Fixes #961

17353849fe09a4232ec6a59ef437afae9f8b0cd2 authored over 9 years ago
Raised minimum Qt version to 4.8.0

Removed scroll bar crash workaround for issue that was fixed in Qt 4.8.

c1f84a6391fa068b979212b5ed8efceef450a9a8 authored over 9 years ago
Merge branch '0.12'

3db9b856705204a0fe1d65de3b942e021ffcd00b authored over 9 years ago
JSON plugin: Default tile objects to the size of their tile

This is necessary to display maps saved with Tiled <= 0.11 correctly. It
does effectively make 0...

778c2c167c627ce750302aa218a3b4be682b6137 authored over 9 years ago
docs: Added CNAME and improved TMX Map Format page a little

Mainly linking to child elements rather than just mentioning them.

c448cd4aec97ef2d750fc9de735f902fdc4a364b authored over 9 years ago
Added initial Tiled Documentation pages

Pages ported over from the wiki:

* Using Commands
* Using the Terrain Tool
* TMX Map Format
* S...

1b2e85f5c8eb13e06ebf557a17c4d0486ef531f9 authored over 9 years ago
Updated .gitignore

2848108fe44b1c03d1b464f397dd05b2951cf718 authored over 9 years ago
Free up 'docs' directory for actual documentation

* Moved man pages to 'man' directory
* Moved mime info to 'mime' directory
* Moved tiled.desktop...

fb8b152ae424f05155c2292f61f6b49238682e96 authored over 9 years ago
Merge branch '0.12'

Closes #956

bb9b60941db5a9a269c71bc37a49781005121ed1 authored over 9 years ago
Fixed compile against Qt < 5.2

f3b896577750385a97769b9712ac82f4016843ea authored over 9 years ago
Adjusted the tile probabilities in the desert example

The decoration tiles were much too common now that the probability is
relative with a default va...

1135270508140095476109f01eeccd84bd2a1195 authored over 9 years ago
Increased tile probability precision to three decimals

With the default value being 1, even a probability of 0.01 can be a bit
too common.

f297884920ad960cdda810992b8630627af709de authored over 9 years ago
Merge branch '0.12'

1146c3a076fb4733d38b3552038081a3e41c36b0 authored over 9 years ago
Updated NEWS and bumped version to 0.12.1

6bb2460f1cb7e993288fced63b80f53835fea56a authored over 9 years ago
Fixed a crash when deleting an object while moving it

When pressing either Delete, undoing object creation or redoing object
deletion while moving, re...

51e4dd16bcc3c75706c4e5e00f714cc6b720e0ba authored over 9 years ago
Fixed updating of Properties view while objects are moved/resized

The events that the updating was relying on where broken in change
3d2513f5a5dd710094d702b9d3acb...

060ea6cea99658a80c967680a1e120bbc100be8c authored over 9 years ago
Fixed updating of map view when changing objects from properties view

The updating of the map view was broken when changing the position, size
or rotation of the obje...

95e311dd11dba4c9075b31d66b6a00d2270dc50d authored over 9 years ago
Merge branch 'master' into wip/qtquick

88d05f0b82c5b52b4d403ac6f2bd21d599b02827 authored over 9 years ago
Merge branch '0.12'

a716efe21ee1d128e85453df62da8b0c831ca89b authored over 9 years ago
JSON plugin: Fixed terrain information getting lost on read

Due to a range check on the terrainId numbers associated with tiles
being done before the list o...

e71d79364e6f5015104e8925315c4cd1fffe58fb authored over 9 years ago
Added a missing attribution

61bc34bed85de5fbb4b168ce9a03515d1e84202b authored over 9 years ago
Merge branch '0.12'

a4922b6d10d70b61859f161692529aa3bff2c0f3 authored over 9 years ago