Commit Graph

8900 Commits

Author SHA1 Message Date
Chris Apers
a579418d78 Dont use full_screen on PalmOS, use ConfMan instead
svn-id: r12540
2004-01-20 13:50:43 +00:00
Chris Apers
4679ac1f05 Hack a bit MD5 to make it work on PalmOS
svn-id: r12539
2004-01-20 13:44:20 +00:00
Torbjörn Andersson
61c37c97c7 Changed printf() to warning()
svn-id: r12538
2004-01-20 13:28:49 +00:00
Torbjörn Andersson
bd34655abb I assume this fixes CPU usage in synced cutscene playback, but since I
don't have said cutscenes I can't really check. (I did the same change for
BS2 though.)

svn-id: r12537
2004-01-20 13:27:17 +00:00
Torbjörn Andersson
255e1f9036 Some minor cleanups (comments and spacing), and fixed CPU usage in synced
cutscene playback.

svn-id: r12536
2004-01-20 13:26:00 +00:00
Joost Peters
4ea5f7225d initialise _channel array
svn-id: r12535
2004-01-20 12:44:00 +00:00
Travis Howell
0d8566c0b6 Update comment
svn-id: r12534
2004-01-20 11:16:17 +00:00
Joost Peters
11c8ff9544 Handle command 0xD0 (queen uses this) - thanks aholler.
svn-id: r12533
2004-01-20 10:51:53 +00:00
Torbjörn Andersson
cba7fab326 _blitAlso is also used by the DOTT intro. Updated comment to reflect that.
svn-id: r12532
2004-01-20 10:33:02 +00:00
Joost Peters
c78bab1c62 AFAICT this is only used for caching in the original, which we don't care much about - seeing how rarely it's used.
svn-id: r12531
2004-01-20 01:13:07 +00:00
Travis Howell
b8e739ae3d Add newline
Prevent overlapping speech in dig.

svn-id: r12530
2004-01-20 00:21:24 +00:00
Joost Peters
698eefae58 - Enable music queueing (I don't really like the levels of indirection, but it'll do for now)
- Handle special music type '2000' (restart previously queued music)

svn-id: r12529
2004-01-19 23:54:50 +00:00
Max Horn
2f7198a3ac cleanup
svn-id: r12528
2004-01-19 22:55:42 +00:00
Gregory Montoir
95891f95c7 *temporary* fix for LineReader to handle files not terminated by an empty string (*.crd)
svn-id: r12527
2004-01-19 22:31:21 +00:00
Gregory Montoir
392940e7dd re-use BobFrame
svn-id: r12526
2004-01-19 21:47:20 +00:00
Gregory Montoir
3de67205c3 increase Credits::_list size to match the German version requirements (thanks Alexander Holler)
svn-id: r12525
2004-01-19 21:46:02 +00:00
Gregory Montoir
993fba68f1 prevents bank re-loading (cutaways animations)
svn-id: r12524
2004-01-19 21:38:07 +00:00
Joost Peters
7a53d9ba7b Added MusicPlayer class (MidiDriver derivate) for greater flexibility
svn-id: r12523
2004-01-19 21:23:42 +00:00
Nicolas Bacca
9f3515be30 Add comment for checkbox CE tweak
svn-id: r12522
2004-01-19 20:34:54 +00:00
Max Horn
923adce456 fix endian bug when dealing with ArrayHeader's; added a hack to permit save games broken due to this to still work; moved the whole 'Array' stuff into ScummEngine_v6
svn-id: r12521
2004-01-19 20:27:31 +00:00
Max Horn
8e89f7d060 moved the sam&max inventory hack into o6_setOwner
svn-id: r12520
2004-01-19 20:23:27 +00:00
Max Horn
bcf8052341 forgot to remove this :-)
svn-id: r12519
2004-01-19 20:14:29 +00:00
Max Horn
67d4e3153a updated MD5 data
svn-id: r12518
2004-01-19 19:51:13 +00:00
Max Horn
e8164dfb70 moved some V6-only scumm vars to ScummEngine_v6
svn-id: r12517
2004-01-19 19:47:47 +00:00
Max Horn
d094989ae2 smush and insane only work with V6 (this will allow moving some stuff from ScummEngine to ScummEngine_v6)
svn-id: r12516
2004-01-19 19:34:48 +00:00
Max Horn
4ad9da8b75 fix build system / dep checking
svn-id: r12515
2004-01-19 19:30:58 +00:00
Paweł Kołodziejski
bb8f156882 improved fade param for dig demo
svn-id: r12514
2004-01-19 19:25:11 +00:00
Max Horn
7e42cd74af found a place where _blitAlso is used in Sam&Max
svn-id: r12513
2004-01-19 19:09:08 +00:00
Max Horn
f94373b570 this is not necessary anymore
svn-id: r12512
2004-01-19 18:57:06 +00:00
Oliver Kiehl
a9f8a9ca18 oops
svn-id: r12511
2004-01-19 17:50:38 +00:00
Oliver Kiehl
7080232de0 fix memory leak
svn-id: r12510
2004-01-19 17:46:08 +00:00
Oliver Kiehl
18799981aa fix mp3 and vorbis specific bug in which sound files could have been read
as zero-byte files in the case that two following offsets pointed to the
same file.

