aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
AgeCommit message (Collapse)Author
2011-12-27DREAMWEB: Move all of the functions to DreamBase and remove stubs.hFilippos Karapetis
2011-12-27DREAMWEB: Blacklist the main dreamweb functionWillem Jan Palenstijn
2011-12-27DREAMWEB: Move remaining use functions to DreamBaseWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove dead codeFilippos Karapetis
2011-12-27DREAMWEB: Clean up monitor functionsWillem Jan Palenstijn
2011-12-27DREAMWEB: Cleanup of getKeyAndLogo(), dirFile() and read()Filippos Karapetis
2011-12-26DREAMWEB: Improved 'getKeyAndLogo' function signature.D G Turner
This removes a remaining al usage.
2011-12-26DREAMWEB: Convert searchForStringWillem Jan Palenstijn
2011-12-26DREAMWEB: Move some functions to DreamBase, remove dead codeFilippos Karapetis
2011-12-26DREAMWEB: Remove dead codeFilippos Karapetis
2011-12-26Revert "DREAMWEB: Remove dead code and move most functions to DreamBase"Filippos Karapetis
This reverts commit 4c66f74b58e9a2c191f22a37f485047dd19be131. These functions aren't ready to be moved yet till the remaining two are finished, and they're so crossreferenced that the safest thing to do is revert this commit and break it down to smaller chunks
2011-12-26DREAMWEB: Remove dead code and move most functions to DreamBaseFilippos Karapetis
2011-12-26DREAMWEB: Convert 'parser'Willem Jan Palenstijn
2011-12-26DREAMWEB: Ported 'read' to C++D G Turner
2011-12-26DREAMWEB: Reduce dependency on globals and move functions to DreamBaseWillem Jan Palenstijn
2011-12-26DREAMWEB: Combine transferMap and transferInvWillem Jan Palenstijn
2011-12-26DREAMWEB: Convert pickupContsWillem Jan Palenstijn
2011-12-26DREAMWEB: Move openInvList, ryanInvList out of buffersWillem Jan Palenstijn
2011-12-26DREAMWEB: Port 'dircom' to C++, move rootdir out of the data blob and fix a ↵Filippos Karapetis
regression in searchForFiles()
2011-12-26DREAMWEB: Fix a regression in fillOpen() and remove the now unused ↵Filippos Karapetis
getOpenedSize()
2011-12-26DREAMWEB: Convert findAllOpen, fillOpenWillem Jan Palenstijn
2011-12-26DREAMWEB: Port 'transfertoex' to C++Filippos Karapetis
2011-12-26DREAMWEB: Move even more use-related functions to DreamBaseWillem Jan Palenstijn
2011-12-26DREAMWEB: Ported 'searchforfiles' to C++D G Turner
2011-12-25Merge pull request #153 from fingolfin/dreamweb-cleanupFilippos Karapetis
Dreamweb: Port rollEm() to C++, remove dead code
2011-12-26DREAMWEB: Cleaned up findFirstPath(), fixed a regression and moved it to ↵Filippos Karapetis
DreamBase
2011-12-26DREAMWEB: Move titles.cpp to DreamBaseMax Horn
2011-12-26DREAMWEB: Port rollEm() to C++Max Horn
2011-12-26DREAMWEB: Remove some dead codeMax 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: Move all of the functions in newplace.cpp into DreamBaseFilippos Karapetis
2011-12-25DREAMWEB: Remove getDestInfo() from locationPicFilippos Karapetis
This allows to move some more functions into DreamBase
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: Move some functions to DreamBaseFilippos Karapetis
2011-12-25DREAMWEB: Port 'selectopenob' to C++Filippos Karapetis
2011-12-25DREAMWEB: Name the return values of getAnyAdFilippos Karapetis
2011-12-25DREAMWEB: Move remaining talk functions to DreamBaseWillem Jan Palenstijn
2011-12-25DREAMWEB: Move talk functions to DreamBaseWillem Jan Palenstijn
2011-12-25DREAMWEB: Change hangOnPQ function signature to avoid carry flag usage.D G Turner
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: Minor cleanupWillem Jan Palenstijn