aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-16WAGE: Enable required menu items to allow game restartEugene Sandulenko
2016-02-16WAGE: Started post-gameover code implementationEugene Sandulenko
2016-02-16WAGE: Remove debug codeEugene Sandulenko
2016-02-16WAGE: Fix random direction choosing logicEugene Sandulenko
2016-02-16AGI: Added console command to disable automatic savesMartin Kiewitz
Helps creating various saved games for Mixed Up Mother Goose
2016-02-16AGI: Change how VM timer vars are handledMartin Kiewitz
Instead of directly converting play time to VM timer vars, we only adjust VM timer vars according to play time seconds delta. This is needed for at least Mixed Up Mother Goose. The game sets the VM "second" variable to 0 and then uses it for syncing the text to the songs. We even adjust second calculation, so that the timing should always be the same and not depend on basically luck (seconds may wrap right after setting it, because internal cycles counter is not changed).
2016-02-15I18N: Regenerate translations data fileThierry Crozat
2016-02-15I18N: Fix encoding for Czech translationThierry Crozat
The file was using UTF-8 instead of ISO-8859-2.
2016-02-15CONFIGURE: Update host alias for raspberrypi for new toolchain.Johannes Schickel
On request of Vanfanel.
2016-02-15I18N: Regenerate translations data fileThierry Crozat
2016-02-15I18N: Fix language code for SwedishJakub Wilk
The language code for Swedish is "sv", not "se".
2016-02-15I18N: Fix country code for DenmarkJakub Wilk
The country code for Denmark is DK, not DA.
2016-02-15WAGE: Added Midnight Snack and Time Bomb detectionEugene Sandulenko
2016-02-15WAGE: Fix input string after script executionEugene Sandulenko
2016-02-15WAGE: Added Magic Rings detectionEugene Sandulenko
2016-02-15WAGE: Move detection tables to separate fileEugene Sandulenko
2016-02-15Merge pull request #667 from a-detiste/masterEugene Sandulenko
JANITORIAL: Typos detected with lintian & grep
2016-02-15JANITORIAL: Typos detected with lintian & grepAlexandre Detiste
2016-02-15CONFIGURE: Enable MT-32 for iOS7 and enable shift count warnings again.Johannes Schickel
2016-02-14SHERLOCK: RT: Implement saving journal to filePaul Gilbert
2016-02-15SHERLOCK: RT: Replace accent char with \202 in fixed textMartin Kiewitz
2016-02-15SHERLOCK: RT: Make darts game properly multilingualMartin 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-14SHERLOCK: RT: Fix starting different darts game modesPaul Gilbert
2016-02-14GRAPHICS: Fully fix compilation under MSVCMartin Kiewitz
2016-02-14GRAPHICS: Fix compilation under MSVCEugene Sandulenko
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