aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamweb.h
AgeCommit message (Collapse)Author
2011-12-27DREAMWEB: Streamline graphics file accessWillem Jan Palenstijn
2011-12-18DREAMWEB: Add meta information to saved gamesFilippos Karapetis
This information includes savegame versioning and the saved game's date/time, played time and game thumbnail. This information is stored into an unused data block of the original save format, so the generated ScummVM saves are (hopefully) fully compatible with the original ones and can be loaded in the original interpreter
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-07DREAMWEB: Move g_lineData to DreamBase::_lineDaataMax Horn
2011-12-07DREAMWEB: Avoid accessing DreamWebEngine::_context whenever possibleMax Horn
2011-12-07DREAMWEB: Merge DreamWeb::fadeDos into DreamGenContext::fadeDOSMax Horn
2011-12-07DREAMWEB: Merge DreamWebEngine::setPalette into DreamGenContext::showGroupMax Horn
2011-12-06DREAMWEB: Declare namespace *after* all #includesMax 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: Move Bresenham output out of data segmentWillem Jan Palenstijn
2011-12-03DREAMWEB: Create and use FileHeader structWillem Jan Palenstijn
2011-12-02DREAMWEB: Removed mostly unused addr_* constants in dreamgen.hD G Turner
The two used constants have been moved to dreamweb.h, though it is unclear if the values can be replaced by an enum or pointer to function.
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-07-20DREAMWEB: Blacklist and reimplement cancelch0() and cancelch1()eriktorbjorn
Now any sound playing on the channels is stopped immediately. This fixes missing voice-overs in the intro, makes it possible to skip lines of conversation, and fixes a problem where the sound effect from the Altar Room would keep playing after leaving the room. Possibly other glitches as well.
2011-07-19DREAMWEB: Add ScummVM headers, remove SVN keywords.Eugene Sandulenko
2011-06-25DREAMWEB: Reimplemented modifychar and language switchingVladimir Menshakov
2011-06-25DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, ↵Vladimir Menshakov
added modifychar stub
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-18DREAMWEB: Fix saveGameState signature to match Engine's virtual methodOri Avtalion
2011-06-18DREAMWEB: added stubs for loading from lancher (disabled).Vladimir Menshakov
2011-06-17DREAMWEB: replaced generated code with c++ style stubsVladimir Menshakov
2011-06-16DREAMWEB: Improved code formattingVladimir Menshakov
2011-06-16DREAMWEB: moved stubs into stubs.cppVladimir Menshakov
2011-06-15DREAMWEB: cleanup keys handling, added turbo shortcutVladimir Menshakov
2011-06-15DREAMWEB: renamed playSpeech to loadSpeechVladimir Menshakov
2011-06-15DREAMWEB: regenerated sources with CD option onVladimir Menshakov
2011-06-15DREAMWEB: added sound supportVladimir Menshakov
2011-06-15DREAMWEB: added sounds loadingVladimir Menshakov
2011-06-15DREAMWEB: catch the sample changing, more stubsVladimir Menshakov
2011-06-15DREAMWEB: added sound handling stubVladimir Menshakov
2011-06-15DREAMWEB: report click only once, this fixes phantom clicks after loading or ↵Vladimir Menshakov
between screens.
2011-06-15DREAMWEB: added setSpeed, CTRL-F shortcut and removed erik's comment because ↵Vladimir Menshakov
it's good idea :)
2011-06-15DREAMWEB: unstubbed printundermonVladimir Menshakov
2011-06-15DREAMWEB: Simplify the tracking of the mouse position and buttonseriktorbjorn
The event manager keeps track of the mouse position and button state, so using that should be both simpler and more reliable than tracking it ourselves. This loses the support for middle-clicking, but it's not clear that this is needed anyway. (If necessary, it could be added to the event manager.)
2011-06-15DREAMWEB: moved quit() into engine's methodVladimir Menshakov
2011-06-15DREAMWEB: implemented doshakeVladimir Menshakov
2011-06-15DREAMWEB: removed ugly static engineVladimir Menshakov
2011-06-15DREAMWEB: implemented somewhat hackish read from currently open fileVladimir Menshakov
2011-06-15DREAMWEB: unstabbed saveVladimir Menshakov
2011-06-15DREAMWEB: moved out file write/read from sourcesVladimir Menshakov
2011-06-15DREAMWEB: unstubbed dontloadsegVladimir Menshakov
2011-06-15DREAMWEB: moved palette fixes into set/getPaletteVladimir Menshakov
2011-06-15DREAMWEB: removed dummy video segment, blacklisted video-related functions.Vladimir Menshakov
2011-06-15DREAMWEB: added keyboard handlingVladimir Menshakov
2011-06-15DREAMWEB: added setPalette instead of showgroup + framenmVladimir Menshakov