aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Expand)Author
2010-04-17Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in TinselMax Horn
2010-04-16Fix for bug #2987895: "DW2: graphical errors in video on Windows"Max Horn
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...Ori Avtalion
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-05Commit of the updated version of Fingolfin's patch for bug #2981788 "TINSEL: ...Johannes Schickel
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18TINSEL: Change SaveSceneSsData from char* to SAVED_DATA*Max Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-14Increased the default Discworld 2 double-click time from 0.33 seconds to 0.55...Paul Gilbert
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-19tinsel: Add detection for Discworld 1 floppy EUR versionFabio Battaglia
2010-02-15TINSEL: Cleanup the 'script workaround' code a bit.Max Horn
2010-02-08Script workaround fix for DW1, for being able to give the whistle back to the...Paul Gilbert
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-31Switch makeADPCMStream to DisposeAfterUse::FlagMax Horn
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-28Hide VagStream implementation, only expose it via a factory methodMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Convert more engines from Mixer::playRaw to Mixer::playInputStreamMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Tinsel, MADE and some of the video players to QueuedAudioStreamMax Horn
2010-01-07Make VagStream a RewindableAudioStream.Johannes Schickel
2010-01-03LordHoto spotted the same kind of overlapping strcpy() call in one more place.Torbjörn Andersson
2010-01-03Don't uses strcpy() on overlapping memory areas. It's undefined.Torbjörn Andersson
2009-12-29Corrected the Russian Discworld 1 MD5 valuesPaul Gilbert
2009-12-28Added MD5 data for Russian Discworld 1Paul Gilbert
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-23COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn...Max Horn
2009-11-09TINSEL: cleanupMax Horn
2009-11-09TINSEL: Mark all functions in dialogs.cpp explicitly as public (=extern) or p...Max Horn
2009-11-09TINSEL: Make some const tables static; move static int priorVolMusic into Set...Max Horn
2009-11-09TINSEL: Simplifying PolyTinselProcessMax Horn
2009-11-09TINSEL: Add EnablePointing() & DisablePointing() to pdisplay.h; turn DisableP...Max Horn
2009-11-02TINSEL: Small correction to the previous hotfix for _vm->_config crashMax Horn
2009-11-02TINSEL: Fix regression caused by the introduction of _vm->_config; proper fix...Max Horn
2009-11-02TINSEL: Add isValidObject(OBJECT *obj) function; make objectList & currentCD ...Max Horn
2009-11-02TINSEL: Turn config code into a simple C++ classMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-27TINSEL: Formatting cleanup, remove a dead var, tweaked comment to Get/SetNoBl...Max Horn