aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.cpp
AgeCommit message (Collapse)Author
2011-12-13DREAMWEB: Port 'selectslot' to C++Filippos Karapetis
2011-12-12DREAMWEB: Simplify getUnderCentre(), putUnderCentre() and move some ↵Filippos Karapetis
functions to DreamBase
2011-12-12DREAMWEB: Set volumeDirection as a negative integer, where this is used, ↵Filippos Karapetis
instead of 0xFF
2011-12-12DREAMWEB: Fix regression in entryAnims()Filippos Karapetis
2011-12-12DREAMWEB: Port 'getundercentre', 'processtrigger', 'putundercentre', ↵Filippos Karapetis
'triggermessage' to C++
2011-12-12DREAMWEB: Port 'entryanims' to C++Filippos Karapetis
2011-12-12DREAMWEB: Convert 'setuptimeduse', 'entrytexts' to C++ and move priestText() ↵Filippos Karapetis
to DreamBase
2011-12-12DREAMWEB: Port 'quitkey' to C++Filippos Karapetis
2011-12-12DREAMWEB: Port 'autoappear' to C++Filippos Karapetis
2011-12-12DREAMWEB: Port 'usebuttona' to C++Filippos Karapetis
2011-12-12DREAMWEB: Convert rollEndCredits/rollEndCredits2 to C++Max Horn
2011-12-12DREAMWEB: Add Dreambase::loadSpeech methodMax Horn
2011-12-12DREAMWEB: Add a FIXMEMax Horn
2011-12-12Revert "DREAMWEB: Simplify the time display code"Filippos Karapetis
This reverts commit 546c6a07e4803541647ad18d69c650fdd4cf974c. This wasn't a good idea, after all - it breaks saves and the game time is always the real time (which is not what the original did - it only synced the game time with the real time at the beginning)
2011-12-12DREAMWEB: Simplify the time display codeFilippos Karapetis
2011-12-12DREAMWEB: Convert greyscaleSum, allPalette, dumpCurrentMax Horn
2011-12-12DREAMWEB: Remove a lot of unused/unneeded variablesFilippos Karapetis
2011-12-12DREAMWEB: Cleanup and add FIXMEsWillem Jan Palenstijn
2011-12-12DREAMWEB: Fix typo in monkSpeaking()Filippos Karapetis
2011-12-12DREAMWEB: Move fadeDOS to vgafades.cpp, cleanupMax Horn
2011-12-12DREAMWEB: Convert 'monkspeaking' and 'showmonk' to C++Filippos Karapetis
Also, remove the 'monkface' data from the data blob
2011-12-12DREAMWEB: Port 'showpuztext' to C++Filippos Karapetis
2011-12-12DREAMWEB: Fix regressions in getBack1 and useLighterWillem Jan Palenstijn
2011-12-11DREAMWEB: Port 'getback1', 'newplace' to C++Filippos Karapetis
2011-12-11DREAMWEB: Convert 'cantdrop', 'droperror' to C++Filippos Karapetis
2011-12-11DREAMWEB: Add FIXME about errors on quitWillem Jan Palenstijn
2011-12-11DREAMWEB: Add DreamWebEngine::getSavegameFilenameMax Horn
2011-12-11DREAMWEB: Remove DreamGenContext::closeFile, stop using kHandleMax Horn
2011-12-10DREAMWEB: Fix regression in diaryKeyNWillem Jan Palenstijn
2011-12-09Merge pull request #133 from fingolfin/dreamweb-cleanupFilippos Karapetis
Dreamweb cleanup
2011-12-09DREAMWEB: Remove unused codeMax Horn
2011-12-09DREAMWEB: Port 'diarykeyp', 'diarykeyn' to C++Filippos Karapetis
2011-12-09DREAMWEB: Use the C++ version of workScreen() in C++ codeFilippos Karapetis
2011-12-09DREAMWEB: Fix regression in showSaveOpsWillem Jan Palenstijn
2011-12-09DREAMWEB: Port 'endgame', 'showgun' to C++Filippos Karapetis
Also, remove the associated 'endtextname' and 'gungraphic' offsets from the blob
2011-12-09DREAMWEB: Fix regression in hangOnPQ (in conversations)Willem Jan Palenstijn
2011-12-09DREAMWEB: Convert 'hangonpq' to C++ and remove quitlist from the blobFilippos Karapetis
This is the last place where checkCoords() was called without parameters
2011-12-09DREAMWEB: Port 'usediary' to C++ and remove diarylist from the blobFilippos Karapetis
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: offset_decidelist is now unnecessary (regenerated dreamgen.h)Filippos Karapetis
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-08DREAMWEB: Code formattingMax Horn
2011-12-08DREAMWEB: Fix warningsFilippos Karapetis
2011-12-08DREAMWEB: Move functions to DreamBaseWillem Jan Palenstijn
2011-12-08DREAMWEB: Convert watchreel and remove global kReelpointerWillem Jan Palenstijn