Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-04-28 | Implemented a simple non-blocking fadeOutAndPlay system. | Yohann Ferreira | 1 | -8/+51 | |
It's currently used when changing maps. Resolves: TMW-Mantis: #750. Reviewed-by: Thorbjorn. Conflicts: src/game.cpp src/sound.cpp src/sound.h | |||||
2011-04-04 | Replcae find to compare if need. | Andrei Karas | 1 | -1/+1 | |
2011-03-30 | Add background music map ranges. | Andrei Karas | 1 | -1/+1 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-13 | Remove playSfx duplicate function and add check for negative volume. | Andrei Karas | 1 | -20/+4 | |
2011-01-06 | Set sound volume depends on distance to object. | Andrei Karas | 1 | -0/+32 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+344 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |