Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-02 | Add some checks after automatic checking. | Andrei Karas | 1 | -1/+8 | |
2012-01-24 | Based on commit b856e8b47ab2dfd393e3c2720c5647eb66393931 | Andrei Karas | 1 | -62/+31 | |
Author: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> Date: Tue Jan 24 19:14:24 2012 +0100 Stream music files directly from the archives Use Mix_LoadMUS_RW to stream music files directly from PhysFS. I kept around ResourceManager:copyFile for now, since it may have other uses. | |||||
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-01-04 | Allow play gui sound with incorrect paths configured. | Andrei Karas | 1 | -2/+6 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -6/+6 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -1/+1 | |
2011-09-05 | Fix multiply new message sounds at same time. | Andrei Karas | 1 | -3/+6 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-08 | Fix music fade out. | Andrei Karas | 1 | -2/+3 | |
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. |