Filippos Karapetis
ef7cc2d506
SCI: Fixed detection of fan made script patches for LSL1
...
svn-id: r53940
2010-10-30 11:07:44 +00:00
Johannes Schickel
6aec3882a4
SCI: Remove unused variable + some formatting fixes.
...
svn-id: r53921
2010-10-29 16:28:22 +00:00
Filippos Karapetis
5cfb461b5b
SCI: Added detection of some fan made script patches.
...
When such a script patch is found, a dialog pops up at the beginning
of the game, asking the user to remove it. The issues that these
script patches fix have already been fixed in ScummVM, thus these
patches aren't necessary, plus they can lead to crashes, freezes, buggy
behavior and/or unexpected errors, thus it is better if they aren't
used at all, if possible
svn-id: r53920
2010-10-29 10:58:54 +00:00
Filippos Karapetis
509f79990d
SCI: Updated kSetShowStyle signature for SCI2.1. SQ6 starts again
...
svn-id: r53919
2010-10-29 10:28:20 +00:00
Filippos Karapetis
88ad2d3991
SCI: Fixed a detection entry of Hoyle 1 (bug report #3090841 )
...
svn-id: r53913
2010-10-28 23:59:37 +00:00
Filippos Karapetis
d7f8fc108e
SCI: Updated help page on the new console command "map_instrument"
...
svn-id: r53910
2010-10-28 22:58:39 +00:00
Filippos Karapetis
b3e42b94c9
SCI: Added some missing GM mappings for MT-32 instruments:
...
- MT-32 Castanets -> GM Claves
- MT-32 OneNoteJam -> GM Celesta
- MT-32 JungleTune -> GM Pan Flute
For PQ3 (from rev #53902 , not in the commit description):
- MT-32 Warm Pad -> GM Pad 2 (warm)
Thanks to digitall and waltervn for their help with these
svn-id: r53907
2010-10-28 18:45:11 +00:00
Filippos Karapetis
27c52434ba
SCI: Split the GM related names out of map-mt32-to-gm.h and into a separate header file
...
svn-id: r53906
2010-10-28 16:26:04 +00:00
Filippos Karapetis
408d0e6c5f
SCI: Fixed typo
...
svn-id: r53905
2010-10-28 15:33:28 +00:00
Filippos Karapetis
0e7444a463
SCI: Fixed compilation and added include safeguards to map-mt32-to-gm.h
...
svn-id: r53904
2010-10-28 15:27:44 +00:00
Filippos Karapetis
a7b5133903
SCI: Improved the description of the "map_instrument" console command a bit. Also, the dynamic mappings are now checked before the static ones
...
svn-id: r53903
2010-10-28 13:00:21 +00:00
Filippos Karapetis
3a4647dc50
SCI: Several changes related to MT-32 -> GM mapping
...
- Changed C - style comments in map-mt32-to-gm.h to C++ - style comments
- Added a new dynamic MT-32 -> GM mapping, complementary to the normal one, which can be done on the fly using the new console command "map_instrument"
- The "show_instruments" command has been moved to the music section and now displays the instruments of the game which aren't in the MT32-> GM mapping
svn-id: r53902
2010-10-28 12:48:51 +00:00
Filippos Karapetis
8a08ca1f39
SCI: Cleanup, invoking pauseEngine() on Console::preEnter() and Console::postEnter()
...
svn-id: r53890
2010-10-27 21:43:08 +00:00
Filippos Karapetis
e85f43877a
SCI: Proper pausing/resuming of MIDI music in SciEngine::pauseEngineIntern(), Console::preEnter() and Console::postEnter() and added a sanity check in SciEngine::getDebugger()
...
svn-id: r53886
2010-10-27 19:22:37 +00:00
Martin Kiewitz
bd7d9965e9
SCI: removing unneeded call
...
was a left-over from debugging
svn-id: r53857
2010-10-26 20:56:55 +00:00
Martin Kiewitz
d078a4d235
SCI: fix gfx issues when giving out cards hoyle4
...
bit 2 actually triggers special drawing of cels in sierra sci
svn-id: r53855
2010-10-26 20:19:17 +00:00
Martin Kiewitz
9af803f575
SCI: kAnimate bit 2 is hoyle 4 exclusive
...
adjusted comments about that and also renamed the bit, also added additional TODO, because hoyle 4 has special code that gets into action, when bit 0 is not set, but bit 2 is
svn-id: r53853
2010-10-26 16:21:00 +00:00
Martin Kiewitz
a877ba0026
SCI: little cleanup kAnimate
...
svn-id: r53852
2010-10-26 15:29:04 +00:00
Martin Kiewitz
f9cb635b58
SCI: fixing bug #3091767 by reverting r52820
...
interpreters should get checked for that hoyle 4 code, comment added
svn-id: r53851
2010-10-26 14:42:24 +00:00
Martin Kiewitz
adcab043a2
SCI: fix comment in kAddToPic
...
svn-id: r53828
2010-10-25 16:33:04 +00:00
Filippos Karapetis
77d20f6962
SCI: Fixed bug #3094235 - "SQ4CD: Crashes at Roger jr. in beam"
...
svn-id: r53776
2010-10-24 21:53:27 +00:00
Martin Kiewitz
b581a866a9
SCI: fixing obvious kAddToPic regression
...
caused by r53068, triggered bug #3092840 (SQ5 genetix lab scaled incorrectly when laying course) - thx to digitall for bisect
svn-id: r53775
2010-10-24 21:49:22 +00:00
Martin Kiewitz
ae6aa8a6b3
SCI: always allocate +1 byte in kMemory now
...
fixes multilingual lsl5 room 280 - names of airport ladies not shown correctly (bug #3093818 )
svn-id: r53746
2010-10-23 20:22:24 +00:00
Filippos Karapetis
6c47ca8253
SCI2/SCI2.1: Some changes to the screen drawing code.
...
- Implemented kernelUpdateScreenITem
- Changed the list of screen items to be a list of FrameoutEntry entries,
so that it doesn't get recreated on every frame
svn-id: r53744
2010-10-23 19:23:07 +00:00
Filippos Karapetis
bd14661fdf
SCI: Silence runtime warnings when editing kernel_tables.h with VS2010
...
svn-id: r53743
2010-10-23 19:19:06 +00:00
Filippos Karapetis
ebf4e736ba
SCI: Added the Spanish version of SQ5 from bug report #3090664
...
svn-id: r53742
2010-10-23 19:17:26 +00:00
Max Horn
3534cff8ef
ALL: Fix indention (whitespaces -> tabs)
...
svn-id: r53738
2010-10-23 15:46:50 +00:00
Filippos Karapetis
d251521f63
SCI: Added the ability to filter out results of the "class_table" command
...
svn-id: r53673
2010-10-21 13:13:56 +00:00
Martin Kiewitz
db55d81b08
SCI: removing "german" laura bow 1
...
the version released in Germany was/is 100% english-only
svn-id: r53657
2010-10-20 21:47:26 +00:00
Torbjörn Andersson
2a19d755de
SCI: Silence GCC warning
...
svn-id: r53649
2010-10-20 20:39:08 +00:00
Filippos Karapetis
2d1205f7a0
SCI: Changed some tabs to spaces
...
svn-id: r53648
2010-10-20 18:29:21 +00:00
Filippos Karapetis
ab362cfa53
SCI: Marked several unused SCI2/SCI2.1 kernel functions and updated comments about some others
...
svn-id: r53647
2010-10-20 18:10:36 +00:00
Filippos Karapetis
3d85d6804b
SCI: Added a new debug command, "find_callk"
...
This command can be used to find the object methods (including their
corresponding objects and owner scripts) that call a specific kernel
call. This shall aid us track all the spots where a particular kernel
function is called from, therefore it'll be a bit easier to find
examples where unimplemented kernel functions are called
svn-id: r53646
2010-10-20 17:31:29 +00:00
Martin Kiewitz
f8c7243938
SCI: fixing possible deadlock inside clearPlaylist
...
thx to ajax16384
svn-id: r53613
2010-10-19 14:53:39 +00:00
Filippos Karapetis
7706f90c71
SCI: Added comments for the unmapped SCI2/SCI2.1 kernel functions
...
svn-id: r53556
2010-10-17 22:56:11 +00:00
Matthew Hoops
bc5f10a55c
SCI: Add The Black Cauldron (fan game)
...
svn-id: r53547
2010-10-16 20:48:51 +00:00
Martin Kiewitz
ffbca0786d
SCI: fixing iceman undithering door close-up
...
room 9 (go up right at the start)
svn-id: r53522
2010-10-15 22:19:27 +00:00
Martin Kiewitz
9cc51096c0
SCI: updating comment for r53515
...
svn-id: r53517
2010-10-15 21:16:36 +00:00
Martin Kiewitz
41e9691e86
SCI: fixing view-undithering for laura bow 1
...
(cupboards in room 43, just in the room to the left from the start)
svn-id: r53515
2010-10-15 21:12:42 +00:00
Filippos Karapetis
7f43ed3f9d
SCI: Changed the check for vertex_min into an assert (thanks wjp)
...
svn-id: r53504
2010-10-15 15:40:36 +00:00
Filippos Karapetis
f3270f1957
SCI: Fixed access to dest in kTextSize() (thanks LordHoto)
...
svn-id: r53498
2010-10-15 14:33:57 +00:00
Max Horn
4ccce19876
ENGINES: Enhance namespace comments a bit
...
svn-id: r53484
2010-10-15 12:48:19 +00:00
Filippos Karapetis
7cdddd5ffb
SCI: Fixed code bugs from bug #3087872 - "SCI: Code analysis warnings"
...
svn-id: r53482
2010-10-15 12:40:24 +00:00
Matthew Hoops
07abe3d603
SCI: Add detection for Hoyle4 Mac
...
svn-id: r53397
2010-10-13 03:28:59 +00:00
Torbjörn Andersson
54b2a8c98d
JANITORIAL: Cleanup (mostly whitespace)
...
svn-id: r53161
2010-10-12 04:19:58 +00:00
Max Horn
7642cd002a
SCI: Fix warning about uninitialized variable
...
svn-id: r53140
2010-10-10 22:25:30 +00:00
Willem Jan Palenstijn
28ade1826a
SCI: Support kGetTime modes 2 and 3 in SCI 0_LATE
...
This fixes bug #3083879 in Iceman.
svn-id: r53077
2010-10-08 18:33:54 +00:00
Filippos Karapetis
744a1829ac
SCI: Added a check for magnifier cursor multipliers
...
Sierra SCI only allowed multipliers 1, 2 and 4, and errored out on unexpected
values, thus we do the same
svn-id: r53072
2010-10-08 13:33:54 +00:00
Martin Kiewitz
6dcf366b7d
SCI: fixing mag cursor as far as possible
...
added TODO for real proper implementation
at least the alignment and content shown is now correct
svn-id: r53071
2010-10-08 12:41:03 +00:00
Martin Kiewitz
6798b01569
SCI: add global scaling again to kAddToPic
...
fixes regression of r52887 - lb2 actors not scaled correctly bug #3083577
needs to get backported
svn-id: r53068
2010-10-08 10:35:25 +00:00