Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-01 | SCI32: Implement plane transitions (kSetShowStyle and kSetScroll) | Colin Snover | |
This commit implements all of the known plane transitions from SCI2 through SCI2.1mid games. Because kSetShowStyle is always called indirectly via the Styler game script, it is difficult to find all the places where transitions are used. As such, transitions that appeared to never be used have been added as stubs which will trigger a game crash with a message to report what was being done, so any missed transition types can be identified quickly and then implemented. | |||
2016-08-01 | SCI32: Enable optional explicit memory management of hunk entries | Colin Snover | |
Bitmaps in ScrollWindow and Robot code are managed by the kernel and not by game scripts, although they must be able to be referenced through a reg_t. To prevent incorrect GC of bitmaps that are in use but not referenced by any game script, explicit memory management of hunk entries can be enabled. | |||
2016-08-01 | ENGINES: Remove the aesop submodule | Bastien Bouclet | |
2016-08-01 | TITANIC: Fix warnings | Eugene Sandulenko | |
2016-08-01 | SHERLOCK: Fix even more warnings | Eugene Sandulenko | |
2016-08-01 | SHERLOCK: Fix another warning | Eugene Sandulenko | |
2016-08-01 | SHERLOCK: Fix warning | Eugene Sandulenko | |
2016-08-01 | TITANIC: Fix compilation for openpandora | Eugene Sandulenko | |
2016-07-31 | TITANIC: Compilation fix for LiftbotScript | Paul Gilbert | |
2016-07-31 | TITANIC: Added LiftbotScript methods | Paul Gilbert | |
2016-07-31 | TITANIC: Added DoorbotScript scriptChanged | Paul Gilbert | |
2016-08-01 | TITANIC: Fix warnings | Eugene Sandulenko | |
2016-07-31 | TITANIC: Fix various warnings | Paul Gilbert | |
2016-08-01 | TITANIC: Remove duplicate from module.mk | Eugene Sandulenko | |
2016-07-31 | TITANIC: Remove unneeded CTestArray class that was breaking compilation | Paul Gilbert | |
2016-07-31 | TITANIC: Syntax fixes pointed out by criezy | Paul Gilbert | |
2016-08-01 | Merge pull request #786 from dreammaster/titanic | Eugene Sandulenko | |
TITANIC: Starship Titanic engine | |||
2016-07-31 | TITANIC: Added DoorbotScript process | Paul Gilbert | |
2016-07-31 | TITANIC: Added DeskbotScript scriptChanged | Paul Gilbert | |
2016-07-31 | TITANIC: Added DeskbotScript process | Paul Gilbert | |
2016-07-31 | TITANIC: Adding lots of const prefixes | Paul Gilbert | |
2016-07-31 | TITANIC: Added DeskbotScript preprocess | Paul Gilbert | |
2016-07-31 | WAGE: Fallback to built-in borders | Borja Lorente | |
2016-07-31 | WAGE: Remove custom borders | Borja Lorente | |
2016-07-31 | WAGE: Change GUI Scene to load BMP borders | Borja Lorente | |
2016-07-31 | WAGE: Implement active/inactive borders | Borja Lorente | |
2016-07-31 | WAGE: Fix border loading | Borja Lorente | |
2016-07-31 | WAGE: Begin adding borders to the windows | Borja Lorente | |
2016-07-31 | WAGE: Remove superfluous comment | Borja Lorente | |
2016-07-31 | WAGE: Add basic border loading code | Borja Lorente | |
2016-07-31 | WAGE: Remove unnecessary border code | Borja Lorente | |
2016-07-31 | WAGE: Fix style issues | Borja Lorente | |
2016-07-31 | WAGE: Adapt to namespace change | Borja Lorente | |
2016-07-31 | GRAPHICS: Move MacMenu constants | Borja Lorente | |
2016-07-31 | GRAPHICS: Create wrapper namespace for MacWindowManager constants | Borja Lorente | |
2016-07-31 | GRAPHICS: Create wrapper namespace for MacWindow constants | Borja Lorente | |
2016-07-31 | GRAPHICS: Create wrapper namespace for MacMenu constants | Borja Lorente | |
2016-07-31 | WAGE: Extract MacMenu | Borja Lorente | |
2016-07-31 | TITANIC: Fix some clang warnings | Paul Gilbert | |
2016-07-31 | GNAP: Fix indentation | Eugene Sandulenko | |
2016-07-30 | TITANIC: Added BellbotScript scriptChanged | Paul Gilbert | |
2016-07-30 | TITANIC: Added BellbotScript checkCommonPhrases | Paul Gilbert | |
2016-07-30 | TITANIC: Adding BellbotScript support methods | Paul Gilbert | |
2016-07-30 | TITANIC: Added BellbotScript process | Paul Gilbert | |
2016-07-30 | TITANIC: Fix identified warnings | Paul Gilbert | |
2016-07-30 | TITANIC: Fix identified warnings | Paul Gilbert | |
2016-07-31 | FULLPIPE: Hid noisy warning | Eugene Sandulenko | |
2016-07-31 | FULLPIPE: More debug output for pathfinding | Eugene Sandulenko | |
2016-07-30 | TITANIC: Added BellbotScript preprocess | Paul Gilbert | |
2016-07-30 | SCI32: Fix crash in Torin when opening save dialog | Colin Snover | |