Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-03 | MOHAWK: Move the current hotspot to RivenCard | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move the effect list to RivenCard | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move BLST list handling to RivenCard | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move Riven's name lists to a separate class | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move the hotspot list to RivenCard | Bastien Bouclet | |
Also replace all hardcoded accesses to the hotspot array with hotspot queries. | |||
2017-07-03 | MOHAWK: Make the RivenHotspot fields private | Bastien Bouclet | |
2017-07-03 | MOHAWK: Remove the RivenHotspot enabled field | Bastien Bouclet | |
2017-07-03 | MOHAWK: Turn the active hotspot into a pointer | Bastien Bouclet | |
2017-07-03 | MOHAWK: Start converting RivenHotspot into a class | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move the sound lists to RivenCard | Bastien Bouclet | |
2017-07-03 | MOHAWK: Chane Riven's graphics manager to automatically handle screen updates | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move PLST handling to the RivenCard class | Bastien Bouclet | |
2017-07-03 | MOHAWK: Remove the current card id from the Riven engine class | Bastien Bouclet | |
2017-07-03 | MOHAWK: Move Riven's Card to a separate object | Bastien Bouclet | |
2017-07-03 | MOHAWK: Add a script queue to Riven's script manager | Bastien Bouclet | |
2017-07-03 | MOHAWK: Add documentation to Riven's script module | Bastien Bouclet | |
2017-07-03 | MOHAWK: Rename Riven's script types | Bastien Bouclet | |
2017-07-03 | MOHAWK: Change Riven's scripts not to have a type | Bastien Bouclet | |
2017-07-03 | MOHAWK: Refactor the script manager to read data to Command classes | Bastien Bouclet | |
2017-07-03 | MOHAWK: Poll for events in two inner game loops on Selenitic | Bastien Bouclet | |
This should hopefully prevent Windows from showing a 'busy' cursor. Fixes Trac#9570. | |||
2017-07-02 | TITANIC: Don't allow saving during the Doorbot prologue | Paul Gilbert | |
This works around a bug in the original where if you saved immediately after getting the PET, the savegame would put in in an invalid state | |||
2017-07-02 | TITANIC: Fix switching between forward & backwards movie clips | Paul Gilbert | |
2017-07-01 | TITANIC: Flag English version for testing, German version as unstable | Paul Gilbert | |
2017-07-01 | TITANIC: Reset movie framerate when setting up decompressor | Paul Gilbert | |
2017-07-01 | TITANIC: Fix crash going up service elevator in prologue | Paul Gilbert | |
2017-07-01 | TITANIC: Fix service lift indicator when going down floors | Paul Gilbert | |
2017-07-01 | TITANIC: Refactor out _isReversed from AVI Surface | Paul Gilbert | |
2017-07-01 | SCI: Fix typo in pq3 script patch | Martin Kiewitz | |
2017-07-01 | SCI: Add script patch for pq3, points for giving locket (bug #9862) | Martin Kiewitz | |
This script patch will fix not getting 10 points for giving the locket to Marie. | |||
2017-06-30 | TITANIC: Don't set movie framerate until after movie has started | Paul Gilbert | |
2017-06-30 | TITANIC: Update AVISurface to use refactored AVIDecoder | Paul Gilbert | |
2017-06-28 | TITANIC: Fix Doorbot animation during starting cutscene | Paul Gilbert | |
2017-06-26 | TSAGE: remove accidentally added file | Hein-Pieter van Braam | |
Commit aee71314 seems to have accidentally added a temp file containing a libtsage.a file. We remove it here. | |||
2017-06-26 | ADL: Merge hires2 and hires0 classes | Walter van Niftrik | |
2017-06-25 | TITANIC: Return long stick to inventory after hitting bomb glass with it | Paul Gilbert | |
2017-06-25 | LURE: Added detection for updated Russian version | Eugene Sandulenko | |
2017-06-25 | TITANIC: Add German sound filenames for spaceship crash | Paul Gilbert | |
2017-06-25 | TITANIC: Set PET area title positions for German version | Paul Gilbert | |
2017-06-25 | TITANIC: Fix display of PET area titles | Paul Gilbert | |
2017-06-25 | TITANIC: Adding support for German PET's extra Translation area | Paul Gilbert | |
2017-06-25 | TITANIC: Use Speech sound type for endgame Leovinus speech | Paul Gilbert | |
2017-06-25 | TITANIC: Change Titania to use speech sound type | Paul Gilbert | |
2017-06-25 | TITANIC: Change Bomb to use speech sound type | Paul Gilbert | |
2017-06-24 | TITANIC: Fix saving bass direction state onto music cylinders | Paul Gilbert | |
2017-06-24 | TITANIC: Fix some incorrectly named speech method parameters | Paul Gilbert | |
2017-06-24 | TITANIC: Remove warning for unknown NPC in getNpcScript | Paul Gilbert | |
Turns out the origional explicitly renames NPCs in some cases when they don't want the NPC to be responsive. Such as the MaitreD name being set to MaitreLoop03 when he's viewed from behind | |||
2017-06-24 | SCI32: Replace Torin dragon's cave patch with a better patch | Colin Snover | |
The previous script patch for this bug was much simpler and targeted the bad code that hangs, instead of the bad code that caused the unexpected flag setting, but this caused glitches in the dragon's cave that couldn't really be fixed since different animations relied on some common code for positioning Boogle. So, now, this more complicated patch fixes the fast-forward code in the seraglio to set Boogle's in-the-bag flag, which is what the dragon's cave needs in order to not hang when worming Boogle. Also, because this patch now targets the code that caused the bad flag state, instead of the code that hangs on the bad state, any save game in the dragon's cave with the bag flag setting will need to be fixed by exiting and re-entering the dragon's cave. Refs Trac#9836. | |||
2017-06-24 | TITANIC: Fix incorrect bowl rendering when parrot eats nuts | Paul Gilbert | |
2017-06-24 | TITANIC: Renamings for nut bowl messages | Paul Gilbert | |
2017-06-24 | SCI32: Fix Boogle warp glitch caused by previous game patch | Colin Snover | |
Refs Trac#9836. |