Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-09 | Changed subtitles display speed to also include the time taken to say voice ↵ | Paul Gilbert | |
samples (if voices are turned on). This means subtitles will display for the same time irrespective of whether voices are on or not svn-id: r43150 | |||
2009-08-08 | Change workaround for bug #2820054 to apply for all GRA versions. | Johannes Schickel | |
svn-id: r43123 | |||
2009-08-08 | Formatting fix. | Johannes Schickel | |
svn-id: r43122 | |||
2009-08-08 | Fix for bug #2412336 "DW2: Voices cut off" (commit on behalf of dreammaster) | Johannes Schickel | |
svn-id: r43120 | |||
2009-08-08 | Add workaround for bug #2820054 "DW1: No intro music at first start on Wii", ↵ | Johannes Schickel | |
which actually happened on all systems, when using the multilanguage version. svn-id: r43119 | |||
2009-08-08 | Commit of dhewg's patch to fix screen refreshes on the Wii | Paul Gilbert | |
svn-id: r43112 | |||
2009-08-07 | Bugfix for #2831159 - Palace guards saying !!HIGH STRING!! | Paul Gilbert | |
svn-id: r43093 | |||
2009-08-05 | Bugfix for music not being stopped when music volume is set to zero | Paul Gilbert | |
svn-id: r43066 | |||
2009-08-02 | Make MemoryReAlloc() 64-bit alignment safe | Joost Peters | |
svn-id: r43013 | |||
2009-08-02 | align memory handles to sizeof(void*) instead of 4 (which is just good ↵ | Joost Peters | |
enough for 32-bit) - this fixes DW2 on 64-bit systems that require alignment svn-id: r43005 | |||
2009-08-02 | Show a message if saving or loading a game fails. | Torbjörn Andersson | |
svn-id: r42999 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-20 | Bugfix for hangs on scene changes in Discworld 1 after having loaded a ↵ | Paul Gilbert | |
savegame from the GMM when the title screens are displayed svn-id: r42626 | |||
2009-07-19 | Added the GUIO_NOSFX and GUIO_NOMUSIC flags to the first Discworld 1 demo entry | Paul Gilbert | |
svn-id: r42611 | |||
2009-07-16 | Fixed GCC warning. | Torbjörn Andersson | |
svn-id: r42536 | |||
2009-07-16 | Prior script fix also fixes bug #2820788, with stealing wizard's mallets | Paul Gilbert | |
svn-id: r42528 | |||
2009-07-16 | Added game script fix for bug #2680397 - game hang when using the brochure ↵ | Paul Gilbert | |
on the Beekeeper svn-id: r42527 | |||
2009-07-16 | Added no blocking fix for Present Outside Inn scene as well | Paul Gilbert | |
svn-id: r42522 | |||
2009-07-16 | Game script fix for bug #2525010 - in the GRA version, the luggage blocked ↵ | Paul Gilbert | |
Rincewind's exit from the Inn, leaving him in a non-walkable area svn-id: r42521 | |||
2009-07-15 | Created a system for inserting arbitrary code fragments into game scripts, ↵ | Paul Gilbert | |
and added an initial fragment to fix the bug of being stuck in the past in the DW1 SCN version svn-id: r42500 | |||
2009-07-14 | TINSEL: Don't use ioFailed to check if a file was opened succesfuly | Max Horn | |
svn-id: r42468 | |||
2009-07-11 | Bugfix to properly save the currently playing midi music when saving a scene | Paul Gilbert | |
svn-id: r42377 | |||
2009-07-10 | tinsel: proper detection entry for Discworld 1 Italian only CD | Fabio Battaglia | |
svn-id: r42356 | |||
2009-07-02 | Added support for compressed sample files (patch #2815426 by m_kiewitz) | Sven Hesse | |
svn-id: r42020 | |||
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn | |
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009 | |||
2009-06-23 | tinsel: added some comments to psx palette mapper | Fabio Battaglia | |
svn-id: r41806 | |||
2009-06-16 | Formatting. | Johannes Schickel | |
svn-id: r41588 | |||
2009-06-16 | tinsel: check only english.txt for DW1 psx version detection, and use ↵ | Fabio Battaglia | |
recursive "SearchMan.addDirectory()" to obtain subdirs for Discworld PSX datafiles svn-id: r41587 | |||
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko | |
svn-id: r41272 | |||
2009-06-03 | Fix warning about signed vs. unsigned comparison. | Johannes Schickel | |
svn-id: r41143 | |||
2009-06-03 | tinsel: fixed endianess issue in psx palette remapper | Fabio Battaglia | |
svn-id: r41142 | |||
2009-06-03 | tinsel: removed some warnings related to psx code and cleanup of psx palette ↵ | Fabio Battaglia | |
remapper function svn-id: r41138 | |||
2009-05-31 | tinsel: workaround for "missing red dragon in Act IV" bug in Discworld PSX | Fabio Battaglia | |
svn-id: r41068 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-26 | tinsel: add default paths needed by Discworld PSX, now the user shouldn't ↵ | Fabio Battaglia | |
need to move files around svn-id: r40901 | |||
2009-05-25 | tinsel: avoid unnecessary checks in discworld psx palette remapper | Fabio Battaglia | |
svn-id: r40892 | |||
2009-05-25 | Till we specify an common behavior when loading a game state on startup ↵ | Johannes Schickel | |
fails / the user tries to load an non existing save slot, change Tinsel to start up the game as if no slot was specified. (This 'fixes' bug #2796215 "DW: Black screen when loading via command line") svn-id: r40890 | |||
2009-05-25 | tinsel: remove the ugly psx l-space workaround, and instead add a check into ↵ | Fabio Battaglia | |
PlayMidi for psx version svn-id: r40884 | |||
2009-05-25 | tinsel: add PSX specific code to workaround the thief bug in past ↵ | Fabio Battaglia | |
ankh-morpork, i still have to give a better look at this though svn-id: r40882 | |||
2009-05-25 | tinsel: avoid unnecessary iterations in Discworld PSX palette remapper | Fabio Battaglia | |
svn-id: r40879 | |||
2009-05-25 | tinsel: Discworld PSX uses "index.dat" as scene index file, not "index" | Fabio Battaglia | |
svn-id: r40878 | |||
2009-05-25 | tinsel: add entry in detector for Discworld PSX demo | Fabio Battaglia | |
svn-id: r40877 | |||
2009-05-25 | tinsel: endianess fix Discworld PSX palette remapper | Fabio Battaglia | |
svn-id: r40876 | |||
2009-05-24 | tinsel: fix some uninitialized var used in Discworld PSX | Fabio Battaglia | |
svn-id: r40875 | |||
2009-05-24 | tinsel: fix for CLUT palettes in Discworld PSX | Fabio Battaglia | |
svn-id: r40873 | |||
2009-05-24 | tinsel: Changes to psx palette conversion function | Fabio Battaglia | |
svn-id: r40869 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-24 | tinsel: fix graphic corruption caused by wrong clipping of 8-bit images in ↵ | Fabio Battaglia | |
Discworld PSX svn-id: r40864 | |||
2009-05-24 | tinsel: take into account clipping when drawing PSX 4-bit images | Fabio Battaglia | |
svn-id: r40862 |