aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Expand)Author
2011-06-20TINSEL: Don't leak running processes in Scheduler::reset().Alyssa Milburn
2011-06-20TINSEL: Fix/comment CORO_KILL_SELF macro.Alyssa Milburn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-14DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect()Max Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-06-10TINSEL: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-06-02TINSEL: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-25ALL: neighbour -> neighborMatthew Hoops
2011-05-23TINSEL: Fix bug #3306020, DW2: Crash On Entering Sewerseriktorbjorn
2011-05-18TINSEL: Remove declarations for non-existent functions FindObject() and GetNe...Christoph Mallon
2011-05-18TINSEL: Correctly handle the pDispList OBJECT linked lists, i.e. use OBJECT**...Christoph Mallon
2011-05-18TINSEL: Document pDispList OBJECT linked list 'trick'Max Horn
2011-05-18TINSEL: Revert commit 43ca9c86ab to fix bug #3303799Max Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-10TINSEL: Cleanup reel saving codeMax Horn
2011-05-10TINSEL: Remove unnecessary castsMax Horn
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28TINSEL: Fixed code analysis warnings in bug #3087863Paul Gilbert
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-18Merge pull request "New mixer mute handling."Johannes Schickel
2011-04-17TINSEL: Prefer Surface::create taking a PixelFormat over the one taking a byt...Johannes Schickel
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-04-14TINSEL: Removed an unused global variablemd5
2011-04-13TINSEL: Clean up code a bit, since we now handle digital audio muting differe...Johannes Schickel
2011-04-13TINSEL: Move custom ADPCM decoders to tinsel engineMax Horn
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