summaryrefslogtreecommitdiff
path: root/src/resources/soundeffect.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
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-17Remove default parameter from soundeffect.hAndrei Karas1-2/+3
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-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-28Move soundeffect load code into soundloader.Andrei Karas1-21/+10
2016-04-29Add name into memory usage tree for SDLMusic and SoundEffect.Andrei Karas1-2/+9
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas1-1/+1
2016-04-25Add memory count function into SoundEffect.Andrei Karas1-0/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-26remove useless virtual keywords.Andrei Karas1-1/+1
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-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-07remove some default values for parameters.Andrei Karas1-2/+2
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-03-24improve soundmanager class.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+2
2012-09-24Fix compilation errors.Andrei Karas1-0/+2
2012-09-23Add missing final keywords to classes.Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-0/+1
2012-09-03Add const to more classes.Andrei Karas1-3/+4
2012-02-02Add some checks after automatic checking.Andrei Karas1-1/+2
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer1-3/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-09-05Fix multiply new message sounds at same time.Andrei Karas1-1/+2
2011-05-31Fix include path for SDL_mixer.hAndrei Karas1-4/+0
2011-03-16Add checks and fix some code style.Andrei Karas1-1/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+75