Martin Kiewitz
|
749b0ea237
|
SCI: added dummy assertpalette to GfxPalette, setting destination palette immediately on kPalVary(start) call
svn-id: r47953
|
2010-02-07 12:00:06 +00:00 |
|
Paweł Kołodziejski
|
aa40d43091
|
rename to libscummvm.so to make compatible with tv from 2008
svn-id: r47952
|
2010-02-07 11:50:18 +00:00 |
|
Filippos Karapetis
|
3c8ab42eea
|
With the new detection for setCursor, the game object and game ID are no longer required, which makes some ugly code obsolete. Yay! :)
svn-id: r47951
|
2010-02-07 09:33:53 +00:00 |
|
Matthew Hoops
|
9183ab57a3
|
SCI1 Mac games can call kGetFarText with a NULL destination, so we need to allocate the memory. King's Quest V Mac is now playable.
svn-id: r47950
|
2010-02-07 04:25:05 +00:00 |
|
Matthew Hoops
|
71c222e340
|
Oops, correct a comment.
svn-id: r47949
|
2010-02-07 03:00:52 +00:00 |
|
Matthew Hoops
|
ecd8e6f7d1
|
Rewrite detectSetCursorType() so that it works for KQ5 Mac in addition to KQ5 DOS CD.
svn-id: r47948
|
2010-02-07 02:53:07 +00:00 |
|
Arnaud Boutonné
|
d7a7fcd3a4
|
Fascination - Use invalidateRect instead of dirtiedRect, fix several other little errors
svn-id: r47947
|
2010-02-06 23:06:20 +00:00 |
|
Arnaud Boutonné
|
aaa5849567
|
Revert r47944: useless debug messages, sorry for the wrong commit
svn-id: r47946
|
2010-02-06 22:54:20 +00:00 |
|
Arnaud Boutonné
|
b8875aca0c
|
Add an assert to avoid a crash when printing the character 0x00.
svn-id: r47945
|
2010-02-06 22:48:36 +00:00 |
|
Arnaud Boutonné
|
ceba3a6ce9
|
Add an assert to avoid a crash when printing the character 0x00.
svn-id: r47944
|
2010-02-06 22:47:13 +00:00 |
|
Martin Kiewitz
|
67870c7dc8
|
SCI: adding more debug output to kPalVary, fixing loading savedgames (_gfxPaint wasnt copied over)
svn-id: r47943
|
2010-02-06 21:38:58 +00:00 |
|
Torbjörn Andersson
|
6d69960704
|
Removed unnecessary semi-colons to keep GCC happy.
svn-id: r47942
|
2010-02-06 21:26:30 +00:00 |
|
Martin Kiewitz
|
3255b572ad
|
SCI: added debug code to kPalVary, added warning when calling kPalette(setFromResource) with unsupported parameters
svn-id: r47941
|
2010-02-06 21:22:05 +00:00 |
|
Walter van Niftrik
|
1e67b56eee
|
SCI: Revert r47925 and put fix inside GC instead.
svn-id: r47940
|
2010-02-06 19:41:55 +00:00 |
|
Martin Kiewitz
|
4cae2b13e2
|
SCI: added plane coordinate adjustment code for sci32 when drawing pictures, put everything into GfxCoordAdjuster
svn-id: r47939
|
2010-02-06 19:35:51 +00:00 |
|
Johannes Schickel
|
cf1b03f694
|
Add test case for partial reads in LoopingAudioStream too.
svn-id: r47938
|
2010-02-06 18:25:57 +00:00 |
|
Johannes Schickel
|
75b2b13f7f
|
Some slight extension for the LoopingAudioStream unit test(s).
svn-id: r47937
|
2010-02-06 18:20:33 +00:00 |
|
Martin Kiewitz
|
454856b5fd
|
SCI: put kShakeScreen into GfxPaint, called directly now
svn-id: r47936
|
2010-02-06 17:03:18 +00:00 |
|
Johannes Schickel
|
b431e700d8
|
Fix bug in LoopingAudioStream::readBuffer, this makes the unit tests complete without any error.
svn-id: r47935
|
2010-02-06 16:42:15 +00:00 |
|
Johannes Schickel
|
e3d4d5e379
|
Add (currently failing :-/) unit tests for LoopingAudioStream.
svn-id: r47934
|
2010-02-06 16:41:53 +00:00 |
|
Johannes Schickel
|
4fca64d1b0
|
Move test AudioStream creation to a new file.
svn-id: r47933
|
2010-02-06 16:41:27 +00:00 |
|
Filippos Karapetis
|
2cfa5e428c
|
Mark the sanity checks inside kernelSetNowSeen and kernelBaseSetter as hacks
svn-id: r47932
|
2010-02-06 16:30:32 +00:00 |
|
Filippos Karapetis
|
788f375703
|
Added a sanity check for kListAt and made the hack for displaying text work in SCI2 only
svn-id: r47931
|
2010-02-06 16:12:19 +00:00 |
|
Filippos Karapetis
|
b12437bbfc
|
Don't try and manipulate invalid views (i.e. views with view ID -1/65535, which are most likely the currently missing dynamically constructed text views). Torin chapter 1 starts now (and dies shortly afterwards, but that's a different issue)
svn-id: r47930
|
2010-02-06 15:58:59 +00:00 |
|
Walter van Niftrik
|
742ddb7979
|
SCI: Run GC only when execution_stack_base is 0.
svn-id: r47929
|
2010-02-06 12:50:50 +00:00 |
|
Filippos Karapetis
|
b2e8777e1e
|
Silenced warning that intersectionX and intersectionY could be uninitialized
svn-id: r47928
|
2010-02-06 10:43:54 +00:00 |
|
Arnaud Boutonné
|
59c351a3b2
|
Fascination: Fix lamp problem in parking lot.
svn-id: r47927
|
2010-02-06 08:10:56 +00:00 |
|
Matthew Hoops
|
dc12437390
|
Add a missing break.
svn-id: r47926
|
2010-02-06 05:29:08 +00:00 |
|
Walter van Niftrik
|
38b0a148e6
|
SCI: Don't call garbage collector directly from kFlushResources() as this is no longer safe.
svn-id: r47925
|
2010-02-06 04:13:00 +00:00 |
|
Matthew Hoops
|
f1f277d56d
|
Add detection entry for KQ5 Mac. Also, make Mac and Amiga SCI1_EGA+ games default to MIDI as we don't (yet) support their patches. KQ5 Mac will start and go until the main menu.
svn-id: r47924
|
2010-02-06 01:38:00 +00:00 |
|
Martin Kiewitz
|
c7cbb80dc4
|
SCI: removing int8 from kernelSetNowSeen() as well, didnt make any sense :P
svn-id: r47923
|
2010-02-05 23:17:39 +00:00 |
|
Martin Kiewitz
|
bf82c49ce4
|
SCI: removing int8 inside kernelSetNowSeen as well, didnt make any sense :P
svn-id: r47922
|
2010-02-05 23:14:46 +00:00 |
|
Max Horn
|
4be44fe9a2
|
SCI: Get rid of the mysterious sign_extend_byte() and replace it by a simple cast ;)
svn-id: r47921
|
2010-02-05 22:56:27 +00:00 |
|
Max Horn
|
b0b89e788b
|
SCI: Document GfxCompare::canBeHereCheckRectList; pass Common::Rect by ref
svn-id: r47920
|
2010-02-05 22:56:05 +00:00 |
|
Max Horn
|
d2871f925a
|
SCI: Add comment to GfxCompare::canBeHereCheckRectList
svn-id: r47919
|
2010-02-05 22:55:41 +00:00 |
|
Max Horn
|
f86618f92b
|
SCI: Add a 'SELECTOR' macro
svn-id: r47918
|
2010-02-05 22:55:18 +00:00 |
|
Martin Kiewitz
|
25a9df8a81
|
SCI: moving kDisplay into GfxPaint16, now getting called directly as well
svn-id: r47917
|
2010-02-05 22:31:48 +00:00 |
|
Martin Kiewitz
|
71fb77a5aa
|
SCI: priority band specific stuff now gets called directly w/o SciGui
svn-id: r47916
|
2010-02-05 22:20:46 +00:00 |
|
Martin Kiewitz
|
9b5363c0e4
|
SCI: moved control type enum
svn-id: r47915
|
2010-02-05 21:32:43 +00:00 |
|
Martin Kiewitz
|
f967318225
|
SCI: remaining cursor functions now also directly called
svn-id: r47914
|
2010-02-05 21:09:36 +00:00 |
|
Martin Kiewitz
|
16efee3c0d
|
SCI: drawMenuBar, drawStatus now called directly and w/o SciGui
svn-id: r47913
|
2010-02-05 20:48:06 +00:00 |
|
Martin Kiewitz
|
248bc560f3
|
SCI: moved onControl etc. into GfxCompare, now getting called directly. also fixed loading saved games due Gfx* changes
svn-id: r47912
|
2010-02-05 20:44:03 +00:00 |
|
Matthew Hoops
|
779fc7dc19
|
Cleanup kShowMovie; merge the SCI1.1/SCI2 and SCI2.1 AVI code.
svn-id: r47911
|
2010-02-05 19:41:06 +00:00 |
|
Martin Kiewitz
|
c78a49f563
|
SCI: initializing _highPlanePri inside GfxFrameout
svn-id: r47910
|
2010-02-05 19:33:39 +00:00 |
|
Martin Kiewitz
|
a7aa3a6dea
|
SCI: fix warning inside GfxCoordAdjuster header
svn-id: r47909
|
2010-02-05 19:09:34 +00:00 |
|
Martin Kiewitz
|
f3ea96d168
|
SCI: GfxCoordAdjuster class added, local2Global and global2Local use that class directly, kGraph / RedrawBox is now using GfxPaint16 directly
svn-id: r47908
|
2010-02-05 18:56:13 +00:00 |
|
Martin Kiewitz
|
e7cffa90b2
|
SCI: frameout sci32 stuff now gets called directly w/o SciGui/32
svn-id: r47907
|
2010-02-05 16:03:14 +00:00 |
|
Martin Kiewitz
|
71519a0a8f
|
SCI: removing debugShowMap from SciGui32
svn-id: r47906
|
2010-02-05 15:55:18 +00:00 |
|
Martin Kiewitz
|
03dd0ac7bb
|
SCI: screen specific debug functions are now called directly w/o SciGui/32
svn-id: r47905
|
2010-02-05 15:53:36 +00:00 |
|
Martin Kiewitz
|
ab2941bb52
|
SCI: adding some minor documentation for the various graphic classes
svn-id: r47904
|
2010-02-05 15:48:45 +00:00 |
|