Martin Kiewitz
47ad577a78
SCI: ability to change r_acc within DrawControl
...
preparation for returning rect array on |r| textcodes
svn-id: r52642
2010-09-08 20:11:11 +00:00
Fabio Battaglia
0288f60f19
CONFIGURE and N64: add n64.mk with nintendo64 specific dist targets
...
svn-id: r52641
2010-09-08 18:04:38 +00:00
Andre Heider
f3a9828d36
WII: Fix typo, update translations.
...
svn-id: r52640
2010-09-08 17:41:31 +00:00
Jordi Vilalta Prat
f1690a2b75
I18N: Fix building translations.dat outside the source tree
...
svn-id: r52639
2010-09-08 17:05:55 +00:00
Jordi Vilalta Prat
b92c329fa5
I18N: Don't use fuzzy translations.
...
- Tweaked create_translations to ignore fuzzy translations.
- Fixed some formatting and removed extra whitespaces.
svn-id: r52638
2010-09-08 17:01:21 +00:00
Martin Kiewitz
10a460443b
SCI: adding save description, if none was entered
...
fixes bug #3061964
svn-id: r52637
2010-09-08 16:15:42 +00:00
Martin Kiewitz
54865f4837
SCI: dont replace save/restore in hoyle2 too
...
svn-id: r52636
2010-09-08 12:45:42 +00:00
Martin Kiewitz
3e4e741387
SCI: don't replace save/restore in hoyle1
...
fixes hoyle1 not starting anymore
svn-id: r52635
2010-09-08 12:42:00 +00:00
Martin Kiewitz
06afbd7fbb
SCI: dont remap to channel 9 (fix real mt32)
...
svn-id: r52634
2010-09-08 10:49:12 +00:00
Jordi Vilalta Prat
806ee79a7b
GROOVIE: Improve sound handling.
...
- Obey the mute setting.
- Report the supported music types.
svn-id: r52633
2010-09-08 09:37:33 +00:00
Fabio Battaglia
690fea2933
DINGUX: Add dingux.mk with specific 'dist' targets
...
svn-id: r52632
2010-09-08 08:26:20 +00:00
Matthew Hoops
58139baf37
MOHAWK: Sound cleanup
...
Merge the Riven sound file code with the main Riven resource code and remove the mainSoundFile parameter from Sound::playSound(). Reasoning: The sound id's do not collide with the sound id's in the main data files. The sound archives only exist because the original CD version had the ability to choose between low and high quality audio.
svn-id: r52631
2010-09-07 20:18:30 +00:00
John Willis
4c107cc97a
GP2XWIZ: Reformat switches to code guidelines.
...
svn-id: r52630
2010-09-07 20:14:05 +00:00
John Willis
56b09b605d
GP2XWIZ: Clean up input code.
...
* Clean up the if/switch mess.
* Also add missing Caanoo icon.
svn-id: r52629
2010-09-07 19:02:07 +00:00
Matthew Hoops
87a6b631bf
MOHAWK: Add stopping sounds to the telescope functions
...
svn-id: r52628
2010-09-07 19:00:55 +00:00
Florian Kagerer
8448c50c71
LOL FLOPPY: silence pointless warnings in character selection
...
svn-id: r52627
2010-09-07 18:50:48 +00:00
Matthew Hoops
009889dd13
MOHAWK: Implement xgplateau3160_dopools
...
The pools of water will now always show the video of returning to the "off" state.
svn-id: r52626
2010-09-07 17:58:10 +00:00
Willem Jan Palenstijn
29afa3094d
CREDITS: Fix typo
...
svn-id: r52624
2010-09-07 17:45:36 +00:00
Eugene Sandulenko
771d2274dd
CREDITS: Thanked for Drascula and Hugo sources
...
svn-id: r52622
2010-09-07 17:38:21 +00:00
Matthew Hoops
f27a0b2c43
MOHAWK: Fix the boiler puzzle videos
...
svn-id: r52621
2010-09-07 15:27:06 +00:00
Filippos Karapetis
cb0e54034d
SCI: Now distinguishing between native MT-32 MIDI from GM devices when checking
...
for the existence of after market GM patches
svn-id: r52620
2010-09-07 15:09:59 +00:00
John Willis
fd407eeca3
GP2XWIZ: Refactor backend.
...
* Add support for TouchScreen 'Tap Modes'
Left Click, Right Click and Hover.
* Rename OSystem_GP2XWIZ to OSystem_GPH to
start the work on supporting a unified
backend codebase for the GP2X, Wiz and
Caanoo.
* Sort out bugs in Caanoo input code.
* Rework GP2XWiz input code to support
switching new TouchScreen modes.
svn-id: r52619
2010-09-07 14:17:31 +00:00
Willem Jan Palenstijn
532663c742
COMMON: Fix edge case for wildcard in matchString
...
svn-id: r52618
2010-09-07 11:40:44 +00:00
Willem Jan Palenstijn
0e80aa7088
TESTS: Add more Rational (in)equality tests
...
This tests for the bug fixed by r52535, among other things.
svn-id: r52617
2010-09-07 09:19:25 +00:00
Willem Jan Palenstijn
8f1143bfdc
COMMON: Remove Rational::operator int/double
...
This prevents accidental implicit rounding
and might also fix compilation on AmigaOS4 (bug #3060981 ).
svn-id: r52616
2010-09-07 09:02:46 +00:00
Filippos Karapetis
dd0095f1a2
SCI: Added parentheses inside GfxScreen::isFillMatch() to make the code more
...
readable
svn-id: r52615
2010-09-07 08:12:59 +00:00
Filippos Karapetis
b2464a9bd1
SCI: Slight change in GfxPicture::vectorFloodFill()
...
Changed bitwise XOR operations to bitwise NOT AND, to make the code a bit easier
to understand
svn-id: r52614
2010-09-07 07:41:28 +00:00
Johannes Schickel
c42e2f3a55
PARALLACTION: Use a char array for static data instead of String.
...
svn-id: r52610
2010-09-06 21:17:26 +00:00
Johannes Schickel
15b57549ad
COMMON: Some style fixes.
...
svn-id: r52609
2010-09-06 21:04:33 +00:00
Johannes Schickel
f56f093770
CINE: Get rid of needless static variable.
...
svn-id: r52608
2010-09-06 21:04:12 +00:00
Martin Kiewitz
624d06b684
SCI: extending comment for prev. commit
...
svn-id: r52606
2010-09-06 19:03:55 +00:00
Martin Kiewitz
d618678982
SCI: dont play audio on kDoSound in hoyle4
...
hoyle4 has garbled audio data
svn-id: r52605
2010-09-06 19:00:43 +00:00
Martin Kiewitz
2bf82a8354
SCI: fix regression of r52569
...
fade in/out of samples
svn-id: r52604
2010-09-06 18:23:03 +00:00
Matthew Hoops
c78a63460b
VIDEO: Skip multiple tags in a QuickTime stsd entry
...
Fixes crashes when playing two videos in Riven DVD (card 262). Note that the videos still don't display properly because of a bug in QTRLE 16bpp. For the record, FFmpeg doesn't handle this properly either.
svn-id: r52603
2010-09-06 18:15:51 +00:00
Eugene Sandulenko
6c980b3593
CONFIGURE: Wrap usage help around 80 columns
...
svn-id: r52602
2010-09-06 18:13:39 +00:00
John Willis
871aa65a83
CONFIGURE: Remove 16Bit graphics support from the GP2X backend.
...
This should not have been committed with r52600,
the GP2X backend refactor it needs is not yet ready to commit.
svn-id: r52601
2010-09-06 18:06:47 +00:00
John Willis
fdb2a58bc2
CONFIGURE: Add support for the OpenPandora backend.
...
svn-id: r52600
2010-09-06 17:35:27 +00:00
John Willis
2e1b4278e2
SDL: Add masks to the SDL backend to support the OpenPandora backend.
...
svn-id: r52599
2010-09-06 17:28:17 +00:00
John Willis
e81dad8e61
OPENPANDORA: Commit basic version of the OpenPandora backend.
...
Overload of the SDL backend.
Basic functional backend with support for most main ScummVM features and engines.
Supports building to a .PND OpenPandora bundle for ease of use on the device.
svn-id: r52598
2010-09-06 17:22:22 +00:00
Florian Kagerer
c87b7aafd8
LOL: Add md5 for another English floppy version
...
svn-id: r52597
2010-09-06 16:50:20 +00:00
Arnaud Boutonné
be53141091
HUGO: Clean up creation tool
...
Fix typos and suppress all identical noun arrays.
svn-id: r52596
2010-09-06 16:09:56 +00:00
Walter van Niftrik
ba6bc8f17b
SCI: AdLib: process patch change commands when playswitch is off.
...
svn-id: r52595
2010-09-06 16:09:19 +00:00
Matthew Hoops
c54a97005f
VIDEO: Apply patch #3057924 with some changes
...
Patch #3057924 is "QuickTimeDecoder: Scaling x and y separately". Thanks to kreegee for the patch and fuzzie for fixing a couple bugs with it.
svn-id: r52594
2010-09-06 15:15:59 +00:00
Matthew Hoops
df7158c0ee
COMMON: Add a debugPrint function to Rational
...
svn-id: r52593
2010-09-06 14:59:13 +00:00
Martin Kiewitz
6eecc485d2
SCI: fix warning (and actual error)
...
svn-id: r52591
2010-09-06 12:16:21 +00:00
Arnaud Boutonné
2bea43357f
HUGO: Add hints in DOS versions
...
In DOS versions, display hints when mouse is over a
hotspot. This behavior is based on the one of Hugo Win
versions.
svn-id: r52590
2010-09-06 12:09:11 +00:00
Martin Kiewitz
da45fcfeb2
SCI: add patch for cannister lockup pharkas/cd
...
scripts disable icon 7+8 when entering the room. When taking the cannister they will disable all remaining icons, resulting in the disable-code running endlessly, also happend in sierra sci - fixes bug #3046367
svn-id: r52587
2010-09-06 11:58:28 +00:00
Filippos Karapetis
397f883698
SCI: Fixed an off-by one access error in the static selectors of some games
...
svn-id: r52586
2010-09-06 11:30:26 +00:00
Martin Kiewitz
bab5050531
SCI: fixing code
...
thx to tortoisegit and broken conflict managment
svn-id: r52585
2010-09-06 10:41:14 +00:00
Martin Kiewitz
c342c0e3d8
SCI: fix regression of r52565
...
remove class bit when marking as clone
svn-id: r52584
2010-09-06 10:39:42 +00:00