svn-id: r12509
2004-01-19 17:44:04 +00:00
Paweł Kołodziejski
409c182b4a added continue play state song after sequence song finished
svn-id: r12508
2004-01-19 17:37:15 +00:00
Max Horn
cd045460cc improved rect clipping & verification
svn-id: r12507
2004-01-18 21:41:38 +00:00
Torbjörn Andersson
4b9602615c This should make subtitles work again in "overlay" cutscene mode.
svn-id: r12506
2004-01-18 21:09:57 +00:00
Paweł Kołodziejski
57420fe869 increased warning level to 4 and disable some warnings difficult to fix
svn-id: r12505
2004-01-18 21:01:44 +00:00
Paweł Kołodziejski
2c3dd03d26 fix warnings
svn-id: r12504
2004-01-18 20:57:46 +00:00
Max Horn
aa0ad9b491 Patch #878883: Fix for Ogg Vorbis playback
svn-id: r12503
2004-01-18 20:57:45 +00:00
Max Horn
c5f9a566da undo this change (proper warning fix was applied to gameDetector.h)
svn-id: r12502
2004-01-18 20:47:17 +00:00
Max Horn
e578aeec44 don't use bit 31
svn-id: r12501
2004-01-18 20:46:11 +00:00
Paweł Kołodziejski
afa3ceb07f fix warning
svn-id: r12500
2004-01-18 20:29:00 +00:00
Paweł Kołodziejski
856b2dd825 fix warning
svn-id: r12499
2004-01-18 20:22:32 +00:00
Paweł Kołodziejski
ce3e6d7fd8 fix warning
svn-id: r12498
2004-01-18 20:11:52 +00:00
Torbjörn Andersson
4ff60e231d I know we're not supposed to make cleanup commits at this point, but surely
we can make an exception for removing self-described hacks and utterly
misleading comments? :-)

svn-id: r12497
2004-01-18 19:50:59 +00:00
Torbjörn Andersson
4b40dc8b40 Add newline to the last line to shut up GCC warning.
svn-id: r12496
2004-01-18 19:42:55 +00:00
Paweł Kołodziejski
c7a66d4498 right it should be signed :)
svn-id: r12495
2004-01-18 19:00:44 +00:00
Max Horn
e67b734fd2 fixed warning
svn-id: r12494
2004-01-18 18:42:58 +00:00
Max Horn
c44bdf033e I recommend turning on signedness warnings, and honoring them :-)
svn-id: r12493
2004-01-18 18:42:44 +00:00
Paweł Kołodziejski
8f465b96bb fixed debug params
svn-id: r12492
2004-01-18 18:04:41 +00:00
Paweł Kołodziejski
14f80f9d6b this too
svn-id: r12491
2004-01-18 17:01:03 +00:00