aboutsummaryrefslogtreecommitdiff
path: root/saga/sndres.cpp
AgeCommit message (Expand)Author
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-04-06Removed system includes.Torbjörn Andersson
2005-01-11- remove game.h & image.hAndrew Kurushin
2005-01-11Use Fingolfin's new WAV code.Torbjörn Andersson
2005-01-09- GameModule is goneAndrew Kurushin
2005-01-09Mark some places which probably should use loadWAVFromStream(); maybe some of...Max Horn
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-24- aninamation cycle now approach to originalAndrew Kurushin
2004-12-22o Moved GAME_* to SagaEngine objectEugene Sandulenko
2004-12-15Patch #1081904 ITE: MAC demo supportEugene Sandulenko
2004-12-11use loadVOCFromStreamMax Horn
2004-11-26Added looping background noise to the IHNM intro. I don't know if it's theTorbjörn Andersson
2004-11-25Fixed a really stupid memory leak I introduced yesterday.Torbjörn Andersson
2004-11-24Added the voice-overs and partial subtitles for the IHNM intro monologue.Torbjörn Andersson
2004-11-18Partial support for WAV sound playback, which apparently will be needed forTorbjörn Andersson
2004-11-15o Make GAME_GetFileContext() more object-likeEugene Sandulenko
2004-10-27removed R_ prefix with few r_ tooPaweł Kołodziejski
2004-10-19Initial, and slightly buggy, support for sound effects.Torbjörn Andersson
2004-10-16fixed warningsPaweł Kołodziejski
2004-10-10Fixed the nasty "pop" when playing the standalone VOC file in the intro.Torbjörn Andersson
2004-10-01Set up file paths to handle the differences between the file layout of theTorbjörn Andersson
2004-08-27R_GAMETYPE -> GID, remove unused supported flag and trim some unused bits of ...Jonathan Gray
2004-08-02Fix #include paths.Eugene Sandulenko
2004-08-01Made all MemoryReadStream local variables. This plugged a giantic constantEugene Sandulenko
2004-08-01merge reinherit.h into saga.h and gfx_mod.h, note the error loading animation...Jonathan Gray
2004-07-31Objectize render.cppEugene Sandulenko
2004-06-27Cleanup for MemoryReadStream; made it match the File-class interfaceMax Horn
2004-05-17Added support for using the separate VOC file (P2_A.VOC) from the WyrmkeepTorbjörn Andersson
2004-05-05workaround warning - fixmePaweł Kołodziejski
2004-05-04Move from ys_binread.cpp and ys_binwrite.cpp to MemoryReadStream.Eugene Sandulenko
2004-05-01All graphics and input now is in OSystem.Eugene Sandulenko
2004-05-01indentPaweł Kołodziejski
2004-04-30Move from custom unsigned types to those provided by main config.hEugene Sandulenko
2004-04-30Added fixme comment about a bug that happens (at least) in the WyrmkeepTorbjörn Andersson
2004-04-29Voices are playedEugene Sandulenko
2004-04-28Objectizing sound.cppEugene Sandulenko
2004-04-28Rename Snd object to SndResEugene Sandulenko
2004-04-28Objectize sndres.cppEugene Sandulenko
2004-04-28code formatting insanityEugene Sandulenko
2004-04-25Fix many warnings; use C++ type system instead of C style typedefs; removed v...Max Horn
2004-04-12WIP for SAGA engine.Eugene Sandulenko