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
Qt did not have QMarginsF until Qt 5.3, while the current minimum Qt
version is 5.1.
Closes #4
7f1adb4b2d17ce94fdd371f71168a29529a40031 authored over 9 years ago
The most complicated bit was to adjust the object selection tool to take
into account the layer ...
This affected the following:
* Applying the layer offset to the TileLayerItem
* Translating pix...
46011b579fbd044fdbf02874df6f8f802736337e authored over 9 years ago
It is "topdown", not "top-down".
Fixes #1057
afa13a276f10b218ade229f8a21bfe02f7cbbbe5 authored over 9 years agoBased on feedback from @KageJittai.
e0a8101755d63a3a0d2f871439758c5c1ed8068c authored over 9 years ago
Now that tilesets are kept track of by shared pointers and now that they
are being added on-dema...
* Can be changed in Properties view (with undo)
* Is written to/from TMX and JSON map formats
* ...
More efficient functions operating directly on a QStringRef available
since Qt 5.1.
ARCH is only used in the output file name, which is overridden, so this
change is only for the s...
c060fd40cc88c92f32e4ed2a7511070f23a34b40 authored over 9 years ago
df8d07ced3c3857fea92c6c7068b2e4f666c7c9c authored over 9 years ago
Thanks to @lobo-tuerto for reporting this.
6d0a7203f25232a7b84b39e87f7d08444400e8ee authored over 9 years agof7e77d2c554ecd79153fbb4a03ef6dd05364be51 authored over 9 years ago
Tiled requires at least Qt 5.1 now.
0d4af88ae6fed05fd1cf019e1b4157e741b8aab9 authored over 9 years agoTranslation by Lyubomir Vasilev (lyubomirv@Transifex).
215c6968a0fcbf0b4c57128022392570f8de29d6 authored over 9 years agoSeems like the reason for having them public has disappeared.
a416e599fc1a18176d5a4440ddbfb5cf31b65316 authored over 9 years ago
The JSON plugin now adds a JSON tileset format. It also no longer always
embeds the tileset info...
* Split a FileFormat base class from "MapFormat"
* Added a FormatHelper class to reduce code dup...
When creating the script directory for the first time, Tiled will need
to be restarted to get it...
3264c07da914106cce07a57f1882e4e2213f1065 authored over 9 years ago
2eb46f31aa3415387a798743ce53b7ebaa47349d authored over 9 years ago
2a92e8f78084747cc1aa01a44380236dceb8ee9e authored over 9 years ago
Updates by Marco Fras.
c2dbba6f3e21fa9a8379e2e334637888bfa80bd2 authored over 9 years ago
I decided to fix this in a slightly different way to avoid placing an
arbitrary limit on the min...
Avoid Inf values in scaling factors
15c6b6fc6911935d6b35e1ce3dd4825ae8592407 authored over 9 years ago
Recent changes in how the stamp brush operates exposed an old issue in
TileLayer::merge, which d...
On Windows, the Python plugin does not build in debug mode, nor does it
build with Visual Studio...
This plural version was really only added for the Python plugin in order
to support multiple map...
The previous plugin system worked by direct inheritance from interfaces
like MapWriterInterface ...
Based on watching the script directory for changes. A manual action may
still be preferable at s...
There was a bug where the writer plugin file name was used as filter,
which doesn't work. Now, a...
Update Czech translations
9f6d77b1041a421e181b7484762e088faa057750 authored over 9 years ago3a05dc07244cbe5efaaadbd263724fd39df827e2 authored over 9 years ago
Change accidental doubles to floats
Change floats to doubles
Remove uneccesary code
Change in...
eb0bf80be3bd2e358d1128afbc70b7958e5b7ab3 authored over 9 years ago
Conflicts:
src/tiled/tilestamp.cpp
tiled.pro
7a83cde1e5b9500097684ed68a510a42ae42ca22 authored over 9 years ago
Closes #985
Closes #1033
Same way as for polylines.
Closes #601
93716812c3b64c047a3cc47daa4e6647de450fbb authored over 9 years agoUpdated German translation
c1f19166b8b9efcd182d60fa6d46c8c7f0bd1704 authored over 9 years agoDone together with @wayfu.
ff59f9f3c5ababe0a9e5699c57c9b754fade9434 authored over 9 years ago10b4cf562688cb29edd77600c2fd3f8b69151058 authored over 9 years ago
Closes #1023
2365880a1e1e4bed93112df02fa831f0ae4aee83 authored over 9 years agoCloses #601
3d45e3332953e909356b4c195b7885f6135a9f0f authored over 9 years ago2b0313bc9bfd4a11bf5554bb4dee990d9af057c8 authored over 9 years ago
"tile" is allowed to be null for this method.
Closes #1036
cb4f8fe13a34ee192e8a826b0a75869f56a44bd0 authored over 9 years ago
* Object selection outlines are now rendered on top of all objects.
Previously they were rende...
Makes its origin more obvious.
e4170a5161be5b205323b0aff1899afbbaf6a239 authored over 9 years ago
For some reason the "iconText" property of the QAction is being changed
since Qt 5.5. This cause...
Updated Russian translation
133f368e7abb6792dbbfdfc17202ca60a7a28bde authored over 9 years ago46141373cc759118f411cf9059f15b4fc6ccb364 authored over 9 years ago
Found 747 source text(s) (43 new and 704 already existing)
Removed 9 obsolete entries
...
This is necessary because otherwise the translations of the strings
used in CommandLineHandler a...
Taking the user to http://doc.mapeditor.org/, where more documentation
will be available eventua...
ee8c2d14794a72e356bd829f3fd518e20f1a729b authored over 9 years ago
This reverts commit 1c62cc9f438de1d6154943f0873e462fb9f83b8d.
C++11 is enabled now.
8b348c5755313046a070ab1a367c327b9dbeec04 authored over 9 years ago
This file is used by MkDocs to turn the "docs" folder into the site
served at http://doc.mapedit...
Broke in 497682e26584fd3a4555fb7b41dc043e55df1f0c
28d5f6868dc2f2a47ab4323527734f70bb005bf0 authored over 9 years agoImproved Windows icon
eb70f092acce23f71e4a4449f1d46e0bd31aec28 authored over 9 years ago
Added 16x16, 24x24, 32x32 and 48x48 resolution to Windows icon for
better scaling quality
The main reason for this change is that changing the position or size
would set the respective p...
This brings the same advantages of using compression in the TMX format
(smaller file size, faste...
Previously it was only used by the terrain brush.
A convenient RandomPicker class was introduce...
5977e9c080ae69ca056612f6b4c5b170e021ee11 authored over 9 years ago63de2e5785d0324b9a3b0c4e466b374d7fd080bc authored over 9 years ago
5eab6be52163a4666196bbd1986d6c1a470e1018 authored over 9 years ago
Affects mainly Ubuntu 14.04 (Qt 5.2) and 14.10 (Qt 5.3).
5fe9cfcec19b2fa8c7376e59992592d77dfd43d7 authored over 9 years ago
* Ensure the renamed stamp is visible in the view (its position might
have changed due to the ...
Issue #969
0a862ce9234973f23359c4b40bba0e7fca6fd94e authored over 9 years ago
Saves some clicking and is consistent with behavior when adding new
layers.
Issue #969
79ac402cd6b25d927e0b70d251694385daadeb73 authored over 9 years agoThey are kept sorted when they are renamed.
Issue #969
60a75aa8785b64cc244bf8af4470bbe0633ace12 authored over 9 years ago
* Avoid repainting issue in QTreeView
* Make sure saving is triggered
Issue #969
6e19c1d2405f427bdbe4865ccdff5dd5c785e5dc authored over 9 years ago
This can be useful to trying out different probabilities or
adding/removing variations without l...
Can be useful when you wonder what the effective probability of a stamp
really is.
Issue #969
c61055bfa4d09c15b7bdb977313b7e06e3fa33a3 authored over 9 years ago
Apparently, when a native widget is used (which happens when OpenGL
acceleration is enabled) we ...
The default persistent stamps location is some location appropriate for
persistent application d...
5a192ad3b4a4bab7f3eafa549871101f57337c59 authored over 9 years ago
This helps avoid forgetting to include the export macro that is required
on Windows to make sure...
Forgot to add the TILEDSHARED_EXPORT macro for the classes moved into
libtiled.
I'd like to use these classes also when saving stamps, so I moved them
from the JSON plugin to l...
Saving of quickstamps still to be added.
d6ad4d120489e8ecbea22699a220a90454bbd2ea authored over 9 years ago0b0f1e74a0651ad674c3e1c3f80612a5d45496fa authored over 9 years ago
This is just for consistency on Linux, where applications usually store
their preferences in low...
Raising the version mainly in order to use functionality in recent Qt
versions more comfortably....
09ff123a7a0bd731695adb4a1051e4e799cc3bbe authored over 9 years ago
503270debbb7e082f1cc6a1b3e76f6106bec33cd authored over 9 years ago
Ctrl+T reloads the tilesets used by the current map, but the check
whether there is a current ma...
Conflicts:
src/plugins/python/pythonbind.cpp
src/plugins/python/tiledbinding.py
tiled.pro
It actually looks cleaner like this anyway.
9150e6b215ba543fef48d05e9cc97486656562ba authored over 9 years agoAppVeyor: Install NSIS using the Chocolatey package manager
a5c5c393b850590a45a16dc6799b2f924f07a6c8 authored over 9 years agof3ea779bc2397c645df998d33a8a00e80cab795f authored over 9 years ago
A request by patron Zwick.
I decided to put it on Ctrl+Shift+O, which may not be the most
conve...
Let travis build with g++ 4.8
534f5771350cd8fecad9e6e058e63a6dc92e478a authored over 9 years agoThanks to @bjorn for the update-alternatives trick.
116ddba7626a7baf17e2c43159f6ed4e3dc0112c authored over 9 years ago
The support for "CONFIG += c++11" was only added in Qt 5, so set the
-std=c++0x compiler flag ma...
Should have used a branch again. :-/
81a298f23845d1273dcc5ed28bf9e5be151abe34 authored over 9 years ago
According to [1] this is due to pyconfig.h redefining hypot as _hypot,
which causes trouble in c...
c891145d90f71cd67cbc7820d992766aa7c99fe1 authored over 9 years ago
Added 'File => Save All' functionality.
fceb93a95deb039ff6c8b6bd4b4f0a6c00daee40 authored over 9 years agod5d7c34ec2bebe606072910a8e2d46992eef8784 authored over 9 years ago