Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-12 | Add missing checks to some files. | Andrei Karas | 1 | -1/+2 | |
2011-09-09 | Last fix part of shadow variables/methods errors. | Andrei Karas | 1 | -9/+10 | |
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 | -4/+0 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-01 | Replace some lists to vectors. | 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-14 | Add missing checks. | Andrei Karas | 1 | -5/+1 | |
2011-05-12 | Add missing checks to actorsprite.cpp | Andrei Karas | 1 | -0/+5 | |
2011-04-25 | Dont compile manaserv related code if manaserv support disabled. | Andrei Karas | 1 | -0/+4 | |
2011-04-13 | Impliment new tags in sprites animations and random condition. | Andrei Karas | 1 | -2/+3 | |
Tags: <label>, <goto> | |||||
2011-03-03 | Dehardcode item colors. Now reading all from configs. | Andrei Karas | 1 | -2/+2 | |
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 1 | -2/+7 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-21 | Add floor items attribute for drawing floor items. | Andrei Karas | 1 | -2/+12 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -3/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+491 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |