Age | Commit message (Expand) | Author |
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 |
2009-06-22 | Removing trailing spaces | Sven Hesse |
2009-06-22 | Added stream-reading loading wrappers to MDYPlayer and added a workaround to ... | Sven Hesse |
2009-06-22 | Adding DataIO::existData() | Sven Hesse |
2009-06-18 | Splitting an ADLPlayer and MDYPlayer from the AdLib class | Sven Hesse |
2009-06-18 | Replacing some #includes by forward declarations | Sven Hesse |
2009-06-16 | Properly initializing _soundMode, for ADLs too | Sven Hesse |
2009-06-16 | MDY/TBR : fix a thing or two. Still far from being OK, but in-game ambiance "... | Arnaud Boutonné |
2009-06-13 | Gob - *WIP* incomplete implementation of MDY/TBR | Arnaud Boutonné |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-21 | Splitting a few helper functions out of gob.h | Sven Hesse |
2009-05-06 | Gob - Added atmosphere music to WinGob1, WinGob2 and WinGob3 | Arnaud Boutonné |
2009-03-19 | Adding simple support for protracker playback | Sven Hesse |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-15 | No background "music" shading in Urban Runner | Sven Hesse |
2008-12-14 | Ensuring correct endianness | Sven Hesse |
2008-12-14 | 16bit background "music" for Urban Runner | Sven Hesse |
2008-12-14 | Background "music" for Urban Runner, though only 8bit for now | Sven Hesse |
2008-12-14 | Music/Video handling fixes/stubs | Sven Hesse |
2008-11-29 | Remove warnings from NDS build. | Robin Watts |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-08-13 | Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not u... | Christopher Page |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-12 | Changed tricky variable access from pointers to a new class that minds endian... | Sven Hesse |
2008-07-11 | Don't use kPlainSoundType if you don't have to | Max Horn |
2008-06-24 | Added main menu dialog files. Gob is now using the new _quit flag | Christopher Page |
2008-05-28 | Script variables are now always stored in the game version's native endianess. | Sven Hesse |
2008-05-22 | Correctly delete'ing CDROM and Backgroundatmosphere, fixing segfaults on mach... | Sven Hesse |
2008-05-17 | Changing debug channels a bit | Sven Hesse |
2008-05-08 | Declaring BackgroundAtmosphere as kMusicSoundType | Sven Hesse |
2008-05-08 | Implemented the background "music" / atmospheric sounds in Woodruff | Sven Hesse |