Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-25 | Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵ | Andrei Karas | 1 | -0/+4 | |
map classes. | |||||
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-23 | Show speach messages variable time, depend on message size. | Andrei Karas | 1 | -5/+5 | |
2011-05-11 | Fix incorrecly drawed collisions. | Andrei Karas | 1 | -2/+2 | |
2011-05-09 | Add drawing colors for new collision types. | Andrei Karas | 1 | -7/+50 | |
2011-05-09 | Impliment air and water block types. | Andrei Karas | 1 | -0/+8 | |
2011-04-30 | Fix overlaped tiles indexes issue. | Andrei Karas | 1 | -5/+19 | |
2011-04-25 | Add missing checks. | Andrei Karas | 1 | -0/+6 | |
2011-04-23 | Reorder map sprites to draw correctly player with more than one tile width. | Andrei Karas | 1 | -6/+11 | |
2011-04-10 | Add some strings to translations. | Andrei Karas | 1 | -2/+2 | |
2011-04-09 | Improve map loading speed. | Andrei Karas | 1 | -10/+55 | |
2011-04-05 | Replace list to vector in map. | Andrei Karas | 1 | -1/+1 | |
2011-04-04 | Rename TrueTypeFont to SDLFont. | Andrei Karas | 1 | -1/+1 | |
2011-04-01 | Small optimisation in map drawing. | Andrei Karas | 1 | -2/+3 | |
2011-03-31 | Fix memory leaks and some other errors. | Andrei Karas | 1 | -1/+1 | |
2011-03-30 | Add background music map ranges. | Andrei Karas | 1 | -0/+78 | |
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 1 | -0/+2 | |
2011-03-19 | Fix code style and add small optimisations. | Andrei Karas | 1 | -7/+7 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -6/+7 | |
2011-03-13 | Add ability to remap maps to different files. | Andrei Karas | 1 | -1/+2 | |
2011-03-11 | Wrap the open and closed list members in path finding. | Yohann Ferreira | 1 | -5/+22 | |
This prevent some weird things happening in path finding when playing for a very long time. Reviewed-by: Thorbjorn. | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -7/+7 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+1654 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |