summaryrefslogtreecommitdiff
path: root/src/sound.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-04-18Removed superfluous include of physfs.h from sound.cpp (remnant of an earlier...Philipp Sehmisch1-1/+0
2009-04-16Merge branch '0.0.29'Bjørn Lindeijer1-1/+1
2009-04-16Some more cleanupsBjørn Lindeijer1-1/+1
2009-04-16Renamed ResourceManager::moveFile to ResourceManager::copyFile and catched er...Philipp Sehmisch1-2/+7
2009-04-16Added support for playing music in zip files.Philipp Sehmisch1-1/+13
2009-04-14Cleanup of Sound class, fixing restoring of volumes and musicBjørn Lindeijer1-49/+72
2009-04-09Some random cleanupsBjørn Lindeijer1-12/+18
2009-02-11Removed many pointless comparisons with NULLBjørn Lindeijer1-4/+4
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+2
2008-07-18Import of client treeLloyd Bryant1-1/+1
2008-02-18Forgot a %sEugenio Favalli1-1/+1
2008-02-18Fixed image name.Eugenio Favalli1-1/+2
2008-01-14ixed an error in Davids last commit (couldn't compile that way).Philipp Sehmisch1-2/+3
2008-01-13Fixed non-default location music loadingDavid Athay1-1/+3
2007-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer1-7/+9
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-1/+1
2006-12-03Don't try to play empty strings as sounds, and don't return a SoundEffectBjørn Lindeijer1-3/+3
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-30/+30
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-1/+1
2005-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-2/+2
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-0/+4
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+1
2005-05-27autoTarget is now a Being*, also may have fixed related crash and added labelBjørn Lindeijer1-4/+5
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-17/+17
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-22/+22
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli1-43/+2
2005-04-14Fixed pixel alignment error in playerset that was just introduced, and fixedBjørn Lindeijer1-2/+13
2005-04-11Improving sound engine (now it loads samples through resource manager)Eugenio Favalli1-85/+155
2005-04-07* Fixed crash on exit when trying to delete listbox that wasn't created.Bjørn Lindeijer1-2/+2
2005-04-06Adding some debug infos to the sound engineEugenio Favalli1-3/+13
2005-04-06Following a suggestion from the SDLEugenio Favalli1-2/+5
2005-04-03Added playing hardcoded background song during login, stops when game starts.Bjørn Lindeijer1-1/+6
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-8/+9
2005-03-16Advanced version to 0.0.11, updated desert tilesets and made sound code log aBjørn Lindeijer1-36/+18
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-3/+2
2005-02-21Added parameter names in header.Bjørn Lindeijer1-1/+1
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer1-83/+4
2005-02-13Largely cleanups.Bjørn Lindeijer1-0/+247