Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -1/+1 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -3/+3 | |
2012-02-15 | Replace some hardcoded dir separator to physfs. | Andrei Karas | 1 | -2/+2 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -27/+27 | |
2012-01-24 | Use SDL_RWops directly on top of PhysFS | Thorbjørn Lindeijer | 1 | -25/+14 | |
This avoids the creation of a temporary buffer containing a complete file for the sole purpose of wrapping it up in an SDL_RWops. The necessary wrapper is by Ryan C. Gordon and is included in the PhysFS repository under 'extras'. Reviewed-by: Yohann Ferreira Conflicts: mana.files src/CMakeLists.txt src/resources/resourcemanager.cpp src/resources/soundeffect.cpp | |||||
2012-01-21 | Fix compilation errors and warnings for another gcc 4.7 snapshot. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-12-06 | Add gm commands to chat autocomplete list (only for gms) | Andrei Karas | 1 | -5/+4 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -4/+4 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -21/+21 | |
2011-09-18 | Fix compilation warnings. | Andrei Karas | 1 | -2/+0 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-23 | Fix some code style and compilation warnings. | Andrei Karas | 1 | -2/+2 | |
2011-07-05 | Fix memory leak in shop window, add missing initialisation to BeingCacheEntry. | Andrei Karas | 1 | -1/+2 | |
Small code style fix. | |||||
2011-06-30 | Fix memory leak in desktop.cpp | Andrei Karas | 1 | -0/+31 | |
2011-06-14 | Add missing checks. | Andrei Karas | 1 | -1/+2 | |
2011-06-14 | Add ability to add comments to any players. | Andrei Karas | 1 | -0/+51 | |
2011-06-02 | Fix some memory leaks and missing initialisations. | Andrei Karas | 1 | -1/+1 | |
2011-05-27 | Call cleanOrphans after disconnecting from server. | Andrei Karas | 1 | -2/+2 | |
2011-05-27 | Possible fix another leak in resuorcemanager. | Andrei Karas | 1 | -0/+1 | |
2011-05-27 | Fix memory leak in resourcemanager. | Andrei Karas | 1 | -4/+6 | |
2011-05-26 | Fix some imageset memory leaks. | Andrei Karas | 1 | -1/+9 | |
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-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -3/+4 | |
2011-03-16 | Add checks and fix some code style. | Andrei Karas | 1 | -1/+4 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+658 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |