Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -2/+1 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
2006-07-19 | Implemented loading for the way Tiled saves properties since version 0.6.0 and | Bjørn Lindeijer | 1 | -17/+33 | |
updated all current maps. | |||||
2005-09-29 | Moved tileset management into the map class and made sure the tilesets are | Bjørn Lindeijer | 1 | -85/+27 | |
cleaned up properly on switching maps. | |||||
2005-09-18 | Applyed biggeruniverse's patch to fix memory leaks. | Eugenio Favalli | 1 | -3/+6 | |
2005-08-17 | Removed special #ifdefs for libxml2 linking issues in Win32. | Eugenio Favalli | 1 | -7/+0 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -5/+8 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+1 | |
2005-06-24 | Adding missing #include. (Thanks to Scandium). | Yohann Ferreira | 1 | -0/+2 | |
2005-06-23 | Maps are now loaded through the resource manager. | Bjørn Lindeijer | 1 | -11/+113 | |
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 1 | -1/+1 | |
an alpha layer. | |||||
2005-06-14 | Added support for map properties, which minimap and background music | Bjørn Lindeijer | 1 | -1/+16 | |
functionality can be based upon. | |||||
2005-06-12 | Use alpha layer for tiles (feedback performance) | Bjørn Lindeijer | 1 | -2/+2 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -7/+7 | |
2005-04-18 | Fixed tileset loading to clear tilesets vector when finished. | Bjørn Lindeijer | 1 | -2/+6 | |
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 1 | -5/+11 | |
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit. | |||||
2005-03-26 | Images are now exclusively loaded through PhysFS, and Tiled maps should load | Bjørn Lindeijer | 1 | -3/+5 | |
fine again. | |||||
2005-03-25 | Put map in new place and unified loading location. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -9/+10 | |
2005-03-12 | Use xmlParseFile with built in support for gzip. | Bjørn Lindeijer | 1 | -22/+1 | |
2005-03-10 | Fixed showing death bitmap when other players die and fixed the black hair | Bjørn Lindeijer | 1 | -1/+0 | |
problem. | |||||
2005-03-07 | Switched base64 codec to the PHP one and finished support for base64 encoded | Bjørn Lindeijer | 1 | -10/+55 | |
binary layer data in tmx maps. | |||||
2005-03-06 | Added collision tileset... last commit missed there files. | Bjørn Lindeijer | 1 | -3/+22 | |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 1 | -31/+64 | |
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 1 | -5/+11 | |
that the current one remains working for now. Also XML maps now can load but not the base64 or gzip kind yet. | |||||
2005-02-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 1 | -15/+48 | |
2005-02-20 | Separated Tiles in MetaTiles and Images. | Bjørn Lindeijer | 1 | -4/+6 | |
2005-02-20 | Finally equipment! Sometimes it works :P | Eugenio Favalli | 1 | -0/+8 | |
2005-02-20 | Fixed Cancel button for NPC choice dialog, thanks to Mra. Also some small | Bjørn Lindeijer | 1 | -44/+32 | |
changes to map and map reader. | |||||
2005-02-19 | Committed new graphics for button, checkbox and radio button by romulo. Also | Bjørn Lindeijer | 1 | -10/+3 | |
added a bit of padding to the windows. | |||||
2005-02-19 | Also add mapreader.cpp to the file.list. | Bjørn Lindeijer | 1 | -13/+0 | |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 1 | -0/+229 | |
before it is used and added a start on the map reader. |