aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-14GCW0: Fix virtual keyboardEugene Sandulenko
2016-02-14AGI: 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-14AGI: Add heuristic to detect delay loops within scriptsMartin 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-14Merge pull request #670 from raziel-/patch-2Eugene Sandulenko
README: Fix wrong sorting in main chapter list
2016-02-14README: Fix wrong sorting in main chapter listHubert Maier
2016-02-14I18N: Regenerate translations data fileThierry Crozat
2016-02-14I18N: Updated Danish translation for 1.8.0Steffen Nyeland
2016-02-14SCUMM: Fix warningEugene Sandulenko
2016-02-14GOB: Fix warningEugene Sandulenko
2016-02-14WAGE: Fix uninit membersEugene Sandulenko
2016-02-14WAGE: Fix warningEugene Sandulenko
2016-02-14Merge pull request #658 from sev-/wageEugene Sandulenko
WAGE: New Engine
2016-02-14WAGE: Fix int/uint comparisonEugene Sandulenko
2016-02-14WAGE: Simplify savename generation codeEugene Sandulenko
2016-02-14GRAPHICS: Fix regression in polygon drawingEugene Sandulenko
2016-02-14WAGE: Simplify bitmap reading codeEugene Sandulenko
2016-02-14WAGE: Simplify polygon reading codeEugene Sandulenko
2016-02-14WAGE: Remove redundant checkEugene Sandulenko
2016-02-14WAGE: Fix name in accordance with our naming conventionsEugene Sandulenko
2016-02-14WAGE: Consistently use .empty() instead of .size() == 0Eugene Sandulenko
2016-02-14WAGE: Indentation fixesEugene Sandulenko
2016-02-14WAGE: Moved non-trivial method implementation to .cpp fileEugene Sandulenko
2016-02-14WAGE: Simplify operand stringificationEugene Sandulenko
2016-02-14WAGE: Better names for constantsEugene Sandulenko
2016-02-14WAGE: Proper name for include guardEugene Sandulenko
2016-02-14WAGE: Use String::clear() for emptying stingsEugene Sandulenko
2016-02-14GRAPHICS: Use our own sort instead of bubbleEugene Sandulenko
2016-02-14WAGE: Renames to follow our conventionsEugene Sandulenko
2016-02-14WAGE: const goodnessEugene Sandulenko
2016-02-14WAGE: Marked some methods as static, const'nessEugene Sandulenko
2016-02-14WAGE: Avoid potential race condition in cursor drawing codeEugene Sandulenko
2016-02-14WAGE: Rename to match our naming conventionsEugene Sandulenko
2016-02-14WAGE: Simplify codeEugene Sandulenko
2016-02-14WAGE: More constEugene Sandulenko
2016-02-14WAGE: Implement Cut and Clear actionsEugene Sandulenko
2016-02-14WAGE: Skip disabled command on shortcutsEugene Sandulenko
2016-02-14WAGE: Disable Undo action after command exectutionEugene Sandulenko
2016-02-14WAGE: Fix behavior of the multiline pasteEugene Sandulenko
2016-02-14WAGE: Finally fix input text behaviorEugene Sandulenko
2016-02-14WAGE: Move all console-related stuff to gui-console.cppEugene Sandulenko
2016-02-14WAGE: Firther work on input improvementsEugene Sandulenko
2016-02-14WAGE: More const'nessEugene Sandulenko
2016-02-14WAGE: Let compiler optimize %8'sEugene Sandulenko
2016-02-14WAGE: Indentation fixesEugene Sandulenko
2016-02-14WAGE: Event more constEugene Sandulenko
2016-02-14WAGE: Remove redundant type castsEugene Sandulenko
2016-02-14WAGE: Made code cleanerEugene Sandulenko
2016-02-14WAGE: More const'nessEugene Sandulenko
2016-02-14WAGE: REmove redundant .gitignoreEugene Sandulenko
2016-02-14WAGE: Improve text entryEugene Sandulenko