Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-24 | MOHAWK: Recheck the current hotspot if a script has changed the enabled ↵ | Matthew Hoops | |
hotspots in Riven svn-id: r55493 | |||
2011-01-24 | PARALLACTION: Improve safety of PathBuffer::getValue(). | David Turner | |
This will now avoid invalid memory reads and instead emit warnings if it is called with values outside of the expected data buffer or on a NULL buffer. svn-id: r55492 | |||
2011-01-24 | SWORD25: Fix linker breakage from DECLARE_SINGLETON() in renderObjectRegistry.h. | David Turner | |
svn-id: r55490 | |||
2011-01-24 | SWORD25: Documented a FIXME | Filippos Karapetis | |
svn-id: r55489 | |||
2011-01-24 | SWORD25: Removed the logErrorLn and logWarningLn wrappers | Filippos Karapetis | |
svn-id: r55488 | |||
2011-01-23 | SCI: Fixed possible use of uninitialized variable in SCI Script Debugger. | David Turner | |
svn-id: r55487 | |||
2011-01-23 | MOHAWK: Fixed possible use of uninitialized variables in Myst Selenitic Age ↵ | David Turner | |
code. svn-id: r55486 | |||
2011-01-23 | HUGO: Get rid of (almost) all the remaining defines | Arnaud Boutonné | |
svn-id: r55485 | |||
2011-01-23 | MOHAWK: Fix the Riven demo intro sequence (a regression from r55188) | Matthew Hoops | |
svn-id: r55484 | |||
2011-01-23 | JANITORIAL: Remove unnecessary backslash | Torbjörn Andersson | |
svn-id: r55483 | |||
2011-01-23 | SWORD25: Fix GCC Compilation Warnings. | David Turner | |
svn-id: r55482 | |||
2011-01-23 | GOB: Fix a clipping issue | Sven Hesse | |
svn-id: r55481 | |||
2011-01-23 | create_project: Add the video directory to the list of base directories | Filippos Karapetis | |
svn-id: r55480 | |||
2011-01-23 | VIDEO: Move video classes to Video:: namespace | Eugene Sandulenko | |
svn-id: r55479 | |||
2011-01-23 | SWORD25: Removed several unused methods of the Vertex class, and made a ↵ | Filippos Karapetis | |
subclass of the Common::Point class svn-id: r55478 | |||
2011-01-23 | SWORD25: Removed several unused methods from the Polygon class | Filippos Karapetis | |
svn-id: r55477 | |||
2011-01-23 | COMMON: Added some very simple operators to the Point class (+, -, += and ↵ | Filippos Karapetis | |
-=), taken from the BS25 Vertex class svn-id: r55476 | |||
2011-01-23 | SWORD25: Remove unused yuvtorgba.h file | Torbjörn Andersson | |
svn-id: r55475 | |||
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 2/2 | Eugene Sandulenko | |
svn-id: r55474 | |||
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko | |
svn-id: r55473 | |||
2011-01-23 | SWORD25: Fixed compilation (oops...) | Filippos Karapetis | |
svn-id: r55472 | |||
2011-01-23 | NEWS: Add Urban Runner and Bambou | Sven Hesse | |
svn-id: r55471 | |||
2011-01-23 | MOHAWK: Detect CSTime demo (thanks to Strangerke for finding it). | Alyssa Milburn | |
svn-id: r55470 | |||
2011-01-23 | SWORD25: Simplified the YUV->RGBA conversion code | Filippos Karapetis | |
svn-id: r55469 | |||
2011-01-23 | GOB: Pass engine pause to the VideoPlayer and decoders | Sven Hesse | |
Entering the GMM or the debug console during a video will not mess up audio/video sync anymore. svn-id: r55466 | |||
2011-01-23 | SWORD25: Fix format string warnings. | Torbjörn Andersson | |
svn-id: r55465 | |||
2011-01-23 | SWORD25: Replaced BS_ASSERT() with assert() | Filippos Karapetis | |
svn-id: r55464 | |||
2011-01-23 | SWORD25: Fixed compilation | Filippos Karapetis | |
svn-id: r55463 | |||
2011-01-23 | SWORD25: Removed the custom log class and replaced it with ↵ | Filippos Karapetis | |
warning/error/debugC calls svn-id: r55462 | |||
2011-01-23 | GOB: Change the NOCD workaround for Urban Runner a bit | Sven Hesse | |
Seems like the game does close the CD1.ITK too, so we just open all ITKs right at the start, lest it might blow up when it wants to close the top ITK and that's actually CD4. svn-id: r55461 | |||
2011-01-23 | MOHAWK: Implement Riven's stopSound() and fadeAmbientSounds() opcodes | Matthew Hoops | |
svn-id: r55460 | |||
2011-01-23 | MOHAWK: Do not stop ambient sounds when finding no matching Riven SLST index | Matthew Hoops | |
This fixes the ambient sounds in the Rebel Tunnel puzzle and Temple Island maglev among other places. svn-id: r55459 | |||
2011-01-23 | MOHAWK: Enable the Riven easter egg shortcut | Matthew Hoops | |
svn-id: r55458 | |||
2011-01-23 | MOHAWK: Cleanup Riven opcode 12 (now known as stopSound()) | Matthew Hoops | |
svn-id: r55457 | |||
2011-01-23 | VIDEO: Fix createSurface() for the case that there's no video | Sven Hesse | |
Fixes clicking on the Piano in the Apartment in Urban Runner. svn-id: r55456 | |||
2011-01-23 | VIDEO: Update documentation on which decoder is used by what engine | Matthew Hoops | |
svn-id: r55455 | |||
2011-01-23 | HUGO: Fix on more GCC warning | Arnaud Boutonné | |
svn-id: r55454 | |||
2011-01-23 | HUGO: Fix several warnings | Arnaud Boutonné | |
svn-id: r55453 | |||
2011-01-23 | HUGO: Fix GCC compilation | Arnaud Boutonné | |
svn-id: r55452 | |||
2011-01-23 | HUGO: Cleanup | Arnaud Boutonné | |
Suppress almost all defines, rename constants svn-id: r55451 | |||
2011-01-22 | VIDEO: Fix QuickTime audio buffering on the last frame | Matthew Hoops | |
svn-id: r55450 | |||
2011-01-22 | SCI/Robot:Don't ifdef out ::playAudio, since it is only used for debugging | Lars Skovlund | |
svn-id: r55449 | |||
2011-01-22 | MOHAWK: Add hardcoded help code for case 1. | Alyssa Milburn | |
svn-id: r55448 | |||
2011-01-22 | MOHAWK: Implement CSTime help system. | Alyssa Milburn | |
svn-id: r55447 | |||
2011-01-22 | MOHAWK: Minor CSTimeChar bugfixes. | Alyssa Milburn | |
svn-id: r55446 | |||
2011-01-22 | MOHAWK: Implement kCSTimeEventCharSomeNIS55. | Alyssa Milburn | |
svn-id: r55445 | |||
2011-01-22 | GOB: Only let one video with sound play at a time | Sven Hesse | |
svn-id: r55444 | |||
2011-01-22 | GOB: Hacking in multiple live videos | Sven Hesse | |
Needed for Bambou. The narrator voice and the "Do you want to quit?" voices are live videos that should continue while the live video buttons are playing. svn-id: r55443 | |||
2011-01-22 | MOHAWK: Silence a warning | Filippos Karapetis | |
svn-id: r55442 | |||
2011-01-22 | MOHAWK: More CSTime event stubs. | Alyssa Milburn | |
Case 1 is now playable up to the 'next case' event. svn-id: r55441 |