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

Merge branch '0.18'

19633317648a04cb8fce93c0d71c71e8e6aa5f69 authored almost 8 years ago
Fixed up release day for 0.18.2

ec1f3cc88634984d483335b1e47a4e1c47dacd7a authored almost 8 years ago
Link to QtSvg when creating a Linux binary archive

This should allow linuxdeployqt to detect QtSvg as dependency and ship
the SVG image format plug...

d3f1996c43d9f40e51e73900372d156bd19609d1 authored almost 8 years ago
Travis CI: Install additional Qt image format plugins

This should add support for TIFF, MNG, TGA, WBMP and WEBP to the Linux
binary releases.

Closes ...

7ca1e190651daf53aca3b1b0058d5fc5109ef04d authored almost 8 years ago
Travis CI: Use linuxdeployqt release 2

Fixes shipping of image format plugins.

114776877b89950fbd8cb2feb1b7856a329fbc19 authored almost 8 years ago
Merge branch '0.18'

c6b3356f7cceb05da97b6a6306aa34c1633eaaf1 authored almost 8 years ago
Bumped version to 0.18.2 and updated NEWS file

4d06bd7bce06c7820596cd97c1c6e6bfaee13efd authored almost 8 years ago
Object Types Editor: Improved behavior when adding new types

* Make sure to immediately apply object types when adding new ones
* Automatically focus the nam...

02ba8cd60b9b32afab3ccdd09247b062d41733e6 authored almost 8 years ago
Fixed properties displayed when clicking nested layers

Only properties for top-level layers would get displayed. Clicking
nested layers could even caus...

d991aa8af64df8d5bd8b71f6023b560b0e882c6a authored almost 8 years ago
Rearranged snap-related menu items

Now they are in a sub-menu and mutually exclusive.

3409e330b7d7feb8a6746d7d3e21dad901ca40ec authored almost 8 years ago
Travis CI: Specify the Tiled version

This way the build version will show up correctly in the About dialog
and on the command line.

7dc20a0ce2cc09f34b4b30dbb7c740864136026a authored almost 8 years ago
QtPropertyBrowser: Font-property changes

* Improved quality of font icon on high-DPI displays
* Display pixel size if point size is not s...

468e6067e08e0b39355597b0cef311071df45df3 authored almost 8 years ago
Added a Text object

This Text object has already many features, including word wrapping,
coloring and font options. ...

33e048b2ddc9722fbf491562fb9bc8883a34f78c authored almost 8 years ago
Replaced more foreach with range-based for

automappingconverter now compiles with QT_NO_FOREACH

568258225fe23713e0e82f9d51d243773b19d4eb authored almost 8 years ago
Tried to improve the readability of MapObject class a little

f0d868774d192da10a4246b327882469f7064994 authored almost 8 years ago
Fixed a potential crash when closing the last map

When closing the last map but leaving at least one (external) tileset
open, TilesetDock::setCurr...

fe33ba390d79089d933f1f1285ab65f1d6961480 authored almost 8 years ago
Added some actions to the Tileset menu

* Moved Tile Collision Editor and Tile Animation Editor over from View
* Added Edit Terrain Info...

1be0813c3e506f6e2f59e25f0eeb27701faa2b90 authored almost 8 years ago
Updated copyright year in About dialog

026e6533e65a1e57b1e3de934d3aceef9b9d437a authored almost 8 years ago
Replaced include guards with #pragma once

Thanks to https://github.com/cgmb/guardonce!

1ecd50adb793dddc35ca3e161e396dc95a89f1a7 authored almost 8 years ago
Added the group actions also to the main window menu

3dd7325243d8b42686a92e99733473280184b56b authored almost 8 years ago
Merge branch 'wip/group-layer'

Conflicts:
src/tiled/mapdocument.cpp
src/tiled/mapobjectmodel.cpp

da8f128476635e281b9886057a2964eff5901b1a authored almost 8 years ago
Keep selected layer and object pointers safe

Now that layers can be grouped, the checks making sure that the current
layer and the currently ...

e6546d446cdf6ddc4ce0565eed207f929baeeac8 authored almost 8 years ago
Added handling of group layers to tmxrasterizer

f4b1f9980d9bee3ba8a56fcdb1136af05d65cca6 authored almost 8 years ago
Fixed handling of group layer offset

* Display correct coordinates in status bar for tile and object tools
* Fixed offset while creat...

1b49e0622ffc5eef19fb9619573023e8256cf8e4 authored almost 8 years ago
Avoid potential issues with initializing object IDs

When child ObjectGroup layers would be added to a GroupLayer instance
before it is added to the ...

a6ffb2cdfe90be696527131d9e4d69403b7d8351 authored almost 8 years ago
Used the standard directory icon for the group layers

38712a4d9c76c8f15f98d0d0f1095abdfe00b74e authored almost 8 years ago
Fixed group layer handling in layer combo box

Based on TreeViewComboBox copied from Qt Creator. This means Tiled is
now effectively GPLv3 inst...

d2771fc4a3e1a013b801753100eb7471217f092d authored almost 8 years ago
Attempt to work around MSVC Internal Compiler Error

MSVC 2013 doesn't like this code, saying:

src\tiled\mapobjectmodel.cpp(354) : warning C4258: 'i...

7129765edf426ad2140f87ca506d8cf1e4855118 authored almost 8 years ago
Disabled precompiled header for debug builds

During development, using this precompiled header can actually slow down
compile times quite a b...

c8fc2cd50fae63a348bf5cd2785010fa79ba2e56 authored almost 8 years ago
Fixed leaking of TilesetTerrainModel

6a50414b7b6b48ffae463a038b5e0807d62bc0a5 authored almost 8 years ago
Support group layers in the Objects view

Also simplified the way the model works by using an Object* as internal
pointer directly, instea...

539989d36101b58114f9172628205f0e67efc643 authored almost 8 years ago
Fixed the Move Layer Down action some more

This change simplifies the implementation and reverts the additions to
the LayerIterator, fixing...

6f99802452365f9e7e212326de62e7e652f3bac2 authored almost 8 years ago
GmxPlugin: Added support for image collection tilesets

Previously Tiled would crash when a map using tiles from an image
collection tileset was exporte...

bab42b5cdc0ec8ddef7c24c74bfe7ef12abfe5d6 authored almost 8 years ago
Fixed an issue with the Move Layer Down action on group layers

When used on non-empty groups, it would try to move the group into
itself, leading to a crash. N...

86482b884b6685fef6ef45fd9d116a97eb8c7159 authored almost 8 years ago
Fixed the Show/Hide all Other Layers action for grouped layers

Also made amall simplification in LayerIterator.

7106d93cb6e321514475b72454a5eb799afabb77 authored almost 8 years ago
Unset Qt::AA_EnableHighDpiScaling

On OS X and Windows it remains the default for now, but on Linux Tiled
will now respect user's e...

341ebf5cbbc5b16173d022b583e51cfbc0f32be3 authored almost 8 years ago
More adjustment to handle layer hierarchy

* Added Layer::totalOffset, Layer::affectiveOpacity, Layer::isHidden
* Added LayerIterator::toFr...

4d15a49e3c6bc5ac9bc8104dc458c01f0f8a9242 authored almost 8 years ago
Handle layer hierarchy in Offset Map dialog

* When selecting 'All Layers' or 'All Visible Layers', skip groups to
avoid applying offset ef...

3af6758d7d414b7b9c7264403452b7808610de0d authored almost 8 years ago
Fixed up restoring of previously selected layer

Stored number is now interpreted as "global layer index".

a02c667475539a0a4af51dd002cd37b351666721 authored almost 8 years ago
Added support for layer hierarchy to several actions

* Select previous/next layer
* Move layer up/down

Introduced a LayerIterator to simplify dealin...

782893a660a42368f8381e3f76c14d6b98e2a18c authored almost 8 years ago
Added support for group layers in the MapScene

Grouped layers are now displayed correctly in the map view. The most
complicated beast here was ...

5f29613a1da299efbc98d6a1f38eae829d8cfdc1 authored almost 8 years ago
Added Group Layer and Ungroup Layer actions

Also fixes two small bugs in the LayerModel related to layer groups.

b4212d87ac28f8a42e0d4b364a9c8344f71a30ef authored almost 8 years ago
Removed most usages of layer index

With the introduction of GroupLayer, all code that was solely using
a layer index to refer to so...

c0bcca79969a50408f673bada7d63a85f0df9e7e authored almost 8 years ago
Merge branch '0.18'

bd7d7aebb1684fc5606707bb894b686032588bd6 authored almost 8 years ago
Travis CI: Build snapshots against Qt 5.8 and use date as version

19737b9df04884edbf13536bc0d2a8663f4c3222 authored almost 8 years ago
Fixed crash when deleting multiple selected objects

Also when moving multiple selected objects to another object layer.

ee4f8980dd4ff4fb07a0f9b9a7b2bf894f1b7087 authored almost 8 years ago
Fixed updating of values displayed in Objects and Layers views

Due to a bug in the way the indexes were mapped by the
ReversingProxyModel, the views were not u...

4f45b7ecd341951c0fd87c88bd6ed453624f5a88 authored almost 8 years ago
Qbs: Fixed build system to handle 4-number versions

3d21edf718b8a0a89ccd652b9567eb2856ae9689 authored almost 8 years ago
Added gmx plugin to Specfile (#1434)

f970ec7045cca245c2a32168c450fce2bea25ac5 authored almost 8 years ago
Merge branch '0.18'

36f46247dd8b3f4d4be55333b3e71e567a204dd0 authored almost 8 years ago
Windows Installer: Fixed selection of the right MSVC DLL once more

The previous method was not working, probably because System32 is some
kind of magic directory, ...

c717d5ae003e19d1d2adaec5169d0b7fcdfd1cef authored almost 8 years ago
Merge branch '0.18'

e596323007c731280f6dde8974342dba91ca66d1 authored almost 8 years ago
Updated NEWS file and bumped version to 0.18.1

c24916b51943ca695dc81f6df4651cd22735abb6 authored almost 8 years ago
Fixed changing properties of multiple objects

Due to a duplicated variable (a leftover in MapDocument), property
changes were only applied to ...

66bdcee0d3686d63e7fb861bbe6809cfd65f617c authored almost 8 years ago
Fixed a crash when duplicating an object layer

When the object layer being duplicated was selected in the Objects view,
Tiled would crash due t...

ea504255ffb735c9d10cb87313a807ab37533640 authored almost 8 years ago
add some Chinese translation

0f7cc18c44719e6bd562df483ee9b482e666dbc0 authored almost 8 years ago
Terrain Brush: Changed the way the mirroring works

Previously a crash could occur when using the Alt "mirror" modifier of
the Terrain Brush on a no...

fd2796b1e603e7e11813e618945596b6b14b4d4c authored about 8 years ago
Added saving and loading for GroupLayers

The TMX, JSON and Lua formats now support saving and loading maps that
use group layers, using a...

497ad3bc273578f5b7b9b371e7b2bf5245260296 authored about 8 years ago
Added GroupLayer and GroupLayerItem

A GroupLayer is a new kind of layer that can contain other layers. It is
meant for organizing la...

5500c5687fa1542dcb59d69b1ab276dc77d54996 authored about 8 years ago
Added diagonal mirroring mode to terrain brush

When holding the Alt modifier while using the terrain brush, the
modifications will be mirrored ...

f32e8368bf1c6d4c05e797869e1e9960f4d651df authored about 8 years ago
Replaced some foreach loops with modern for-loops

036a3cafd35c802b7af3b9549dbe1f21a0b07b45 authored about 8 years ago
Fixed a warning from QObject::disconnect

Make sure the active tool is deactivated before switching its
MapDocument, rather than after.

90c365e652e15c6ae3a5d4b4d6079cae5321fdb0 authored about 8 years ago
More DPI-awareness in Tiled Fusion style

* Fixed up the scroll bar slider width (was too wide on high DPI)
* Scale up tab close buttons a...

d0256874f57904f6638b19f2dcf0159d6e127b13 authored about 8 years ago
When adding a new layer, insert it above the current one

It is usually more useful for the layer to be inserted above the current
layer, rather than alwa...

fe6b62be103f5a4d77b88ddff1571b07998452a0 authored about 8 years ago
Improved DPI-awareness in many places

Tiled now tries to adapt to the DPI of the primary screen as much as
possible. This way, we can ...

27d89b1e4519eff5c565d44d3485754d9ea6c560 authored about 8 years ago
Python plugin: Removed Layer.setMap from bindings

Layer::setMap is not meant to be called directly. The map is
automatically set when the layers a...

eb44b06a433950cdfdcc6fa48970297aaa8eec4d authored about 8 years ago
Unified New Layer menu actions

* Layer context menu now has the actions grouped under a 'New' menu
item, as well as adding th...

f4f85a8644fbdea3a81d31900538607e1a8742a0 authored about 8 years ago
Merge branch '0.18'

b49fb0b908383b66de4fdac97c49aa1bd582386c authored about 8 years ago
Travis CI: Update clang build to compile against Qt 5.4.2

It was previously compiling against Qt 5.2, which is no longer
supported.

f4354fcbedaab51ea1953e7e54e332badde8af4b authored about 8 years ago
Travis CI: Fixed the build for pull requests from forks

Only try to push to itch.io from bjorn/tiled repo, since obviously the
encryption keys aren't av...

00ddf6e77945ae3617863799cab0d1bd1ec07623 authored about 8 years ago
Some cleanups now that Tiled requires Qt >= 5.4

66a37e7a3a1728f1180f8372804129a38ca1e9eb authored about 8 years ago
Fixed encoding problems with command-line output

With some languages on some systems, much of the command-line output
would be unreadable. This w...

6a838aca0800173671aecdf07faf9e994be059ce authored about 8 years ago
Merge branch '0.18'

Conflicts:
src/tiled/terrainbrush.cpp

8ce9910af3e9dd262ba333c497a8465cc0508112 authored about 8 years ago
Fixed terrain brush for isometric staggered maps

Also added an isometric staggered example map.

Closes #427

18d633be5689eeba27a798e4865bc6cc026d1eea authored about 8 years ago
Moved Layer::width/height members to TileLayer

In general, layers do not have a width and height. The layer size is
currently only relevant for...

688ec7d31c5efadb5be1525eb07772ebaa377e95 authored about 8 years ago
Merge branch '0.18'

Conflicts:
src/plugins/gmx/gmxplugin.cpp

580c322afce4f218b8f6e5f888efd7b4d69cd1ad authored about 8 years ago
GmxPlugin: Support horizontal and vertical flipping

Flipping is now supported for tiles and tile objects (whether exported as
instances or as tiles)...

e6d8a3226e2f7d5abb7eacae4698e1081a593059 authored about 8 years ago
GmxPlugin: Export tile objects without a type as tiles

Now tile objects without a type are exported as tiles. So far, all objects
without a type were i...

84616079f645a0c9bf837ca35ca75771e5193037 authored about 8 years ago
GmxPlugin: Fixed positioning and support scaling for instances

The origin correction was being applied to all objects, while it should
only be done for tile ob...

4f666879738a01c0e3b4c5a44403d4f4088c783a authored about 8 years ago
Fixed compile against Qt < 5.6

9bccb5c944178dd6bc77fe57401ed48b457f1c6e authored about 8 years ago
Merge branch '0.18'

5cd66c6da2f524850737395a893a5f127a6101f6 authored about 8 years ago
Allow setting up the orientation and grid size of a tileset

This orientation (currently just isometric or orthogonal) allows the
collision editor and terrai...

68997ee691263f704e05ceaf36a33f604a4df223 authored about 8 years ago
Fixed tile collision editor getting disabled permanently

dfd783485983bc685daa1676ce566dafcc633da6 authored about 8 years ago
Added Ctrl+I as shortcut for Invert Selection

4164dcff32e329c54b57a142fc1b67770a39f8ff authored about 8 years ago
Fixed position of image layer after Resize or Offset Map

While the image is not itself cropped, it is now at least shifted along
with the tiles and objec...

590ba6948d7922165fbf2a8bd6b239670b4c0013 authored about 8 years ago
Fixed crash when resizing map causes objects to get removed

This bug sneaked in due to a QUndoCommand getting immediately executed
even when pushed as part ...

ad3eb5b4d3e0036ec05b18a1c43c54910f17d87e authored about 8 years ago
Added invert selection action (#1428)

Closes #1423

f3423c4fbff4fe206e03dc9f93208cb09fc2d1df authored about 8 years ago
Merge branch '0.18'

10acdede32b54edc8294a2c05cf7f703a8d16d64 authored about 8 years ago
Changed Alt-drag behavior to not override resize handles

By holding Alt you can drag around the currently selected objects,
without fear of accidentally ...

6d3a36bca0f0bd12dd1901b1f7370ee9c4c76803 authored about 8 years ago
Made safe writing of files optional

Since the safe (atomic) writing of files is unfortunately causing
problems on network drives and...

827663304e6ed69604d00d07b5d49f947119a713 authored about 8 years ago
Merge branch '0.18'

f63db45a48bcd968de034cdd5462200a33f2cdb7 authored about 8 years ago
Fixed the quality of the minimap on HiDpi displays

1266d348c090c8ec674b52706709a2766a85d30a authored about 8 years ago
7zip archive: Fixed the architecture of shipped MSVC DLLs

Same mixup as for the MSI installer.

c4ad0ba67ddaf11ba5407b4bb50b9a6cca792efc authored about 8 years ago
Merge branch '0.18'

de7f0be24e6ecc6054dcee97af108f9081ce0b72 authored about 8 years ago
MSI Installer: Fixed the architecture of shipped MSVC DLLs

The 64-bit Tiled version was shipping 32-bit MSVC DLLs, and vica versa,
due to me being confused...

7fcd78653b8d5ef5fecd616b01f831cba59b0fd3 authored about 8 years ago
Travis CI: Also skip cleanup for GitHub releases

Might fix upload of file.

a95f2454b16048a5bd2b98548cfbfa290768ee8f authored about 8 years ago
AppVeyor: Use the default environment

It appears the problem I was having before is gone now.

6c6d5006d5def1a98c00d3a7d7c65516027fa899 authored about 8 years ago
Merge branch '0.18'

f15d6ed9b048cebc30d6a505f9454b34fdaa68da authored about 8 years ago
Travis CI: Updated Linux builds to Qt 5.7.1

And dropped installation of libqt5opengl5-dev (no longer necessary).

cceba174abab6eb191a01beb4346ba6af4f41f48 authored about 8 years ago
Merge branch '0.18'

675f10b549ddc9f082bf4654196687228514dfb7 authored about 8 years ago