Bastien Bouclet
a9388af996
MOHAWK: Fix resource type 12
...
svn-id: r54740
2010-12-02 21:15:47 +00:00
Thierry Crozat
a2e49af864
I18N: Update Hungarian translation (from patch #3124359 )
...
svn-id: r54738
2010-12-02 20:43:37 +00:00
Johannes Schickel
c14399c229
SCI: Slight formatting fix.
...
svn-id: r54737
2010-12-02 17:03:21 +00:00
Filippos Karapetis
4fe03f1b66
SCI: Enabled the GUI option to play speech and show subtitles simultaneously in SQ4CD
...
svn-id: r54736
2010-12-02 13:37:39 +00:00
Lars Skovlund
0ac28d1fbf
Disable error message regarding RESOURCE.AUD/.SFX for now.
...
svn-id: r54735
2010-12-02 13:29:49 +00:00
Jordi Vilalta Prat
44483e1e6e
OPENGL: Fix compilation when OpenGL error checks are enabled.
...
svn-id: r54734
2010-12-02 13:13:10 +00:00
Jordi Vilalta Prat
f1d8fc49f4
CONFIGURE: Add detection for OpenGL ES 1.1
...
svn-id: r54733
2010-12-02 12:44:36 +00:00
Filippos Karapetis
5990753271
OPENGL: Fixed flawed include file logic in gltexture.h, when USE_GLES is defined (a regression from r54704)
...
svn-id: r54732
2010-12-02 09:09:53 +00:00
Matthew Hoops
41ad4a431d
MOHAWK: Stub off various Myst opcodes
...
svn-id: r54731
2010-12-02 04:01:07 +00:00
Max Horn
31d2d2af4c
SCUMM: Workaround for bug #1447058 , a race condition in the game scripts
...
svn-id: r54730
2010-12-02 00:27:46 +00:00
Max Horn
e85d196f33
SCUMM: Fix bug in V12 games causing chars to be lost when wrapping talk text
...
svn-id: r54729
2010-12-02 00:27:26 +00:00
Johannes Schickel
b36b7ee349
SCUMM: Fix GM initialization when "enable_gs" is set.
...
This is a regression from r25630, which caused the code to send some garbage
data to the GS device, which resulted in some devices to fail with an
"Address Error." (like the Roland SC-55).
This might also fix bug #1927501 "GS option is broken". Even though actually
the device there failed with another error it is likely to be caused by the
same code. At least it is the only iMuse MIDI code change between 0.9.0 and
0.12.0, which might result in such a problem.
svn-id: r54727
2010-12-01 23:55:10 +00:00
David Turner
349ebe94f1
HUGO: Add Missing shutdown() Call - Currently Disabled.
...
The engine shutdown() function is required to be called to clean up a number of allocated memory blocks. Unfortunately, this currently causes double free issues. This call is added, but commented out with a FIXME explaining this.
svn-id: r54726
2010-12-01 23:15:28 +00:00
Arnaud Boutonné
a029f6a5c4
GOB: Add back 3 empty lines used by DrMcCoy
...
svn-id: r54724
2010-12-01 21:08:47 +00:00
Matthew Hoops
bdc3742ced
MOHAWK: Split makingof and preview opcodes into their own class (and now all are separate)
...
svn-id: r54723
2010-12-01 21:05:08 +00:00
Johannes Schickel
4fe7e1b3e9
CONFIGURE: Fix OpenGL library detection on OS X in case MESA is installed.
...
svn-id: r54722
2010-12-01 20:50:12 +00:00
Jordi Vilalta Prat
75cf4a225d
CONFIGURE: Remove the duplicated --disable-opengl description.
...
svn-id: r54721
2010-12-01 20:40:12 +00:00
Bastien Bouclet
f3bda71376
MOHAWK: Implement maze runner backtrack button. Last part of Selenitic completed !
...
svn-id: r54720
2010-12-01 20:37:36 +00:00
Arnaud Boutonné
250d5d81f7
GOB: little clean-up
...
Remove a useless include of cursorman.h and several
superflous empty lines.
svn-id: r54718
2010-12-01 20:17:31 +00:00
Arnaud Boutonné
85d42c405d
HUGO: Use cursorman, add a windows-looking cursor
...
Cursor copied from Mohawk engine, thanks clone2727
svn-id: r54717
2010-12-01 20:11:24 +00:00
Jordi Vilalta Prat
d5a4f554af
ALL: Fix a few typos
...
svn-id: r54716
2010-12-01 20:03:05 +00:00
Jordi Vilalta Prat
a17c07bcaa
I18N: Improve the fallback language auto-detection.
...
- Broaden the range of language tags that could be accepted as fallback in
auto-detection. For example, for a system with locale 'pt_PT', all of
these would be accepted as valid fallbacks: 'pt_PT_*', 'pt', 'pt_*'
- Make language codes matching case-insensitive as specified in RFC 4647.
- Add support language code blocks longer than 2 characters.
svn-id: r54715
2010-12-01 20:00:40 +00:00
Marcus Comstedt
1ed5b5b353
DC: Adapted CDDA interface to the new standard.
...
svn-id: r54714
2010-12-01 19:57:23 +00:00
Jordi Vilalta Prat
cb8ce9feac
WII: Let the base backend decide the default detected language.
...
svn-id: r54713
2010-12-01 19:46:46 +00:00
Alyssa Milburn
1cb199229a
MOHAWK: add stub implementations for more LB script opcodes
...
svn-id: r54712
2010-12-01 18:22:36 +00:00
Alyssa Milburn
1b27de3829
MOHAWK: fix LBPaletteItem
...
svn-id: r54711
2010-12-01 18:22:21 +00:00
Alyssa Milburn
a62500db1e
MOHAWK: document/handle more LB item data
...
svn-id: r54710
2010-12-01 18:22:05 +00:00
Alyssa Milburn
4e3233fdba
MOHAWK: fix LBLiveTextItem drawing for LB 2+
...
svn-id: r54709
2010-12-01 18:21:49 +00:00
Alyssa Milburn
3471d8ee45
MOHAWK: rename DelayedEventType values
...
svn-id: r54708
2010-12-01 18:21:33 +00:00
Alyssa Milburn
ddd691e2d3
MOHAWK: add LBGraphics::copyImageSectionToScreen
...
svn-id: r54707
2010-12-01 18:21:17 +00:00
Matthew Hoops
77782f4eb3
MOHAWK: Split intro and demo opcodes into their own classes
...
svn-id: r54706
2010-12-01 17:56:36 +00:00
Matthew Hoops
81209867a2
MOHAWK: Split the demo slideshow opcodes into their own class
...
svn-id: r54705
2010-12-01 15:24:54 +00:00
Filippos Karapetis
e5f2c235d3
BACKENDS: Simplify the inclusion of gl.h. SDL has already simplified it for us :)
...
svn-id: r54704
2010-12-01 15:15:42 +00:00
Filippos Karapetis
bd5ab7e501
TOOLS: Capitalization fix
...
svn-id: r54703
2010-12-01 14:57:22 +00:00
Matthew Hoops
65a7d28e21
MOHAWK: Rename the Myst stack/card link maps
...
svn-id: r54702
2010-12-01 14:57:05 +00:00
Filippos Karapetis
eeb557baab
TOOLS: Added OpenGL support to Visual Studio project files
...
svn-id: r54701
2010-12-01 14:56:06 +00:00
Filippos Karapetis
1a2b512ff0
BACKENDS: Use SDL_opengl.h instead of the nonstandard glext.h to ensure OpenGL 1.2 compatibility in Windows systems
...
svn-id: r54700
2010-12-01 14:54:13 +00:00
Matthew Hoops
26f27d9983
MOHAWK: Split d'ni opcodes into their own class
...
svn-id: r54699
2010-12-01 14:46:59 +00:00
Jordi Vilalta Prat
768d3dd6f7
WII: Fix compilation
...
svn-id: r54698
2010-12-01 12:30:58 +00:00
Jordi Vilalta Prat
0fc6a9bb45
WII: Add system language auto-detection.
...
svn-id: r54697
2010-12-01 12:23:37 +00:00
Travis Howell
e2282e4816
Fix mingw compile.
...
svn-id: r54696
2010-12-01 11:29:26 +00:00
Joost Peters
084ea7fc4a
OpenGL: remove unnecessary glext.h include
...
svn-id: r54695
2010-12-01 09:53:43 +00:00
Matthew Hoops
13c1540522
MOHAWK: Downgrade the Myst unknown op error to a warning as new ones have been uncovered
...
svn-id: r54694
2010-12-01 03:39:47 +00:00
Matthew Hoops
bdc3e5c353
MOHAWK: Cleanup Myst opcode handling and reduce code duplication
...
svn-id: r54693
2010-12-01 03:30:00 +00:00
Matthew Hoops
b9cfb52927
MOHAWK: Split mechanical opcodes into their own class
...
svn-id: r54692
2010-12-01 02:45:31 +00:00
Matthew Hoops
261cf23901
MOHAWK: Split channelwood opcodes into their own class
...
svn-id: r54691
2010-12-01 02:11:11 +00:00
Filippos Karapetis
94801fcea3
SCI: Fixed bugs #3041044 , #3046543 and #3046513
...
svn-id: r54690
2010-12-01 00:40:52 +00:00
Matthew Hoops
e4fa2855b6
MOHAWK: Split out stoneship opcodes into their own class
...
svn-id: r54689
2010-11-30 22:02:03 +00:00
Alyssa Milburn
90b61c0bd4
MOHAWK: add changePage Living Books debug command
...
svn-id: r54688
2010-11-30 21:06:40 +00:00
Alyssa Milburn
26b372cfd2
MOHAWK: add tryDefaultPage/tryPageStart/prevPage helpers
...
svn-id: r54687
2010-11-30 21:05:45 +00:00