Age | Commit message (Expand) | Author |
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play... | Johannes Schickel |
2010-01-07 | Cleanup. | Johannes Schickel |
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2010-01-06 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2010-01-01 | Add Polish Windows 4CD version of The Feeble Files. | Travis Howell |
2009-12-28 | Create the stream dynamically in playSoundData(), to avoid a crash (spotted by | Torbjörn Andersson |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-10 | AGOS: cleanup | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-11-01 | AGOS Simon1 Windows fix. Fixed careless use of setChar function. | Yotam Barnoy |
2009-10-14 | Patch #2834677: Wave/ADPCM Endianness Fixes | Max Horn |
2009-10-02 | Fix some cppcheck warnings reported by salty-horse | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | AGOS: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | Add VGA script code differences in DIMP. | Travis Howell |
2009-09-24 | Correct tags. | Travis Howell |
2009-09-24 | Split the script opcode table for DIMP, since it doesn't match(ie timers) oth... | Travis Howell |
2009-09-24 | Fix bug #2865191 - NoPatience hangs after undo. | Travis Howell |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-20 | Correct error in load code for PC version of Waxworks. | Travis Howell |
2009-09-11 | Remove excess spaces. | Travis Howell |
2009-08-24 | Whitespace changes. | Travis Howell |
2009-08-22 | Correct errors in load/save code for PC version of Waxworks. | Travis Howell |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-08-16 | Introduce a better fix for the Mac OS X backspace problem by adding the worka... | Matthew Hoops |
2009-08-16 | Fix for bug #2838517 (FF: backspace does not work when typing save game name). | Matthew Hoops |
2009-08-15 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-08-15 | Restore code to clear screen, before playing videos with smaller resolution i... | Travis Howell |
2009-08-15 | Fix regression, that caused multiple sounds in Simon the Sorcerer 2 to be cut... | Travis Howell |
2009-08-14 | The Nintendo DS hack for introduction in Simon the Sorcerer 1 is only require... | Travis Howell |
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO... | Neil Millstone |
2009-08-12 | Removed duplicated functions. | Andre Heider |
2009-08-12 | Enable Personal Nightmare by default. | Travis Howell |
2009-08-12 | Fix bug #2835822 - SSPP: Sounds from DIMP appearing randomly in other games. | Travis Howell |
2009-08-12 | Fix building with specific games disabled in MSVC. | Travis Howell |
2009-08-11 | vc22_setPaletteOld was renamed to vc22_setPalette, since function was virtual... | Travis Howell |
2009-08-11 | Fix AGOS compilation. | Johannes Schickel |
2009-08-11 | Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game en... | Travis Howell |
2009-08-09 | Fix glitch when removing arrows from spell book in Elvira 1. | Travis Howell |
2009-08-09 | Fix bug #2834260 - ELVIRA1: Graphic glitch when bird takes off. | Travis Howell |
2009-08-09 | Fix bug #2834252 - ELVIRA1 Problem with 8-character-long save names. | Travis Howell |
2009-08-09 | Fix bug #2834254 - ELVIRA: Buggy scroll arrows when mixing spells. | Travis Howell |
2009-08-08 | Fix bug #2825565: "Unable to select subtitles in Atlantis and Simon 1" | Eugene Sandulenko |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-22 | Update video script debug table for Waxworks. | Travis Howell |