aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-01MOHAWK: Implement LB move/moveTo.Alyssa Milburn
2011-12-01MOHAWK: Handle LB conversion from string to point/rect.Alyssa Milburn
2011-12-01MOHAWK: Fix kLBOpBreakExpression.Alyssa Milburn
2011-12-01MOHAWK: Run LB load-time scripts properly.Alyssa Milburn
2011-12-01MOHAWK: Implement LBCode::cmdMousePos.Alyssa Milburn
2011-12-01MOHAWK: Fix parameterless calls when parsing LB scripts.Alyssa Milburn
2011-12-01Merge pull request #123 from digitall/dreamweb_tasmNameMapBertrand Augereau
Add Function Name Remapping to tasm-recover tool...
2011-12-01DREAMWEB: Fix compilation due to dreamgen.* function renaming.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-01TSAGE: Fixed some cursor constants used in R2R scene 300Paul Gilbert
2011-12-01TSAGE: R2R scene areas shouldn't be processed when the player is disabledPaul Gilbert
2011-12-01DREAMWEB: Naming of ReelRoutine membersBertrand Augereau
2011-12-01DREAMWEB: 'sparkydrip' ported to C++Bertrand Augereau
2011-12-01TSAGE: Change the active cursor Id when R2R cursor is setPaul Gilbert
2011-12-01TSAGE: Implemented the new R2RW cursorsPaul Gilbert
2011-12-01DREAMWEB: 'madman' uses the ported 'checkspeed'Bertrand Augereau
2011-12-01DREAMWEB: 'checkspeed' ported to C++Bertrand Augereau
2011-12-01DREAMWEB: A bit of cleaning in 'madman'Bertrand Augereau
2011-12-01DREAMWEB: Mechanism to allow reel callbacks to be specified either with a ↵Bertrand Augereau
ReelRoutine or es:bx as parameters
2011-12-01DREAMWEB: 'worktoscreenm' ported to C++Bertrand Augereau
2011-11-30DREAMWEB: Remove unreferenced stubs and unused sound blaster stuffBertrand Augereau
2011-11-30CGE: Only skips animations when pressing ESC.Strangerke
This should allow tsoliman to see the end of the intro
2011-11-30CGE: Simplify keyboard handlingStrangerke
2011-11-30DREAMWEB: 'allocatebuffers' ported to C++Bertrand Augereau
2011-11-30DREAMWEB: Use workspace() instead of kWorkspaceBertrand Augereau
2011-11-30DREAMWEB: Less VM side-effects in 'doblocks'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-30Merge pull request #122 from digitall/dreamweb_tasmUpdatesBertrand Augereau
DREAMWEB: Remove unused blacklisted function headers from dreamgen.h
2011-11-30HUGO: Remove obsolete todoStrangerke
2011-11-30CGE: Remove several useless constants in Keys enumStrangerke
2011-11-29CGE: Remove key sound in System::touch().Strangerke
ALTering dice no longer is no longer noisy
2011-11-29MAEMO: 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-29MAEMO: Add basic graphics managerTarek Soliman
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-29SCI: Fix restarting SCI engine with different SCI versionWillem Jan Palenstijn
2011-11-29MAMEO: Add GMM keybinding for N900 (fix bug #3443043)Tarek Soliman
The keybinding is Ctrl-Shift-m. Ctrl-m is more desirable but is toggling mouse capture.
2011-11-29DREAMWEB: 'loadfolder' ported to C++Bertrand Augereau
2011-11-29DREAMWEB: 'foldertext' ported to C++Bertrand Augereau
2011-11-29SCI: Add RtL FIXMEWillem Jan Palenstijn
2011-11-29DREAMWEB: 'folderhints' ported to C++Bertrand Augereau
2011-11-29GROOVIE: Prefer 'mask' animations to run at regular speed.Scott Thomas
Not all 'mask' animations have sound, so need to mark preference for regular speed for both 'mask' and 'teeth' animations.
2011-11-29DREAMWEB: 'lastfolder' ported to C++Bertrand Augereau