aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-07GUI: Don't show midi setting tabs if the game has no music at all.Henrik "Henke37" Andersson
2019-12-07DIRECTOR: LINGO: Give better name to the code preprocessorEugene Sandulenko
2019-12-07DIRECTOR: LINGO: Fix incorrect nesting in 'if' preprocessorEugene Sandulenko
2019-12-07DIRECTOR: LINGO: Added debug output to preprocessorEugene Sandulenko
2019-12-06SCI32: Fix kRobot subop 6 implementationsluicebox
Fixes Phantasmagoria 1 animations not resuming after closing the control panel during the chapter 7 chase
2019-12-07PRINCE: I18N: Update translation (Russian)Anton
Currently translated at 100.0% (2757 of 2757 strings)
2019-12-07PRINCE: I18N: Update translation (English)Anton
Currently translated at 59.8% (1650 of 2757 strings)
2019-12-07PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 59.8% (1650 of 2757 strings)
2019-12-07DIRECTOR: Implement 'compileonly' debug flagEugene Sandulenko
2019-12-06DIRECTOR: LINGO: Finally fix 'if' grammar with prepocessingEugene Sandulenko
2019-12-06DIRECTOR: LINGO: Switch back to LALR(1) parserEugene Sandulenko
2019-12-06DIRECTOR: LINGO: Initial code on 'if' preprocessingEugene Sandulenko
2019-12-06DIRECTOR: Added more 'if' statement testsEugene Sandulenko
2019-12-06I18N: Update translations templatesThierry Crozat
2019-12-06KYRA: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-06MADS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-05I18N: Update translations templatesThierry Crozat
2019-12-05NEVERHOOD: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
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-04I18N: Update translation (Hungarian)George Kormendi
Currently translated at 100.0% (1154 of 1154 strings)
2019-12-04I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1154 of 1154 strings)
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-04I18N: Update translations templatesThierry Crozat
2019-12-04GUI: Fix translations for the mass add buttonBastien Bouclet
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-04SAMSUNGTV: Fixed compilationPaweł Kołodziejski
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