aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2011-12-09DREAMWEB: Port 'dosaveload' to C++ and remove opslist from the blobFilippos Karapetis
2011-12-09DREAMWEB: Port 'discops' to C++Filippos Karapetis
2011-12-09DREAMWEB: Port 'talk' to C++. Remove decidelist and talklist offsetsFilippos Karapetis
2011-12-08DREAMWEB: Remove two unused fade functions from dreamgen.*D G Turner
2011-12-08DREAMWEB: Port 'decide' to C++Filippos Karapetis
2011-12-08DREAMWEB: Port 'getunderzoom', 'putunderzoom', 'showdecisions', ↵Filippos Karapetis
'undertextline' to C++
2011-12-08DREAMWEB: Port 'madmanrun' to C++Filippos Karapetis
2011-12-08DREAMWEB: Port 'afternewroom' to C++Filippos Karapetis
2011-12-08Merge pull request #130 from fingolfin/dreamweb-miscFilippos Karapetis
Dreamweb: convert workoutFrames to c++, some cleanup
2011-12-08DREAMWEB: Port 'intromonks2' to C++Filippos Karapetis
2011-12-08DREAMWEB: Convert workoutFrames to C++Max Horn
2011-12-08DREAMWEB: Port 'intromonks1' to C++Filippos Karapetis
2011-12-08DREAMWEB: Move functions to DreamBaseWillem Jan Palenstijn
2011-12-08DREAMWEB: Remove globals kCurrentframe, kTakeoffWillem Jan Palenstijn
2011-12-08DREAMWEB: Convert watchreel and remove global kReelpointerWillem Jan Palenstijn
2011-12-08DREAMWEB: Port 'showdiary' to C++Filippos Karapetis
2011-12-08DREAMWEB: Fix tasmrecoverWillem Jan Palenstijn
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