aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.cpp
AgeCommit message (Collapse)Author
2011-11-16DREAMWEB: 'twodigitnum' ported to C++Bertrand Augereau
2011-11-16DREAMWEB: Hopefully fix loading speechWillem Jan Palenstijn
The call to loadspeech() in setuptimedtemp() needs al set correctly, while the C++ wrapper skipped this.
2011-11-16DREAMWEB: keypad.cpp to mimic keypad.asmBertrand Augereau
2011-11-16DREAMWEB: Fix loadroom.Alyssa Milburn
2011-11-16DREAMWEB: 'getundermenu' and 'putundermenu' ported to C++Bertrand Augereau
2011-11-16DREAMWEB: 'loadroom' ported to C++Bertrand Augereau
2011-11-16DREAMWEB: 'zoomicon' ported to C++Bertrand Augereau
2011-11-16DREAMWEB: 'watchcount' ported to C++Bertrand Augereau
2011-11-16DREAMWEB: Removed the check that there is enough memoryBertrand Augereau
2011-11-16DREAMWEB: Fix regression from 03a2352e307cfdc5bbc07e7e8d82c85dab06ad01.D G Turner
This caused Dreamweb to exit immediately on EN versions.
2011-11-15DREAMWEB: Clean up a few loop structuresWillem Jan Palenstijn
2011-11-15DREAMWEB: Clean up getFilenameWillem Jan Palenstijn
2011-11-15DREAMWEB: setupemm is not a good place for early initializationWillem Jan Palenstijn
2011-11-15DREAMWEB: Fix crash on quitWillem Jan Palenstijn
The functions 'mainscreen' and 'screenupdate' can set kQuitrequested, so we have to check that from their callers.
2011-11-14DREAMWEB: 'roomname' ported to C++Bertrand Augereau
2011-11-15DREAMWEB: 'showwatch' ported to C++Bertrand Augereau
2011-11-14DREAMWEB: Unhardcode checkcoords tablesWillem Jan Palenstijn
This patch makes __dispatch_call (even more) superfluous, but does not yet remove it.
2011-11-14DREAMWEB: Convert 'mainscreen'Willem Jan Palenstijn
2011-11-14DREAMWEB: Move 'mainscreen' from dreamgenWillem Jan Palenstijn
2011-11-14DREAMWEB: 'showicon' ported to C++Bertrand Augereau
2011-09-04DREAWMEB: 'showcity' ported to C++Bertrand Augereau
2011-09-04DREAMWEB: 'sortoutmap' ported to C++Bertrand Augereau
2011-11-02DREAMWEB: Remove explicit comparisonsEugene Sandulenko
2011-10-15DREAMWEB: Silenced warnings, applied coding conventionsFilippos Karapetis
- Silenced a lot of signed/unsigned MSVC warnings - Changed (rarely used) "not" keywords to "!"
2011-10-09DREAMWEB: object.cpp to replicate object.asmBertrand Augereau
2011-10-09DREAMWEB: 'zoomonoff' ported to C++Bertrand Augereau
2011-09-04DREAMWEB: 'examineobtext' ported to C++Bertrand Augereau
2011-09-08DREAMWEB: Fix quitting in several modal parts of the gameBertrand Augereau
2011-09-07DREAMWEB: Useless includes removedBertrand Augereau
2011-09-07DREAMWEB: Simpler flavour of 'printdirect' for cases when the output layout ↵Bertrand Augereau
information is not needed by the client
2011-09-07DREAMWEB: 'getobtextstart' C++ wrapperBertrand Augereau
2011-09-07DREAMWEB: 'findnextcolon' ported to C++Bertrand Augereau
2011-09-06DREAMWEB: 'hangon' and 'hangonp' ported to C++Bertrand Augereau
2011-09-06DREAMWEB: Ported 'fillryan' to C++Bertrand Augereau
2011-09-05DREAMWEB: Ported 'findallryan' to C++Bertrand Augereau
2011-09-05DREAMWEB: Ported 'showryanpage' to C++Bertrand Augereau
2011-09-05DREAMWEB: Removal of a useless register usageBertrand Augereau
2011-09-02DREAMWEB: 'obtoinv' ported to C++Bertrand Augereau
2011-09-02DREAMWEB: 'isitworn' and 'makeworn' ported to C++Bertrand Augereau
2011-09-02DREAMWEB: Removal of stubs that became uselessBertrand Augereau
2011-09-02DREAMWEB: 'checkifset' ported to C++Bertrand Augereau
2011-09-02DREAMWEB: 'isitdescribed' ported to C++Bertrand Augereau
2011-09-02DREAMWEB: Fix : getexpos has a return value AND a side-effectBertrand Augereau
2011-09-02DREAMWEB: Fix : getexpos returns info in es:diBertrand Augereau
2011-09-01DREAMWEB: Fix of the bug when you are in the inventory and drag the gun ↵Bertrand Augereau
agains the upper border of the screen
2011-09-01DREAMWEB: 'compare' ported to C++Bertrand Augereau
2011-09-01DREAMWEB: 'getaddir' ported to C++Bertrand Augereau
2011-09-01DREAMWEB: 'obicons' ported to C++Bertrand Augereau
2011-08-31DREAMWEB: 'getanyad' ported to C++Bertrand Augereau
2011-08-30DREAMWEB: Structs member renamingBertrand Augereau