aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamweb.cpp
AgeCommit message (Collapse)Author
2012-01-08DREAMWEB: Extend the number of saveslots from 7 to 21 in the originalTorbjörn Andersson
save/load dialogs.
2011-12-29DREAMWEB: Simplify finalization call in dreamweb main function.D G Turner
Thanks to Fingolfin for the suggestion.
2011-12-28DREAMWEB: Mark some member vars as only being used in keypad.cpp; cleanupMax Horn
2011-12-28DREAMWEB: Remove global file handleMax Horn
2011-12-28DREAMWEB: Changed hasSpeech() to also take account of the audio settingsFilippos Karapetis
This fixes an assert in the madman sequence
2011-12-28DREAMWEB: Replaced most isCD calls with calls checking for speechFilippos Karapetis
This is quite useful for devices with limited storage, where the user can use the CD version without its speech files
2011-12-28DREAMWEB: Clean up some constantsWillem Jan Palenstijn
2011-12-28DREAMWEB: Remove some now-redundant references to the DreamWeb namespaceFilippos Karapetis
2011-12-28DREAMWEB: Completely remove all of the runtime, and move everything into ↵Filippos Karapetis
DreamWebEngine Also, remove dead code (allocateMem/deallocateMem)
2011-12-28DREAMWEB: Move all saved variables to a GameVars structWillem Jan Palenstijn
The data segment is now completely unused.
2011-12-28DREAMWEB: Mass-move variables out of dataWillem Jan Palenstijn
This has been done by an automated search/replace, culling unused variables in the process. The remaining variables in data are all stored in savegames.
2011-12-28DREAMWEB: Move 4 volume related variables out of data blob.D G Turner
2011-12-28DREAMWEB: Move 'speechloaded' flag out of data blob.D G Turner
2011-12-27DREAMWEB: Move 3 sound related variables out of data blob.D G Turner
2011-12-27DREAMWEB: Remove reels segmentWillem Jan Palenstijn
2011-12-27DREAMWEB: Convert room text into TextFilesWillem Jan Palenstijn
2011-12-27DREAMWEB: Convert exText into TextFileWillem Jan Palenstijn
2011-12-27DREAMWEB: Streamline graphics file accessWillem Jan Palenstijn
2011-12-27DREAMWEB: Fix uninitialized variableWillem Jan Palenstijn
2011-12-27DREAMWEB: Move kCurrentsample out of data blob.D G Turner
2011-12-27DREAMWEB: Move kQuitRequested out of data blob.D G Turner
2011-12-18DREAMWEB: Move backdrop.cpp and more to DreamBase; remove some dead codeMax Horn
2011-12-17DREAMWEB: Use ScummVM's save/load dialogs by defaultFilippos Karapetis
2011-12-15DREAMWEB: Convert a bunch of stuff to C++Max Horn
Specifically, I started with openOb() and withWhat() which allowed to remove offset_commandline and offset_openchangesize. A clean conversion of these required a conversion of printMessage2 and getOpenedSize.
2011-12-11DREAMWEB: Do savefile reading directly in loadPosition() / scanForNames()Max Horn
2011-12-11DREAMWEB: Move savefile creation into DreamGenContext::savePositionMax Horn
Also, make sure the save file is properly finalized before being closed.
2011-12-11DREAMWEB: Add DreamWebEngine::getSavegameFilenameMax Horn
2011-12-11DREAMWEB: Make use of member vars of class EngineMax Horn
2011-12-08DREAMWEB: Code formattingMax Horn
2011-12-08Merge pull request #128 from fingolfin/dreamweb-segmentsFilippos Karapetis
DREAMWEB: Refactor segment management
2011-12-08DREAMWEB: Move more stuff to DreamBaseMax Horn
2011-12-07DREAMWEB: Move sound related code to a new source fileMax Horn
2011-12-07DREAMWEB: Some more workspace cleanupMax Horn
2011-12-07DREAMWEB: Avoid accessing DreamWebEngine::_context whenever possibleMax Horn
2011-12-07DREAMWEB: Convert volumeAdjustMax Horn
2011-12-07DREAMWEB: Merge DreamWeb::fadeDos into DreamGenContext::fadeDOSMax Horn
2011-12-07DREAMWEB: Merge DreamWebEngine::setPalette into DreamGenContext::showGroupMax Horn
2011-12-07DREAMWEB: Make DreamBase::engine protectedMax Horn
2011-12-07DREAMWEB: Move generated constants out of class DreamGenContextMax Horn
2011-12-04DREAMWEB: kTempCharset and kCurrentSet are managed out of the VMBertrand Augereau
2011-12-04DREAMWEB: kIcons1 and kIcons2 ownership transferred from the VM to the engineBertrand Augereau
2011-12-04DREAMWEB: Convert 'readKey' and the keyboard bufferWillem Jan Palenstijn
2011-12-03DREAMWEB: Replace hardcoded constants by their symbolic namesWillem Jan Palenstijn
2011-12-01DREAMWEB: Fix compilation due to dreamgen.* function renaming.D G Turner
2011-11-18DREAMWEB: Fix (bad stride)Bertrand Augereau
2011-11-18DREAMWEB: No register dirtying in DreamWebEngine::printUnderMonitorBertrand Augereau
2011-11-01DREAMWEB: Fix OOM checkWillem Jan Palenstijn
2011-08-25DREAMWEB: Better 'mouseCall' api, DreamWebEngine should not use _context, ↵Bertrand Augereau
ideally
2011-08-18DREAMWEB: Add/fix loading from launcherWillem Jan Palenstijn
This is very error-prone, and needs testing.
2011-08-18DREAMWEB: Hook up ScummVM save/load menuWillem Jan Palenstijn
The ScummVM menu will be used if dreamweb_originalsaveload is set to true. This is very error-prone, and needs testing.