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
* warning: 'unsigned int Tiled::Tile::terrain() const' redeclared
without dllimport attribute ...
d9113d83051839a3e95a18bd90f6032516754ef0 authored over 9 years ago
4ac2131098e284ee5fc214d5a5f05b50ccc9c5f9 authored over 9 years ago
853f893dac38b4c10e39af89190ae65370f31e6e authored over 9 years ago
Added new read-only properties for tilesets.
Closes #997
276a4692999c624755a5c470dc56a16d3c53ed05 authored over 9 years ago6ddf6b91abdb99da9ec0b90978fc608e0f9601dc authored over 9 years ago
Refactored disabling of dragging directories in the maps dock.
d63e7d9593b042e896d0909f16952e509c24f6d3 authored over 9 years ago8acbd3cecbe0231c9dbb928c9f5ceada8b79b959 authored over 9 years ago
This functionality got disabled somewhere when introducing the use of
TileStamp to the stamp and...
Hopefully it also still works... untested!
76ff87ef000cce3fc1d42cb7f731d83539b55ab7 authored over 9 years ago03defeb7caae04a08307399abd2a20e374cc3ef6 authored over 9 years ago
This is basically a manual implementation of QEnableSharedFromThis,
which is much more convenien...
AppVeyor: Build NSIS installer using Qbs
abd99becc35684cc191c729a5c4877dc7ed6041a authored over 9 years agob17a9e7ba937404581c71d23d3782d687d21b142 authored over 9 years ago
Fixed enabled state of 'move layer up' action
70b6087082fa3b29dd34644415eebb05f7554bba authored over 9 years ago
After deleting the top-most layer, the 'move layer up' action was not
set to disabled like it s...
Due to using the old Q_WS_X11 define, these blocks of code were not
included when compiling with...
Added select same tile tool
2aee355801e3c571d420c18ad09f8689c028d1e9 authored over 9 years agoFixed comment on magic wand tool.
88e9713266e60f29e67dd511f4bdc78565d925aa authored over 9 years ago0f4071c75143d40537f98bd1192a12bd515b1ba1 authored over 9 years ago
53deb7801c1e72bb37b36f484248dba83689ef8c authored over 9 years ago
There is no planned option to have the layer data format in a map file
not being respected.
Tha...
87e720c162056b0a0be3f5c0cd8cd9651af50033 authored over 9 years ago51b06cc88f4c32c72619e074ade18947757af39e authored over 9 years ago
4b575bd9b486d8a5e0624fb0b89d1e70e9ffc1a3 authored over 9 years ago
Added Qbs product for NSIS installer
be9498932a3a9253bc06a63f484f2c3c40adb311 authored over 9 years ago3dae79d165e3603c1ec22ac53ee2132a341cc23e authored over 9 years ago
This should have Qt installed now as well according to AppVeyor.
Also tried updating the NSIS d...
5b8fccf114851869d09f472f0b3c4866449ae684 authored over 9 years ago57f2f701202bfa58187b0e166959940c1f9d9ce5 authored over 9 years ago
d4a4788321a4507814f60d49ad206c6bf4a733fb authored over 9 years ago
This was a rather tricky change to do, and I tried to do it both with a
QSharedPointer as well a...
Some code cosmetic changes
432f05fa731fc403be289ee3502076d22ee98d5d authored over 9 years ago81a9bf495a4962cc9fd7d208abcfc3b95baab258 authored over 9 years ago
Now TiledQuick and the TiledQuickPlugin are automatically disabled when
compiling with Qt 4, ins...
cpp.infoPlistFile was moved to bundle.infoPlistFile in Qbs 1.4
fe23b94818d598f58fd44bb422e763c10de94110 authored over 9 years agoNeeded only two small fixes:
* Avoid using deprecated std::auto_ptr
* Move up a metatype declar...
There seems to be no reason to drop any already set reference point when
toggling between drawin...
Property browser improved to be translated immediately
Fixes #992
78a33f965f3732d1de5a07fdb4eddfc53774771c authored over 9 years ago2d84b86d1d33f6c24f6137a6c675a46b7559d3d2 authored over 9 years ago
While holding the mouse and painting, the stamp preview would not
represent any state that actua...
Thanks to @Ablu for helping to find the culprit.
38a7dbf1ee9d54660134a38d5994f00ece2adfde authored over 9 years agoOpening last files is now is optional.
93b79f81f45391a243dbe3d23906d8aeab6533ca authored over 9 years agoSelect next property after deleting one.
34ac3aeb7f0b3281581ea3c7740c2d451402561c authored over 9 years ago
We should not call removeProperty when handling the ShortcutOverride
event. Accepting this event...
1a3c281978168fdb700c8fad2e38e3003c926620 authored over 9 years ago
ef0c080dae863bfea3c51c18b4d3f06ed6f13374 authored over 9 years ago
Avoid possible memory leaks in the future
d6b8e46e28006c1dbc8ed9de0423f44e0163f050 authored over 9 years agoclasses.
36c0ceea39be200c971802cae7ab6e2fe2de4bc0 authored over 9 years agoe5ee94e27ec386480c39fbec59b1d47a3792427a authored over 9 years ago
Avoid emitting needless regionChanged signals as well as explicit heap
allocation of the region.
This bug was fixed in c7b9519d1a4006d81553514b47c7071acc5d83cf, but
resurfaced due to changes in...
By pressing Ctrl + Shift + <1-9>, the quick stamp is extended instead
of replaced. When such a q...
Also fixed and improved several other things:
* A QSharedPointer<TileLayer> is now used by the ...
8932ed92b57f6b44b29829421de03eac653cbc37 authored over 9 years agoaf5104075a4786b8c3fd73a21f13e02d531ead37 authored over 9 years ago
The crash happened when a flipping flag was changed on multiple tile
objects at the same time, w...
c651d2b31a45a0066be804d08bfc146d908b39ff authored over 9 years ago
* Also works for deleting stamp variations
* Backspace can also be used, mainly for OS X users
TileStamp was changed to be explicitly shared to ease memory management,
since there is no well ...
The main behavioral change is to keep the old behavior of not changing
the exported file name in...
1916a7ff54ae9b85d3901bca2d8f68c71985f533 authored over 9 years ago
4b64473f481ec7f8444d1f292b1f1069f980e566 authored over 9 years ago
The thumbnails are cached so that even very large stamps will not slow
down the rendering of the...
* Added TileStamp class, which represents a certain stamp with a name
and one or more variatio...
a62cf7e0bcf78c538918edaaa74e10fdf06b6f46 authored over 9 years ago
Apple keyboards only have one "backspace/delete" key, which is received by Qt
applications as "b...
This can be useful when implementing a map reader, since you will know
in advance how much space...
Fixed install of manpages
4578e6b60f3d01026b83a93b3d636726d3c1c382 authored over 9 years ago5fb527a855f776bbb791d2ad01bdef12aa6597ad authored over 9 years ago
1d19e63ccbf85e71a1b210d1e187d10550b525f1 authored over 9 years ago
The option "Use Automapping, when drawing into layers" was not working
correctly when the stamp ...
* When changing polygons using the split, join or delete nodes actions,
the map view and node ...
This reverts commit 1cddb07aeb6d6c47b79756bd6712a128a81939ed.
I applied it to the wrong branch....
2ebddae2de331c0cbcac2b7cbc8b53e9c5e29d5f authored over 9 years ago
When a TMX file contains no tileset with a firstgid of 1 but references
tiles that effectively f...
* Moved Pike and Vala to list of programming languages
* Fixed link to cocos2d-objc documentatio...
2f391e996c86f1d21940ce60b8748c3dc045449e authored over 9 years ago
1cddb07aeb6d6c47b79756bd6712a128a81939ed authored over 9 years ago
6a3c7c1ffd920490ad85e39f6f95565d5be34cf9 authored over 9 years ago
b0f702e191837635cd832846a9a914c89e058410 authored over 9 years ago
508f528012831f0f4ac2a2c921b2abf14cc7b093 authored over 9 years ago
Fixes #961
17353849fe09a4232ec6a59ef437afae9f8b0cd2 authored over 9 years agoRemoved scroll bar crash workaround for issue that was fixed in Qt 4.8.
c1f84a6391fa068b979212b5ed8efceef450a9a8 authored over 9 years ago3db9b856705204a0fe1d65de3b942e021ffcd00b authored over 9 years ago
This is necessary to display maps saved with Tiled <= 0.11 correctly. It
does effectively make 0...
Mainly linking to child elements rather than just mentioning them.
c448cd4aec97ef2d750fc9de735f902fdc4a364b authored over 9 years agoPages ported over from the wiki:
* Using Commands
* Using the Terrain Tool
* TMX Map Format
* S...
2848108fe44b1c03d1b464f397dd05b2951cf718 authored over 9 years ago
* Moved man pages to 'man' directory
* Moved mime info to 'mime' directory
* Moved tiled.desktop...
f3b896577750385a97769b9712ac82f4016843ea authored over 9 years ago
The decoration tiles were much too common now that the probability is
relative with a default va...
With the default value being 1, even a probability of 0.01 can be a bit
too common.
1146c3a076fb4733d38b3552038081a3e41c36b0 authored over 9 years ago
6bb2460f1cb7e993288fced63b80f53835fea56a authored over 9 years ago
When pressing either Delete, undoing object creation or redoing object
deletion while moving, re...
The events that the updating was relying on where broken in change
3d2513f5a5dd710094d702b9d3acb...
The updating of the map view was broken when changing the position, size
or rotation of the obje...
88d05f0b82c5b52b4d403ac6f2bd21d599b02827 authored over 9 years ago
a716efe21ee1d128e85453df62da8b0c831ca89b authored over 9 years ago
Due to a range check on the terrainId numbers associated with tiles
being done before the list o...
61bc34bed85de5fbb4b168ce9a03515d1e84202b authored over 9 years ago
a4922b6d10d70b61859f161692529aa3bff2c0f3 authored over 9 years ago