Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-16 | improve mapreader class. | Andrei Karas | 1 | -150/+171 | |
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -6/+4 | |
2013-03-17 | add walkmaps support. | Andrei Karas | 1 | -1/+4 | |
Fast detecting between two targets is they in same walkable area. | |||||
2013-03-11 | Add some fixes after automatic checks. | Andrei Karas | 1 | -3/+1 | |
2013-03-02 | Other fixes from Coverity checks. | Andrei Karas | 1 | -2/+10 | |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -3/+3 | |
2013-02-18 | Enable some features for tmw like servers. | Andrei Karas | 1 | -1/+1 | |
Now this features enabled because ManaPlus supported on this servers. Enabled features: race sprites draw npc option for not allow select npc map layer properties. | |||||
2013-01-27 | Add ability to maps to play music files with map name. | Andrei Karas | 1 | -1/+15 | |
If music attribute missing, music can be played with name MAP.ogg | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-11-09 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-10-02 | Remove most C casts. | Andrei Karas | 1 | -1/+1 | |
2012-09-30 | Some error fixes in atlases. | Andrei Karas | 1 | -2/+5 | |
Check if image already in cache and check for mapinfo before using it. | |||||
2012-09-30 | add atlas textures support. | Andrei Karas | 1 | -0/+12 | |
2012-09-13 | Fix code style. | Andrei Karas | 1 | -3/+3 | |
2012-09-13 | Improve a bit map load speed. | Andrei Karas | 1 | -4/+14 | |
2012-09-04 | add const to more classes, | Andrei Karas | 1 | -1/+2 | |
fix other small style issues. | |||||
2012-09-03 | Add const to more classes. | Andrei Karas | 1 | -27/+29 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -1/+0 | |
2012-08-15 | Fix code style again. | Andrei Karas | 1 | -4/+4 | |
2012-08-12 | Add support for tileset properties. | Andrei Karas | 1 | -3/+22 | |
2012-06-24 | Add autodetection walkable tiles in maps without client data. | Andrei Karas | 1 | -0/+3 | |
2012-06-24 | Add basic support for maps without client data (tmx, tiles, etc) | Andrei Karas | 1 | -4/+14 | |
2012-06-03 | Improve a bit animation speed. | Andrei Karas | 1 | -1/+1 | |
2012-05-31 | Add sittop sprites support. | Andrei Karas | 1 | -0/+3 | |
Add groundtop collision support (not collision but special selected tiles). | |||||
2012-02-09 | Add NotVersion map layer property. | Andrei Karas | 1 | -0/+2 | |
Client load this layer if client version less than property value. | |||||
2012-02-09 | Add Hidden layer property. If it set to 1 then client will ignore this layer. | Andrei Karas | 1 | -6/+23 | |
Add Version layer property. It show minimal client version supported by this layer. | |||||
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -2/+2 | |
2012-02-05 | Separate map class to map and maplayer. | Andrei Karas | 1 | -0/+1 | |
2012-01-10 | Replace xmlStrEqual to xmlNameEqual. | Andrei Karas | 1 | -13/+13 | |
2012-01-10 | Replace all xmlNodePtr to XmlNodePtr. | Andrei Karas | 1 | -7/+7 | |
2012-01-10 | Move libxml2 includes to xml.h | Andrei Karas | 1 | -1/+0 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -6/+6 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -12/+12 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -1/+1 | |
Some other minor changes. | |||||
2011-09-01 | Eliminate asserts from most files. | Andrei Karas | 1 | -3/+3 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-07 | Add map reduce feature for software drawing. | Andrei Karas | 1 | -0/+1 | |
Now invisible tiles will be removed if this mode enabled. | |||||
2011-06-03 | Fix memory leak in mapreader class. | Andrei Karas | 1 | -4/+6 | |
2011-06-02 | Fix some memory leaks and missing initialisations. | Andrei Karas | 1 | -1/+1 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-21 | Add monster walktype attribute to detect on what collisions monster can move. | Andrei Karas | 1 | -0/+3 | |
2011-05-17 | Debug option to dump loaded images names. | Andrei Karas | 1 | -2/+0 | |
2011-05-09 | Impliment air and water block types. | Andrei Karas | 1 | -2/+29 | |
2011-04-29 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2011-04-23 | Move special map flag from object layer to map properties. | Andrei Karas | 1 | -4/+1 | |
2011-04-23 | Reorder map sprites to draw correctly player with more than one tile width. | Andrei Karas | 1 | -0/+4 | |
2011-04-19 | Small optimisation. | Andrei Karas | 1 | -1/+1 | |
2011-04-13 | Impliment new tags in sprites animations and random condition. | Andrei Karas | 1 | -1/+2 | |
Tags: <label>, <goto> | |||||
2011-04-09 | Improve map loading speed. | Andrei Karas | 1 | -1/+3 | |