aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Collapse)Author
2011-12-02DREAMWEB: Whitespace fixes in dreamgen.*D G Turner
This improves readability slightly by removing extraneous whitespace and correcting indents. Since this has been done in the tasm-recover devtool, it will persist over dreamgen.* regeneration.
2011-12-02DREAMWEB: Removed mostly unused addr_* constants in dreamgen.hD G Turner
The two used constants have been moved to dreamweb.h, though it is unclear if the values can be replaced by an enum or pointer to function.
2011-12-02DEVTOOLS: Add support to tasm-recover to skip output of addr_* header.D G Turner
2011-12-01DREAMWEB: Add function remapping list and regenerate dreamgen.*D G Turner
This maps the function names into the project's standard camelCase naming convention, improving function readability.
2011-12-01DEVTOOLS: Add function name remapping ability to tasm-recover tool.D G Turner
This allows a mapping list to be specified for the dreamgen.* output function names, removing the limitation to keep the same names as the original ASM.
2011-12-01DREAMWEB: Ported 'sparky' to C++Bertrand Augereau
2011-12-01DREAMWEB: 'eden' ported to C++Bertrand Augereau
2011-12-01DREAMWEB: 'drinker' ported to C++Bertrand Augereau
2011-12-01DREAMWEB: 'othersmoker' ported to C++ (and 'barwoman' removed)Bertrand Augereau
2011-12-01DREAMWEB: 'sparkydrip' ported to C++Bertrand Augereau
2011-12-01DREAMWEB: 'checkspeed' ported to C++Bertrand Augereau
2011-12-01DREAMWEB: 'worktoscreenm' ported to C++Bertrand Augereau
2011-11-30DREAMWEB: Remove unreferenced stubs and unused sound blaster stuffBertrand Augereau
2011-11-30DREAMWEB: 'allocatebuffers' ported to C++Bertrand Augereau
2011-11-30DREAMWEB: 'drawfloor' ported to C++Bertrand Augereau
2011-11-30DREAMWEB: Removed a few unused stubsBertrand Augereau
2011-11-30EAMWEB: 'loadtemptext' and 'loadtraveltext' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: Regenerate dreamgen.* omitting blacklisted function headers.D G Turner
2011-11-29DEVTOOLS: Add flag to tasm-recover to omit blacklisted function headers.D G Turner
This flag when set omits the blacklisted function header from the dreamgen.h output, rather than including it commented out with //.
2011-11-29DREAMWEB: 'loadfolder' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'foldertext' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'folderhints' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'lastfolder' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'nextfolder' ported to C++Bertrand Augereau
2011-11-28DREAMWEB: 'getlocation' and 'setlocation' ported to C++Bertrand Augereau
2011-11-28DREAMWEB: 'showrightpage' ported to C++Bertrand Augereau
2011-11-28DREAMWEB: 'showleftpage' ported to C++Bertrand Augereau
2011-11-28DREAMWEB: 'showfolder' ported to C++Bertrand Augereau
2011-11-28DREAMWEB: 'viewfolder' ported to C++Bertrand Augereau
2011-11-27SCUMM: Add support for Putt-Putt Saves the Zoo iOSMatthew Hoops
2011-11-27JANITORIAL: Remove extra semicolons.Christoph Mallon
2011-11-26DREAMWEB: Convert 'restorereels'Willem Jan Palenstijn
This also allows 'allocateload' to be removed.
2011-11-26DREAMWEB: Move 'restorereels' from dreamgenWillem Jan Palenstijn
2011-11-26DREAMWEB: Move 'restoreall' from dreamgenWillem Jan Palenstijn
2011-11-26DREAMWEB: Remove unused function 'storeit'Willem Jan Palenstijn
2011-11-26DREAMWEB: Convert 'saveposition'Willem Jan Palenstijn
Also inline and remove 'saveseg', 'savefilewrite', 'makeheader'.
2011-11-26DREAMWEB: Move 'loadposition' and 'saveposition' from dreamgenWillem Jan Palenstijn
2011-11-26DREAMWEB: Move 'actualsave' and 'actualload' from dreamgenWillem Jan Palenstijn
2011-11-26ALL: unrecognised -> unrecognized.Johannes Schickel
2011-11-26DREAMWEB: 'showdiscops' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: 'showseconduse' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: 'showfirstuse' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: 'hangonw' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: 'getbackfromob' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: 'disablepath' is not neededBertrand Augereau
2011-11-26DREAMWEB: 'usetempcharset' and 'usecharset1' ported to C++Bertrand Augereau
2011-11-26DREAMWEB: A few debugging functions are not neededBertrand Augereau
2011-11-25BUILD: Sync create_project with configure engine option changes.Alyssa Milburn
2011-11-23DREAMWEB: 'dolook' ported to C++Bertrand Augereau
2011-11-23DREAMWEB: 'look' ported to C++Bertrand Augereau