Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-01 | DREAMWEB: Fix OOM check | Willem Jan Palenstijn | |
2011-08-25 | DREAMWEB: Better 'mouseCall' api, DreamWebEngine should not use _context, ↵ | Bertrand Augereau | |
ideally | |||
2011-08-18 | DREAMWEB: Add/fix loading from launcher | Willem Jan Palenstijn | |
This is very error-prone, and needs testing. | |||
2011-08-18 | DREAMWEB: Hook up ScummVM save/load menu | Willem Jan Palenstijn | |
The ScummVM menu will be used if dreamweb_originalsaveload is set to true. This is very error-prone, and needs testing. | |||
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko | |
2011-07-20 | DREAMWEB: 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-19 | DREAMWEB: Add ScummVM headers, remove SVN keywords. | Eugene Sandulenko | |
2011-07-18 | DREAMWEB: Fix Valgrind warning | eriktorbjorn | |
2011-07-07 | DREAMWEB: Fixed ß in german version(typo) | Vladimir Menshakov | |
2011-06-25 | DREAMWEB: Minor cleanup in playSound, added kSpeechSoundType for speech | Vladimir Menshakov | |
2011-06-25 | DREAMWEB: Added missing syncSoundSettings() | Vladimir Menshakov | |
2011-06-25 | DREAMWEB: Reimplemented modifychar and language switching | Vladimir Menshakov | |
2011-06-25 | DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, ↵ | Vladimir Menshakov | |
added modifychar stub | |||
2011-06-23 | DREAMWEB: Added ui settings integration | Vladimir Menshakov | |
2011-06-23 | DREAMWEB: Added subtitle option | Vladimir Menshakov | |
2011-06-20 | ALL: Remove trailing whitespaces | Max 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-19 | DREAMWEB: Removed getback = 4 hack, added clean exit from every menus and ↵ | Vladimir Menshakov | |
credits | |||
2011-06-18 | DREAMWEB: added stubs for loading from lancher (disabled). | Vladimir Menshakov | |
2011-06-18 | DREAMWEB: do not call updatescreen before quitting, fixed crash on ↵ | Vladimir Menshakov | |
dosreturn, cleaned up dosreturn stub | |||
2011-06-18 | DREAMWEB: implemented clean exit | Vladimir Menshakov | |
2011-06-17 | DREAMWEB: replaced generated code with c++ style stubs | Vladimir Menshakov | |
2011-06-16 | DREAMWEB: Improved code formatting | Vladimir Menshakov | |
2011-06-16 | DREAMWEB: moved stubs into stubs.cpp | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: Reinstate some "hardware key" handling that got lost | eriktorbjorn | |
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-15 | DREAMWEB: fixed final scene, better sound channel handling | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: Filter out "illegal" characters | eriktorbjorn | |
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-15 | DREAMWEB: The readabyte() function is no longer needed. | eriktorbjorn | |
2011-06-15 | DREAMWEB: cleaned up keys handling | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: cleanup keys handling, added turbo shortcut | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: cut upper volume limit | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added comment about volumes | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added volume setting (maybe wrong) | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed cd-version without savefiles | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added volume support (stubs for now) | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added sound status check | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: renamed playSpeech to loadSpeech | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: regenerated sources with CD option on | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed shakeTable to do not pass negative values into backend, ↵ | Vladimir Menshakov | |
added CTRL-c statue puzzle solver shortcut | |||
2011-06-15 | DREAMWEB: patch sprite table after deallocating segment with sprites. | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed invalid channel, removed junk | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: stop previous sound if it's still active | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed looping on channel1 | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added sound support | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added sounds loading | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: catch the sample changing, more stubs | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added sound handling stub | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed memory corruption in multiput/multiget | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed occasional stripping of the strings in data segment | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed invalid buffer len | Vladimir Menshakov | |