Age | Commit message (Expand) | Author |
2008-12-12 | Okay, 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-11 | Cleanup. (Removed define and checks for USE_3FLAGS/USE_4FLAGS/USE_5FLAGS) | Johannes Schickel |
2008-12-11 | Added a HACK/FIXME to prevent tinsel games from crashing, when for example th... | Johannes Schickel |
2008-12-11 | Fix for bug #2412503 "DW1: Subtitle menu not working (Multi-language version)". | Johannes Schickel |
2008-12-09 | Removed some dead code, clarified comments, cleanup | Max Horn |
2008-12-08 | Quickfix for tinlib compilation error. Changed type on zOverride from type in... | Lars Persson |
2008-12-07 | Added code differences for DW1 demo to allow the first game screen to start | Paul Gilbert |
2008-12-06 | Implemented the Tinsel v0 WrtNonZero graphics renderer | Paul Gilbert |
2008-12-06 | Library routine and interpreter fixes for the DW1 demo | Paul Gilbert |
2008-12-06 | Beginning of support for DW1 Demo - Interpret has been changed to support opc... | Paul Gilbert |
2008-12-05 | Bugfix for correctly leaving from looking at the Rite of AshkEnte scroll | Paul Gilbert |
2008-12-04 | This should make the US version work | Sven Hesse |
2008-12-04 | Correcting the language for GRB/USA | Sven Hesse |
2008-12-03 | The "sound" debug command now works correctly in DW2 | Filippos Karapetis |
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 | Added detection for the French version of DW2, as described in the forums | Filippos Karapetis |
2008-12-02 | - Set the maximum number of save games in DW1 and DW2 to 100, up from 30 | Filippos Karapetis |
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 |
2008-11-09 | - The GMM save dialog is now working for all engines which support the approp... | Filippos Karapetis |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-10-12 | Fix warning | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-19 | Changed tinsel's volume range (0-127) to match ScummVM's (0-255) | Filippos Karapetis |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-11 | Added detection for 4-language floppy version of DW (see report on forum post... | Max Horn |
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn |
2008-09-01 | TINSEL: Enabled listSaves support | Max Horn |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: TINSEL | Max Horn |
2008-09-01 | Silence MSVC warning about potentially uninitialized variable | Filippos Karapetis |
2008-08-30 | cleanup | Max Horn |
2008-08-30 | TINSEL: The engine version is an integer, not a bitfield | Max Horn |
2008-08-30 | TINSEL: Remove some unused code; and duplicated the 4-FLAGS version detection... | Max Horn |
2008-08-30 | TINSEL: Write config changes to disk | Max Horn |
2008-08-30 | cleanup | Max Horn |
2008-08-30 | TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW ... | Max Horn |
2008-08-27 | Fix bug #2078922: DW: Pushing ESC repeatedly at beginning causes odd behavior | Max Horn |
2008-08-27 | cleanup | Max Horn |
2008-08-20 | Moved the mutex locking a bit. (Consistent with how the AGOS engine does it.) | Torbjörn Andersson |
2008-08-13 | Fixed some memory leaks in Tinsel | Christopher Page |
2008-08-06 | Added RTL feature to Tinsel | Christopher Page |
2008-08-02 | Renamed Tinsel v1->v0 (used in the demo only), and v2->v1, to avoid confusion... | Max Horn |
2008-07-30 | Make sure that save game descriptions are 0-terminated | Filippos Karapetis |
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ad... | Max Horn |
2008-07-25 | Fixed the inventory bug that's been reported in the forums | Sven Hesse |