Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-10 | Delete copy constructor from other classes. | Andrei Karas | 1 | -0/+2 | |
2012-09-24 | Fix compilation errors. | Andrei Karas | 1 | -0/+2 | |
2012-09-23 | Add missing final keywords to classes. | Andrei Karas | 1 | -1/+1 | |
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -0/+1 | |
2012-09-03 | Add const to more classes. | Andrei Karas | 1 | -3/+4 | |
2012-02-02 | Add some checks after automatic checking. | Andrei Karas | 1 | -1/+2 | |
2012-01-24 | Use SDL_RWops directly on top of PhysFS | Thorbjørn Lindeijer | 1 | -3/+2 | |
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-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-09-05 | Fix multiply new message sounds at same time. | Andrei Karas | 1 | -1/+2 | |
2011-05-31 | Fix include path for SDL_mixer.h | Andrei Karas | 1 | -4/+0 | |
2011-03-16 | Add checks and fix some code style. | Andrei Karas | 1 | -1/+2 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+75 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |