# December 2016 development updates

**URL:** https://discourse.mapeditor.org/t/december-2016-development-updates/1879
**Category:** Development
**Created:** [December 13, 2016, 10:49am UTC](https://discourse.mapeditor.org/t/december-2016-development-updates/1879 "2016-12-13T10:49:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bjorn](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/bjorn/32/1599_2.png) [@bjorn](https://discourse.mapeditor.org/u/bjorn)
#### Post date: [December 13, 2016, 10:49am UTC](https://discourse.mapeditor.org/t/december-2016-development-updates/1879/1 "2016-12-13T10:49:11Z")

</div>

## Week 48 (continued)

### Tiled Friday

As I had written about in the [previous development update](http://discourse.mapeditor.org/t/november-2016-development-updates/1817/4?u=bjorn), I was working on reversing the display order of the objects in the Objects view. This is to match the rendering order when using manual object ordering, with the last rendered object appearing at the top of the list. The list of layers was already reversed, so it made sense to do the same for objects.

For this I [wrote a ReversingProxyModel](https://github.com/bjorn/tiled/commit/d82d9e67b28038695667097945065c4eaac6bfaf). While it was quite a bit more work that I had anticipated, it’s a useful thing to have because it avoids having to take into account the reversed display order in a lot of other code. I then used it to [reverse the order of the objects in the Objects view](https://github.com/bjorn/tiled/commit/7c11cdc8d4f0b3b0064a7f0e83f5648f150aeeb8).

I also merged a pull request that removed reflection from the TMXMapReader in `libtiled-java` ([#1398](https://github.com/bjorn/tiled/pull/1398)). Mike has been doing a good amount of cleanups and updates to this library recently, something I personally never got around to. I hope the library will become more useful again for developing both games and tools in Java.

## Week 49

### Tiled Tuesday

I skipped the Monday because we were celebrating St. Nicolaus at my parents. Also, from this week on I will be spending each Monday and Tuesday on Tiled, instead of Monday and Friday.

Tuesday was a productive day with some very good progress on the `wip/tilesetdocument` branch:

- Finished restoring the broken links widget ([3d1d44b](https://github.com/bjorn/tiled/commit/3d1d44bcb1f2d2cef1e29cfde9f026b854245019))
- Fixed file modification indicator in a rare case ([e3cb653](https://github.com/bjorn/tiled/commit/e3cb653fed34dc77dbeeb501ef539aa002b88653))
- Added a few maps for testing of error handling ([a71eeab](https://github.com/bjorn/tiled/commit/a71eeabffdcd0866d7c86689ac22236e74c33a89))
- Fixed the “Import Tileset” action, now called “Embed Tileset” ([9b330d2](https://github.com/bjorn/tiled/commit/9b330d2b3e5d7462379a73251499d9e4d5f0e2a2))
- Fixed the “Export Tileset” action ([d62a13f](https://github.com/bjorn/tiled/commit/d62a13f3acdf218f2551aa9f551865f956cb1d68))
- Restored ability to add embedded tilesets to a map ([c96a15b](https://github.com/bjorn/tiled/commit/c96a15b15bc4b871b4c9d542601c8c8304c036b3))

The `wip/tilesetdocument` branch was now really close to being ready for merging into `master`.

I also merged another pull request by Mike, adding a basic isometric renderer to libtiled-java ([#1401](https://github.com/bjorn/tiled/pull/1401)).

### Qbs on macOS

On Wednesday, Jake Petroules helped to get Qbs building Tiled on macOS again ([#1405](https://github.com/bjorn/tiled/pull/1405)). I hope some day the time will come that I can drop the qmake based project files entirely.

### Sticker Knight

On Thursday, @ponywolf posted about his awesome [Sticker Knight example project](http://discourse.mapeditor.org/t/free-cc0-art-for-image-object-style-maps/1871). It demonstrates very well how you could use Tiled without any tile layers at all, and since such an example was really missing I’m happy to [ship it with Tiled](https://github.com/bjorn/tiled/commit/89e3e78e1acdc2bdf67e14f99809d96f6fb2f037) in the next release.

## Week 50

### Tiled Monday

In the morning I finished the last known blocker on the `wip/tilesetdocument` branch, by making the Command button available again on the main tool bar ([f8a16d5](https://github.com/bjorn/tiled/commit/f8a16d5a477fff1c4ff50bc6f69268d7a49d4b90)). Now that the branch was ready for merging, I had to consider whether branching off a release beforehand would make sense. So I [updated the NEWS.md file](https://github.com/bjorn/tiled/commit/2e70f059f1f9fb58d50f26504bab617a72f2d05b) with the changes since Tiled 0.17.2. The long list, even though it consisted of mainly smaller features, made it clear that a Tiled 0.18 release should be done with the current state before the really big change was merged in.

So I prepared the `0.18` branch, imported some translations from [Weblate](https://hosted.weblate.org/projects/tiled/translations/) and [synchronized all translation files](https://github.com/bjorn/tiled/commit/cb2edbfb34488ec25e985fba373c9873e46d2585) with the source code. I’ll announce the string freeze to translators soon.

With that done, I [merged](https://github.com/bjorn/tiled/commit/b1771151a8f816982112556d3cbae79ccbae5c47) the `wip/tilesetdocument` branch into `master`. The `master` branch will now eventually become Tiled 1.0. I’ve also synchronized the `snapshot` branch, so the current snapshots already reflect that state and I’m now eager to hear any feedback about this big change as well as to see what things remain to be done.

Here’s a screenshot of the new main window layout, also showcasing one of the new Sticker Knight example maps:

![](https://cdck-file-uploads-canada1.s3.dualstack.ca-central-1.amazonaws.com/flex035/uploads/mapeditor/original/1X/83f7ed1b075716a00eac0dc3e9d86eae2066071a.png)

The merge also closed two issues:

- You can now choose the background color of the tileset view per tileset ([#227](https://github.com/bjorn/tiled/issues/227))
- Tiled remembers active layer and view position also for closed maps ([#905](https://github.com/bjorn/tiled/issues/905))

### Looking Ahead

So, soon there will be a Tiled 0.18 release (probably either next week, or early January, due to the holidays in between) and in the meantime we’re going full steam ahead towards Tiled 1.0. There are some features that have gone up in priority that will likely be added, but otherwise there is the [1.0 milestone](https://github.com/bjorn/tiled/milestone/7) to track the remaining tasks.
