Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-15 | Merge pull request #667 from a-detiste/master | Eugene Sandulenko | |
JANITORIAL: Typos detected with lintian & grep | |||
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2016-02-15 | CONFIGURE: Enable MT-32 for iOS7 and enable shift count warnings again. | Johannes Schickel | |
2016-02-14 | SHERLOCK: RT: Implement saving journal to file | Paul Gilbert | |
2016-02-15 | SHERLOCK: RT: Replace accent char with \202 in fixed text | Martin Kiewitz | |
2016-02-15 | SHERLOCK: RT: Make darts game properly multilingual | Martin Kiewitz | |
Hopefully all issues were caught Also added a "wait for keypress" right after result of latest dart throw is shown like in the original, so that dart results are not immediately cleared. Also added support for "1 point" instead of writing "1 points" | |||
2016-02-14 | SHERLOCK: RT: Fix starting different darts game modes | Paul Gilbert | |
2016-02-14 | GRAPHICS: Fully fix compilation under MSVC | Martin Kiewitz | |
2016-02-14 | GRAPHICS: Fix compilation under MSVC | Eugene Sandulenko | |
2016-02-14 | GCW0: Fix virtual keyboard | Eugene Sandulenko | |
2016-02-14 | AGI: Changes to vm var seconds heuristic (delay loop detection) | Martin Kiewitz | |
- small fix (forgot to reset the hit counter) - rename methods - added more information about PQ1 in comment | |||
2016-02-14 | AGI: Add heuristic to detect delay loops within scripts | Martin Kiewitz | |
And in that case poll events, delay for a few milliseconds and update screen. This somewhat worked before the graphics rewrite because of a timer hack. This one tries to detect actual inner loops. Happens in at least Police Quest 1 when playing poker. | |||
2016-02-14 | Merge pull request #670 from raziel-/patch-2 | Eugene Sandulenko | |
README: Fix wrong sorting in main chapter list | |||
2016-02-14 | README: Fix wrong sorting in main chapter list | Hubert Maier | |
2016-02-14 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-02-14 | I18N: Updated Danish translation for 1.8.0 | Steffen Nyeland | |
2016-02-14 | SCUMM: Fix warning | Eugene Sandulenko | |
2016-02-14 | GOB: Fix warning | Eugene Sandulenko | |
2016-02-14 | WAGE: Fix uninit members | Eugene Sandulenko | |
2016-02-14 | WAGE: Fix warning | Eugene Sandulenko | |
2016-02-14 | Merge pull request #658 from sev-/wage | Eugene Sandulenko | |
WAGE: New Engine | |||
2016-02-14 | WAGE: Fix int/uint comparison | Eugene Sandulenko | |
2016-02-14 | WAGE: Simplify savename generation code | Eugene Sandulenko | |
2016-02-14 | GRAPHICS: Fix regression in polygon drawing | Eugene Sandulenko | |
2016-02-14 | WAGE: Simplify bitmap reading code | Eugene Sandulenko | |
2016-02-14 | WAGE: Simplify polygon reading code | Eugene Sandulenko | |
2016-02-14 | WAGE: Remove redundant check | Eugene Sandulenko | |
2016-02-14 | WAGE: Fix name in accordance with our naming conventions | Eugene Sandulenko | |
2016-02-14 | WAGE: Consistently use .empty() instead of .size() == 0 | Eugene Sandulenko | |
2016-02-14 | WAGE: Indentation fixes | Eugene Sandulenko | |
2016-02-14 | WAGE: Moved non-trivial method implementation to .cpp file | Eugene Sandulenko | |
2016-02-14 | WAGE: Simplify operand stringification | Eugene Sandulenko | |
2016-02-14 | WAGE: Better names for constants | Eugene Sandulenko | |
2016-02-14 | WAGE: Proper name for include guard | Eugene Sandulenko | |
2016-02-14 | WAGE: Use String::clear() for emptying stings | Eugene Sandulenko | |
2016-02-14 | GRAPHICS: Use our own sort instead of bubble | Eugene Sandulenko | |
2016-02-14 | WAGE: Renames to follow our conventions | Eugene Sandulenko | |
2016-02-14 | WAGE: const goodness | Eugene Sandulenko | |
2016-02-14 | WAGE: Marked some methods as static, const'ness | Eugene Sandulenko | |
2016-02-14 | WAGE: Avoid potential race condition in cursor drawing code | Eugene Sandulenko | |
2016-02-14 | WAGE: Rename to match our naming conventions | Eugene Sandulenko | |
2016-02-14 | WAGE: Simplify code | Eugene Sandulenko | |
2016-02-14 | WAGE: More const | Eugene Sandulenko | |
2016-02-14 | WAGE: Implement Cut and Clear actions | Eugene Sandulenko | |
2016-02-14 | WAGE: Skip disabled command on shortcuts | Eugene Sandulenko | |
2016-02-14 | WAGE: Disable Undo action after command exectution | Eugene Sandulenko | |
2016-02-14 | WAGE: Fix behavior of the multiline paste | Eugene Sandulenko | |
2016-02-14 | WAGE: Finally fix input text behavior | Eugene Sandulenko | |
2016-02-14 | WAGE: Move all console-related stuff to gui-console.cpp | Eugene Sandulenko | |
2016-02-14 | WAGE: Firther work on input improvements | Eugene Sandulenko | |