aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb
AgeCommit message (Collapse)Author
2011-12-07DREAMWEB: 'deallocatemem' blacklisted, already ported to C++.D G Turner
2011-12-07DREAMWEB: Remove now unused sound interrupt related functions.D G Turner
All are empty and unused, except for soundStartup() which was called but was empty and soundCheckInt which unconditionally set kTestResult to 1 (assumed to be "Test Pass"), but this value is not used anywhere and the function was not called anyway, so safe to remove.
2011-12-07DREAMWEB: Move generated constants out of class DreamGenContextMax Horn
2011-12-07DREAMWEB: Remove unused methodMax Horn
2011-12-07DREAMWEB: Move more methods to DreamBase, cleanupMax Horn
2011-12-07DREAMWEB: Move a few methods to DreamBase, remove some unused codeMax Horn
2011-12-07DREAMWEB: Add DreamBase as second base class for DreamGenContextMax Horn
The idea is to slowly transfer converted methods into this new base class. This transition then proves that the method does not access or modify any of the emulation context. for eaiser step-by-step migration away from Context
2011-12-07DREAMWEB: Fix regression in keeperWillem Jan Palenstijn
2011-12-07DREAMWEB: 'attendant', 'keeper' ported to C++Filippos Karapetis
2011-12-07DREAMWEB: 'manasleep2' ported to C++ (same as 'manasleep')Filippos Karapetis
2011-12-07DREAMWEB: Use symbolic constants and move functions to right filesWillem Jan Palenstijn
2011-12-07DREAMWEB: 'dumpkeypad', 'dumpsymbol', 'dumpsymbox', 'dumpzoom'Filippos Karapetis
2011-12-07DREAMWEB: Added a C++ implementation of isSetObOnMap()Filippos Karapetis
2011-12-06DREAMWEB: Fix regression in 'moretalk'Willem Jan Palenstijn
2011-12-07DREAMWEB: 'moretalk' and 'redes' ported to C++Filippos Karapetis
2011-12-06DREAMWEB: Fix regression in useCardReader1Willem Jan Palenstijn
2011-12-06DREAMWEB: 'usecardreader1', 'usecardreader2', 'usecardreader3', ↵Filippos Karapetis
'usepoolreader' ported to C++
2011-12-06DREAMWEB: Fix generated namespace commentsMax Horn
2011-12-06DREAMWEB: Declare namespace *after* all #includesMax Horn
2011-12-06DREAMWEB: Paranoia range checkMax Horn
2011-12-06DREAMWEB: Cleanup end of namespace commentsMax Horn
2011-12-06DREAMWEB: Fix warningsWillem Jan Palenstijn
2011-12-06DREAMWEB: Add a default use handler, thereby reducing code duplicationFilippos Karapetis
2011-12-06DREAMWEB: Move 'train' out of dreamgen againWillem Jan Palenstijn
Apparently it is effectively empty...
2011-12-06DREAMWEB: Fix regression in 'gates'Willem Jan Palenstijn
2011-12-06DREAMWEB: Fix regressions in 'monks2text'Willem Jan Palenstijn
2011-12-06DREAMWEB: Fix regression in 'usecart'Willem Jan Palenstijn
2011-12-06DREAMWEB: Put 'train' back in dreamgen since it hadn't been converted yetWillem Jan Palenstijn
Also fix syntax error in tasm-recover
2011-12-06DREAMWEB: Fix regressions in 'intro1text', 'redrawmainscrn', 'sitdowninbar'Willem Jan Palenstijn
2011-12-06DREAMWEB: 'grafittidoor', 'hotelcontrol', 'openhoteldoor', 'openhoteldoor2', ↵Filippos Karapetis
'opentomb' ported to C++
2011-12-06DREAMWEB: 'chewy', 'slabdoorb', 'usecart', 'usehole', 'usetrainer', ↵Filippos Karapetis
'usewinch' ported to C++
2011-12-06DREAMWEB: Fix regression in useObject() from f2829a6Filippos Karapetis
2011-12-06DREAMWEB: Revert the changes in zoomOnOff() from ddddce372. Some cleanupFilippos Karapetis
2011-12-06DREAMWEB: Finish off useObject()Filippos Karapetis
2011-12-06DREAMWEB: 'useelvdoor', 'useobject', 'useplinth' ported to C++Filippos Karapetis
2011-12-06DREAMWEB: Simplified mouse button checks (thanks wjp, Tron)Filippos Karapetis
2011-12-06DREAMWEB: Fixed delEverything() (thanks tramboi)Filippos Karapetis
2011-12-06DREAMWEB: Fixed mouse button checks (thanks wjp)Filippos Karapetis
2011-12-06DREAMWEB: 'destselect', 'lastdest', 'nextdest', 'putbackobstuff', ↵Filippos Karapetis
'reexfromopen', 'useplate' ported to C++
2011-12-06DREAMWEB: 'clearpalette', 'deleverything', 'errormessage1', 'errormessage2', ↵Filippos Karapetis
'errormessage3', 'train' ported to C++
2011-12-06DREAMWEB: Added more language / CD checksFilippos Karapetis
2011-12-06DREAMWEB: Fix language checkWillem Jan Palenstijn
2011-12-06DREAMWEB: 'opentvdoor', 'useclearbox' ported to C++. Some cleanup.Filippos Karapetis
2011-12-06DREAMWEB: 'usechurchgate', 'usefullcart' ported to C++Filippos Karapetis
2011-12-06DREAMWEB: 'makemainscreen', 'obsthatdothings', 'openinv' ported to C++Filippos Karapetis
2011-12-06DREAMWEB: 'intro1text', 'intro2text', 'intro3text', 'monks2text' ported to ↵Filippos Karapetis
C++. textForMonk() has been converted to C++, too.
2011-12-06DREAMWEB: Fix symbol puzzleBertrand Augereau
2011-12-06DREAMWEB: Fix getBackToOps and setWalkWillem Jan Palenstijn
2011-12-06DREAMWEB: 'slabdoora', 'slabdoorc', 'slabdoord', 'slabdoore', 'slabdoorf', ↵Filippos Karapetis
'useladder', 'useladderb', ported to C++
2011-12-06DREAMWEB: 'setwalk' ported to C++Filippos Karapetis