aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-31GRAPHICS: Fix loading NE cursorsCameron Cawley
2019-12-31DIRECTOR: LINGO: Avoid reading past buffer in the preprocessorEugene Sandulenko
2019-12-31DIRECTOR: Add sanity check to BITDDecoderEugene Sandulenko
2019-12-31DIRECTOR: Fix out-of-bounds writeEugene Sandulenko
2019-12-31DIRECTOR: LINGO: 'return' could have no argumentsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Added decompilation prototypes for newly added codesEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Added test for chunk functionsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Implement parsing of 'the number of <xx> in' chunk functionsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Allow numbers in object namesEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Support getting object fieldsEugene Sandulenko
2019-12-31DIRECTOR: LINGO: Fixed 'factory' lexingEugene Sandulenko
2019-12-30SCI32: Fix GK2 patch commentsluicebox
2019-12-30SCI32: Fix GK2 Xaver Black Wolf topicsluicebox
2019-12-30SCI32: Fix GK2 Chapter 3 police station deadendsluicebox
2019-12-30SCI: Remove stray script patch commassluicebox
2019-12-313DS: Enable GDB host IOBastien Bouclet
2019-12-31DIRECTOR: LINGO: Added test for factory()Eugene Sandulenko
2019-12-31DIRECTOR: LINGO: Implement function flavour of factory() built-inEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Fix grammar for built-ins with empty arglistEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added test for empty arglistEugene Sandulenko
2019-12-30DIRECTOR: Do not crash on unhandled castsEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added test for object settingEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Implement grammar for setting object fieldsEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added new token, THEOBJECTFIELD, for 'the <entity> of <object>'Eugene Sandulenko
2019-12-30DIRECTOR: Upgrade lingotests target to D4Eugene Sandulenko
2019-12-30DIRECTOR: LINGO: Load 'the entities' and fields per Director versionEugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added version number to 'the fields'Eugene Sandulenko
2019-12-30DIRECTOR: LINGO: Clarified director version for some 'the entities'Eugene Sandulenko
2019-12-30DIRECTOR: LINGO: Added Director version to the 'the entity' listEugene Sandulenko
2019-12-30KYRA: (HOF) - fix bug #11289 (Secret potion issue)athrxx
- added a missing function that causes keyboard key presses to trigger certain sound effects - improve keyboard responsiveness during idle animations (HOF only)
2019-12-30DIRECTOR: Get rid of _castTypes[]Eugene Sandulenko
2019-12-30DIRECTOR: Simplified cast managementEugene Sandulenko
2019-12-29SCI32: Fix GK2 Frau Miller lockupsluicebox
2019-12-29SCI32: Fix GK2 SoundManager random lockupssluicebox
2019-12-29SCI32: Update GK2 patch commentssluicebox
2019-12-29SCI32: Fix GK2 Inventory scrollingsluicebox
- Scrolling is now smooth as in the original - Scroll-direction patch is now compatible with all versions
2019-12-29SCI32: Update GK2 benchmark patch for all versionssluicebox
2019-12-29SCI32: Fix unforgivable typossluicebox
2019-12-29DIRECTOR: Do not allow 0 frame ratesEugene Sandulenko
2019-12-29PRINCE: I18N: Update translation (Russian)Eugene Sandulenko
Currently translated at 100.0% (2757 of 2757 strings)
2019-12-29PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 78.3% (2158 of 2757 strings)
2019-12-29ALL: Add .editorconfig with our tab specification.Eugene Sandulenko
GitHub, particuarly, honors this file and displays the tabs accordingly.
2019-12-29DIRECTOR: LINGO: Normalise parameters before usage in setTheCast()Eugene Sandulenko
2019-12-29DIRECTOR: LINGO: Implement 'set the text of cast'Eugene Sandulenko
2019-12-29DIRECTOR: LINGO: Fix cast references in setTheCast()Eugene Sandulenko
2019-12-29DIRECTOR: LINGO: Added test for 'global'Eugene Sandulenko
2019-12-29DIRECTOR: LINGO: Code simplificaiton in Lingo::setTheCast()Eugene Sandulenko
2019-12-29DIRECTOR: LINGO: Implement 'the stilldown'Eugene Sandulenko
2019-12-29DIRECTOR: Track when mouse is downEugene Sandulenko
2019-12-29DIRECTOR: LINGO: Added 'set... of the cast' processingEugene Sandulenko