Age | Commit message (Expand) | Author |
2005-01-01 | Updated copyright | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-12-19 | Fixed regression in queen floppy version. Before doing any speech/texts synch... | Gregory Montoir |
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some... | Max Horn |
2004-11-23 | cleanup, follow code conventions | Gregory Montoir |
2004-10-01 | Use the SilentSound class for sfx/speech when sound output is not possible. | Joost Peters |
2004-08-24 | Rewrote the way strings are extracting from the datafiles, now it should be '... | Gregory Montoir |
2004-08-06 | cleanup and simplify Resource class a bit more | Gregory Montoir |
2004-03-23 | Fix #922003 - FOTAQ crash on PocketPC | Nicolas Bacca |
2004-03-17 | Added PalmOS support | Chris Apers |
2004-03-09 | Respond to volume-altering songs | Joost Peters |
2004-03-07 | cleanup (removed irrevelant comments and useless XXX'ed code) | Gregory Montoir |
2004-02-27 | Handle comic book case, enable music toggle and some minor cleanup. | Joost Peters |
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn |
2004-02-21 | I am an idiot. | Joost Peters |
2004-01-25 | Seperate SFX and Speech. | Joost Peters |
2004-01-25 | Song 17 should be silence in demos. | Travis Howell |
2004-01-25 | Add support for music in fotaq demos | Travis Howell |
2004-01-22 | - Some refactoring/clean-up. | Joost Peters |
2004-01-19 | - Enable music queueing (I don't really like the levels of indirection, but i... | Joost Peters |
2004-01-12 | New save/load code, this *breaks* compatiblity with the previous | Gregory Montoir |
2004-01-06 | updated copyright notice | Max Horn |
2004-01-04 | respond to 'alter'-type overrides | Joost Peters |
2003-12-29 | Demo uses different file for music (and disable it for now) | Joost Peters |
2003-12-29 | - hack to read patched .dog files (french & italian versions) from game data ... | Gregory Montoir |
2003-12-28 | Cope with song '0' (old savegames used to use this 'dummy' value) | Joost Peters |
2003-12-28 | - added 'song' debugger command | Joost Peters |
2003-12-24 | turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma... | Max Horn |
2003-12-21 | added convenience SoundMixer::playVorbis variant which calls through to playS... | Max Horn |
2003-12-21 | cleanup | Max Horn |
2003-12-20 | some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr)) | Gregory Montoir |
2003-12-14 | Make music_mute take effect. | Travis Howell |
2003-12-14 | Fixproblem of fotaq attempting to play sfx as music, when sfx are disabled. | Travis Howell |
2003-12-14 | Initial (Roland) Music support; a lot of stuff is still missing and/or incomp... | Joost Peters |
2003-12-11 | constructors cleanup | Gregory Montoir |
2003-12-01 | cleanup header includes | Gregory Montoir |
2003-11-16 | Fixed warning | Torbjörn Andersson |
2003-11-15 | - Enabled missing calls to _sound->playSong, now it should *really* play all SFX | Joost Peters |
2003-11-14 | Play all sfx now, instead of only amiga ones + some music preparation | Joost Peters |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-08 | Apparantly, this cast is not needed for it to work properly | Joost Peters |
2003-11-07 | Fixed warning. (I've only seen these warnings when compiling under MinGW, | Torbjörn Andersson |
2003-11-07 | Added partial playSong() implementation | Joost Peters |
2003-10-28 | forgot this | Joost Peters |
2003-10-28 | add OGG playback to queen | Joost Peters |
2003-10-28 | added loadFileMalloc() method | Joost Peters |
2003-10-25 | whatever | Joost Peters |
2003-10-24 | added extra flag to mixer so we don't use free() on new'd pointers | Joost Peters |
2003-10-23 | Initial version of the Input class. Some things still missing. | David Eriksson |
2003-10-21 | add Sound class + call it from Talk::speakSegment | Joost Peters |