aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
AgeCommit message (Collapse)Author
2011-12-12DREAMWEB: Port 'usewire' 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: Remove now unused DreamGenContext::playChannel0() wrapperMax Horn
2011-12-12DREAMWEB: Convert rollEndCredits/rollEndCredits2 to C++Max Horn
2011-12-12DREAMWEB: Add Dreambase::loadSpeech methodMax 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: Cleanup and add FIXMEsWillem Jan Palenstijn
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-11DREAMWEB: Port 'uselighter' to C++Filippos Karapetis
2011-12-11DREAMWEB: Port 'getback1', 'newplace' to C++Filippos Karapetis
2011-12-11DREAMWEB: Convert 'cantdrop', 'droperror' to C++Filippos Karapetis
2011-12-11DREAMWEB: Move Savenames out of opaque data blobWillem Jan Palenstijn
2011-12-11DREAMWEB: Convert checkInputWillem Jan Palenstijn
2011-12-11DREAMWEB: Do savefile reading directly in loadPosition() / scanForNames()Max Horn
2011-12-11DREAMWEB: Remove DreamGenContext::closeFile, stop using kHandleMax Horn
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: Port 'quitSymbol' to C++Filippos Karapetis
2011-12-09DREAMWEB: Port 'monitorlogo' to C++Filippos Karapetis
2011-12-09DREAMWEB: Port 'endgame', 'showgun' to C++Filippos Karapetis
Also, remove the associated 'endtextname' and 'gungraphic' offsets from the blob
2011-12-09DREAMWEB: Port 'soldier1' to C++Filippos Karapetis
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: 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-08Merge pull request #130 from fingolfin/dreamweb-miscFilippos Karapetis
Dreamweb: convert workoutFrames to c++, some cleanup
2011-12-08DREAMWEB: Port 'intromonks2' to C++Filippos Karapetis
2011-12-08DREAMWEB: Move more stuff to DreamBaseMax Horn
2011-12-08DREAMWEB: Port 'intromonks1' to C++Filippos Karapetis
2011-12-08DREAMWEB: Move functions to DreamBaseWillem Jan Palenstijn
2011-12-08DREAMWEB: Remove globals kCurrentframe, kTakeoffWillem Jan Palenstijn
2011-12-08DREAMWEB: Convert watchreel and remove global kReelpointerWillem Jan Palenstijn
2011-12-08DREAMWEB: Port 'showcooker' to C++Filippos Karapetis
2011-12-08DREAMWEB: Port 'showopbox', 'showsaveops', 'showloadops' to C++Filippos Karapetis
2011-12-08DREAMWEB: Port 'copper' to C++. Remove 'advisor' (unused)Filippos Karapetis
2011-12-08DREAMWEB: Move some data accessor functions to DreamBaseWillem Jan Palenstijn
2011-12-08DREAMWEB: 'printoutermon', 'showarrows' ported to C++Filippos Karapetis
2011-12-08Merge pull request #128 from fingolfin/dreamweb-segmentsFilippos Karapetis
DREAMWEB: Refactor segment management
2011-12-08Merge pull request #129 from fingolfin/dreamweb-soundFilippos Karapetis
DREAMWEB: Move sound related code to a new source file
2011-12-08DREAMWEB: Move more stuff to DreamBaseMax Horn