aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/dreamweb.cpp
AgeCommit message (Collapse)Author
2011-06-15DREAMWEB: added comment about volumesVladimir Menshakov
2011-06-15DREAMWEB: added volume setting (maybe wrong)Vladimir Menshakov
2011-06-15DREAMWEB: fixed cd-version without savefilesVladimir Menshakov
2011-06-15DREAMWEB: added volume support (stubs for now)Vladimir Menshakov
2011-06-15DREAMWEB: added sound status checkVladimir Menshakov
2011-06-15DREAMWEB: renamed playSpeech to loadSpeechVladimir Menshakov
2011-06-15DREAMWEB: regenerated sources with CD option onVladimir Menshakov
2011-06-15DREAMWEB: fixed shakeTable to do not pass negative values into backend, ↵Vladimir Menshakov
added CTRL-c statue puzzle solver shortcut
2011-06-15DREAMWEB: patch sprite table after deallocating segment with sprites.Vladimir Menshakov
2011-06-15DREAMWEB: fixed invalid channel, removed junkVladimir Menshakov
2011-06-15DREAMWEB: stop previous sound if it's still activeVladimir Menshakov
2011-06-15DREAMWEB: removed looping on channel1Vladimir 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: fixed memory corruption in multiput/multigetVladimir Menshakov
2011-06-15DREAMWEB: fixed occasional stripping of the strings in data segmentVladimir Menshakov
2011-06-15DREAMWEB: fixed invalid buffer lenVladimir Menshakov
2011-06-15DREAMWEB: report uppercased letters to the codeVladimir Menshakov
2011-06-15DREAMWEB: fix registers on exit from stubsVladimir Menshakov
2011-06-15DREAMWEB: report click only once, this fixes phantom clicks after loading or ↵Vladimir Menshakov
between screens.
2011-06-15DREAMWEB: do not return invalid register from the deallocate memoryVladimir Menshakov
2011-06-15DREAMWEB: fixed monitor scrollingVladimir Menshakov
2011-06-15DREAMWEB: added setSpeed, CTRL-F shortcut and removed erik's comment because ↵Vladimir Menshakov
it's good idea :)
2011-06-15DREAMWEB: Make new function for getting name of file to open.eriktorbjorn
2011-06-15DREAMWEB: Make it possible to type the letter Deriktorbjorn
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: Fix the maingamepal offset. (It changed recently.)eriktorbjorn
2011-06-15DREAMWEB: modify register after raster operationsVladimir Menshakov
2011-06-15DREAMWEB: Rewrite the PCX decoder i C++eriktorbjorn
2011-06-15DREAMWEB: removed warning about 16 colors palette, initialize mouseStateVladimir Menshakov
2011-06-15DREAMWEB: added middle mouse key handlingVladimir Menshakov
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: added the same magic for opening filesVladimir Menshakov
2011-06-15DREAMWEB: implemented somewhat hackish read from currently open fileVladimir Menshakov
2011-06-15DREAMWEB: unstubbed scanfornamesVladimir Menshakov
2011-06-15DREAMWEB: unstabbed saveVladimir Menshakov
2011-06-15DREAMWEB: moved out file write/read from sourcesVladimir Menshakov
2011-06-15DREAMWEB: Unstub dosreturn().eriktorbjorn
Note that clicking on the "Return to DOS" button still calls a stub function, but at least it no longer dies on mouse-over.
2011-06-15DREAMWEB: fixed a typoVladimir Menshakov
2011-06-15DREAMWEB: unstubbed dontloadsegVladimir Menshakov
2011-06-15DREAMWEB: cleanup frameoutnmVladimir Menshakov
2011-06-15DREAMWEB: cut rendering box to the screen sizeVladimir Menshakov
2011-06-15DREAMWEB: Notice when the user presses ESC.eriktorbjorn
Unfortunately, skipping the intro does not work because of a stack underrun. I have no idea what's wrong.
2011-06-15DREAMWEB: commented out noisy debugVladimir Menshakov
2011-06-15DREAMWEB: fixed fades and palette settingVladimir Menshakov