aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Expand)Author
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-04-12TINSEL: cleanupMax Horn
2011-04-10TINSEL: Make the cdFlags array in drives.cpp static again.Johannes Schickel
2011-04-10TINSEL: Removed some unused global static variablesmd5
2011-04-10TINSEL: Merged NewName() inside DoSave() in order to remove a static varmd5
2011-04-10TINSEL: Cleanup - removed obsolete definesmd5
2011-04-10TINSEL: Changed cdFlags to be non-static and constantmd5
2011-04-10TINSEL: Removed the dummy ForceEntireRedraw() functionmd5
2011-04-10TINSEL: Removed the useless LookAtBuffers() functionmd5
2011-04-08TINSEL: Added numeric key mappings for function keysPaul Gilbert
2011-03-30TINSEL: Remove dead variablesMax Horn
2011-03-28AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use itMax Horn
2011-03-25AUDIO: Move more common code to Audio::MidiPlayerMax Horn
2011-03-25TINSEL: Remove unused TinselEngine::_musicVolume memberMax Horn
2011-03-24TINSEL: Change MidiMusicPlayer to derive from Audio::MidiPlayerMax Horn
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-23TINSEL: Make MidiMusicPlayer::_parser and _mutex protectedMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-24TINSEL: Added enhanced music support for the German CD "Neon Edition" re-rele...md5
2011-02-15TINSEL: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-02MIDI: Fix for bug #3170988 - "MONKEY2: Messed up MT-32 music"Filippos Karapetis
2011-01-30TINSEL: Memory Leak Fix in Coroutines.David Turner
2011-01-02JANITORIAL: Suppress some useless includesArnaud Boutonné
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-12-07TINSEL: Improve support for DW mac demo (see bug #3110936)Max Horn
2010-11-23TINSEL: Fix support for file names with a trailing dotMax Horn
2010-11-23TINSEL: Turn TinselFile into a SeekableReadStreamMax Horn
2010-11-23TINSEL: Restrict use of memstream.h & substream.hMax Horn
2010-11-20TINSEL: Preliminary functionality for reading BE data filesPaul Gilbert
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-17TINSEL: Get rid of some global variablesMax Horn
2010-11-16TINSEL: Fixed compilation with MSVCFilippos Karapetis
2010-11-16TINSEL: Remove unnecessary 'static'Max Horn
2010-11-16TINSEL: Mark all (?) global vars with a FIXME commentMax Horn
2010-11-16TINSEL: Removed unnecessary 'static'Max Horn
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-07COMMON: Rename and tweak MD5 functionsMax Horn
2010-11-07DETECTOR: Get rid of ADGF_KEEPMATCHMax Horn
2010-11-01TINSEL: Correcting my previous commit, oopsMax Horn
2010-11-01TINSEL: Fix a leak in DW2, and a potential OOB in NextTaggedActorMax Horn
2010-11-01TINSEL: Fixed two places that weren't reset when exiting to the launcher and ...Filippos Karapetis
2010-11-01TINSEL: Explain why exactly RTL is disabledMax Horn
2010-11-01ENGINES: Get rid of some (f)printfsMax Horn
2010-11-01GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warningsMax Horn
2010-10-31TINSEL: Reintroduce DUMMY variable removed in r53932Ori Avtalion