1
0
forked from 0ad/0ad
0ad/source/sound
janwas 73683b6109 # SwEng
. the massive renaming undertaking: camelCase functions -> PascalCase.
. add some cppdoc.
. minor additional renaming improvements: e.g. GetIsClosed -> IsClosed
. in entity code, replace constructs like "pvec = new vector; return
pvec; use *pvec; delete pvec" with a simple stack variable passed as
output parameter (avoid unnecessary dynamic allocs)
. timer: simpler handling of raw ticks vs normal timer (less #if)

This was SVN commit r5017.
2007-05-02 12:07:08 +00:00
..
ambient_design.txt design notes from meeting: ambient sound 2006-01-08 02:05:44 +00:00
CMusicPlayer.cpp # SwEng 2007-05-02 12:07:08 +00:00
CMusicPlayer.h # SwEng 2007-05-02 12:07:08 +00:00
CPlayList.cpp # SwEng 2007-05-02 12:07:08 +00:00
CPlayList.h # SwEng 2007-05-02 12:07:08 +00:00
JSI_Sound.cpp # SwEng 2007-05-02 12:07:08 +00:00
JSI_Sound.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
SoundGroup.cpp # SwEng 2007-05-02 12:07:08 +00:00
SoundGroup.h #Added Sound Group Manager, updated Sound Groups. 2007-01-13 16:00:52 +00:00
SoundGroupMgr.cpp # Fixed Linux build 2007-01-19 18:06:54 +00:00
SoundGroupMgr.h #Added Sound Group Manager, updated Sound Groups. 2007-01-13 16:00:52 +00:00