Torbjörn Andersson
961e56c636
Fixed regression: Test if there's a text object to close before closing it.
...
svn-id: r23524
2006-07-15 23:18:11 +00:00
Torbjörn Andersson
c7babbea99
Close the current text object when the movie is ended, to avoid potential
...
memory leak, and be a bit more robust about handling text objects in the dummy
player.
svn-id: r23523
2006-07-15 22:42:28 +00:00
Torbjörn Andersson
700953cff7
Oops. I just noticed I was using _black to track the white colour, and _white
...
to track the black colour.
svn-id: r23522
2006-07-15 22:22:39 +00:00
Torbjörn Andersson
68c150df3c
This is more consistent with how we usually initialize arrays of structs, and
...
seems to still keep msvc8 happy.
svn-id: r23521
2006-07-15 22:04:42 +00:00
Johannes Schickel
db58d3477b
Should fix shadowing warnings with gcc.
...
svn-id: r23520
2006-07-15 21:27:29 +00:00
Johannes Schickel
b09b9b216e
Updates msvc8 project files.
...
svn-id: r23519
2006-07-15 21:24:05 +00:00
Johannes Schickel
59d0ddf806
Fix building with msvc8.
...
svn-id: r23518
2006-07-15 21:23:08 +00:00
Johannes Schickel
d7dafdd8db
Fix building with msvc8.
...
svn-id: r23517
2006-07-15 21:22:42 +00:00
Johannes Schickel
1a31d7da7e
Should fix loading of pakfiles.
...
svn-id: r23516
2006-07-15 21:22:07 +00:00
Johannes Schickel
1ad8d3ee6e
Adds filesize check for kyra.dat, this forces to upgrade always to the newest version though.
...
svn-id: r23514
2006-07-15 20:46:27 +00:00
Johannes Schickel
ea0e3a806c
Get rid of some asserts and adds error messages instead.
...
svn-id: r23513
2006-07-15 20:37:32 +00:00
Johannes Schickel
d630b3e722
Little cleanup.
...
svn-id: r23512
2006-07-15 20:32:54 +00:00
Johannes Schickel
04503d462d
Use the FS Api to load all .PAK and .APK files. (I just made a few quick tests, but before this should be integrated to branch-0-9-0 there should be a test for it on *every* platform, since I'm not quite sure if FilesystemNode::displayName is useable for this...)
...
svn-id: r23511
2006-07-15 20:30:36 +00:00
Johannes Schickel
a8e3e929e8
A little cleanup (merges kyra1_games, kyra2_games, kyra3_games into kyra_games)
...
svn-id: r23510
2006-07-15 20:09:45 +00:00
Johannes Schickel
f5d8055777
Changes names of Kyra2 and Kyra3 detected games.
...
svn-id: r23509
2006-07-15 20:00:08 +00:00
Johannes Schickel
aa4787bdfb
Adds eriktorbjorn to the kyra credits for his VQA player for kyra3.
...
svn-id: r23506
2006-07-15 13:56:18 +00:00
Johannes Schickel
96c97671f5
Makes usage of themepath over extrapath then loading the gui files.
...
svn-id: r23504
2006-07-15 13:25:54 +00:00
Travis Howell
4664fdae6b
There are no known releases of indy3ega/monkeyega that require this bypass
...
svn-id: r23503
2006-07-15 04:53:54 +00:00
Travis Howell
c179895316
There are no known releases of indy3ega/monkeyega that require this bypass
...
svn-id: r23502
2006-07-15 04:31:17 +00:00
Won Star
d3a4d86158
* Add grabRawScreen() method.
...
* Add Launcher icon.
* Fix trunk compile.
svn-id: r23501
2006-07-14 16:11:30 +00:00
Travis Howell
21fe8bad88
Ooops
...
svn-id: r23498
2006-07-14 13:39:54 +00:00
Torbjörn Andersson
6358547a43
More whitespace changes.
...
svn-id: r23496
2006-07-14 13:33:58 +00:00
Travis Howell
fb3a3f75aa
Add another Italian version of Simon the Sorcerer 1 (DOS CD)
...
svn-id: r23495
2006-07-14 13:20:30 +00:00
Torbjörn Andersson
b2d9c0dc2a
More whitespace changes to see if things work normally again.
...
svn-id: r23494
2006-07-14 10:42:24 +00:00
Torbjörn Andersson
cf8b0c06d1
Whitespace change, and test to see if I'm able to commit now that I've changed
...
my password. (See SourceForge status page.)
svn-id: r23492
2006-07-14 09:37:26 +00:00
Torbjörn Andersson
612ba0c2be
Some whitespace changes to see if the CIA bot is still silent.
...
svn-id: r23491
2006-07-13 14:01:48 +00:00
Torbjörn Andersson
21b89308b5
This should fix bug #1520629 ("No Music in Simon1").
...
svn-id: r23488
2006-07-11 16:51:10 +00:00
Oystein Eftevaag
4ff6685de7
Force HFS+ filesystem when making OS X disk images (for backwards compatability), as the default has apparently changed
...
svn-id: r23486
2006-07-11 07:58:54 +00:00
Travis Howell
e87c31d35d
Remove out dated comment
...
svn-id: r23483
2006-07-11 04:43:14 +00:00
Torbjörn Andersson
cd020a688e
Moved the initial screen clearing from play() to load(), so that it will be
...
done before the MPEG player calls showOverlay().
svn-id: r23482
2006-07-10 18:57:40 +00:00
Torbjörn Andersson
6eecad5722
Call handleScreenChanged() when opening the console. Otherwise, we may get
...
garbage and/or crashes if the scaler has changed since the console was created.
svn-id: r23480
2006-07-10 15:45:09 +00:00
Torbjörn Andersson
dcb59be8b7
When I added the message about fixing rare actor drawing glitches, I was
...
thinking mainly of Day of the Tentacle, even if we have fixed some other
glitches that did affect Fate of Atlantis as well. I've reverted to the
deliberately vague message.
svn-id: r23478
2006-07-10 12:38:07 +00:00
Travis Howell
242edd0e39
Restrict recent walk code changes to to exact SCUMM versions required, to prevent regressions in earlier games
...
svn-id: r23476
2006-07-10 11:45:40 +00:00
Travis Howell
175c951e8e
Add cyx's patch for #1497725 - GUI: trying to enter empty CD drive
...
svn-id: r23475
2006-07-10 11:12:11 +00:00
Travis Howell
924ff9169b
Update fixed issues in 0.9.1
...
svn-id: r23473
2006-07-10 10:41:22 +00:00
Travis Howell
76e67fba92
Fix actor glitches in the stomach location of pajama3
...
svn-id: r23471
2006-07-10 10:14:10 +00:00
Torbjörn Andersson
d8e974ba72
Fixed bug #1519817 , "ALL: Build failure if libmpeg2 is disabled".
...
svn-id: r23470
2006-07-10 09:29:12 +00:00
Torbjörn Andersson
f4b81b55ec
Synced 0.9.1 NEWS section with 0.9.0 branch.
...
svn-id: r23469
2006-07-10 08:07:01 +00:00
Torbjörn Andersson
357b311c94
Applied my own fix for bug #1519667 ("DOTT: Graphic glitches while kite comes
...
down") after discussing it with Kirben.
svn-id: r23466
2006-07-10 06:29:10 +00:00
Travis Howell
53aa4f054a
Change default config file location to 'Application Data\ScummVM' directory of the user's profile, when using Windows NT4/2000/XP/Vista
...
svn-id: r23465
2006-07-10 01:25:52 +00:00
Sven Hesse
dcbbfa01c0
Instead of drawing the mouse cursor as a sprite, let the backend handle it
...
svn-id: r23464
2006-07-09 18:54:12 +00:00
Neil Millstone
75e64b91de
Adding data which was missing from initial patch.
...
svn-id: r23463
2006-07-09 18:30:28 +00:00
Neil Millstone
7f00697913
svn-id: r23462
2006-07-09 18:28:58 +00:00
James Brown
140097267f
Final fixes. Builds fine now, apart from a few still-missing-from-svn files
...
svn-id: r23461
2006-07-09 15:32:06 +00:00
James Brown
1ffa13180f
More DS port fixes
...
svn-id: r23460
2006-07-09 14:46:04 +00:00
James Brown
0e66c43c70
Fix some more duplicated files, and unify case for rpc include
...
svn-id: r23459
2006-07-09 13:10:45 +00:00
Max Horn
f35f4a4d1c
Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking for GCC / not GCC
...
svn-id: r23458
2006-07-09 13:01:15 +00:00
James Brown
880838514f
Remove duplicated content
...
svn-id: r23457
2006-07-09 12:58:10 +00:00
Max Horn
7df2f26b34
Changed the default value of START_PACK_STRUCTS / END_PACK_STRUCTS; cleanup
...
svn-id: r23456
2006-07-09 12:45:50 +00:00
Max Horn
0b16c09d43
Mention DS port in the NEWS file. Also mention the walkbox changes
...
svn-id: r23455
2006-07-09 12:27:37 +00:00