Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: Move Bresenham output out of data segment | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Create and use FileHeader struct | Willem Jan Palenstijn | |
2011-12-02 | DREAMWEB: Removed mostly unused addr_* constants in dreamgen.h | D G Turner | |
The two used constants have been moved to dreamweb.h, though it is unclear if the values can be replaced by an enum or pointer to function. | |||
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-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-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-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-18 | DREAMWEB: Fix saveGameState signature to match Engine's virtual method | Ori Avtalion | |
2011-06-18 | DREAMWEB: added stubs for loading from lancher (disabled). | 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: cleanup keys handling, added turbo shortcut | 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: 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: report click only once, this fixes phantom clicks after loading or ↵ | Vladimir Menshakov | |
between screens. | |||
2011-06-15 | DREAMWEB: added setSpeed, CTRL-F shortcut and removed erik's comment because ↵ | Vladimir Menshakov | |
it's good idea :) | |||
2011-06-15 | DREAMWEB: unstubbed printundermon | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: Simplify the tracking of the mouse position and buttons | eriktorbjorn | |
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-15 | DREAMWEB: moved quit() into engine's method | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: implemented doshake | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed ugly static engine | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: implemented somewhat hackish read from currently open file | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: unstabbed save | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: moved out file write/read from sources | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: unstubbed dontloadseg | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: moved palette fixes into set/getPalette | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed dummy video segment, blacklisted video-related functions. | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added keyboard handling | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added setPalette instead of showgroup + framenm | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added fadedos | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed loadfromfile | Vladimir | |
2011-06-15 | DREAMWEB: added graphics mode initialization | Vladimir | |
2011-06-15 | DREAMWEB: added processEvents, added mouse support | Vladimir | |
2011-06-15 | DREAMWEB: added mousecall stub | Vladimir | |
2011-06-15 | DREAMWEB: added close file | Vladimir | |
2011-06-15 | DREAMWEB: added readfile | Vladimir | |
2011-06-15 | DREAMWEB: implemented openfile | Vladimir | |
2011-06-15 | DREAMWEB: implemented some of the stubs | Vladimir | |
2011-06-15 | DREAMWEB: added autogenerated source | Vladimir | |