aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2016-02-15SHERLOCK: RT: Make darts game properly multilingualMartin Kiewitz
2016-02-14SHERLOCK: RT: Fix starting different darts game modesPaul Gilbert
2016-02-14AGI: Changes to vm var seconds heuristic (delay loop detection)Martin Kiewitz
2016-02-14AGI: Add heuristic to detect delay loops within scriptsMartin Kiewitz
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
2016-02-14WAGE: Fix int/uint comparisonEugene Sandulenko
2016-02-14WAGE: Simplify savename generation codeEugene 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-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
2016-02-14GRAPHICS: Move generic primitives from WAGE engineEugene Sandulenko
2016-02-14WAGE: Implement Undo actionEugene Sandulenko
2016-02-14WAGE: Implement Paste actionEugene Sandulenko
2016-02-14WAGE: Make keyboard shortcuts work for the Edit menuEugene Sandulenko
2016-02-14WAGE: Made copy command workingEugene Sandulenko