Age | Commit message (Expand) | Author |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2010-04-28 | TINSEL: Avoid global constructor for clickPos | Max Horn |
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-11-02 | TINSEL: Turn config code into a simple C++ class | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-27 | TINSEL: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ... | Max Horn |
2009-10-20 | TINSEL: Move Common::List instances mouseButtons & keypresses into TinselEngine. | Max Horn |
2009-10-20 | TINSEL: Move BMV player code into a new BMVPlayer class | Max Horn |
2009-10-20 | TINSEL: Start cleanup BMV code | Max Horn |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
2009-06-16 | Formatting. | Johannes Schickel |
2009-06-16 | tinsel: check only english.txt for DW1 psx version detection, and use recursi... | Fabio Battaglia |
2009-05-31 | tinsel: workaround for "missing red dragon in Act IV" bug in Discworld PSX | Fabio Battaglia |
2009-05-26 | tinsel: add default paths needed by Discworld PSX, now the user shouldn't nee... | Fabio Battaglia |
2009-05-25 | Till we specify an common behavior when loading a game state on startup fails... | Johannes Schickel |
2009-04-29 | Re-introduced the ability to skip the title scenes in Discworld 1. Since the ... | Paul Gilbert |
2009-04-25 | Added code to enable Discworld 2 to play directly from the CD (only the first... | Paul Gilbert |
2009-03-15 | Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the S... | Max Horn |
2009-03-01 | only center vertically in DW2 | Kostas Nakos |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-20 | Implemented loading from the command line and the GMM for tinsel (kSupportsLo... | Filippos Karapetis |
2009-01-20 | Some WIP code for the kSupportsLoadingDuringStartup engine feature | Filippos Karapetis |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-21 | Disable loading from command line again, it seems it only worked for saves, w... | Johannes Schickel |
2008-12-20 | - Added comment about error check when loading save on startup | Johannes Schickel |
2008-12-20 | Implemented support for loading saves from launcher / via command line. | Johannes Schickel |
2008-12-12 | - Save games are now listed from oldest to newest in the GMM load dialog for ... | Filippos Karapetis |
2008-12-04 | This should make the US version work | Sven Hesse |
2008-12-03 | - Added back the English V1 CD version of DW1 (with *.gra files) | Filippos Karapetis |
2008-12-02 | DW2: Add support for the Italian/Spanish release | Jordi Vilalta Prat |
2008-12-02 | Should fix compilation on BE machines. | Johannes Schickel |
2008-12-02 | Disabled the workaround to skip the title screens of DW1 for now, as it can c... | Filippos Karapetis |
2008-12-01 | Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 sh... | Filippos Karapetis |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |