Share

Tile based game lib: isometric/rectangul

File Release Notes and Changelog

Release Name: 0.3

Notes: moved to sourceforge


Changes: Changes from v0.2: * Support for placing tiles at offsets other than 0,0 (i.e. can center tiles now) * Support for disappearing roof layers * Fixed bug in some people's TLtest2 demo program * Remains backwards compatible with all old maps, no separate user interaction needed Changes from v0.1: * Support for any video handled by Allegro * Addition of the function getResX() to retrieve width of screen resolution * Addition of the function getResY() to retrieve height of screen resolution * Changed getVideoMode so it now returns one of the standard Allegro video mode defines, i.e. one of the GFX_ constants. * Mainly just a maintenance release to remain compatible with GhettoEdit 0.2 * Added a setPalette() function to set the palette at any time from the loaded map file's resource data file.