Travis Howell
b2332744e4
Cleanup.
...
svn-id: r36228
2009-02-07 01:11:51 +00:00
Vicent Marti
341873c9d3
Third attemp at fixing release-critical #2472185 . Also fixes regression reported in #2555710 .
...
svn-id: r36227
2009-02-07 00:23:53 +00:00
Vicent Marti
108d4cfbd0
Reverted previous commit.
...
svn-id: r36226
2009-02-06 23:28:08 +00:00
Vicent Marti
30189f09d9
Removed special case when redrawing the dialog stack. Fixes bug #2555710 and several lesser graphical glitches with classic theme.
...
svn-id: r36225
2009-02-06 22:16:04 +00:00
Johannes Schickel
7c0a16e422
Allow ScummVM to quit while a character is talking in Kyra3.
...
svn-id: r36221
2009-02-05 19:25:52 +00:00
Joost Peters
627241de85
correct endianness in SetActorRGB()
...
svn-id: r36220
2009-02-04 22:05:57 +00:00
Joost Peters
fdce2ea425
Fix palette on big endian
...
svn-id: r36219
2009-02-04 20:55:15 +00:00
Joost Peters
b89031b8d2
DW2/Tinsel2 endian fixes. Apart from some palette glitches the game is playable now.
...
svn-id: r36218
2009-02-04 19:52:00 +00:00
Benjamin Haisch
22812367aa
- Fixed/completed cd audio support (sfPlayCd and sfGetCdTime) for Manhole:N&E and RtZ CD
...
svn-id: r36217
2009-02-04 19:15:12 +00:00
Joost Peters
9de91ecdea
DW2 endian fixes
...
svn-id: r36216
2009-02-04 17:08:04 +00:00
Joost Peters
e8e3397a3c
make readBufferTinsel*() output in native endianness, rather than little endian.
...
svn-id: r36215
2009-02-04 16:40:44 +00:00
Joost Peters
8be011c770
endian fix
...
svn-id: r36214
2009-02-04 16:08:32 +00:00
Travis Howell
885922240e
Fix startup of AtariST demo of Elvira 1.
...
svn-id: r36212
2009-02-04 05:52:14 +00:00
Filippos Karapetis
e504c0d8ab
Removed unused code
...
svn-id: r36210
2009-02-03 17:02:57 +00:00
Nicola Mettifogo
d1b71335d6
Fixed support for walking zones in BRA:
...
* patches are not applied if the zone is not visible when loading
* when applying a patch, always overwrite the existing data instead of OR'ing
svn-id: r36209
2009-02-03 10:42:27 +00:00
Nicola Mettifogo
0a42482fc3
Removed newlines from debug statements.
...
svn-id: r36208
2009-02-03 10:38:56 +00:00
Florian Kagerer
44e6c3c630
KYRA: cleanup
...
svn-id: r36207
2009-02-02 23:20:55 +00:00
Lars Persson
eb9ac6648f
Update for part building
...
svn-id: r36206
2009-02-02 21:35:57 +00:00
Lars Persson
08f7d0ac1a
Missed script update for future SAGA2 engine
...
svn-id: r36204
2009-02-02 19:31:35 +00:00
Max Horn
eb5ec2369f
#define usleep on BeOS
...
svn-id: r36201
2009-02-02 18:33:38 +00:00
Max Horn
f969404ff5
Fixed warning about implicit signed -> unsigned integer conversion
...
svn-id: r36200
2009-02-02 18:32:36 +00:00
Joost Peters
c59cff9bf3
endian safety
...
svn-id: r36199
2009-02-02 15:40:11 +00:00
Joost Peters
427e1471e7
t2PlayReel() endian fixes
...
svn-id: r36198
2009-02-02 14:54:08 +00:00
Joost Peters
1bd7520e12
more endian fixes
...
svn-id: r36197
2009-02-02 12:36:41 +00:00
Joost Peters
00e5b84f9f
endian fix
...
svn-id: r36196
2009-02-01 23:06:35 +00:00
Filippos Karapetis
dd39274391
Fixed regression in the ADPCM decoder. DW2 music should be played correctly again
...
svn-id: r36195
2009-02-01 22:21:57 +00:00
Filippos Karapetis
71b4f84c46
Fixed incorrect usage of a boolean (boolean variables are not supposed to be used as indexes to arrays...)
...
svn-id: r36194
2009-02-01 22:06:43 +00:00
Johannes Schickel
2221650879
Fixed graphics glitches when replaying intro.
...
svn-id: r36193
2009-02-01 21:26:56 +00:00
Johannes Schickel
9df7f7385c
- Cleanup
...
- This time fixed the real cause of the mismatching malloc / delete[] call.
svn-id: r36191
2009-02-01 21:11:03 +00:00
Filippos Karapetis
8f91046af4
Updated the MSVC project files of the scummvm project with the latest changes to the files
...
svn-id: r36190
2009-02-01 21:09:29 +00:00
Filippos Karapetis
aacaf0d41d
Updated the kyra MSVC project files for the newly added files
...
svn-id: r36189
2009-02-01 21:06:02 +00:00
Johannes Schickel
2648f42fc5
Removed uneeded setupPrologueData calls.
...
svn-id: r36188
2009-02-01 20:55:16 +00:00
Johannes Schickel
4662333b81
Oops wrong parameter in last commit.
...
svn-id: r36187
2009-02-01 20:54:24 +00:00
Johannes Schickel
1aa84d4b5e
- Fixed mismatching new[] / free.
...
- Fixed bad casting
svn-id: r36186
2009-02-01 20:53:30 +00:00
Filippos Karapetis
f1ebbebd7b
Silenced MSVC warning (MSVC is being silly here...)
...
svn-id: r36185
2009-02-01 20:52:53 +00:00
Johannes Schickel
574a7924df
Implemented per voice volume control. (Used for example in LoL intro)
...
svn-id: r36184
2009-02-01 20:35:51 +00:00
Johannes Schickel
90184e6812
Moved some code to newly added files sequences_lol.cpp (more static sequence code is coming up in the future anyway...)
...
svn-id: r36183
2009-02-01 20:21:01 +00:00
Johannes Schickel
68b7cb265d
Oops removed accidently commited code.
...
svn-id: r36182
2009-02-01 20:13:05 +00:00
Johannes Schickel
ce4c7f4a11
Removed obsolete fixme.
...
svn-id: r36181
2009-02-01 20:11:05 +00:00
Johannes Schickel
1626c624ba
Fixed out of bounds memory access.
...
svn-id: r36180
2009-02-01 19:56:30 +00:00
Johannes Schickel
dda109ead3
Fixed compilation for now.
...
svn-id: r36179
2009-02-01 19:53:12 +00:00
Florian Kagerer
784c99b3da
svn-id: r36178
2009-02-01 19:27:01 +00:00
Marcus Comstedt
f90e4545c2
Merged r36175 from branch-0-13-0:
...
Fixed alpha blending in the UI dialogs by adding alpha
computation to the blendPixelPtr() function. To minimize
impact, pre-multiplied alpha is assumed, meaning that the
blending of the R, G and B components is the same both
with and without hardware alpha.
svn-id: r36177
2009-02-01 14:56:19 +00:00
Henry Bush
6438c40958
T7G: Fix for 2474078 (hopefully). Check if volume has fallen to correct level at end of applyfading, in case it gets set to correct level during it.
...
svn-id: r36173
2009-02-01 11:56:12 +00:00
Willem Jan Palenstijn
6abcac40de
don't test existence of file in AmigaOSFilesystemNode::getChild (bug #2487481 )
...
svn-id: r36171
2009-02-01 09:49:24 +00:00
Henry Bush
b1c58328a5
T7G: revert r36125 until I figure out why it broke general midi music
...
svn-id: r36170
2009-02-01 09:05:23 +00:00
Johannes Schickel
20d1e78fa6
o2_loadSoundFile is a dummy for non DOS versions.
...
svn-id: r36168
2009-01-31 15:16:51 +00:00
Paul Gilbert
f8963cf550
Disable GMM Save/Loading when a cut-scene is playing
...
svn-id: r36165
2009-01-31 12:26:44 +00:00
Paul Gilbert
e2baabcab9
Enabled runtime save/loading from the GMM menu, and fixed launcher listing of savegames
...
svn-id: r36164
2009-01-31 12:15:21 +00:00
Johannes Schickel
71dcc140f9
Fixed o2_loadSoundFile implementation.
...
svn-id: r36163
2009-01-31 12:06:33 +00:00