Walter van Niftrik
|
725fb248ea
|
SCI: Don't error() out when autodetection fails
svn-id: r48790
|
2010-04-24 22:02:31 +00:00 |
|
Martin Kiewitz
|
194bdd9b83
|
SCI: reverting r48787 port updates were actually introduced (heard that before) in SCI1. I used the outdated wiki before and that one lists qfg2 and xmas90ega being SCI01. They are actually SCI1
svn-id: r48789
|
2010-04-24 21:45:17 +00:00 |
|
Martin Kiewitz
|
8f9dd90a87
|
SCI: add show_map command to debug help again (must have been lost some time due cleanup from old graphics code)
svn-id: r48788
|
2010-04-24 20:49:19 +00:00 |
|
Martin Kiewitz
|
cbd8faa82e
|
SCI: r48786 port updates were actually introduced during SCI01, qfg2 and xmas90ega only. We enable port updates only for non-multilingual SCI01 games now - fixes percentage bar for qfg1 japanese as well
svn-id: r48787
|
2010-04-24 20:41:26 +00:00 |
|
Martin Kiewitz
|
0422560c5c
|
SCI: beginUpdate()/endUpdate() of ports were introduced inside kAnimate() in SCI01 - fixes percentage bar not showing up in qfg1ega
svn-id: r48786
|
2010-04-24 20:08:03 +00:00 |
|
Martin Kiewitz
|
61a57f53e5
|
SCI: added special comments about r48784
svn-id: r48785
|
2010-04-24 16:09:17 +00:00 |
|
Martin Kiewitz
|
eb048f48b8
|
SCI: changing GetLongest() on kanji (again) hopefully it's now working as in sierra sci :P
svn-id: r48784
|
2010-04-24 15:50:23 +00:00 |
|
Walter van Niftrik
|
b6c92b90b6
|
SCI: Fix regression in locals init for re-used segments
svn-id: r48783
|
2010-04-24 14:10:52 +00:00 |
|
Martin Kiewitz
|
ca93a6ce9c
|
SCI: document skipping over breaking spaces done in r48781
svn-id: r48782
|
2010-04-24 12:53:14 +00:00 |
|
Martin Kiewitz
|
02b9b10199
|
SCI: change the way we handle breaking spaces based on how sierra sci does it, revert r48778/r48779
svn-id: r48781
|
2010-04-24 12:49:22 +00:00 |
|
Martin Kiewitz
|
666fefc79d
|
SCI: first byte of resource patch must have 0x80 added to the resource type, otherwise sierra sci0+ interpreter won't accept the file, fixing this on debug export function
svn-id: r48780
|
2010-04-24 11:59:19 +00:00 |
|
Martin Kiewitz
|
b8a5507a17
|
SCI: fix for regression of r48778: do add spaces to width, if we are at ending of text - the whole change may be wrong altogether
svn-id: r48779
|
2010-04-23 21:57:29 +00:00 |
|
Martin Kiewitz
|
62833a3fd3
|
SCI: text16 ::Width() doesn't add ending spaces to the width anymore, sierra sci also doesn't do this - fixes windows being too large sometimes
svn-id: r48778
|
2010-04-23 21:18:16 +00:00 |
|
Martin Kiewitz
|
35b21a94ff
|
SCI: pc98 sierra interpreter had special code, that circumvents having a japanese punctuation char as first char on new lines - we do so now as well
svn-id: r48777
|
2010-04-23 13:51:59 +00:00 |
|
Paul Gilbert
|
328d571bba
|
Implemented extra timer methods and a DynamicHotspots class
svn-id: r48776
|
2010-04-23 10:28:30 +00:00 |
|
Martin Kiewitz
|
1243217547
|
SCI: added additional comment for setOrigin() commit (from waltervn), after doing some test with sierra interpreter
svn-id: r48775
|
2010-04-22 18:12:25 +00:00 |
|
Martin Kiewitz
|
4fbea9d02d
|
SCI: make setOrigin() for ports behave like in sierra sci, fixes qfg1ega character screen issues ("moving" controls), fixes jones/vga 1 pixel-off windows
svn-id: r48772
|
2010-04-22 17:41:04 +00:00 |
|
Martin Kiewitz
|
e25651a467
|
SCI: SCI1LATE+ checks for STYLE_USER, versions before check for STYLE_USER|STYLE_TRANSPARENT
svn-id: r48771
|
2010-04-22 16:55:46 +00:00 |
|
Joost Peters
|
6a368a2c01
|
set cxx_verc_fail=no when MIPSpro 7.4.4 is detected + proper MIPSpro capitalization
svn-id: r48770
|
2010-04-22 15:30:26 +00:00 |
|
Max Horn
|
78efc86350
|
Reformat NEWS items a bit, add full stops
svn-id: r48768
|
2010-04-22 09:46:30 +00:00 |
|
Max Horn
|
5ab6a53f87
|
Update credits: Fredrik retired
svn-id: r48766
|
2010-04-21 21:23:35 +00:00 |
|
Max Horn
|
f103f01284
|
TINSEL: Change cdGraphStream to a Common::File pointer,
to not rely on global constructors
svn-id: r48765
|
2010-04-21 21:23:08 +00:00 |
|
Max Horn
|
37b7be4519
|
CINE: Change Doxygen commands to match our CFC
svn-id: r48764
|
2010-04-21 21:22:43 +00:00 |
|
Paul Gilbert
|
3edc151c5b
|
Changed MadsView into a separate class, since it's functionality is needed by two different class hierarchies that can't share a common ancestor class
svn-id: r48763
|
2010-04-21 10:42:01 +00:00 |
|
Torbjörn Andersson
|
2e89d9607d
|
Fixed GCC warning about 'hotspotId' shadowing a member of 'this'. Let's call
the variable 'charId' instead, like in the debug messages where it's used.
svn-id: r48759
|
2010-04-21 05:30:38 +00:00 |
|
Andre Heider
|
0ef8fd7ddc
|
Document setPalette() and grabPalette() changes, fix some incorrect 8bit statements.
svn-id: r48758
|
2010-04-20 21:18:37 +00:00 |
|
Andre Heider
|
845d1869d8
|
abort() when calling setPalette() or grabPalette() in non CLUT8 modes.
svn-id: r48757
|
2010-04-20 21:16:58 +00:00 |
|
Andre Heider
|
74c0db4548
|
Use the faster memset() in Surface::fillRect() for 16bit modes when possible.
svn-id: r48756
|
2010-04-20 20:22:33 +00:00 |
|
Martin Kiewitz
|
2242ee33ac
|
SCI: get color white instead of hardcoded 255 inside openPort(), fixes not working inverting of button controls on qfg1ega character stats screen
svn-id: r48755
|
2010-04-20 19:37:58 +00:00 |
|
Martin Kiewitz
|
f3be0bc181
|
SCI: replaced values with constant
svn-id: r48754
|
2010-04-20 19:23:33 +00:00 |
|
Andre Heider
|
6329d96cef
|
Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessary buffers.
svn-id: r48753
|
2010-04-20 18:29:53 +00:00 |
|
Andre Heider
|
d1bb33fbac
|
Round up the game texture dimensions if the requested size is incompatible to the hardware.
svn-id: r48751
|
2010-04-20 18:24:14 +00:00 |
|
Max Horn
|
dfc4f6ff08
|
Small tweak, works around a bug in the default OpenBSD gcc 3.3.5 compiler
svn-id: r48749
|
2010-04-20 16:58:52 +00:00 |
|
Martin Kiewitz
|
1e62e44fb6
|
SCI: the pc98 rom has to display kanji directly, because of the bad behaviour of GetLongest() we will actually put more chars in each line as actually fit. That way the scripts will only show most of the chars, but actually leave out some of the pixels of the far right characters. We now show kanji chars directly, sort of reproducing pc98 rom behaviour
svn-id: r48748
|
2010-04-20 16:46:26 +00:00 |
|
Martin Kiewitz
|
ad24968f56
|
SCI: menu - handle right aligned "=" as actual text not as tag marker, also handle "=" as being a supported shortcut key
svn-id: r48747
|
2010-04-20 15:28:19 +00:00 |
|
Martin Kiewitz
|
e70a484415
|
SCI: remove lone spaces at the end of right aligned menu items. fixes "wrongly" aligned menu items in some games
svn-id: r48746
|
2010-04-20 15:10:27 +00:00 |
|
Martin Kiewitz
|
45833f7e9a
|
SCI: sq4/japanese uses sjis 0x9781 for line breaks as well
svn-id: r48742
|
2010-04-20 11:13:09 +00:00 |
|
Paul Gilbert
|
dead0db8d8
|
Corrected a debug statement that could use an object field after the object was destroyed
svn-id: r48741
|
2010-04-20 10:13:27 +00:00 |
|
Robin Watts
|
626784f28e
|
Add note about fix for 1.1.1 to README-WinCE.txt
svn-id: r48739
|
2010-04-19 23:01:26 +00:00 |
|
Andre Heider
|
57781c0d8e
|
Mention Wii/Gamecube specific changes.
svn-id: r48738
|
2010-04-19 22:36:05 +00:00 |
|
Johannes Schickel
|
d163686d2d
|
Document that the current Hercules mode thumbnail scaler code is pretty much aimed for SCUMM games.
svn-id: r48736
|
2010-04-19 20:44:25 +00:00 |
|
Johannes Schickel
|
498d1da182
|
Cleanup.
svn-id: r48735
|
2010-04-19 20:44:05 +00:00 |
|
Martin Kiewitz
|
589103f1b1
|
SCI: removed bad comment
svn-id: r48734
|
2010-04-19 20:43:17 +00:00 |
|
Andre Heider
|
64cba2878a
|
Do not call OSystem::grabPalette() for 16bit modes, when the result is not used anyway for those modes.
svn-id: r48733
|
2010-04-19 20:37:20 +00:00 |
|
Matthew Hoops
|
001bca2d6c
|
Remove use of global constructors in Mohawk.
svn-id: r48731
|
2010-04-19 20:28:36 +00:00 |
|
Andre Heider
|
e6b835bce4
|
Fix lockScreen() for 16bit modes.
svn-id: r48728
|
2010-04-19 20:26:06 +00:00 |
|
Andre Heider
|
eb05f83a08
|
Reinit the video mode when showing the console on an abnormal exit. This was not sccessful under some circumstances.
svn-id: r48727
|
2010-04-19 20:25:20 +00:00 |
|
Martin Kiewitz
|
75f7536ca1
|
SCI: sierra switched hardcoded inside their pc98 interpreter to font 900, if sjis text got detected
svn-id: r48726
|
2010-04-19 20:15:31 +00:00 |
|
Martin Kiewitz
|
4fd93aa27c
|
SCI: changed comment about 8859-1->cp850/437 conversion. ubuntu does work, i just used an outdated build by accident
svn-id: r48724
|
2010-04-19 16:58:18 +00:00 |
|
Robert Špalek
|
196f033e93
|
Fix static initialization
svn-id: r48722
|
2010-04-19 16:38:41 +00:00 |
|