summaryrefslogtreecommitdiff
path: root/src/sound.h
AgeCommit message (Collapse)AuthorFilesLines
2006-12-03Don't try to play empty strings as sounds, and don't return a SoundEffectBjørn Lindeijer1-1/+3
instance when Mix_Chunk loading failed.
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-1/+1
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-4/+4
2006-02-25Added a logic method to the being manager.Björn Steinbrink1-0/+2
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+0
2005-07-12windows compilation fixesEugenio Favalli1-1/+0
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-2/+0
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-5/+6
of packet.list and chatlog.txt and removed name from player chat "balloon".
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli1-26/+0
- New slider skin - Some updates to win32 compile guide - Cleaned sound engine - Improved setup window (need testing)
2005-04-14Fixed pixel alignment error in playerset that was just introduced, and fixedBjørn Lindeijer1-4/+10
initialization and cleanup in sound engine (solved crash at least in case of no sound).
2005-04-11Improving sound engine (now it loads samples through resource manager)Eugenio Favalli1-69/+58
and support music fading (still somthing to fix)
2005-04-03Added playing hardcoded background song during login, stops when game starts.Bjørn Lindeijer1-1/+1
2005-02-21Added parameter names in header.Bjørn Lindeijer1-7/+7
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer1-12/+86
2005-02-13Largely cleanups.Bjørn Lindeijer1-0/+79