Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | MOHAWK: Implement LB exec,return. | Alyssa Milburn | |
2011-12-02 | MOHAWK: Implement LB add,addAt,setAt. | Alyssa Milburn | |
2011-12-02 | MOHAWK: Implement LBCode::itemIsLoaded. | Alyssa Milburn | |
2011-12-02 | MOHAWK: LB list improvements, implement &= operator. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Implement LB move/moveTo. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Handle LB conversion from string to point/rect. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Fix kLBOpBreakExpression. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Run LB load-time scripts properly. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Implement LBCode::cmdMousePos. | Alyssa Milburn | |
2011-12-01 | MOHAWK: Fix parameterless calls when parsing LB scripts. | Alyssa Milburn | |
2011-12-01 | Merge pull request #123 from digitall/dreamweb_tasmNameMap | Bertrand Augereau | |
Add Function Name Remapping to tasm-recover tool... | |||
2011-12-01 | DREAMWEB: Fix compilation due to dreamgen.* function renaming. | 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 | TSAGE: Fixed some cursor constants used in R2R scene 300 | Paul Gilbert | |
2011-12-01 | TSAGE: R2R scene areas shouldn't be processed when the player is disabled | Paul Gilbert | |
2011-12-01 | DREAMWEB: Naming of ReelRoutine members | Bertrand Augereau | |
2011-12-01 | DREAMWEB: 'sparkydrip' ported to C++ | Bertrand Augereau | |
2011-12-01 | TSAGE: Change the active cursor Id when R2R cursor is set | Paul Gilbert | |
2011-12-01 | TSAGE: Implemented the new R2RW cursors | Paul Gilbert | |
2011-12-01 | DREAMWEB: 'madman' uses the ported 'checkspeed' | Bertrand Augereau | |
2011-12-01 | DREAMWEB: 'checkspeed' ported to C++ | Bertrand Augereau | |
2011-12-01 | DREAMWEB: A bit of cleaning in 'madman' | Bertrand Augereau | |
2011-12-01 | DREAMWEB: Mechanism to allow reel callbacks to be specified either with a ↵ | Bertrand Augereau | |
ReelRoutine or es:bx as parameters | |||
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 | CGE: Only skips animations when pressing ESC. | Strangerke | |
This should allow tsoliman to see the end of the intro | |||
2011-11-30 | CGE: Simplify keyboard handling | Strangerke | |
2011-11-30 | DREAMWEB: 'allocatebuffers' ported to C++ | Bertrand Augereau | |
2011-11-30 | DREAMWEB: Use workspace() instead of kWorkspace | Bertrand Augereau | |
2011-11-30 | DREAMWEB: Less VM side-effects in 'doblocks' | 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-30 | Merge pull request #122 from digitall/dreamweb_tasmUpdates | Bertrand Augereau | |
DREAMWEB: Remove unused blacklisted function headers from dreamgen.h | |||
2011-11-30 | HUGO: Remove obsolete todo | Strangerke | |
2011-11-30 | CGE: Remove several useless constants in Keys enum | Strangerke | |
2011-11-29 | CGE: Remove key sound in System::touch(). | Strangerke | |
ALTering dice no longer is no longer noisy | |||
2011-11-29 | MAEMO: Fix zoom key capture on N900 (fixes bug#3443037) | Tarek Soliman | |
This was semi-intentionally skipped in the intial port revival because the focus was on N810 at the time. This is mostly copied from the old 1.2.1 port and then cleaned up. | |||
2011-11-29 | MAEMO: Add basic graphics manager | Tarek Soliman | |
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 | SCI: Fix restarting SCI engine with different SCI version | Willem Jan Palenstijn | |