aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2011-08-07COMMON: Replace x + ARRAYSIZE(x) by the simpler ARRAYEND(x).Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-08-07JANITORIAL: Add missing NL at EOF.Christoph Mallon
2011-08-03SCUMM: Remove BluesBirthday dependency on the binaryMatthew Hoops
The game scripts detected Yellow or Red variants based on what binary was present. That could potentially cause problems with a Mac dump in case someone dumped into MacBinary format.
2011-07-28DREAMWEB: Move main function to stubsWillem Jan Palenstijn
2011-07-28DREAMWEB: Add option to process asm functions but not output themWillem Jan Palenstijn
2011-07-27KYRA: add support for Russian Kyra 1 floppy fan translationathrxx
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