Age | Commit message (Expand) | Author |
2012-01-27 | GOB: Play Oko's breathing sound | Sven Hesse |
2011-09-14 | GOB: Tell Geisha that we have no AdLib | Sven Hesse |
2011-09-08 | GOB: Made some static data const. | Johannes Schickel |
2011-06-02 | GOB: Replace snprintf() usage with Common::String::format() | D G Turner |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-02-26 | GOB: Avoid hiding overloaded virtual methods | Ori Avtalion |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn |
2011-01-30 | GOB: Adibou has background atmosphere | Sven Hesse |
2011-01-29 | GOB: Add Script::evalInt() and Script::evalString() | Sven Hesse |
2011-01-29 | GOB: Add GobEngine::isCurrentTot() | Sven Hesse |
2011-01-29 | GOB: Change _curTotFile and _totToLoad into Common::String | Sven Hesse |
2011-01-27 | GOB: Add SoundDesc::swap() | Sven Hesse |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn |
2010-10-31 | GOB: Clean up class DataIO | Sven Hesse |
2010-10-15 | GOB: Remove the now useless helper.h | Sven Hesse |
2010-10-15 | GOB: Remove strncpy0() | Sven Hesse |
2010-10-15 | GOB: Fix Code analysis warnings | Sven Hesse |
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel |
2010-08-21 | GOB: Clean up of Fascination code | Arnaud Boutonné |
2010-08-17 | Suppress one more useless debug message | Arnaud Boutonné |
2010-08-15 | Fascination - Add workaround for script bug: wrong track name is called in st... | Arnaud Boutonné |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-05-17 | Enforce conversion formatting on pointer casts in the DEV code. | Johannes Schickel |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-02-03 | Minor style-related changes | Sven Hesse |
2010-02-02 | Fascination - Fix one wrong wait time | Arnaud Boutonné |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-03 | Fix a buffer overflow (thanks to syke) and modify the way the instruments are... | Arnaud Boutonné |
2010-01-01 | Fix a buffer overflow, thanks to syke | Arnaud Boutonné |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-08 | Fixed some (pedantic) warnings | Max Horn |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-07-28 | More alignment-related changes | Sven Hesse |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-05 | Added a Key and ShortKey enum | Sven Hesse |
2009-06-25 | Plugging some memory leaks | Sven Hesse |
2009-06-24 | Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ... | Sven Hesse |
2009-06-24 | Clarifying some warnings | Sven Hesse |
2009-06-23 | Changing the TBR FIXME into a warning in setVoice() | Sven Hesse |
2009-06-22 | Removing trailing tabs | Sven Hesse |