52489 Commits

Author SHA1 Message Date
Thierry Crozat
e8d115247f I18N: Update Czech translation and README from patch #3541613 2012-07-13 21:44:24 +01:00
Thierry Crozat
036c670c9d Merge pull request #254 from SteveNew/master
Updated da_DA.po file
2012-07-13 13:42:58 -07:00
Paul Gilbert
ee818634ab TINSEL: Added MD5 detection entries for Discworld 1 Polish translation 2012-07-11 21:41:52 +10:00
Paul Gilbert
108e709b9b TSAGE: Fix for bug #3541354 - Nico shooting player after being tied up 2012-07-11 21:20:52 +10:00
Tarek Soliman
14832eae7f MAEMO: Update debian/changelog 2012-07-10 23:03:45 -05:00
Tarek Soliman
3de8c4b07d NEWS: Mention Maemo port changes 2012-07-10 22:22:10 -05:00
Steffen Nyeland
bc0bd33d4d Updated da_DA file 2012-07-09 20:30:32 +02:00
Thierry Crozat
1153133627 I18N: Regenerate translations data file 2012-07-09 12:40:38 +01:00
Thierry Crozat
9a90f316dc I18N: Update Italian translation
This was sent by Matteo by email.
2012-07-09 12:40:38 +01:00
Thierry Crozat
19bd379e8b I18N: Update Hungarian translation from patch #3541507 2012-07-09 12:40:37 +01:00
Alyssa Milburn
bed2eb20cd MOHAWK: Restart anims when LiveText plays them. 2012-07-09 09:11:31 +02:00
Filippos Karapetis
b8354e27ae TINSEL: Fix bug #3541230 - "DW: PSX version locks up after using the book"
Removed the superfluous MIDI offset storing code. Now, the MIDI buffer is
re-read when the music loops. This removes a static variable and also
fixes another bug in the SEQ decoder.
2012-07-09 01:33:40 +03:00
Filippos Karapetis
078c09c13e SCI: Update comments in kGetAngleWorker() 2012-07-09 01:33:38 +03:00
Thierry Crozat
d2db9c1253 I18N: Regenerate translations data file 2012-07-08 22:58:06 +01:00
Thierry Crozat
c40294fdcc I18N: Update Spanish translation from patch #3541399 2012-07-08 22:56:49 +01:00
Thierry Crozat
4635d83864 I18N: Update Swedish translation from patch #3541394 2012-07-08 22:55:53 +01:00
Johannes Schickel
ccd1553f60 NEWS: Remove OpenGL entry in 1.5.0 news section. 2012-07-08 22:39:18 +02:00
Eugene Sandulenko
6387e3bca7 RELEASE: This is 1.6.0git 2012-07-08 22:30:05 +03:00
Eugene Sandulenko
a4b0c0e2db I18N: Updated translations.dat 2012-07-08 22:26:08 +03:00
Eugene Sandulenko
97fe2682d7 I18N: Updated Russian and Ukrainian translations 2012-07-08 22:24:53 +03:00
Filippos Karapetis
b2fb2730d6 SCI: Also set the filename of the videoState struct when playing AVIs 2012-07-08 22:01:15 +03:00
Filippos Karapetis
262c7a1fb7 SCI: Fix a typo and add some comments to kGetAngleWorker() 2012-07-08 22:01:13 +03:00
Filippos Karapetis
50dc5009c8 SCI: Ignore another leftover script from KQ7 in the debugger 2012-07-08 22:01:11 +03:00
Alyssa Milburn
bb434d4acd NEWS: V1 composer games aren't supported yet. 2012-07-08 20:53:47 +02:00
Alyssa Milburn
ff1828fc71 MOHAWK: Play anims for LiveText items *after* the speech.
Another attempt at fixing bug #3541294.
2012-07-08 20:26:02 +02:00
Filippos Karapetis
3b69816a7d SCI: Add another English floppy version of KQ5 (bug #3536863)
According to this bug report, there exists another English version
with the same file checksums as the vanilla English version, patched to
Polish. We need a better way of distinguishing the two versions. Until
we do, this is a duplicate entry of the Polish floppy version
2012-07-08 16:18:26 +03:00
Filippos Karapetis
10b3fdf247 SCI: Show information for correct file naming in the QFG4 import room
This information is shown in previous QFG versions, but it had to be
placed in a SCI32 graphics function in order to be shown in QFG4 too
2012-07-08 16:15:47 +03:00
Filippos Karapetis
2ef3f5e695 SCI: Update the virtual file selected in the QFG4 character import screen
This makes the character import screen in QFG4 functional, as the virtual
file index was never updated
2012-07-08 16:15:45 +03:00
Filippos Karapetis
4c43d6d85d SCI: Add a hack in kGetAngleWorker to fix bug #3540976
kGetAngle(Worker) has been implemented based on behavior observed
with a test program created with SCI Studio. However, the return values
have subtle differences from the original, which uses atan(). This
temporary hack will do for now till the implementation of kGetAngle is
done again. A simpler atan2-based implementation has also been added for
future reference
2012-07-08 16:15:43 +03:00
Thierry Crozat
2675311f25 I18N: Regenerate translations data file 2012-07-08 12:39:46 +01:00
Thierry Crozat
36f63e665a I18N: Update all translations from source code
This in particular fixes the spelling of Yamaha.
2012-07-08 12:39:46 +01:00
Thierry Crozat
93cc9c92c9 I18N: Update French translation 2012-07-08 12:39:45 +01:00
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