Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-15 | DREAMWEB: Convert a bunch of stuff to C++ | Max Horn | |
Specifically, I started with openOb() and withWhat() which allowed to remove offset_commandline and offset_openchangesize. A clean conversion of these required a conversion of printMessage2 and getOpenedSize. | |||
2011-12-11 | DREAMWEB: Do savefile reading directly in loadPosition() / scanForNames() | Max Horn | |
2011-12-11 | DREAMWEB: Move savefile creation into DreamGenContext::savePosition | Max Horn | |
Also, make sure the save file is properly finalized before being closed. | |||
2011-12-11 | DREAMWEB: Add DreamWebEngine::getSavegameFilename | Max Horn | |
2011-12-11 | DREAMWEB: Make use of member vars of class Engine | Max Horn | |
2011-12-08 | DREAMWEB: Code formatting | Max Horn | |
2011-12-08 | Merge pull request #128 from fingolfin/dreamweb-segments | Filippos Karapetis | |
DREAMWEB: Refactor segment management | |||
2011-12-08 | DREAMWEB: Move more stuff to DreamBase | Max Horn | |
2011-12-07 | DREAMWEB: Move sound related code to a new source file | Max Horn | |
2011-12-07 | DREAMWEB: Some more workspace cleanup | Max Horn | |
2011-12-07 | DREAMWEB: Avoid accessing DreamWebEngine::_context whenever possible | Max Horn | |
2011-12-07 | DREAMWEB: Convert volumeAdjust | Max Horn | |
2011-12-07 | DREAMWEB: Merge DreamWeb::fadeDos into DreamGenContext::fadeDOS | Max Horn | |
2011-12-07 | DREAMWEB: Merge DreamWebEngine::setPalette into DreamGenContext::showGroup | Max Horn | |
2011-12-07 | DREAMWEB: Make DreamBase::engine protected | Max Horn | |
2011-12-07 | DREAMWEB: Move generated constants out of class DreamGenContext | Max Horn | |
2011-12-04 | DREAMWEB: kTempCharset and kCurrentSet are managed out of the VM | Bertrand Augereau | |
2011-12-04 | DREAMWEB: kIcons1 and kIcons2 ownership transferred from the VM to the engine | Bertrand Augereau | |
2011-12-04 | DREAMWEB: Convert 'readKey' and the keyboard buffer | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Replace hardcoded constants by their symbolic names | Willem Jan Palenstijn | |
2011-12-01 | DREAMWEB: Fix compilation due to dreamgen.* function renaming. | D G Turner | |
2011-11-18 | DREAMWEB: Fix (bad stride) | Bertrand Augereau | |
2011-11-18 | DREAMWEB: No register dirtying in DreamWebEngine::printUnderMonitor | Bertrand Augereau | |
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. |