aboutsummaryrefslogtreecommitdiff
path: root/devtools/tasmrecover
AgeCommit message (Collapse)Author
2011-12-26DREAMWEB: Ported 'searchforfiles' to C++D G Turner
2011-12-26DREAMWEB: Port 'findpathofpoint' to C++D G Turner
2011-12-26DREAMWEB: Port rollEm() to C++Max Horn
2011-12-25DREAMWEB: Ported 'findfirstpath' to C++.D G Turner
This conversion could do with a bit more work to remove the es/ax/cx temp usage and clean up the code.
2011-12-25DREAMWEB: Port 'findopenpos' to C++Filippos Karapetis
2011-12-25DREAMWEB: The ASM-style version of getEitherAd() is no longer neededFilippos Karapetis
2011-12-25DREAMWEB: Remove getdestinfo() and access the roomPics array directly in ↵Filippos Karapetis
locationPic()
2011-12-25DREAMWEB: Port 'purgeanitem' to C++, some cleanupFilippos Karapetis
2011-12-25DREAMWEB: Port 'emergencypurge' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'outofopen' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'swapwithopen' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'swapwithinv' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'useopened' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'locationpic', 'reexfrominv' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'selectopenob' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'dosometalk' to C++D G Turner
2011-12-25DREAMWEB: Convert 'checkobjectsize' to C++Filippos Karapetis
Also, renamed getOpenedSizeCPP() to getSlotCount(). Special thanks to wjp for his help and for examining the behavior of a fallback case.
2011-12-24DREAMWEB: Port 'getpersontext' to C++D G Turner
2011-12-24DREAMWEB: Ported 'starttalk' to C++D G Turner
2011-12-24DREAMWEB: Move many use-related functions to DreamBaseWillem Jan Palenstijn
2011-12-24DREAMWEB: Remove unused functionWillem Jan Palenstijn
2011-12-24DREAMWEB: Port 'dropobject' to C++Filippos Karapetis
2011-12-24DREAMWEB: Convert getObTextStartWillem Jan Palenstijn
2011-12-24DREAMWEB: Port 'incryanpage' to C++Filippos Karapetis
2011-12-23Merge pull request #151 from fingolfin/dreamweb-cleanup-rebasedWillem Jan Palenstijn
Conflicts: engines/dreamweb/dreamgen.cpp engines/dreamweb/stubs.cpp
2011-12-23DREAMWEB: Remove more unnecessary globalsWillem Jan Palenstijn
2011-12-23DREAMWEB: Convert resetLocation and purgeALocation to C++Max Horn
2011-12-23DREAMWEB: Convert fadeDownMon, fadeUpMon, initialMonCols to C++Max Horn
Note that the two fade methods are currently unused; the only calls to them are commented out in the asm version of the code. This change also removes showGroup()
2011-12-23DREAMWEB: Ported 'reminders' to C++ and renamed it to edensFlatReminders()Filippos Karapetis
2011-12-19DREAMWEB: Port 'intoinv', 'outofinv' to C++Filippos Karapetis
2011-12-18DREAMWEB: Port 'lookatplace' to C++Filippos Karapetis
2011-12-18DREAMWEB: 'nextcolon' is unusedFilippos Karapetis
2011-12-18DREAMWEB: Rewrite signOn into C++, and remove the users and passwords from ↵Filippos Karapetis
the data blob Note that the string processing logic in signOn is a bit different from the original, but the end result is the same (with cleaner code)
2011-12-18DREAMWEB: Remove the now unused 'keynum' and 'newlogonum' variables from the ↵Filippos Karapetis
data blob
2011-12-18DREAMWEB: Remove reelRoutines from data blobWillem Jan Palenstijn
2011-12-18DREAMWEB: Convert removeObFromInv, deleteExObject, deleteExFrame, deleteExTextWillem Jan Palenstijn
2011-12-18DREAMWEB: Port 'getkeyandlogo' to C++Filippos Karapetis
2011-12-18DREAMWEB: Port 'showkeys' to C++Filippos Karapetis
2011-12-18DREAMWEB: Port 'showdiarykeys' to C++Filippos Karapetis
2011-12-18DREAMWEB: Port 'setpickup' to C++ and added an enum for the object typesFilippos Karapetis
2011-12-18DREAMWEB: Port 'lookininterface' to C++Filippos Karapetis
2011-12-17DREAMWEB: Convert clearBuffers, clearChangesWillem Jan Palenstijn
2011-12-17DREAMWEB: Convert checkForExitWillem Jan Palenstijn
2011-12-17DREAMWEB: Port 'findinvpos', 'selectob' to C++ and fix a regression in ↵Filippos Karapetis
identifyOb()
2011-12-17DREAMWEB: Port 'usestereo' to C++Filippos Karapetis
2011-12-17DREAMWEB: Port 'checkinside' to C++Filippos Karapetis
2011-12-17DREAMWEB: Rewrote useCashCard() in C++ and got rid of moneyPoke() and its ↵Filippos Karapetis
associated offsets in the data blob
2011-12-16DREAMWEB: Port 'showslots' to C++Filippos Karapetis
2011-12-16DREAMWEB: Port 'identifyob' to C++Filippos Karapetis
2011-12-16DREAMWEB: Port 'isryanholding' to C++Filippos Karapetis