Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-03 | DREAMWEB: 'showMenu' ported to C++ | Bertrand Augereau | |
2011-12-03 | DREAMWEB: 'loadMenu' ported to C++ | Bertrand Augereau | |
2011-12-03 | DREAMWEB: 'useMenu' ported to C++ | Bertrand Augereau | |
2011-12-03 | DREAMWEB: 'showOuterPad' ported to C++ | Bertrand Augereau | |
2011-12-02 | DREAMWEB: 'addToPressList' ported to C++ | Bertrand Augereau | |
2011-12-02 | DREAMWEB: 'isItRight' ported to C++ | Bertrand Augereau | |
2011-12-02 | DREAMWEB: 'buttonPress' ported to C++ | Bertrand Augereau | |
2011-12-02 | DREAMWEB: Keypad button callbacks blacklisted | Bertrand Augereau | |
2011-12-02 | DREAMWEB: 'enterCode' ported to C++ | Bertrand Augereau | |
2011-12-02 | DREAMWEB: 'credits' ported to C++ | D G Turner | |
2011-12-02 | DREAMWEB: 'showKeypad' ported to C++ | Bertrand Augereau | |
2011-12-02 | DREAMWEB: 'singleKey' ported to C++ | Bertrand Augereau | |
2011-12-02 | DREAMWEB: 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-02 | DREAMWEB: Removed mostly unused addr_* constants in dreamgen.h | D 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-02 | DEVTOOLS: Add support to tasm-recover to skip output of addr_* header. | D G Turner | |
2011-12-01 | DREAMWEB: 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-01 | DEVTOOLS: 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-01 | DREAMWEB: Ported 'sparky' to C++ | Bertrand Augereau | |
2011-12-01 | DREAMWEB: 'eden' ported to C++ | Bertrand Augereau | |
2011-12-01 | DREAMWEB: 'drinker' ported to C++ | Bertrand Augereau | |
2011-12-01 | DREAMWEB: 'othersmoker' ported to C++ (and 'barwoman' removed) | Bertrand Augereau | |
2011-12-01 | DREAMWEB: 'sparkydrip' ported to C++ | Bertrand Augereau | |
2011-12-01 | DREAMWEB: 'checkspeed' ported to C++ | Bertrand Augereau | |
2011-12-01 | DREAMWEB: 'worktoscreenm' ported to C++ | Bertrand Augereau | |
2011-11-30 | DREAMWEB: Remove unreferenced stubs and unused sound blaster stuff | Bertrand Augereau | |
2011-11-30 | DREAMWEB: 'allocatebuffers' ported to C++ | Bertrand Augereau | |
2011-11-30 | DREAMWEB: 'drawfloor' ported to C++ | Bertrand Augereau | |
2011-11-30 | DREAMWEB: Removed a few unused stubs | Bertrand Augereau | |
2011-11-30 | EAMWEB: 'loadtemptext' and 'loadtraveltext' ported to C++ | Bertrand Augereau | |
2011-11-29 | DREAMWEB: Regenerate dreamgen.* omitting blacklisted function headers. | D G Turner | |
2011-11-29 | DEVTOOLS: 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-29 | DREAMWEB: 'loadfolder' ported to C++ | Bertrand Augereau | |
2011-11-29 | DREAMWEB: 'foldertext' ported to C++ | Bertrand Augereau | |
2011-11-29 | DREAMWEB: 'folderhints' ported to C++ | Bertrand Augereau | |
2011-11-29 | DREAMWEB: 'lastfolder' ported to C++ | Bertrand Augereau | |
2011-11-29 | DREAMWEB: 'nextfolder' ported to C++ | Bertrand Augereau | |
2011-11-28 | DREAMWEB: 'getlocation' and 'setlocation' ported to C++ | Bertrand Augereau | |
2011-11-28 | DREAMWEB: 'showrightpage' ported to C++ | Bertrand Augereau | |
2011-11-28 | DREAMWEB: 'showleftpage' ported to C++ | Bertrand Augereau | |
2011-11-28 | DREAMWEB: 'showfolder' ported to C++ | Bertrand Augereau | |
2011-11-28 | DREAMWEB: 'viewfolder' ported to C++ | Bertrand Augereau | |
2011-11-27 | SCUMM: Add support for Putt-Putt Saves the Zoo iOS | Matthew Hoops | |
2011-11-27 | JANITORIAL: Remove extra semicolons. | Christoph Mallon | |
2011-11-26 | DREAMWEB: Convert 'restorereels' | Willem Jan Palenstijn | |
This also allows 'allocateload' to be removed. | |||
2011-11-26 | DREAMWEB: Move 'restorereels' from dreamgen | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Move 'restoreall' from dreamgen | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Remove unused function 'storeit' | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Convert 'saveposition' | Willem Jan Palenstijn | |
Also inline and remove 'saveseg', 'savefilewrite', 'makeheader'. | |||
2011-11-26 | DREAMWEB: Move 'loadposition' and 'saveposition' from dreamgen | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Move 'actualsave' and 'actualload' from dreamgen | Willem Jan Palenstijn | |