summaryrefslogtreecommitdiff
path: root/src/soundmanager.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-14Remove default parameters from soundmanager.Andrei Karas1-4/+5
2017-09-15Add option for change number of max parallel sounds.Andrei Karas1-0/+2
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-02-07Remove extra include SDL_stdinc.h.Andrei Karas1-11/+0
2017-02-07Fix compilation with SDL2.Andrei Karas1-6/+6
2017-02-07Fix compilation with gcc version below 4.6.Andrei Karas1-3/+3
2017-02-04Fix compilation with very new SDL2.Andrei Karas1-1/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-29Add constexpr into soundmanager.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-2/+2
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-05-24Fix asserts with missing default music files.Andrei Karas1-1/+4
2016-04-28Add workaround for fix compilation warnings in SDL2.Andrei Karas1-0/+8
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-1/+1
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-1/+1
2016-03-18Add function for test SDL audio features. Now disabled.Andrei Karas1-0/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+1
2014-02-02Add missing const and static into other classes.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to all other files.Andrei Karas1-1/+1
2013-09-15add option to not unload sounds after using.Andrei Karas1-1/+2
2013-07-11move sound constants to separate file.Andrei Karas1-11/+0
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-05-28fix guard header part3.Andrei Karas1-1/+1
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-1/+1
2013-03-24improve soundmanager class.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Add option to enable/disable music fade out (disabled by default).Andrei Karas1-1/+2
2012-12-24Fix for race conditions in application termination.Andrei Karas1-0/+2
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-0/+176