Commit Graph

71392 Commits

Author SHA1 Message Date
Mikel Iturbe Urretxa
f709ad2620 I18N: Update Basque translation 2016-02-16 22:06:50 +00:00
Eugene Sandulenko
7bbe1a94c1 WAGE: Implement sound decoder 2016-02-16 21:41:41 +01:00
Eugene Sandulenko
57449d32d4 WAGE: Moved Sound class definition to sound.h 2016-02-16 21:41:41 +01:00
Eugene Sandulenko
a1e5c5a8cc WAGE: Moved sound code stubs to sound.cpp 2016-02-16 21:41:41 +01:00
Martin Kiewitz
5c1eb40bd3 SHERLOCK: RT: Only see German Sharp-S char as printable
And not the full 0xE0 -> 0xFF range
Fixes bug #7042
2016-02-16 19:49:38 +01:00
Martin Kiewitz
a8ede10863 AGI: Added comment about artificial delay sq2 scene 2016-02-16 19:27:37 +01:00
Martin Kiewitz
591e0522b9 AGI: Set.pri.base comments added (Apple IIgs KQ3+SQ2)
For KQ3 the calls are currently blocked b/c interpreter version
For SQ2 they aren't, which causes a few priority issues at the end
2016-02-16 16:51:43 +01:00
Eugene Sandulenko
bd7ef4143d WAGE: Enable required menu items to allow game restart 2016-02-16 11:32:48 +01:00
Eugene Sandulenko
a6120d8b27 WAGE: Started post-gameover code implementation 2016-02-16 11:32:47 +01:00
Eugene Sandulenko
9b77e5c890 WAGE: Remove debug code 2016-02-16 11:32:47 +01:00
Eugene Sandulenko
2ccbfd2ede WAGE: Fix random direction choosing logic 2016-02-16 11:32:47 +01:00
Martin Kiewitz
b31990246e AGI: Added console command to disable automatic saves
Helps creating various saved games for Mixed Up Mother Goose
2016-02-16 05:36:53 +01:00
Martin Kiewitz
562649c7c0 AGI: Change how VM timer vars are handled
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-16 03:18:10 +01:00
Thierry Crozat
d394dcf725 I18N: Regenerate translations data file 2016-02-15 22:57:07 +00:00
Thierry Crozat
5e3ea9121a I18N: Fix encoding for Czech translation
The file was using UTF-8 instead of ISO-8859-2.
2016-02-15 22:57:07 +00:00
Johannes Schickel
d1f4afeee3 CONFIGURE: Update host alias for raspberrypi for new toolchain.
On request of Vanfanel.
2016-02-15 23:32:52 +01:00
Thierry Crozat
a794c021f6 I18N: Regenerate translations data file 2016-02-15 21:29:31 +00:00
Jakub Wilk
d9b00eb3e6 I18N: Fix language code for Swedish
The language code for Swedish is "sv", not "se".
2016-02-15 21:18:53 +00:00
Jakub Wilk
a69526452d I18N: Fix country code for Denmark
The country code for Denmark is DK, not DA.
2016-02-15 21:17:13 +00:00
Eugene Sandulenko
f8119dea7c WAGE: Added Midnight Snack and Time Bomb detection 2016-02-15 21:06:47 +01:00
Eugene Sandulenko
2753571155 WAGE: Fix input string after script execution 2016-02-15 21:06:46 +01:00
Eugene Sandulenko
f06263a1d0 WAGE: Added Magic Rings detection 2016-02-15 21:06:46 +01:00
Eugene Sandulenko
b007821d36 WAGE: Move detection tables to separate file 2016-02-15 21:06:46 +01:00
Eugene Sandulenko
6c895643aa Merge pull request #667 from a-detiste/master
JANITORIAL: Typos detected with lintian & grep
2016-02-15 18:31:50 +01:00
Alexandre Detiste
6c298e964f JANITORIAL: Typos detected with lintian & grep 2016-02-15 18:27:02 +01:00
Johannes Schickel
a0213fe061 CONFIGURE: Enable MT-32 for iOS7 and enable shift count warnings again. 2016-02-15 10:01:36 +01:00
Paul Gilbert
eef0b11feb SHERLOCK: RT: Implement saving journal to file 2016-02-14 23:51:45 -05:00
Martin Kiewitz
123b934fab SHERLOCK: RT: Replace accent char with \202 in fixed text 2016-02-15 02:29:38 +01:00
Martin Kiewitz
1bd06d88f9 SHERLOCK: RT: Make darts game properly multilingual
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-15 02:26:20 +01:00
Paul Gilbert
64d40caecd SHERLOCK: RT: Fix starting different darts game modes 2016-02-14 18:10:20 -05:00
Martin Kiewitz
956aacf83b GRAPHICS: Fully fix compilation under MSVC 2016-02-14 23:41:58 +01:00
Eugene Sandulenko
a7c7a6d5b7 GRAPHICS: Fix compilation under MSVC 2016-02-14 23:10:39 +01:00
Eugene Sandulenko
39991ad4a5 GCW0: Fix virtual keyboard 2016-02-14 23:06:11 +01:00
Martin Kiewitz
873ba15b66 AGI: Changes to vm var seconds heuristic (delay loop detection)
- small fix (forgot to reset the hit counter)
- rename methods
- added more information about PQ1 in comment
2016-02-14 23:05:28 +01:00
Martin Kiewitz
7b75936f56 AGI: Add heuristic to detect delay loops within scripts
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 22:43:52 +01:00
Eugene Sandulenko
dcbcbb2120 Merge pull request #670 from raziel-/patch-2
README: Fix wrong sorting in main chapter list
2016-02-14 21:18:46 +01:00
Hubert Maier
e28f45100e README: Fix wrong sorting in main chapter list 2016-02-14 21:46:53 +02:00
Thierry Crozat
e727bbe8dc I18N: Regenerate translations data file 2016-02-14 18:59:38 +00:00
Steffen Nyeland
e3788bb53e I18N: Updated Danish translation for 1.8.0 2016-02-14 18:58:02 +00:00
Eugene Sandulenko
aa6ae7ac35 SCUMM: Fix warning 2016-02-14 17:51:30 +01:00
Eugene Sandulenko
7d2d5e371d GOB: Fix warning 2016-02-14 17:35:09 +01:00
Eugene Sandulenko
effd02bdc1 WAGE: Fix uninit members 2016-02-14 17:33:52 +01:00
Eugene Sandulenko
bd01771720 WAGE: Fix warning 2016-02-14 17:30:13 +01:00
Eugene Sandulenko
11e03fbce2 Merge pull request #658 from sev-/wage
WAGE: New Engine
2016-02-14 17:20:25 +01:00
Eugene Sandulenko
499519fec3 WAGE: Fix int/uint comparison 2016-02-14 17:13:25 +01:00
Eugene Sandulenko
eef56e167e WAGE: Simplify savename generation code 2016-02-14 17:13:24 +01:00
Eugene Sandulenko
d2303ac6dd GRAPHICS: Fix regression in polygon drawing 2016-02-14 17:13:24 +01:00
Eugene Sandulenko
acdddf8ade WAGE: Simplify bitmap reading code 2016-02-14 17:13:24 +01:00
Eugene Sandulenko
9d9fefb17a WAGE: Simplify polygon reading code 2016-02-14 17:13:24 +01:00
Eugene Sandulenko
33b8a265c5 WAGE: Remove redundant check 2016-02-14 17:13:24 +01:00