Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-19 | SCI32: Remove never-read default values | Colin Snover | |
2017-09-19 | SCI32: Add audio dump debugger command | Colin Snover | |
2017-09-19 | SCI32: Don't warp the mouse twice when its position has been restricted | Colin Snover | |
2017-09-19 | SCI32: Flush all events before warping mouse | Colin Snover | |
This improves the behaviour at the end of PQ4 when navigating the warehouse with the flashlight by getting rid of mouse events that may have been queued before the mouse warp to the other side of the screen is performed. Without this, frequently, those extra events would then be processed and cause the mouse to jump back to the opposite side of the screen, triggering another navigation in the opposite direction. This patch really only helps when mouse capture is enabled in ScummVM as well, but it does allow the sequence to be played pretty much normally in that situation. Additional (pending) patches to ScummVM itself are needed to move the mouse to the correct place when mouse capture is off and the system mouse moves outside of the game window. Refs Trac#9689. | |||
2017-09-19 | SCI32: Add Lighthouse Glider demo to detection table | Colin Snover | |
2017-09-19 | SCI32: Promote Lighthouse demos to ADGF_TESTING | Colin Snover | |
2017-09-19 | SCI32: Hide warning about CD-ROM speed setting in kGetSierraProfileInt | Colin Snover | |
In the DOS interpreters, this function is a no-op. Lighthouse calls it regardless of platform, so dummy it out for non-Windows platforms. This is not known to address any particular issue, and is really just to eliminate the warning about an unknown configuration setting when starting Lighthouse in a manner that is compatible with the original interpreter. | |||
2017-09-19 | SCI: Stop EngineState::wait mutating r_acc | Colin Snover | |
This wait function is used by kernel calls other than kWait, and those other functions do not mutate r_acc in SSCI. | |||
2017-09-19 | TITANIC: Fix memory leaks on shutdown | Paul Gilbert | |
2017-09-19 | TITANIC: Remove redundant surface ccreation from DirectDrawManager | Paul Gilbert | |
2017-09-18 | TITANIC: Fix identified redundant tests & assignments | Paul Gilbert | |
2017-09-18 | TITANIC: Add missing return check in BellbotScript::process | Paul Gilbert | |
2017-09-18 | TITANIC: Fix floor calculation in CChevCode::getChevFloorNum | Paul Gilbert | |
2017-09-18 | TITANIC: Add engine to lists within README | Paul Gilbert | |
2017-09-18 | TTITANIC: Guard against TTstring items being self-assigned | Paul Gilbert | |
2017-09-18 | TITANIC: Fix regenerating CGameObject _movieRangeInfoList during saving | Paul Gilbert | |
2017-09-18 | TITANIC: Change AVISurface _framePixels from ManagedSurface to bool | Paul Gilbert | |
2017-09-18 | TITANIC: Fix memory leak loading star control stars | Paul Gilbert | |
2017-09-18 | TITANIC: Fix memory leak on thumbnails when loading savegames | Paul Gilbert | |
2017-09-18 | TITANIC: DE: Fix ship announcements | Paul Gilbert | |
2017-09-18 | TITANIC: DE: Fixes for checking in | Paul Gilbert | |
2017-09-18 | TITANIC: Add VocabMode enum, fix German vocab loading | Paul Gilbert | |
2017-09-18 | I18N: Regenerate translations data file | Thierry Crozat | |
2017-09-17 | TITANIC: Added German DeskbotScript process additions | Paul Gilbert | |
2017-09-17 | TITANIC: Add Deskbot German specific logic | Paul Gilbert | |
2017-09-17 | TITANIC: Added German specific TTnpcScript doSentenceEntry code | Paul Gilbert | |
I'm not entirely happy I had to put this in the base TTnpcScript rather than somewhere in the new german/ subfolder, but I couldn't think of any clean way to do it except nasty designs like diamond multiple inheritance | |||
2017-09-17 | Merge pull request #1021 from Schallaven/patch-1 | Paul Gilbert | |
XEEN: Corrected spelling in xeen/map.cpp | |||
2017-09-17 | TITANIC: Fix case sensitivity in header includes | Paul Gilbert | |
2017-09-17 | TITANIC: Add skeleton derived bot script classes for German version | Paul Gilbert | |
2017-09-17 | TITANIC: Add translation.h missing from prior commit | Paul Gilbert | |
2017-09-17 | TITANIC: Create a separate g_language global in it's own file | Paul Gilbert | |
I was becoming concerned with more and more files having to add the full engine definition and sub-classes thereof via titanic.h, just so the TRANSLATE macro could call getLanguage. This way, files just need to include the lightweight translation.h file instead | |||
2017-09-17 | SCI32: Heap patch for Phantasmagoria 2 to fix DocuStore placements | Martin Kiewitz | |
This fixes placement of "File", "Note", "From" and "Subject" content. See bug #10034 | |||
2017-09-17 | TITANIC: German sound fixes for rest of prologue | Paul Gilbert | |
2017-09-17 | TITANIC: Fixes for sounds and Doorbot during German prologue | Paul Gilbert | |
2017-09-17 | DEVTOOLS: Add other German bot sentence mappings to create_titanic | Paul Gilbert | |
2017-09-17 | SCI32: GK1CD: script for vine swing issue bug #9820 | Martin Kiewitz | |
Gabriel's "I can't believe I'm doing this..." line was cut off. This script patch stops that from happening. | |||
2017-09-17 | Corrected spelling | Sven Kochmann | |
"ddark.mon" -> "dark.mon" | |||
2017-09-16 | DEVTOOLS: Add German Id mappings for Doorbot in create_titanic | Paul Gilbert | |
2017-09-16 | TITANIC: Add differing response Id range checks for German | Paul Gilbert | |
2017-09-16 | TITANIC: Fix incorrect sound effect in German prologue | Paul Gilbert | |
2017-09-17 | SCI32: Clean-up pass on GK1,GK2,KQ7,PQ4,QfG4,Torin script patches | Martin Kiewitz | |
comments only | |||
2017-09-16 | TITANIC: Fix music playback in music room | Paul Gilbert | |
2017-09-16 | SCI: Remove unused selector from script patcher selectors list | Colin Snover | |
2017-09-16 | SCI32: Clean-up pass on Torin script patches | Colin Snover | |
* Convert selector literals to SIG_SELECTOR/PATCH_SELECTOR | |||
2017-09-16 | SCI32: Clean-up pass on GK1 script patches | Colin Snover | |
* Make alignment of operation comments consistent * Make patch descriptions consistent | |||
2017-09-16 | SCI32: Clean-up pass on Shivers script patches | Colin Snover | |
* Convert selector literals to SIG_SELECTOR/PATCH_SELECTOR * Wrap comments at 80 columns * Rewrite comments for clarity and brevity * Make identifier suffixes, patch descriptions, and patch table ordering consistent | |||
2017-09-16 | SCI32: Clean-up pass on Rama script patches | Colin Snover | |
* Make alignment of operation comments consistent | |||
2017-09-16 | SCI32: Clean-up pass on QFG4 script patches | Colin Snover | |
* Convert selector literals to SIG_SELECTOR/PATCH_SELECTOR * Make identifier suffixes and patch descriptions consistent | |||
2017-09-16 | SCI32: Clean-up pass on PQ4 script patches | Colin Snover | |
* Convert selector literals to SIG_SELECTOR/PATCH_SELECTOR * Convert word-size numeric literals to SIG_UINT16/PATCH_UINT16 * Wrap comments at 80 columns * Rewrite comments for clarity and brevity * Make alignment of operation comments consistent * Make identifier suffixes, patch descriptions, and patch table ordering consistent | |||
2017-09-16 | SCI32: Clean-up pass on PQ:SWAT script patches | Colin Snover | |
* Make patch descriptions consistent |