aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Collapse)Author
2009-08-07Bugfix for #2831159 - Palace guards saying !!HIGH STRING!!Paul Gilbert
svn-id: r43093
2009-08-05Bugfix for music not being stopped when music volume is set to zeroPaul Gilbert
svn-id: r43066
2009-08-02Make MemoryReAlloc() 64-bit alignment safeJoost Peters
svn-id: r43013
2009-08-02align 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-02Show a message if saving or loading a game fails.Torbjörn Andersson
svn-id: r42999
2009-07-25Move the event recorder to its own class (EventRecoder inside ↵Johannes Schickel
common/EventRecorder.[h/cpp]). svn-id: r42751
2009-07-20Bugfix 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-19Added the GUIO_NOSFX and GUIO_NOMUSIC flags to the first Discworld 1 demo entryPaul Gilbert
svn-id: r42611
2009-07-16Fixed GCC warning.Torbjörn Andersson
svn-id: r42536
2009-07-16Prior script fix also fixes bug #2820788, with stealing wizard's malletsPaul Gilbert
svn-id: r42528
2009-07-16Added game script fix for bug #2680397 - game hang when using the brochure ↵Paul Gilbert
on the Beekeeper svn-id: r42527
2009-07-16Added no blocking fix for Present Outside Inn scene as wellPaul Gilbert
svn-id: r42522
2009-07-16Game 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-15Created 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-14TINSEL: Don't use ioFailed to check if a file was opened succesfulyMax Horn
svn-id: r42468
2009-07-11Bugfix to properly save the currently playing midi music when saving a scenePaul Gilbert
svn-id: r42377
2009-07-10tinsel: proper detection entry for Discworld 1 Italian only CDFabio Battaglia
svn-id: r42356
2009-07-02Added 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 senseMax 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-23tinsel: added some comments to psx palette mapperFabio Battaglia
svn-id: r41806
2009-06-16Formatting.Johannes Schickel
svn-id: r41588
2009-06-16tinsel: 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-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
svn-id: r41272
2009-06-03Fix warning about signed vs. unsigned comparison.Johannes Schickel
svn-id: r41143
2009-06-03tinsel: fixed endianess issue in psx palette remapperFabio Battaglia
svn-id: r41142
2009-06-03tinsel: removed some warnings related to psx code and cleanup of psx palette ↵Fabio Battaglia
remapper function svn-id: r41138
2009-05-31tinsel: workaround for "missing red dragon in Act IV" bug in Discworld PSXFabio Battaglia
svn-id: r41068
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of ↵Max Horn
char pointers) svn-id: r41000
2009-05-26tinsel: add default paths needed by Discworld PSX, now the user shouldn't ↵Fabio Battaglia
need to move files around svn-id: r40901
2009-05-25tinsel: avoid unnecessary checks in discworld psx palette remapperFabio Battaglia
svn-id: r40892
2009-05-25Till 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-25tinsel: remove the ugly psx l-space workaround, and instead add a check into ↵Fabio Battaglia
PlayMidi for psx version svn-id: r40884
2009-05-25tinsel: 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-25tinsel: avoid unnecessary iterations in Discworld PSX palette remapperFabio Battaglia
svn-id: r40879
2009-05-25tinsel: Discworld PSX uses "index.dat" as scene index file, not "index"Fabio Battaglia
svn-id: r40878
2009-05-25tinsel: add entry in detector for Discworld PSX demoFabio Battaglia
svn-id: r40877
2009-05-25tinsel: endianess fix Discworld PSX palette remapperFabio Battaglia
svn-id: r40876
2009-05-24tinsel: fix some uninitialized var used in Discworld PSXFabio Battaglia
svn-id: r40875
2009-05-24tinsel: fix for CLUT palettes in Discworld PSXFabio Battaglia
svn-id: r40873
2009-05-24tinsel: Changes to psx palette conversion functionFabio Battaglia
svn-id: r40869
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-05-24tinsel: fix graphic corruption caused by wrong clipping of 8-bit images in ↵Fabio Battaglia
Discworld PSX svn-id: r40864
2009-05-24tinsel: take into account clipping when drawing PSX 4-bit imagesFabio Battaglia
svn-id: r40862
2009-05-24tinsel: disable midi playing for Discworld PSX, as the game uses the ↵Fabio Battaglia
proprietary (and unsupported) PlayStation SEQ format svn-id: r40860
2009-05-24tinsel: sound samples and speech support for Discworld PSX using VAG. Based ↵Fabio Battaglia
on a patch provided by clone2727 svn-id: r40852
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵Max Horn
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725
2009-05-18tinsel: fixed "Unknown drawing type" for inventory in Discworld PSXFabio Battaglia
svn-id: r40698
2009-05-18tinsel: start adding transparency support to Discworld PSXFabio Battaglia
svn-id: r40697
2009-05-16Add detection for Russian version of DW2.Eugene Sandulenko
svn-id: r40622