nonchocoboy 2003/01/01 19:32:55 PST
Added files:
siren SConstruct
siren/src SConscript Version.cpp Version.h
siren/src/sound Jukebox.cpp Jukebox.h SConscript
SoundEffectManager.cpp
SoundEffectManager.h SoundManager.cpp
SoundManager.h
siren/tools/build AutoDist.py
Log:
- Added the sound subsystem from Midworld.
- Started the build system.
Revision Changes Path
1.1 +149 -0 lib/siren/SConstruct (new)
1.1 +29 -0 lib/siren/src/SConscript (new)
1.1 +65 -0 lib/siren/src/Version.cpp (new)
1.1 +139 -0 lib/siren/src/Version.h (new)
1.1 +169 -0 lib/siren/src/sound/Jukebox.cpp (new)
1.1 +141 -0 lib/siren/src/sound/Jukebox.h (new)
1.1 +21 -0 lib/siren/src/sound/SConscript (new)
1.1 +89 -0 lib/siren/src/sound/SoundEffectManager.cpp (new)
1.1 +97 -0 lib/siren/src/sound/SoundEffectManager.h (new)
1.1 +69 -0 lib/siren/src/sound/SoundManager.cpp (new)
1.1 +107 -0 lib/siren/src/sound/SoundManager.h (new)
1.1 +430 -0 lib/siren/tools/build/AutoDist.py (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/SConstruct?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/SConscript?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/Version.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/Version.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/sound/Jukebox.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/sound/Jukebox.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/sound/SConscript?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/sound/SoundEffectManager.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/sound/SoundEffectManager.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/sound/SoundManager.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/sound/SoundManager.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/tools/build/AutoDist.py?rev=1.1&content-type=text/plain
|