Commit Graph

49078 Commits

Author SHA1 Message Date
Johannes Schickel
a877ae2704 TEST: Extend Common::Array copy-constructor test a bit. 2011-10-09 03:30:32 +02:00
Filippos Karapetis
b4a23a709d SCI2+: Added a workaround for an uninitialized temp in PQ4 2011-10-09 03:04:54 +03:00
Paul Gilbert
2e07b9f464 TSAGE: Implement Blue Force scene 860 - Boat Entering Cove 2011-10-09 10:42:27 +11:00
Paul Gilbert
f067d7541a TSAGE: Implemented Blue Force scene 850 - Boat Leaving/Entering Marina 2011-10-09 09:38:52 +11:00
Thierry Crozat
f525ff7d01 I18N: Update Hungarian translation from patch #3419482 2011-10-08 22:42:07 +01:00
Tarek Soliman
e5889afa03 CREDITS: fix whitespace indentation
Output unchanged
2011-10-08 13:29:59 -05:00
Tarek Soliman
c2c0f107b6 CREDITS: fix whitespace and remove trailing whitespace
Output unchanged
2011-10-08 13:27:34 -05:00
Tarek Soliman
790b10bc2b CREDITS: Sort some sections by last name 2011-10-08 12:38:04 -05:00
Filippos Karapetis
227e69ef08 SCI2+: Fixed the implementation of kTextSize(), removing some hacks
Thanks to lskovlun for the fix
2011-10-08 19:11:14 +03:00
Filippos Karapetis
4ad2ebd995 SCI2+: Some groundwork for kTextSize()
The old behavior is currently hacked in inside kernelTextSize(), as the
top of the subtitles frame is wrong if kTextWidth() is properly working...
2011-10-08 17:19:00 +03:00
Alyssa Milburn
2ffdd0d3b7 COMMON: Include hidden files in FSDirectory cache and detection.
The cache issue has been discussed before, it breaks accessing files
beginning with a dot on POSIX. The change to the advancedDetector
to see hidden files was suggested by AdamRi on IRC.
2011-10-08 14:36:34 +02:00
Lars Skovlund
d88827b13f SCI: Fix black screen in LSL7 intro 2011-10-08 12:25:32 +02:00
Paul Gilbert
4192934e8e TSAGE: Implemented Blue Force scene 820 - Microfiche Reader 2011-10-08 11:40:04 +11:00
Paul Gilbert
420ecf38a6 TSAGE: Fix compiler warning 2011-10-08 09:14:17 +11:00
Paul Gilbert
5d409006e4 TSAGE: Implemented Blue Force scene 810 - Lyle's Office 2011-10-08 09:14:17 +11:00
Paul Gilbert
e651f36d43 TSAGE: Implemented Blue Force scene 280 - Bedroom Flashback cut-scene 2011-10-08 09:14:16 +11:00
Lars Skovlund
1651024cdc SCI: Fix comment in kCelInfo 2011-10-07 21:24:30 +02:00
Matthew Hoops
842b471e45 VIDEO: Ensure the sample to chunk index remains valid 2011-10-07 14:18:08 -04:00
Matthew Hoops
3f0c9e0910 GRAPHICS: Fix PICT buffer overflow 2011-10-07 11:34:56 -04:00
Matthew Hoops
6a54c7953a VIDEO: Fix getNextFramePacket() to actually be efficient 2011-10-07 11:34:30 -04:00
Matthew Hoops
a064b7bc0b VIDEO: Fix Cinepak variant detection 2011-10-07 11:34:03 -04:00
Matthew Hoops
5fab8cb521 VIDEO: Ensure audio paused status remains after a QuickTime seek 2011-10-07 11:33:24 -04:00
Matthew Hoops
c0dcfc8060 GRAPHICS: Add support for true 32bpp DirectBits images 2011-10-07 11:33:09 -04:00
Matthew Hoops
711d0ff037 COMMON: Ensure numTypes is set to 0 on close 2011-10-07 11:32:57 -04:00
Matthew Hoops
75d2a43302 GRAPHICS: Add support for multiple CompressedQuickTime calls 2011-10-07 11:32:35 -04:00
Matthew Hoops
ed13991f37 GRAPHICS: Properly parse the CompressQuickTime header 2011-10-07 11:32:08 -04:00
Matthew Hoops
583bef28ff GRAPHICS: Rewrite PictDecoder's opcode handling
In preparation for adding support for multiple CompressedQuickTime opcodes
2011-10-07 11:31:41 -04:00
Travis Howell
d5a763b763 AGOS: Update MidiPlayer::~MidiPlayer() to match the default implementation. Hopefully will fix bug #3419778, thanks to digitall for the pointer. 2011-10-07 14:38:24 +11:00
Filippos Karapetis
19cac9bb11 SCI21: Some initial work on kBitmap 2011-10-07 02:52:30 +03:00
Filippos Karapetis
189357dc9b SCI: Added some extra static selectors
These aren't needed by the engine, but make debugging easier in games that
have no selector vocabulary
2011-10-07 02:52:28 +03:00
sylvaintv
dedbfb836a TOON: Fix Flux jumpy animation when imprisoned
Idle animation was reset every frame when changing facing point.
Fix also Drew description when right-clicking on Flux
2011-10-07 01:10:51 +02:00
Johannes Schickel
164604805e COMMON: Unbreak ConfigFile::renameSection.
It will still not work when the new section name is already taken, but at
at least when it is not taken it should work now.
2011-10-07 00:16:21 +02:00
Johannes Schickel
7f55737f9c COMMON: Remove unused code in config-file.cpp. 2011-10-07 00:16:21 +02:00
Filippos Karapetis
1117c8c3ed SCI: Also default to MIDI for Windows versions of SCI1.1 games 2011-10-06 23:33:00 +03:00
Travis Howell
f20b8ecaa1 AGOS: Fix dumping all images option. 2011-10-07 00:04:08 +11:00
Paul Gilbert
964ac1fad6 TSAGE: Implemented Blue Force scene 271 - Living Room/Kitchen #2 2011-10-06 23:09:23 +11:00
Paul Gilbert
14e6638480 TSAGE: Re-added _singleid and changed name for TsAGE game description 2011-10-06 21:01:58 +11:00
Tarek Soliman
43f45ce939 MAEMO: Change maintainer in debian/control and revise debian/changelog 2011-10-05 20:36:49 -05:00
Johannes Schickel
833c692fc9 SCUMM: Make some variables const and one furthermore static. 2011-10-06 02:52:27 +02:00
Johannes Schickel
8d0a88e7f4 BASE: Slight cleanup. 2011-10-06 00:29:22 +02:00
Johannes Schickel
880594eb76 BASE: Add another whitespace before "Starting $gamedescription".
This was removed by accident in 59739a7a0e.
2011-10-06 00:29:22 +02:00
Thierry Crozat
153e66318e I18N: Update Czech translation from patch #3419076 2011-10-05 19:56:37 +01:00
Thierry Crozat
c18cfd4d43 DOC: Add Norwegian (bokmaal) QuickStart to Mac disk image 2011-10-05 19:55:13 +01:00
Thierry Crozat
31e0224901 DOC: Rename French QuickStart file 2011-10-05 19:48:46 +01:00
Tarek Soliman
fcef333b99 SCUMM: code formatting
Thanks clone2727
2011-10-05 09:58:57 -05:00
Travis Howell
7a2365dd50 BUILD: Fix typos in my last commit. 2011-10-05 23:38:52 +11:00
Travis Howell
250d8c3a5c BUILD: Add new translated documentation to Windows installer. 2011-10-05 22:49:55 +11:00
Travis Howell
9e4db5fe99 BUILD: Add new translated documentation to Windows installer. 2011-10-05 22:43:58 +11:00
Paul Gilbert
ee2122f9c8 TSAGE: Bugfixes for opening bank safe in Blue Force scene 560 2011-10-05 21:28:31 +11:00
Paul Gilbert
b6d341324b TSAGE: Cleanup of Blue Force scene 270 2011-10-05 21:28:31 +11:00