Age | Commit message (Expand) | Author |
2011-06-20 | TINSEL: Don't leak running processes in Scheduler::reset(). | Alyssa Milburn |
2011-06-20 | TINSEL: Fix/comment CORO_KILL_SELF macro. | Alyssa Milburn |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-14 | DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect() | Max Horn |
2011-06-14 | DETECTOR: Merge ADParams into AdvancedMetaEngine | Max Horn |
2011-06-13 | I18N: Make many more GUI MessageDialog strings translatable | Thierry Crozat |
2011-06-10 | TINSEL: Switch to alternate AdvancedMetaEngine, avoid ADParams | Max Horn |
2011-06-10 | ENGINES: Change incorrect use of 'target' to 'gameid' | Max Horn |
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn |
2011-06-02 | TINSEL: Replace snprintf() usage with Common::String::format() | D G Turner |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-25 | ALL: neighbour -> neighbor | Matthew Hoops |
2011-05-23 | TINSEL: Fix bug #3306020, DW2: Crash On Entering Sewers | eriktorbjorn |
2011-05-18 | TINSEL: Remove declarations for non-existent functions FindObject() and GetNe... | Christoph Mallon |
2011-05-18 | TINSEL: Correctly handle the pDispList OBJECT linked lists, i.e. use OBJECT**... | Christoph Mallon |
2011-05-18 | TINSEL: Document pDispList OBJECT linked list 'trick' | Max Horn |
2011-05-18 | TINSEL: Revert commit 43ca9c86ab to fix bug #3303799 | Max Horn |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-16 | ENGINES: Unify engine names | Thierry Crozat |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-10 | TINSEL: Cleanup reel saving code | Max Horn |
2011-05-10 | TINSEL: Remove unnecessary casts | Max Horn |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | TINSEL: Fixed code analysis warnings in bug #3087863 | Paul Gilbert |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn |
2011-04-18 | Merge pull request "New mixer mute handling." | Johannes Schickel |
2011-04-17 | TINSEL: Prefer Surface::create taking a PixelFormat over the one taking a byt... | Johannes Schickel |
2011-04-14 | ALL: centre -> center | Max Horn |
2011-04-14 | ALL: colour -> color | Max Horn |
2011-04-14 | TINSEL: Removed an unused global variable | md5 |
2011-04-13 | TINSEL: Clean up code a bit, since we now handle digital audio muting differe... | Johannes Schickel |
2011-04-13 | TINSEL: Move custom ADPCM decoders to tinsel engine | Max Horn |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-04-12 | TINSEL: cleanup | Max Horn |
2011-04-10 | TINSEL: Make the cdFlags array in drives.cpp static again. | Johannes Schickel |
2011-04-10 | TINSEL: Removed some unused global static variables | md5 |
2011-04-10 | TINSEL: Merged NewName() inside DoSave() in order to remove a static var | md5 |
2011-04-10 | TINSEL: Cleanup - removed obsolete defines | md5 |
2011-04-10 | TINSEL: Changed cdFlags to be non-static and constant | md5 |
2011-04-10 | TINSEL: Removed the dummy ForceEntireRedraw() function | md5 |
2011-04-10 | TINSEL: Removed the useless LookAtBuffers() function | md5 |
2011-04-08 | TINSEL: Added numeric key mappings for function keys | Paul Gilbert |
2011-03-30 | TINSEL: Remove dead variables | Max Horn |
2011-03-28 | AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it | Max Horn |
2011-03-25 | AUDIO: Move more common code to Audio::MidiPlayer | Max Horn |
2011-03-25 | TINSEL: Remove unused TinselEngine::_musicVolume member | Max Horn |
2011-03-24 | TINSEL: Change MidiMusicPlayer to derive from Audio::MidiPlayer | Max Horn |
2011-03-23 | ENGINES: Further simplify pseudo MidiDrivers; fix some regressions | Max Horn |