Monday, August 31, 2009
cocos2d for iPhone 0.8.1 released with Tiled support
cocos2d for iPhone is a framework for building 2D games, demos, and other graphical/interactive applications. Its most recent release adds support for Tiled by directly supporting the TMX map format. A guide is available describing how to use cocos2d and Tiled. Thanks, Ricardo!
This is not the first time a 3rd party decides to add support for Tiled. Our wiki lists some other projects, like Kevin Gadd's XNA map loader, dr0id's Pygame map loader and Slicks 2D, a Java game library based on LWJGL with Tiled support. Thanks!
Sunday, November 30, 2008
Tiled 0.7.2 released
Since a stable release of 0.8.0 could still take a while, I've decided to make another release with some fixes made since 0.7.1. The changes:
- Added support for associating an image with a map object
- Fixed not being able to move an object group
- Fixed unable to select small map objects (by Jared Adams)
- Fixed references to external tilesets that are not in the same directory
- Fixed some files missing from tiled-core.jar (by Jared Adams)
- Updated The Mana World plugin to detect the collision layer correctly (by Jared Adams)
- Updated minimum Java version to 1.5
Tuesday, September 2, 2008
Tiled 0.7.1 released
Shortly after we released Tiled 0.7.0, a number of issues were found. Some of them were pretty critical or meant basic functionality was broken, so I decided not to wait too long with making a new release. The changes:
- Added support for a margin around a tileset image
- Improved the tileset manager and allow tileset reorganizing (by Jared Adams)
- Fixed automatically adding extension to tileset Save As... dialog
- Fixed saving/loading of layers with an origin other than 0,0
- Fixed map resize to apply the offset to layers not matching the map bounds
- Fixed loading of object group properties
- Fixed duplicates of object groups to not share the objects
- Fixed Lua export to increase firstgid of tilesets properly (by Jelle Geerts)
- Fixed saving of property values that contain quotes
- Fixed the state of menu actions when starting up without a map
Tuesday, August 26, 2008
Repository switched to Mercurial
After a two week testing period, the official source code repository has been switched over from Subversion to Mercurial. This version control system is not much more complicated than Subversion, while offering a lot of advantages. If you've been following Tiled development using Subversion and have questions about the new repository, feel free to contact us!
Saturday, July 19, 2008
Tiled 0.7.0 released
At long last we have a new stable Tiled release! I'd like to thank all who have contributed to this release. Tiled 0.7.0 has seen more contributions from the community than any previous release! Changes since the previous release:
- Added support for arbitrary objects and zones placement (by ElvenProgrammer)
- Added ability to create stamp brushes from the tile palette
- Added import/export of configuration
- Added option to automatically open the last map on startup (by Pedro Miller)
- Added option to include comments in .tmx map files when saving
- Added refresh tilesets action (by Pedro Miller)
- Added remembering of the main window size
- Added saving of DOCTYPE declaration in .tmx files
- Added live brush preview for the stamp brush
- Updated the DTD and added it to the website (by Olivier Beaton)
- Reanabled the hexagonal map view (by Matthias Kievernagel)
- Tiles and layers panels are now both floatable and dockable
- Report out of memory error when saving map as image
- Properties table now displays the properties in alphabetical order
- Properties are now saved in the .tmx format in alphabetical order
- Multiline properties are now saved as character data instead of as attribute
- Fixed properties dialog to also save values that were still being edited
- Fixed automatically adding the file extension when not given
- Fixed save as image to work with more formats and to confirm overwrite
- Worked around an issue with the open file dialog on GNU classpath
- Worked around an issue with setting a null cursor on GNU classpath
Wednesday, April 9, 2008
Tiled 0.7.0 in active development
Just a quick note that Tiled 0.7.0 is back in development, after quite a long hiatus! We're going to be working toward a beta release first, and we're hoping for a lot of community involvement.
Saturday, July 15, 2006
Tiled 0.6.1 released
While development on Tiled 0.7.0 has started, it could still take a while before it will be ready. Meanwhile some bug fixes have been made to Tiled 0.6.0, which are detailed below.
- Fixed failing to default to map format by extention when plugins are loaded
- Fixed active marquee not being reset on loading a map
- Fixed layer duplicates not sharing layer properties with the original
- Fixed width of tile button changing between selecting a tile and no tile
- Fixed creation of one-tile gaps between tilesets on saving (Christian Henz)
- Fixed add-tile button being disabled in the case of empty tilesets
