aboutsummaryrefslogtreecommitdiff
path: root/devtools/tasmrecover/tasm-recover
AgeCommit message (Collapse)Author
2011-08-04DREAMWEB: 'doblocks' ported to C++Bertrand Augereau
2011-08-03DREAMWEB: 'deltextline' ported to C++Bertrand Augereau
2011-08-03DREAMWEB: Some sound mixing was not needed anymoreBertrand Augereau
2011-08-03DREAMWEB: Ported 'showrain' to C++Bertrand Augereau
2011-08-03DREAMWEB: 'crosshair' ported to C++Bertrand Augereau
2011-08-03DREAWMEB: Ported 'zoom' to C++Bertrand Augereau
2011-08-03DREAMWEB: 'allocatework' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: 'plotreel' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: 'dealwithspecial' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: Ported 'clearwork'Bertrand Augereau
2011-07-30DREAMWEB: 'fillspace' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: 'readheader' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: 'startloading' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: 'getroomdata' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: 'showreelframe' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: 'findsource' ported to C++Bertrand Augereau
2011-07-30DREAMWEB: 'aboutturn' does not need to be generated nowBertrand Augereau
2011-07-29DREAMWEB: Use of the new feature of the generator to stop generating code ↵Bertrand Augereau
for 'backobject' and 'mainman' (because addr_backobject is used)
2011-07-29Merge remote-tracking branch 'official/master'Bertrand Augereau
Conflicts: devtools/tasmrecover/tasm-recover
2011-07-28DREAMWEB: Move main function to stubsWillem Jan Palenstijn
2011-07-28DREAMWEB: 'makebackob' portedBertrand Augereau
2011-07-28DREAMWEB: 'getroomspaths' and 'facerightway' ported to C++Bertrand Augereau
2011-07-28DREAMWEB: Ported 'lockeddoorway'Bertrand Augereau
2011-07-23DREAMWEB: Blacklisted 'usetimedtext', 'getundertimed' and 'putundertimed'Bertrand Augereau
2011-07-23DREAMWEB: 'dumptextline' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'printboth' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'printslow' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'printchar' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'printdirect' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'getnumber' ported to C++Bertrand Augereau
2011-07-20DREAMWEB: 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-19DREAMWEB: Add ScummVM headers, remove SVN keywords.Eugene Sandulenko
2011-07-18DREAMWEB: Blacklisted 'kernchars' and 'getnextword'Bertrand Augereau
2011-07-18DREAMWEB: initman reversedBertrand Augereau
2011-07-18DREAMWEB: walking blacklistedBertrand Augereau
2011-07-18DREAMWEB: Blacklisted liftspriteBertrand Augereau
2011-07-18DREAMWEB: dodoor blacklistedBertrand Augereau
2011-07-18DREAMWEB: Blacklisted frameoutbh and frameoutfxBertrand Augereau
2011-07-18DREAMWEB: showframe blacklistedBertrand Augereau
2011-07-18DREAMWEB: C++-isation of a part of the sprite subsystemBertrand Augereau
2011-07-16DREAMWEB: Rewrote lockmon() to fix pausing/unpausingeriktorbjorn
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-25DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, ↵Vladimir Menshakov
added modifychar stub
2011-06-22DREAMWEB: frameoutv becomes a native functionBertrand Augereau
2011-06-20DREAMWEB: 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-20DREAMWEB: 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-16DREAMWEB: Improved code formattingVladimir Menshakov
2011-06-15DREAMWEB: removed width160 for nowVladimir Menshakov
2011-06-15DREAMWEB: removed dummy video segment, blacklisted video-related functions.Vladimir Menshakov
2011-06-15DREAMWEB: blacklisted vga blitting functionsVladimir Menshakov
2011-06-15DREAMWEB: replaced seecommandtail with stubVladimir