Alyssa Milburn
87b79f2124
COMPOSER: Fix parsing v1 book groups.
...
This fixes bug #3539019 .
2012-07-08 10:28:44 +02:00
Alyssa Milburn
e265be07bf
MOHAWK: Run animations attached to LiveText items.
...
Should fix bug #3541294 .
2012-07-08 09:54:36 +02:00
Travis Howell
4f9b9ce3cc
SCUMM: Correct HE version for another English Windows version of Freddi Fish and Luther's Maze Madness.
2012-07-08 09:41:25 +10:00
D G Turner
cfe7bf614b
TOON: Remove unecessary getSystem() function.
...
This was needed due to the unecessary protected shadow variable
hiding the Engine superclass _system member variable.
2012-07-07 14:37:15 +01:00
Travis Howell
10ba526812
SCUMM: Add another English Windows version of Freddi Fish and Luther's Maze Madness.
2012-07-07 20:13:02 +10:00
Thierry Crozat
8b55dcf531
I18N: Regenerate translations data file
2012-07-07 01:26:25 +01:00
Thierry Crozat
fdcef3eabc
Merge pull request #253 from somaen/norsk-oversettelse
...
I18N: Update norwegian (Bokmaal)-translation
2012-07-06 17:24:17 -07:00
Thierry Crozat
6051ec13b7
DOCS: Add Danish QuickStart file
...
This was sent by Steffen Nyeland by email.
2012-07-07 01:15:59 +01:00
Thierry Crozat
56194194aa
I18N: Update Danish translation
...
This was sent by Steffen Nyeland by email.
2012-07-07 01:15:04 +01:00
Thierry Crozat
47499fa8a0
DOCS: Update Swedish README from patch #3539543
2012-07-07 01:10:21 +01:00
Johannes Schickel
2d92259b70
Merge pull request #235 from tobigun/android-theme
...
ANDROID: disable compression for zip-file assets
2012-07-06 13:19:00 -07:00
Filippos Karapetis
e4378d5bac
SCI: Better handling for Phantasmagoria's odd screen size
...
Still not right, as the width isn't set
2012-07-06 13:17:04 +03:00
Filippos Karapetis
7513786296
SCI: Add a hack to handle the internal script resolution in Phantasmagoria
2012-07-06 12:11:50 +03:00
Strangerke
14a59b97b2
CGE: Silent some CppCheck warnings
2012-07-05 21:31:43 +02:00
Strangerke
b1cc34a080
CGE: Remove hack used to store keycode in CGEEvent
2012-07-05 21:31:42 +02:00
Filippos Karapetis
112f03390d
SCI: Fix typo
2012-07-05 14:05:26 +03:00
Filippos Karapetis
4ced5ccf30
SCI: Handle calls from MessageState::outputString() to arrays
...
This happens during the intro of LSL6 hires (room 110)
2012-07-05 13:58:43 +03:00
Filippos Karapetis
fb215929ef
SCI: Some updates to SCI32 kernel graphics functions
...
- Added a stub for kSetScroll, which sets the target picture immediately
for now
- Added an initial stub of kPalCycle (doesn't work correctly yet)
- Adjusted the signatures of kUpdateLine and kDeleteLine for LSL6
- Unmapped kSetHotRectangles again, with updated information on how it
is used in Phantasmagoria
2012-07-05 13:58:41 +03:00
Johannes Schickel
e9261cbdd1
WIN32: Also embed scummclassic.zip in the executable.
...
This is required to have proper translation support with the classic theme
without having an external scummclassic.zip.
2012-07-05 00:47:27 +02:00
Filippos Karapetis
d61c5ae529
SCI: make g_base_opcode_formats and SciOpcodes a bit more readable
2012-07-04 11:57:40 +03:00
D G Turner
efb1d96d98
TEENAGENT: Fix erroneous files in savegame listing.
...
This was achieved by making the detection pattern stricter to avoid
matching the dat file or other extraneous files in the savegame path.
This fixes bug #3539774 "TEENAGENT : teenagent.dat considered as a
savegame".
Also did some minor formatting and string function usage cleanup.
2012-07-04 02:13:40 +01:00
Einar Johan Trøan Sømåen
097c619551
CREDITS: Drop my middle initial to stay within the size-limit for AUTHORS, and add handle.
2012-07-04 02:27:39 +02:00
Einar Johan Trøan Sømåen
190efefdd2
I18N: Update the Norwegian (Bokmål)-translation
2012-07-04 02:20:42 +02:00
Johannes Schickel
604c6bde91
DOCS: Fix spelling of Yamaha.
2012-07-04 02:02:58 +02:00
Johannes Schickel
55d3223468
SCI: Fix spelling of Yamaha.
...
Thanks to somaen for noticing.
2012-07-04 02:02:58 +02:00
Johannes Schickel
7e2cf139a9
KYRA: Improve wording about possibly incorrect MT32->GM mapping.
2012-07-04 02:02:58 +02:00
Filippos Karapetis
243ea1fa29
SCI: Add a check for invalid clip rectangles
...
Happens in QFG4, when starting a battle
2012-07-04 02:21:13 +03:00
Filippos Karapetis
5d3e22ae4f
SCI: Some cleanup of the warnings in the SCI32 plane manipulation code
2012-07-04 02:21:11 +03:00
Filippos Karapetis
dc1a097e50
SCI: Make the debug message in kSetShowStyle more verbose
2012-07-04 02:21:09 +03:00
Filippos Karapetis
d74d211479
SCI: Mark the SetScroll and SetHotRectangles kernel functions as unused
2012-07-04 02:21:08 +03:00
Sven Hesse
ff0ab5b581
GOB: Don't print a warning when oGeisha_checkData() doesn't find fin.tot
...
Geisha looks if fin.tot exists to check if it needs to open disk3.stk.
This is completely normal, so don't print a warning.
2012-07-04 00:38:56 +02:00
Sven Hesse
1657b173cc
GOB: Add a French DOS version of Geisha
...
As supplied by misterhands in bug report #3539797 .
2012-07-04 00:26:37 +02:00
Sven Hesse
8884d7735c
GOB: Give the Geisha detection entries proper languages
2012-07-04 00:23:46 +02:00
Filippos Karapetis
a0ad504059
SCI: Update some kernel table related comments
2012-07-04 01:06:58 +03:00
Filippos Karapetis
d757b5b94a
SCI: Update some version checks in kernelFrameout() to work with SCI3 too
2012-07-04 01:02:21 +03:00
Filippos Karapetis
43224076e7
SCI: Handle the autosave call of Torin's Passage
2012-07-04 01:02:19 +03:00
Filippos Karapetis
e0a3cfd21c
SCI: FileIO subop 19 checks for directory validity
...
This is used in Torin's Passage and LSL7 when autosaving
2012-07-04 01:02:17 +03:00
Filippos Karapetis
72c59baf24
SCI: Merge and simplify the code that sets the kernel functions
2012-07-04 01:02:15 +03:00
Strangerke
4201d4ead0
CGE: Use keycode instead of ascii value
2012-07-03 23:55:48 +02:00
D G Turner
cc02255740
CGE: Fix for missing inventory selection by numeric keys.
...
This fixes bug #3539671 .
2012-07-03 21:43:04 +01:00
Johannes Schickel
0a51805a8c
ENGINES: Mention defaults for writable and deletable settings in SaveStateDescriptor docs.
2012-07-03 18:40:40 +02:00
Johannes Schickel
79e2403527
TSAGE: Slight cleanup in querySaveMetaInfos.
2012-07-03 18:39:50 +02:00
Johannes Schickel
b9ac34272d
TOON: Slight cleanup in querySaveMetaInfos.
2012-07-03 18:39:50 +02:00
Johannes Schickel
69723c82bc
TOLTECTS: Slight cleanup in querySaveMetaInfos.
2012-07-03 18:39:50 +02:00
Johannes Schickel
72e1e5a31c
TEENAGENT: Slight cleanup in querySaveMetaInfos.
2012-07-03 18:39:50 +02:00
Johannes Schickel
89b8f6bb56
SWORD1: Slight cleanup in querySaveMetaInfos.
2012-07-03 18:39:50 +02:00
Johannes Schickel
05bd736d16
SCI: Slight cleanup in querySaveMetaInfos.
2012-07-03 18:39:50 +02:00
Johannes Schickel
3b14ff33ca
HUGO: Slight cleanup in querySaveMetaInfos.
2012-07-03 18:39:50 +02:00
Johannes Schickel
31f339880d
GROOVIE: Slight cleanup in querySaveMetaInfos.
2012-07-03 18:39:50 +02:00
Johannes Schickel
e66b9d4487
DREAMWEB: Slight cleanup in querySaveMetaInfos.
2012-07-03 18:39:50 +02:00