Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-20 | MOHAWK: Default to the first card when jumping to the intro stack | Bastien Bouclet | |
2016-02-14 | MOHAWK: Add a console command that does random clicks in all the cards | Bastien Bouclet | |
A surprisingly effective way of finding bugs | |||
2016-02-11 | MOHAWK: Move debug rect draw control to the console | Bastien Bouclet | |
It was previously bound to F4 | |||
2015-07-17 | MOHAWK: Move further VideoManager functionality to VideoEntry | Matthew Hoops | |
2014-05-27 | ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. | Johannes Schickel | |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel | |
2014-05-03 | MOHAWK: Use original stack ID mapping for Riven | Matthew Hoops | |
2014-02-18 | MOHAWK: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-04-15 | MOHAWK: Fix string offsets memory leak | Matthew Hoops | |
2012-12-16 | MOHAWK: Implement most of Myst's transition system | Bastien Bouclet | |
2012-03-10 | MOHAWK: Split the graphics classes into their own files | Matthew Hoops | |
2011-08-07 | MOHAWK: Leaving from the slides should go to the information screens in Myst ↵ | Bastien Bouclet | |
Demo. | |||
2011-07-03 | MOHAWK: Handle subpages in the LB console's changePage. | Alyssa Milburn | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-30 | MOHAWK: Fix CSTime-only builds. | Alyssa Milburn | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2011-03-28 | MOHAWK: Allow disabling of Riven compilation | Matthew Hoops | |
2011-03-28 | MOHAWK: Allow disabling compiling cstime | Matthew Hoops | |
2011-03-28 | MOHAWK: Allow disabling compilation of Myst | Matthew Hoops | |
2011-03-23 | MOHAWK: Use direct access on the hashmap for Riven variables now | Matthew Hoops | |
2011-03-22 | MOHAWK: Remove the Riven 'restart' console command | Matthew Hoops | |
This ancient console function has no purpose any longer and is half-broken anyway. | |||
2011-02-01 | MOHAWK: Allow mode changes from LB's debug console. | Alyssa Milburn | |
svn-id: r55706 | |||
2011-01-22 | MOHAWK: Add some debug commands for CSTime. | Alyssa Milburn | |
svn-id: r55417 | |||
2011-01-20 | MOHAWK: Add CSTime engine. | Alyssa Milburn | |
svn-id: r55362 | |||
2011-01-18 | MOHAWK: Rename some Myst-specific sound functions; cleanup | Matthew Hoops | |
svn-id: r55314 | |||
2011-01-18 | MOHAWK: Rename some VideoManager functions so we have some unified naming ↵ | Matthew Hoops | |
between versions svn-id: r55312 | |||
2011-01-07 | MOHAWK: Merge Myst intro opcode 100 with generic opcode 40 into engine ↵ | Bastien Bouclet | |
method changeStack svn-id: r55152 | |||
2010-12-18 | MOHAWK: Separate background sound handling from other sounds for Myst. Allow ↵ | Bastien Bouclet | |
the scripts to change the background sound volume. svn-id: r54953 | |||
2010-12-16 | MOHAWK: Added the "resources" command to Myst's debug console, which lists ↵ | Bastien Bouclet | |
the resources in the current card. Allow the "drawRect" debug command to take a resource id as a parameter, to draw the resource's bounding rect. svn-id: r54933 | |||
2010-12-14 | MOHAWK: Rework Myst GFX updates | Bastien Bouclet | |
- Initial card state is drawn to the back buffer - Script driven updates are drawn to the front buffer Allows opcode 28 (copy back buffer to screen) and opcodes 29/33 (copy image to screen / back buffer) to work properly. Fixes among others the generator room lights, and the matchbox. svn-id: r54907 | |||
2010-12-10 | MOHAWK: Fix the Myst drawImage debug command | Matthew Hoops | |
svn-id: r54850 | |||
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn | |
svn-id: r54815 | |||
2010-12-02 | MOHAWK: move shared setPalette/copyImage routines into GraphicsManager | Alyssa Milburn | |
svn-id: r54743 | |||
2010-11-30 | MOHAWK: add changePage Living Books debug command | Alyssa Milburn | |
svn-id: r54688 | |||
2010-11-29 | MOHAWK: Persistent scripts cleanup | Bastien Bouclet | |
- Rename InitOpcodes / PersistentOpcodes to Persistent Scripts for consistency - Get rid of the global var used to tell if the sound receiver script is running svn-id: r54633 | |||
2010-11-29 | MOHAWK: Do not always update the screen after a card change. Necessary for ↵ | Bastien Bouclet | |
"animated card changes" to work. svn-id: r54630 | |||
2010-11-29 | MOHAWK: Disabled hotspots are now unclickable areas. Display blue rects for ↵ | Bastien Bouclet | |
unreachable zip destinations when drawing resource rects. svn-id: r54615 | |||
2010-11-29 | MOHAWK : Finished implementing Selenitic sound receiver | Bastien Bouclet | |
svn-id: r54593 | |||
2010-11-28 | MOHAWK: Add basic Living Books support (all credit goes to fuzzie!) | Matthew Hoops | |
v1 and v3 (both Windows and Mac) are working, v1 support is in better shape. svn-id: r54558 | |||
2010-11-26 | MOHAWK: Enable the drawImage debug command for all LB games | Matthew Hoops | |
svn-id: r54491 | |||
2010-11-20 | MOHAWK: Cleanup resource handling | Matthew Hoops | |
- Renamed getRawData() to getResource() - Add a getResource() and hasResource() function for named resources - Other minor formatting changes svn-id: r54396 | |||
2010-11-07 | MOHAWK: Remove console FIXME's | Matthew Hoops | |
svn-id: r54109 | |||
2010-11-07 | MOHAWK: Convert all printf to debugN calls | Max Horn | |
This involves some nasty decisions, like mixing debugN and DebugPrintf calls in the RivenConsole. I added FIXME comments about this. svn-id: r54107 | |||
2010-09-07 | MOHAWK: Sound cleanup | Matthew Hoops | |
Merge the Riven sound file code with the main Riven resource code and remove the mainSoundFile parameter from Sound::playSound(). Reasoning: The sound id's do not collide with the sound id's in the main data files. The sound archives only exist because the original CD version had the ability to choose between low and high quality audio. svn-id: r52631 | |||
2010-09-05 | MOHAWK: Cleanup | Matthew Hoops | |
- Split the main Riven event loop into a separate function for readability and for use in the sunner external functions eventually - Some minor function signature changes (const!) - Rename matchVarToString() to getVar() (I have no idea where that original name came from, considering it takes a string and returns a variable - Use solely Common::String in getVar() svn-id: r52538 | |||
2010-08-23 | MOHAWK: Print the rect of the hotspot in the 'hotspot' command too | Matthew Hoops | |
svn-id: r52300 | |||
2010-08-23 | MOHAWK: Add initial work for the dome sliders | Matthew Hoops | |
While the sliders cannot move yet, the game now knows if the puzzle is complete and whether you're over a slider or not. Drawing the sliders and moving the sliders will come next. svn-id: r52292 | |||
2010-07-09 | Introduce the RivenScriptManager to keep track of scripts and free them when ↵ | Matthew Hoops | |
required. The old way of using SharedPtr was quite hacky and didn't work properly when talking to Gehn in ospit. svn-id: r50761 |