aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2019-12-05DIRECTOR: LINGO: Switch to GLR parser. ImprovementsEugene Sandulenko
2019-12-05DIRECTOR: LINGO: Further simplification of 'if' statements grammar.Eugene Sandulenko
Still doesn't work fully
2019-12-05DIRECTOR: LINGO: Simplify 'if' statement parserEugene Sandulenko
2019-12-04SCI32: Implement VMD Censorship Blobssluicebox
Phantasmagoria 1's censorship mode is now supported Trac #11229
2019-12-04SCI32: Fix VMDPlayer yielding when frames skippedsluicebox
2019-12-04AGOS: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
Also fix indent formatting of detection entries.
2019-12-04SAGA: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
Also fix indent formatting of detection entries.
2019-12-04PARALLACTION: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
2019-12-04CINE: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
2019-12-04TINSEL: Fix Missing List End Markers in Detection EntriesD G Turner
This should avoid possible overruns causing crashes or other issues during detection.
2019-12-04TINSEL: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
2019-12-04TEENAGENT: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
2019-12-04DRASCULA: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
2019-12-04AGI: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
2019-12-04GROOVIE: Use Advanced Detector LISTEND Macro in Detection EntriesD G Turner
2019-12-03HDB: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-03WINTERMUTE: Added Steam SOTV NG versionsaviloria
Added Steam "Shadows of the Vatican 1 & II" NG versions
2019-12-03WINTERMUTE: Fix WME version for some gamesaviloria
Fix WME version for some games
2019-12-03WINTERMUTE: Added more Steam referencesaviloria
Added more game entries from Steam
2019-12-03DIRECTOR: LINGO: Rewrite 'if' statement fully. Improve line countingEugene Sandulenko
Still one particular testcase fails, but this is a major improvement in terms of clarity. The execution is temporarily broken.
2019-12-03DIRECTOR: LINGO: Added test for C2 continuation symbolEugene Sandulenko
2019-12-04DIRECTOR: LINGO: Fix cb_v4theentitynamepush to consume an argcScott Percival
2019-12-04DIRECTOR: LINGO: Implement c_argcpushScott Percival
2019-12-03DIRECTOR: LINGO: Add cb_v4theentitynamepushScott Percival
2019-12-03DIRECTOR: LINGO: Add stub for b_goScott Percival
2019-12-03DIRECTOR: LINGO: Fix continuation symbol parsingEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Correct processing of \xC3 (continuation) symbolEugene Sandulenko
2019-12-03DIRECTOR: LINGO: Properly set pointerEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Made event handler names case insensitiveEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Implemented passing 'me' as an object referenceEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Fix splitting of the script by definitionsEugene Sandulenko
2019-12-02WINTERMUTE: Fixed a wrong file nameaviloria
Just a C&P mistake...
2019-12-02WINTERMUTE: Added 2 missing references to the PlainGameDescriptor structureaviloria
In a previous commit, I forgot to add two new games to the PlainGameDescriptor structure
2019-12-02WINTERMUTE: Fix ritter demo MD5 hashaviloria
The MD5 hash for this game was wrong (hasing the whole file, not only the first 5000bytes)
2019-12-02WINTERMUTE: Added more Steam releasesaviloria
Added some missing reversion2 localizations and latests reversion1
2019-12-02WINTERMUTE: Add Simplified and Traditional Chinese flavoursaviloria
Latest Steam updates for Reversion titles include Simplified and Traditional Chinese languages that were not properly identified
2019-12-02DIRECTOR: LINGO: Fix setting cast member valuesEugene Sandulenko
2019-12-02DIRECTOR: LINGO: JANITORIAL: Whitespace fixesEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Added test for inline equality testsEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Simplify grammarEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Resolved grammar conflict for '=' vs tEQEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Fix debug outputEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Fix macro calls as part of statement listsEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Added special lex case for 'set value of ()'Eugene Sandulenko
2019-12-02DIRECTOR: LINGO: Resolve reduce/reduce conflictsEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Simplified grammarEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Implemented RETURN as a built-in for the momentEugene Sandulenko
2019-12-02DIRECTOR: LINGO: Simplify grammar a bitEugene Sandulenko
2019-12-02DIRECTOR: Adjust naming of some instructionsScott Percival
2019-12-02DIRECTOR: Correct rebase mistakeScott Percival