aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Expand)Author
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-27Added extra endian conversion. This may fix bug #2462700Paul Gilbert
2008-12-24add comment for clarificationJoost Peters
2008-12-24on systems that need alignment, allocate chunks that are a multiple of 4 to e...Joost Peters
2008-12-23change PPINIT's bools to uint8 to fix crash on OSX (see revision 33285 - must...Joost Peters
2008-12-23endian fixesJoost Peters
2008-12-21Reduced the memory allocated for DW1 and DW1 demo by 5MBFilippos Karapetis
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-20Fixed loading Discworld 2 savegames from GMM.Johannes Schickel
2008-12-17move necessary code outside of assertWillem Jan Palenstijn
2008-12-16Add target for CD demo of Discworld 1.Travis Howell
2008-12-14Removed the comment about the DW1 Demo not being supportedPaul Gilbert
2008-12-14Minor bugfix to string display in DW1 demoPaul Gilbert
2008-12-13Workaround to correctly return control to the player in the DW1 Demo after us...Paul Gilbert
2008-12-13Bugfixes for text display and animations in DW1 demoPaul Gilbert
2008-12-13Added handling for record differences in the hotspot/polygon format in DW1 DemoPaul Gilbert
2008-12-12Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime (...Sven Hesse
2008-12-12- Save games are now listed from oldest to newest in the GMM load dialog for ...Filippos Karapetis
2008-12-11Cleanup. (Removed define and checks for USE_3FLAGS/USE_4FLAGS/USE_5FLAGS)Johannes Schickel
2008-12-11Added a HACK/FIXME to prevent tinsel games from crashing, when for example th...Johannes Schickel
2008-12-11Fix for bug #2412503 "DW1: Subtitle menu not working (Multi-language version)".Johannes Schickel
2008-12-09Removed some dead code, clarified comments, cleanupMax Horn
2008-12-08Quickfix for tinlib compilation error. Changed type on zOverride from type in...Lars Persson
2008-12-07Added code differences for DW1 demo to allow the first game screen to startPaul Gilbert
2008-12-06Implemented the Tinsel v0 WrtNonZero graphics rendererPaul Gilbert
2008-12-06Library routine and interpreter fixes for the DW1 demoPaul Gilbert
2008-12-06Beginning of support for DW1 Demo - Interpret has been changed to support opc...Paul Gilbert
2008-12-05Bugfix for correctly leaving from looking at the Rite of AshkEnte scrollPaul Gilbert
2008-12-04This should make the US version workSven Hesse
2008-12-04Correcting the language for GRB/USASven Hesse
2008-12-03The "sound" debug command now works correctly in DW2Filippos Karapetis
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-02Added detection for the French version of DW2, as described in the forumsFilippos Karapetis
2008-12-02- Set the maximum number of save games in DW1 and DW2 to 100, up from 30Filippos Karapetis
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-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-10-12Fix warningMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-19Changed tinsel's volume range (0-127) to match ScummVM's (0-255)Filippos Karapetis
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-11Added detection for 4-language floppy version of DW (see report on forum post...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn