aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2011-07-25KYRA: add support for Kyra 2 Russian floppyathrxx
2011-07-24Merge pull request #55 from tramboi/printingEugene Sandulenko
DREAMWEB: Translate printing subsystem
2011-07-24DEVTOOLS: cleanup kyradat tool codeathrxx
2011-07-24LOL: add support for Russian CD-ROM versionathrxx
2011-07-24LOL: add support for Russian floppy versionathrxx
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-19DEVTOOLS: Fix typos and formatting in create_toonMatthew Hoops
2011-07-19DREAMWEB: Add ScummVM headers, remove SVN keywords.Eugene Sandulenko
2011-07-19Merge pull request #48 from tramboi/masterEugene Sandulenko
DREAMWEB: More porting into C++
2011-07-19CREATE_PROJECT: Enabled the new Bink video support featureFilippos Karapetis
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-17DREAMWEB: 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-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-07-09CREATE_PROJECT: Quote parameters in MSVC10 post-build step.Alyssa Milburn
Also, do the same commands for Release and Debug.
2011-07-04CREATE_PROJECT: Remove copying of README-SDL in postbuild command scriptLittleboy
2011-07-03CREDITS: Mark waltervn as retiredMatthew Hoops
As requested by him
2011-07-01GRAPHICS: Rename NewFont to BdfFont.Johannes Schickel
2011-07-01GRAPHICS: Move NewFont code to a separate file.Johannes Schickel
2011-07-01CREATE_PROJECT: Update with new location of NSIS script and updated parametersLittleboy
2011-07-01TOOLS: Update NSIS script locationLittleboy
2011-06-30CREDITS: Update my status to active again.unknown
2011-06-25DREAMWEB: Removed workaround of invalid size of extext dataVladimir Menshakov
2011-06-25DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, ↵Vladimir Menshakov
added modifychar stub
2011-06-25DREAMWEB: Fixed quit from keypad screenVladimir Menshakov
2011-06-25DREAMWEB: Fixed keypad animationVladimir Menshakov
2011-06-24DREAMWEB: Fixed continuing to another procedure. (axe misuse crash)Vladimir Menshakov
2011-06-24DREAMWEB: Fixed quit() from dialogueVladimir Menshakov
2011-06-23DREAMWEB: Added subtitle optionVladimir Menshakov
2011-06-23CREDITS: Add real name of serga per his requestEugene Sandulenko
2011-06-22DREAMWEB: frameoutv becomes a native functionBertrand Augereau
2011-06-22Merge pull request #26 from Littleboy/taskbarEugene Sandulenko
Taskbar integration
2011-06-22CREDITS: Mark myself as retiredMax Horn
2011-06-22DREAMWEB: Fix bug in tasmrecover causing load/save mixupWillem 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-21DREAMWEB: Remove control char from sourceWillem Jan Palenstijn
2011-06-21Merge branch 'dreamsrc'Willem Jan Palenstijn
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.