aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/pcode.cpp
AgeCommit message (Collapse)Author
2009-09-28Script workaround for partially off-screen text in DW1 GRAPaul Gilbert
svn-id: r44445
2009-09-13Added workaround fix for Amazon conversation being cut off in Act 2Paul Gilbert
svn-id: r44050
2009-08-28Added missing parameter size specifiers for the DW-GRA Palace Guards script ↵Paul Gilbert
fixes svn-id: r43777
2009-08-19Corrected comments in the bug workaround listPaul Gilbert
svn-id: r43529
2009-08-17Fix for some more !!HIGH STRINGS!! when talking to the palace guardsPaul Gilbert
svn-id: r43468
2009-08-07Bugfix for #2831159 - Palace guards saying !!HIGH STRING!!Paul Gilbert
svn-id: r43093
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-03-15Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the ↵Max Horn
SCI engine svn-id: r39428
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
svn-id: r39203
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-06Library routine and interpreter fixes for the DW1 demoPaul Gilbert
svn-id: r35257
2008-12-06Beginning of support for DW1 Demo - Interpret has been changed to support ↵Paul Gilbert
opcode differences, and CallLibraryRoutine has a new mapping list of routines svn-id: r35252
2008-12-01Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 ↵Filippos Karapetis
should be completable svn-id: r35196
2008-07-25TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, ↵Max Horn
PCONFINIT svn-id: r33282
2008-07-24Moved scheduler / process managment code into a new class SchedulerMax Horn
svn-id: r33259
2008-07-23Added Tinsel engine to main repos (no news item for it ON PURPOSE)Max Horn
svn-id: r33230