aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.cpp
AgeCommit message (Collapse)Author
2011-12-04DREAMWEB: 'titles' ported to C++D G Turner
2011-12-04DREAMWEB: Cleaner finalization of the engineBertrand Augereau
All the segments are destroyed with the VM but it won't be the case when individual buffers will be malloc'ed.
2011-12-04DREAMWEB: 'getRidOfAll' ported to C++Bertrand Augereau
2011-12-04DREAMWEB: Hardcoded a few filenamesBertrand Augereau
2011-12-04DREAMWEB: 'examIcon' ported to C++Bertrand Augereau
2011-12-04DREAMWEB: 'panelIcons1' ported to C++Bertrand Augereau
2011-12-04DREAMWEB: kIcons2 accessorBertrand Augereau
2011-12-04DREAMWEB: 'showMan' ported to C++Bertrand Augereau
2011-12-04DREAMWEB: kIcons1 accessorBertrand Augereau
2011-12-04DREAMWEB: 'showExit' ported to C++Bertrand Augereau
2011-12-04DREAMWEB: Convert 'readKey' and the keyboard bufferWillem Jan Palenstijn
2011-12-04DREAMWEB: Move 'readKey' from dreamgenWillem Jan Palenstijn
2011-12-03DREAMWEB: Clean up last remaining kFileheader/kFiledata usageWillem Jan Palenstijn
2011-12-03DREAMWEB: Remove unused filenames from blobWillem Jan Palenstijn
2011-12-03DREAMWEB: Remove more unused functions and blobsWillem Jan Palenstijn
2011-12-03DREAMWEB: Convert 'atmospheres'Willem Jan Palenstijn
2011-12-03DREAMWEB: Move 'atmospheres' from dreamgenWillem Jan Palenstijn
2011-12-03DREAMWEB: Allow quitting during symbol phasesBertrand Augereau
2011-12-03DREAMWEB: 'enterSymbol' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: Replace hardcoded constants by their symbolic namesWillem Jan Palenstijn
2011-12-03DREAMWEB: 'getridoftempXXX' family ported to C++Bertrand Augereau
2011-12-03DREAMWEB: Convert 'loadOld' and clean up 'doLoad' callsWillem Jan Palenstijn
2011-12-03DREAMWEB: Clean upWillem Jan Palenstijn
2011-12-03DREAMWEB: Create and use FileHeader structWillem Jan Palenstijn
2011-12-03DREAMWEB: Convert 'scanForNames'Willem Jan Palenstijn
2011-12-03DREAMWEB: 'dumpMenu' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: 'showMenu' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: 'loadMenu' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: 'useMenu' ported to C++Bertrand Augereau
2011-12-03DREAMWEB: Move roomData out of opaque data segmentWillem Jan Palenstijn
2011-12-03DREAMWEB: Make SegmentRef "immutable", add MutableSegmentRef subclassMax Horn
This way, the cs and data segment "pointers" can be clearly seen to be invariant and equal. Moreover, SegmentRef instances no longer needs to carry a pointer to the context object.
2011-12-02DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ↵Bertrand Augereau
this)
2011-12-02DREAMWEB: 'enterCode' ported to C++Bertrand Augereau
2011-12-02DREAMWEB: 'credits' ported to C++D G Turner
2011-12-01DREAMWEB: Fix compilation due to dreamgen.* function renaming.D G Turner
2011-12-01DREAMWEB: 'worktoscreenm' ported to C++Bertrand Augereau
2011-11-30DREAMWEB: Remove unreferenced stubs and unused sound blaster stuffBertrand Augereau
2011-11-30DREAMWEB: 'allocatebuffers' ported to C++Bertrand Augereau
2011-11-30DREAMWEB: Use workspace() instead of kWorkspaceBertrand Augereau
2011-11-30DREAMWEB: Less VM side-effects in 'doblocks'Bertrand Augereau
2011-11-30DREAMWEB: 'drawfloor' ported to C++Bertrand Augereau
2011-11-30EAMWEB: 'loadtemptext' and 'loadtraveltext' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'loadfolder' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'foldertext' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'folderhints' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'lastfolder' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'nextfolder' ported to C++Bertrand Augereau
2011-11-28DREAMWEB: Helper to get strings from kTextfile1Bertrand Augereau
2011-11-28DREAMWEB: Small cleanup in 'showleftpage' and 'showrightpage'Bertrand Augereau
2011-11-28DREAMWEB: 'getlocation' and 'setlocation' ported to C++Bertrand Augereau