aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-15CONFIGURE: Fix cxx test linking for Androiddhewg
Libraries are now properly detected by configure again.
2011-06-15Merge pull request #45 from fuzzie/dreamwebEugene Sandulenko
DREAMWEB: Merge in engine
2011-06-15DREAMWEB: Added original sources. Released with permission from Neil Dodwell.Vladimir Menshakov
2011-06-15DREAMWEB: fixed title skippingVladimir Menshakov
2011-06-15DREAMWEB: ported engine to the new metaengine apiVladimir Menshakov
2011-06-15DREAMWEB: Reinstate some "hardware key" handling that got losteriktorbjorn
It's still not quite as the original. In the original, Ctrl-<letter> would be treated as <letter>. Is that worth fixing? Probably not.
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