Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-28 | DREAMWEB: 'makebackob' ported | Bertrand Augereau | |
2011-07-28 | DREAMWEB: 'getroomspaths' and 'facerightway' ported to C++ | Bertrand Augereau | |
2011-07-28 | DREAMWEB: Ported 'lockeddoorway' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Blacklisted 'usetimedtext', 'getundertimed' and 'putundertimed' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'dumptextline' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printboth' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printslow' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printchar' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printdirect' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'getnumber' ported to C++ | Bertrand Augereau | |
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: Blacklisted 'kernchars' and 'getnextword' | Bertrand Augereau | |
2011-07-18 | DREAMWEB: initman reversed | Bertrand Augereau | |
2011-07-18 | DREAMWEB: walking blacklisted | Bertrand Augereau | |
2011-07-18 | DREAMWEB: Blacklisted liftsprite | Bertrand Augereau | |
2011-07-18 | DREAMWEB: dodoor blacklisted | Bertrand Augereau | |
2011-07-18 | DREAMWEB: Blacklisted frameoutbh and frameoutfx | Bertrand Augereau | |
2011-07-18 | DREAMWEB: showframe blacklisted | Bertrand Augereau | |
2011-07-18 | DREAMWEB: C++-isation of a part of the sprite subsystem | Bertrand Augereau | |
2011-07-16 | DREAMWEB: Rewrote lockmon() to fix pausing/unpausing | eriktorbjorn | |
The original function would busy-wait for the user to press space again. We can't do that, of course, since we don't have interrupt- driven keyboard input. | |||
2011-06-25 | DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, ↵ | Vladimir Menshakov | |
added modifychar stub | |||
2011-06-22 | DREAMWEB: frameoutv becomes a native function | Bertrand Augereau | |
2011-06-20 | DREAMWEB: Remove readabyte() and readoneblock() | eriktorbjorn | |
They were only used by the PCX decoder, which was rewritten some time ago to no longer use them. | |||
2011-06-20 | DREAMWEB: Remove convertkey() | eriktorbjorn | |
This function was responsible for filtering invalid keys (e.g. in savegame names), and was only used by keyboardread(). This filtering is done by processEvents() instead. | |||
2011-06-16 | DREAMWEB: Improved code formatting | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed width160 for now | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed dummy video segment, blacklisted video-related functions. | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: blacklisted vga blitting functions | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: replaced seecommandtail with stub | Vladimir | |
2011-06-15 | DREAMWEB: added tasm-recover tool | Vladimir | |