Sunday, November 22, 2009

Tiled Qt 0.3.1 released


A few issues with the 0.3.0 release got reported, and this release is mostly about fixing those up. The list of changes:
  • Enabled undo command compression for stamp brush and eraser
  • Fixed reading of maps with non-binary-encoded layer data
  • Fixed a compile issue on Mac OS X related to QXmlStreamWriter
  • Fixed a crash when loading a map while holding Ctrl
  • Confirm overwrite on the right moment for 'Save as Image' dialog
For the next release I'm working on support for isometric maps. Hopefully there will even be time to include support for hexagonal maps as well. Stay tuned!

Friday, November 13, 2009

Tiled Qt 0.3.0 released


The Qt version of Tiled is still catching up, but it's catching up fast! The main new feature in this release is support for cut, copy and paste. This is noteworthy, since it will even work from one map to another or between Tiled instances. The full list of changes:
  • Added a tile selection tool
  • Added support for cut, copy and paste
  • Added current cursor position to the status bar
  • Added keyboard shortcuts to switch tools
  • Added scrolling the map view with middle mouse button
  • Snap objects to the grid when Ctrl is pressed