aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-06-15DREAMWEB: fixed final scene, better sound channel handlingVladimir Menshakov
2011-06-15DREAMWEB: Filter out "illegal" characterseriktorbjorn
This is fairly restrictive (just like the original) so we may went to let through a few more characters eventually. For now, let's be conservative. It was possible to enter characters that would show up in the save dialog as weird or underlined characters.
2011-06-15DREAMWEB: The readabyte() function is no longer needed.eriktorbjorn
2011-06-15DREAMWEB: cleaned up keys handlingVladimir Menshakov
2011-06-15DREAMWEB: implemented stc/clc, fixed preliminary exit from the dialogueVladimir Menshakov
2011-06-15DREAMWEB: added detection of the cd versionVladimir Menshakov
2011-06-15DREAMWEB: cleanup keys handling, added turbo shortcutVladimir Menshakov
2011-06-15DREAMWEB: cut upper volume limitVladimir Menshakov
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: removed hacks, regenerated sourceVladimir Menshakov
2011-06-15DREAMWEB: regenerated the sourceVladimir Menshakov
2011-06-15DREAMWEB: added operator= for segmentrefVladimir 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 crash after exit of the monitorVladimir 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: removed detection paramsVladimir 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: regenerated the sourceVladimir Menshakov
2011-06-15DREAMWEB: Make it possible to type the letter Deriktorbjorn
2011-06-15DREAMWEB: added stack depth check to code generatorVladimir Menshakov
2011-06-15DREAMWEB: unstubbed printundermonVladimir Menshakov
2011-06-15DREAMWEB: fixed crash on room changingVladimir Menshakov
2011-06-15DREAMWEB: hopefully fixed OF valueVladimir 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: fixed neg instructionVladimir Menshakov
2011-06-15DREAMWEB: Fix the maingamepal offset. (It changed recently.)eriktorbjorn
2011-06-15DREAMWEB: switched off foreign/spanish flags for recompilationVladimir Menshakov
2011-06-15DREAMWEB: modify register after raster operationsVladimir Menshakov