Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-09-16 | SCI32: Clean-up pass on Phant2 script patches | Colin Snover | |
* Minor clarity fixes to comments * Make patch descriptions and patch table ordering consistent | |||
2017-09-16 | SCI32: Clean-up pass on Phant1 script patches | Colin Snover | |
* Convert selector literals to SIG_SELECTOR/PATCH_SELECTOR * Make identifier suffixes, patch descriptions, and patch table ordering consistent | |||
2017-09-16 | SCI32: Clean-up pass on MGDX script patches | Colin Snover | |
* Convert selector literals to SIG_SELECTOR/PATCH_SELECTOR * Fix a patch to use jmp instead of waste bytes * Make identifier suffixes and patch descriptions consistent | |||
2017-09-16 | SCI32: Clean-up pass on LSL7 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 and patch descriptions consistent | |||
2017-09-16 | SCI32: Clean-up pass on LSL6hires 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 Lighthouse script patches | Colin Snover | |
* Make patch descriptions consistent | |||
2017-09-16 | SCI32: Clean-up pass on KQ7 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 and patch descriptions consistent | |||
2017-09-16 | SCI32: Clean-up pass on GK2 script patches | Colin Snover | |
* Convert selector literals to SIG_SELECTOR/PATCH_SELECTOR * Make alignment of operation comments consistent * Make patch descriptions consistent | |||
2017-09-16 | SCI32: Clean-up pass on GK1 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 * Remove no-longer-needed script patch for day 10 room 808, which has been fixed using a different, generic mechanism since commit e8c429832f7b6393f853fd6d9ce8ba2e62f6a93c | |||
2017-09-16 | GIT: Ignore all root Xcode project files | Colin Snover | |
[ci skip] |