aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/sound/bgatmosphere.cpp
AgeCommit message (Collapse)Author
2019-12-12GOB: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2016-04-14GOB: Reduce audio header dependenciesOri Avtalion
2014-02-18GOB: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
This also removes the dependency of engines on the event recorder header and API, and will make it easier to RandomSources that are not properly registered.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-02-26GOB: Avoid hiding overloaded virtual methodsOri Avtalion
2009-07-25Move the event recorder to its own class (EventRecoder inside ↵Johannes Schickel
common/EventRecorder.[h/cpp]). svn-id: r42751
2009-06-18Replacing some #includes by forward declarationsSven Hesse
svn-id: r41632
2008-12-15No background "music" shading in Urban RunnerSven Hesse
svn-id: r35373
2008-05-08Declaring BackgroundAtmosphere as kMusicSoundTypeSven Hesse
svn-id: r31950
2008-05-08Implemented the background "music" / atmospheric sounds in WoodruffSven Hesse
svn-id: r31949