aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2011-12-08DREAMWEB: Port 'showcooker' to C++Filippos Karapetis
2011-12-08DREAMWEB: Port 'middlepanel' to C++Filippos Karapetis
2011-12-08DREAMWEB: Port 'showopbox', 'showsaveops', 'showloadops' to C++Filippos Karapetis
2011-12-08DREAMWEB: Port 'copper' to C++. Remove 'advisor' (unused)Filippos Karapetis
2011-12-08DREAMWEB: 'printoutermon', 'showarrows' ported to C++Filippos Karapetis
2011-12-08Merge pull request #128 from fingolfin/dreamweb-segmentsFilippos Karapetis
DREAMWEB: Refactor segment management
2011-12-08DREAMWEB: Convert doFade()Max Horn
2011-12-08DREAMWEB: Refactor segment managementMax Horn
All segment code is now in a new header file segment.h. A new class takes care of managing the segments: SegmentManager. The DreamBase class subclasses this -- thus, segments can now be accessed from within it.
2011-12-08DREAMWEB: 'examineinventory' ported to C++Filippos Karapetis
2011-12-07DREAMWEB: Ported 'runintroseq' to C++.D G Turner
2011-12-08DREAMWEB: 'monkandryan' ported to C++Filippos Karapetis
2011-12-08DREAMWEB: 'priest' and 'priesttext' ported to C++Filippos Karapetis
2011-12-07DREAMWEB: 'bossman' ported to C++Filippos Karapetis
2011-12-07DREAMWEB: 'louischair' ported to C++Filippos Karapetis
2011-12-07DREAMWEB: Blacklist 18 functions already moved to stubs.cpp...D G Turner
Some of these functions in stubs.cpp have been removed or merged since they are only used in a single place or are now unused.
2011-12-07DREAMWEB: 'alleybarksound', 'drinker', 'interviewer' converted to C++Filippos Karapetis
2011-12-07DREAMWEB: Blacklist 'allocatemem' and remove parameter-less C++ version.D G Turner
2011-12-07DREAMWEB: 'candles1', 'candles2', 'smallcandle' converted to C++Filippos Karapetis
2011-12-07DREAMWEB: Convert 'selectlocation'Willem Jan Palenstijn
2011-12-07DREAMWEB: 'intromagic2', 'intromagic3' ported to C++Filippos Karapetis
2011-12-07Merge pull request #127 from fingolfin/dreamweb-cleanupWillem Jan Palenstijn
Dreamweb: Remove more dead stuff, advance DreamBase <-> DreamGenContext split
2011-12-07DREAMWEB: 'clearrest' ported to C++.D G Turner
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: Convert volumeAdjustMax Horn
2011-12-07DREAMWEB: Merge DreamWeb::fadeDos into DreamGenContext::fadeDOSMax Horn
2011-12-07DREAMWEB: Make DreamBase::engine protectedMax Horn
2011-12-07DREAMWEB: Pass data segment as SegmentRef to Context constructorMax Horn
And not as SegmentPtr.
2011-12-07DREAMWEB: Move generated constants out of class DreamGenContextMax 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: 'attendant', 'keeper' ported to C++Filippos Karapetis
2011-12-07DREAMWEB: 'manasleep2' ported to C++ (same as 'manasleep')Filippos Karapetis
2011-12-07DREAMWEB: 'dumpkeypad', 'dumpsymbol', 'dumpsymbox', 'dumpzoom'Filippos Karapetis
2011-12-07DREAMWEB: Added a C++ implementation of isSetObOnMap()Filippos Karapetis
2011-12-07DREAMWEB: 'moretalk' and 'redes' ported to C++Filippos Karapetis
2011-12-06DREAMWEB: 'usecardreader1', 'usecardreader2', 'usecardreader3', ↵Filippos Karapetis
'usepoolreader' ported to C++
2011-12-06DREAMWEB: Fix generated namespace commentsMax Horn
2011-12-06DREAMWEB: Move 'train' out of dreamgen againWillem Jan Palenstijn
Apparently it is effectively empty...
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: '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: 'useelvdoor', 'useobject', 'useplinth' ported to C++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: '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: 'slabdoora', 'slabdoorc', 'slabdoord', 'slabdoore', 'slabdoorf', ↵Filippos Karapetis
'useladder', 'useladderb', ported to C++
2011-12-06DREAMWEB: 'setwalk' ported to C++Filippos Karapetis