aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-12COMMON: Fix string length in U32String::encode()Eugene Sandulenko
Our method expects length in bytes, not in characters, which is 4x for U32
2019-12-12DIRECTOR: Fix Signed vs. Unsigned Comparison GCC Warning.D G Turner
This is emitted from -Wsign-compare.
2019-12-12GOB: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-12I18N: Update translations templatesThierry Crozat
2019-12-12I18N: Update translation (Spanish)Rodrigo Vegas Sánchez-Ferrero
Currently translated at 100.0% (1154 of 1154 strings)
2019-12-12CONFIGURE: Ensure Compiler Errors Are Saved in Temporary Debug LogD G Turner
This is for debugging the current buildbot toolchain failures, but it is a relatively innocuous change which should help debugging if compilers are failed to be detected for various porters.
2019-12-11DIRECTOR: Properly set CachedMacTextEugene Sandulenko
2019-12-11GRAPHICS: MACGUI: Implemented non-binary version of inline text formattingEugene Sandulenko
2019-12-11DIRECTOR: Optimize screen copying for zoomBoxesEugene Sandulenko
2019-12-11BLADERUNNER: Debugger get or set game difficultyThanasis Antoniou
2019-12-11DIRECTOR: Added comments to screen update callsEugene Sandulenko
2019-12-11GRAPHICS: MACGUI: Added setup sanity checks to MacMenuEugene Sandulenko
2019-12-11DIRECTOR: Plug MacWindowManager inEugene Sandulenko
2019-12-11GRAPHICS: Fix Missing Default Switch Cases in LarryScaleD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-11GLK: Fix Missing Default Switch Cases in Engine Base CodeD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-11COMMON: Minor Spelling Fix to Util Header CommentD G Turner
No functional change.
2019-12-11DIRECTOR: LINGO: Pass menu to MacMenu in installMenu built-inEugene Sandulenko
2019-12-11DIRECTOR: LINGO: Initial code for b_installMenu(). ParsingEugene Sandulenko
2019-12-11DIRECTOR: Store original Stxt valueEugene Sandulenko
2019-12-11DIRECTOR: Escape Stxt debug outputEugene Sandulenko
2019-12-11DIRECTOR: LINGO: Added simpler mode for code preprocessorEugene Sandulenko
2019-12-11COMMON: Fix toPrintable() for upper charactersEugene Sandulenko
2019-12-11DIRECTOR: Do not attempt to execute scripts containing menusEugene Sandulenko
2019-12-09SCI32: Fix PHANT1 save file interoperabilitysluicebox
Phantasmagoria 1 save files are uncompressed because they are small and interoperable with the original interpreter, but the game scripts frequently rename them. Renaming save files unconditionally compresses the result and so only some files have been interoperable. Phantasmagoria 1 files now remain uncompressed when renamed.
2019-12-09COMMON: Make save compression optional when copyingsluicebox
Allows for copying or renaming uncompressed save files, such as in Phantasmagoria 1, without compressing them in the process.
2019-12-10PSP: Make the PspTimer class a subclass of DefaultTimerManagerCameron Cawley
2019-12-10TEENAGENT: Fix GCC-9 -Wclass-memaccess WarningD G Turner
This is another case of a warning from using memset to clear a non-trivial data structure.
2019-12-10DIRECTOR: LINGO: CleanupEugene Sandulenko
2019-12-10DIRECTOR: Make text printable in debug output in CachedMacTextEugene Sandulenko
2019-12-10DIRECTOR: LINGO: Fix bounds check in b_zoomBoxEugene Sandulenko
2019-12-10DIRECTOR: Implement zoomBox renderingEugene Sandulenko
2019-12-10DIRECTOR: Do precomputations for 'zoomBox' built-inEugene Sandulenko
2019-12-10DIRECTOR: Use toPrintable() for debug text outputEugene Sandulenko
2019-12-10DIRECTOR: LINGO: Moved event-related debug messages to proper channelEugene Sandulenko
2019-12-10COMMON: Added helper function to produce printable stringsEugene Sandulenko
2019-12-10DIRECTOR: LINGO: Specified precedence for '&&' operationEugene Sandulenko
2019-12-09COMMON: Fix GCC-9 Warning in MacResManager ClassD G Turner
This is another case of a warning from using memset to clear a non-trivial data structure. GCC-9 detects this with the default warning of -Wclass-memaccess.
2019-12-09DIRECTOR: LINGO: Fix string to string conversionEugene Sandulenko
2019-12-09I18N: Update translation (Danish)scootergrisen
Currently translated at 100.0% (1154 of 1154 strings)
2019-12-09I18N: Regenerate translations data fileThierry Crozat
2019-12-09I18N: Update translation (Finnish)Timo Mikkolainen
Currently translated at 100.0% (1154 of 1154 strings)
2019-12-08SCI32: Add PHANT1 German Patch detection entrysluicebox
Trac #9743
2019-12-08SCI32: Update PHANT1 detection entry commentssluicebox
2019-12-08QUEEN: fix bellboy dialogue - bug #11272BLooperZ
2019-12-08DIRECTOR: LINGO: Fix multi-leg 'if' grammarEugene Sandulenko
2019-12-08DIRECTOR: LINGO: Fix one-leg if codegenEugene Sandulenko
2019-12-08DIRECTOR: LINGO: Fixed operator precedence in grammarEugene Sandulenko
2019-12-08DIRECTOR: LINGO: Fix 'if' code generation for simple statementsEugene Sandulenko
2019-12-08DIRECTOR: LINGO: Fix 'if' preprocessor for nested ifsEugene Sandulenko
2019-12-08DIRECTOR: LINGO: Fixed 'else' code generation for 'if' statementsEugene Sandulenko