aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
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-23Add patch #3463338 - Detect Macintosh demo of Pajama Sam 1.Travis Howell
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
2011-12-16DREAMWEB: Convert fadeScreenDownHalf to C++Max Horn
2011-12-16DREAMWEB: Convert useGun to C++Max Horn
2011-12-16DREAMWEB: Port 'poolguard' to C++Filippos Karapetis
This is the last of the people-related functions, so the assembly-like wrappers of addToPeopleList() and showGameReel() have been removed. Also, madManText() has been simplified
2011-12-16DREAMWEB: Port 'endgameseq' to C++Filippos Karapetis
2011-12-16DREAMWEB: Port 'businessman' to C++Filippos Karapetis
2011-12-15DREAMWEB: Port 'mugger' to C++, remove the unused 'findpuztext' function and ↵Filippos Karapetis
fix tasm-recover
2011-12-15DREAMWEB: Convert notHeldError to C++, move stuff to DreamBaseMax Horn
2011-12-15DREAMWEB: Convert a bunch of stuff to C++Max Horn
Specifically, I started with openOb() and withWhat() which allowed to remove offset_commandline and offset_openchangesize. A clean conversion of these required a conversion of printMessage2 and getOpenedSize.
2011-12-15DREAMWEB: Port 'helicopter' to C++Filippos Karapetis
2011-12-15DREAMWEB: Remove some unused global variables from the data blobFilippos Karapetis
2011-12-15DREAMWEB: 'keypadax', 'keypadcx' are no longer neededFilippos Karapetis
2011-12-15DREAMWEB: Port 'describeob', 'additionaltext' to C++Filippos Karapetis
2011-12-15DREAMWEB: Port 'usehandle', 'usealtar' to C++Filippos Karapetis
2011-12-15DREAMWEB: Port 'findsetobject' and 'findexobject' to C++ and simplify compare()Filippos Karapetis
2011-12-14DREAMWEB: Convert makeCaps to C++, fix bug in delCharMax Horn
2011-12-14DREAMWEB: Convert execCommand to C++, remove comlist from data blobMax Horn
2011-12-14DREAMWEB: Port 'lookatcard' to C++Filippos Karapetis
2011-12-14DREAMWEB: Port 'runendseq' to C++ and remove the unused 'drawitall' functionFilippos Karapetis
2011-12-14DREAMWEB: Port 'heavy' to C++Filippos Karapetis
2011-12-14DREAMWEB: Port 'dumpdiarykeys' to C++ and remove the now unused 'findtext1'Filippos Karapetis
2011-12-14DREAMWEB: Port 'showdiarypage' to C++Filippos Karapetis
2011-12-13DREAMWEB: Port 'bartender' and 'receptionist' to C++Filippos Karapetis
2011-12-13DREAMWEB: 'removefreeobject' is unused. Port 'updatesymboltop', ↵Filippos Karapetis
'updatesymbolbot' to C++