aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/tinsel.cpp
AgeCommit message (Expand)Author
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-28TINSEL: Avoid global constructor for clickPosMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax 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: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ...Max Horn
2009-10-20TINSEL: Move Common::List instances mouseButtons & keypresses into TinselEngine.Max Horn
2009-10-20TINSEL: Move BMV player code into a new BMVPlayer classMax Horn
2009-10-20TINSEL: Start cleanup BMV codeMax Horn
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au...Johannes Schickel
2009-07-25Move 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 senseMax Horn
2009-06-16Formatting.Johannes Schickel
2009-06-16tinsel: check only english.txt for DW1 psx version detection, and use recursi...Fabio Battaglia
2009-05-31tinsel: workaround for "missing red dragon in Act IV" bug in Discworld PSXFabio Battaglia
2009-05-26tinsel: add default paths needed by Discworld PSX, now the user shouldn't nee...Fabio Battaglia
2009-05-25Till we specify an common behavior when loading a game state on startup fails...Johannes Schickel
2009-04-29Re-introduced the ability to skip the title scenes in Discworld 1. Since the ...Paul Gilbert
2009-04-25Added code to enable Discworld 2 to play directly from the CD (only the first...Paul Gilbert
2009-03-15Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the S...Max Horn
2009-03-01only center vertically in DW2Kostas Nakos
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops l...Max Horn
2009-01-20Implemented loading from the command line and the GMM for tinsel (kSupportsLo...Filippos Karapetis
2009-01-20Some WIP code for the kSupportsLoadingDuringStartup engine featureFilippos Karapetis
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-21Disable 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 startupJohannes Schickel
2008-12-20Implemented 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-04This should make the US version workSven Hesse
2008-12-03- Added back the English V1 CD version of DW1 (with *.gra files)Filippos Karapetis
2008-12-02DW2: Add support for the Italian/Spanish releaseJordi Vilalta Prat
2008-12-02Should fix compilation on BE machines.Johannes Schickel
2008-12-02Disabled the workaround to skip the title screens of DW1 for now, as it can c...Filippos Karapetis
2008-12-01Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 sh...Filippos Karapetis
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-01TINSEL: Enabled listSaves supportMax Horn
2008-09-01Merging more of the GSoC 2008 RTL branch: TINSELMax Horn
2008-08-30TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW ...Max Horn
2008-08-27Fix bug #2078922: DW: Pushing ESC repeatedly at beginning causes odd behaviorMax Horn