Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-03-30 | Add background music map ranges. | Andrei Karas | 1 | -0/+5 | |
2011-03-19 | Fix code style and add small optimisations. | Andrei Karas | 1 | -2/+4 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -10/+13 | |
2011-03-16 | Add checks and fix some code style. | Andrei Karas | 1 | -3/+6 | |
2011-03-13 | Add ability to remap maps to different files. | Andrei Karas | 1 | -14/+16 | |
2011-02-20 | Fix some code style and some errors. | Andrei Karas | 1 | -0/+3 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-10 | Add checks to mapreader. | Andrei Karas | 1 | -49/+8 | |
2011-02-10 | Add support for CSV map data | Jared Adams | 1 | -1/+34 | |
Reviewed-by: Freeyorp | |||||
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 1 | -1/+2 | |
2011-01-25 | Add support for zlib map layer compression. | Andrei Karas | 1 | -2/+2 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+723 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |