Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-04 | DREAMWEB: 'doblocks' ported to C++ | Bertrand Augereau | |
2011-08-03 | DREAMWEB: 'deltextline' ported to C++ | Bertrand Augereau | |
2011-08-03 | DREAMWEB: Some sound mixing was not needed anymore | Bertrand Augereau | |
2011-08-03 | DREAMWEB: Ported 'showrain' to C++ | Bertrand Augereau | |
2011-08-03 | DREAMWEB: 'crosshair' ported to C++ | Bertrand Augereau | |
2011-08-03 | DREAWMEB: Ported 'zoom' to C++ | Bertrand Augereau | |
2011-08-03 | DREAMWEB: 'allocatework' ported to C++ | Bertrand Augereau | |
2011-07-30 | DREAMWEB: 'plotreel' ported to C++ | Bertrand Augereau | |
2011-07-30 | DREAMWEB: 'dealwithspecial' ported to C++ | Bertrand Augereau | |
2011-07-30 | DREAMWEB: Ported 'clearwork' | Bertrand Augereau | |
2011-07-30 | DREAMWEB: 'fillspace' ported to C++ | Bertrand Augereau | |
2011-07-30 | DREAMWEB: 'readheader' ported to C++ | Bertrand Augereau | |
2011-07-30 | DREAMWEB: 'startloading' ported to C++ | Bertrand Augereau | |
2011-07-30 | DREAMWEB: 'getroomdata' ported to C++ | Bertrand Augereau | |
2011-07-30 | DREAMWEB: 'showreelframe' ported to C++ | Bertrand Augereau | |
2011-07-30 | DREAMWEB: 'findsource' ported to C++ | Bertrand Augereau | |
2011-07-30 | DREAMWEB: 'aboutturn' does not need to be generated now | Bertrand Augereau | |
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-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-17 | DREAMWEB: The generator includes a file for custom structs and a file for ↵ | Bertrand Augereau | |
custom function definitions It also generates C++ symbols for asm proc addresses | |||
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-23 | DREAMWEB: Added subtitle option | Vladimir Menshakov | |
2011-06-22 | DREAMWEB: Fix bug in tasmrecover causing load/save mixup | Willem Jan Palenstijn | |
This is a regression from c1b9adb6912 and (my commit) 287c23f1263c. It is not safe to remove opcodes from proc.stmts since labels are sometimes referenced by their offset in the list. So, instead they are now replaced by op._nop. This fixes kLoadingorsave not being set in doload(), which was visible when going to the load game menu from the startup menu. | |||
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-19 | DREAMWEB: Removed getback = 4 hack, added clean exit from every menus and ↵ | Vladimir Menshakov | |
credits | |||
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-15 | DREAMWEB: added banner to autogenerated files | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed width160 for now | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: regenerated sources with CD option on | Vladimir Menshakov | |