Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-06 | I18N: Update translations templates | Thierry Crozat | |
2019-12-06 | KYRA: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-06 | MADS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-05 | I18N: Update translations templates | Thierry Crozat | |
2019-12-05 | NEVERHOOD: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-05 | DIRECTOR: LINGO: Switch to GLR parser. Improvements | Eugene Sandulenko | |
2019-12-05 | DIRECTOR: LINGO: Further simplification of 'if' statements grammar. | Eugene Sandulenko | |
Still doesn't work fully | |||
2019-12-05 | DIRECTOR: LINGO: Simplify 'if' statement parser | Eugene Sandulenko | |
2019-12-04 | I18N: Update translation (Hungarian) | George Kormendi | |
Currently translated at 100.0% (1154 of 1154 strings) | |||
2019-12-04 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1154 of 1154 strings) | |||
2019-12-04 | SCI32: Implement VMD Censorship Blobs | sluicebox | |
Phantasmagoria 1's censorship mode is now supported Trac #11229 | |||
2019-12-04 | SCI32: Fix VMDPlayer yielding when frames skipped | sluicebox | |
2019-12-04 | I18N: Update translations templates | Thierry Crozat | |
2019-12-04 | GUI: Fix translations for the mass add button | Bastien Bouclet | |
2019-12-04 | AGOS: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner | |
Also fix indent formatting of detection entries. | |||
2019-12-04 | SAGA: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner | |
Also fix indent formatting of detection entries. | |||
2019-12-04 | PARALLACTION: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner | |
2019-12-04 | CINE: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner | |
2019-12-04 | TINSEL: Fix Missing List End Markers in Detection Entries | D G Turner | |
This should avoid possible overruns causing crashes or other issues during detection. | |||
2019-12-04 | TINSEL: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner | |
2019-12-04 | TEENAGENT: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner | |
2019-12-04 | DRASCULA: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner | |
2019-12-04 | AGI: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner | |
2019-12-04 | GROOVIE: Use Advanced Detector LISTEND Macro in Detection Entries | D G Turner | |
2019-12-04 | SAMSUNGTV: Fixed compilation | Paweł Kołodziejski | |
2019-12-03 | HDB: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-03 | WINTERMUTE: Added Steam SOTV NG versions | aviloria | |
Added Steam "Shadows of the Vatican 1 & II" NG versions | |||
2019-12-03 | WINTERMUTE: Fix WME version for some games | aviloria | |
Fix WME version for some games | |||
2019-12-03 | WINTERMUTE: Added more Steam references | aviloria | |
Added more game entries from Steam | |||
2019-12-03 | DIRECTOR: LINGO: Rewrite 'if' statement fully. Improve line counting | Eugene Sandulenko | |
Still one particular testcase fails, but this is a major improvement in terms of clarity. The execution is temporarily broken. | |||
2019-12-03 | DIRECTOR: LINGO: Added test for C2 continuation symbol | Eugene Sandulenko | |
2019-12-04 | DIRECTOR: LINGO: Fix cb_v4theentitynamepush to consume an argc | Scott Percival | |
2019-12-04 | DIRECTOR: LINGO: Implement c_argcpush | Scott Percival | |
2019-12-03 | DIRECTOR: LINGO: Add cb_v4theentitynamepush | Scott Percival | |
2019-12-03 | DIRECTOR: LINGO: Add stub for b_go | Scott Percival | |
2019-12-03 | DIRECTOR: LINGO: Fix continuation symbol parsing | Eugene Sandulenko | |
2019-12-03 | DIRECTOR: LINGO: Correct processing of \xC3 (continuation) symbol | Eugene Sandulenko | |
2019-12-03 | DIRECTOR: LINGO: Properly set pointer | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Made event handler names case insensitive | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Implemented passing 'me' as an object reference | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Fix splitting of the script by definitions | Eugene Sandulenko | |
2019-12-02 | WINTERMUTE: Fixed a wrong file name | aviloria | |
Just a C&P mistake... | |||
2019-12-02 | WINTERMUTE: Added 2 missing references to the PlainGameDescriptor structure | aviloria | |
In a previous commit, I forgot to add two new games to the PlainGameDescriptor structure | |||
2019-12-02 | WINTERMUTE: Fix ritter demo MD5 hash | aviloria | |
The MD5 hash for this game was wrong (hasing the whole file, not only the first 5000bytes) | |||
2019-12-02 | WINTERMUTE: Added more Steam releases | aviloria | |
Added some missing reversion2 localizations and latests reversion1 | |||
2019-12-02 | WINTERMUTE: Add Simplified and Traditional Chinese flavours | aviloria | |
Latest Steam updates for Reversion titles include Simplified and Traditional Chinese languages that were not properly identified | |||
2019-12-02 | DIRECTOR: LINGO: Fix setting cast member values | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: JANITORIAL: Whitespace fixes | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Added test for inline equality tests | Eugene Sandulenko | |
2019-12-02 | DIRECTOR: LINGO: Simplify grammar | Eugene Sandulenko | |