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
Bastien Bouclet
9fddad6faf
MOHAWK: Set the maze runner initial direction. Remove a hack that is not needed anymore thanks to keeping the old stack when changing stack.
...
svn-id: r54686
2010-11-30 20:25:21 +00:00
Arnaud Boutonné
af79de331e
HUGO: Fix palette issue after restoring a game in H3
...
svn-id: r54685
2010-11-30 20:15:02 +00:00
Jordi Vilalta Prat
8393bc5b5f
I18N: Don't build TranslationManager when translation is disabled.
...
svn-id: r54684
2010-11-30 18:50:19 +00:00
David Turner
3c55c9faf7
MOHAWK: Fix for Valgrind uninit reads in Myst Script Parser.
...
svn-id: r54683
2010-11-30 17:55:41 +00:00
Matthew Hoops
6b79f5ffe9
MOHAWK: Have the Myst book appear in the intro again
...
svn-id: r54682
2010-11-30 16:54:03 +00:00
Julien Templier
8b061f06e2
TOOLS: Fix regression in create_project MSVC9 project creation
...
Debug build configurations were missing </Configuration> ending elements
(see comments of bug #3121962 )
svn-id: r54681
2010-11-30 16:41:48 +00:00
Alyssa Milburn
6041fe117d
MOHAWK: some LBSoundItem fixes
...
svn-id: r54680
2010-11-30 15:35:22 +00:00
Matthew Hoops
b065e94d2c
MOHAWK: One last getRawData() to getResource() rename
...
svn-id: r54679
2010-11-30 15:07:00 +00:00
Matthew Hoops
f82478d4c0
MOHAWK: Fix the Myst fireplace
...
svn-id: r54678
2010-11-30 15:03:31 +00:00
Matthew Hoops
48c209f2da
MOHAWK: Split Myst credits code into a separate class
...
svn-id: r54677
2010-11-30 15:01:26 +00:00
Matthew Hoops
c6a9cef9fb
MOHAWK: Fix changing the stack via an opcode
...
svn-id: r54676
2010-11-30 14:45:31 +00:00
Alyssa Milburn
868e39c29a
MOHAWK: fix LB playback seek behaviour
...
svn-id: r54675
2010-11-30 14:41:27 +00:00
Alyssa Milburn
8009a86c29
MOHAWK: tidy up LBLiveTextItem code
...
svn-id: r54674
2010-11-30 14:41:09 +00:00
Alyssa Milburn
e04c0182cd
MOHAWK: fix LBAnimation start/seek behaviour
...
svn-id: r54673
2010-11-30 14:40:51 +00:00
Matthew Hoops
77cec92258
MOHAWK: Remove leftover Selenitic code from the Myst stack
...
svn-id: r54672
2010-11-30 14:17:59 +00:00
Scott Thomas
348f2d01c8
MOHAWK: Fill in missing detector details (as per FIXME)
...
svn-id: r54671
2010-11-30 12:45:26 +00:00
Alyssa Milburn
c34410d49d
MOHAWK: don't include livingbooks.h from graphics.h
...
svn-id: r54670
2010-11-30 09:04:47 +00:00
Paul Gilbert
b43a07934f
NEWS: Added note about Lure and Cruise bugfixes
...
svn-id: r54669
2010-11-30 09:03:22 +00:00
Travis Howell
5132cf51e3
Fix bug #3093750 - FT: Truck and Aircraft computer text missing (regression).
...
svn-id: r54665
2010-11-30 07:57:42 +00:00
David Turner
7aca10bf9a
HUGO: Close Memory Leak in PlayMusic() Function.
...
svn-id: r54664
2010-11-30 01:49:00 +00:00
Filippos Karapetis
b837366871
SCI: Added an uninitialized read script workaround for QFG1VGA
...
svn-id: r54663
2010-11-30 00:27:36 +00:00
Filippos Karapetis
6c73f8266e
SCI: Fixed bug #3053093 - "QFG1VGA and QFG3: Text box glitches"
...
svn-id: r54662
2010-11-30 00:26:00 +00:00
Alyssa Milburn
39532b0eca
MOHAWK: don't try reading non-existent messages
...
svn-id: r54661
2010-11-30 00:11:15 +00:00
Alyssa Milburn
99264d47c3
MOHAWK: silence harmless case of a LB warning
...
svn-id: r54660
2010-11-30 00:03:35 +00:00
David Turner
27a3173d93
HUGO: Close Two Memory Leaks.
...
Note that the first leak is the allocation of the Common::RandomSource, _rnd. I'm not sure of the effect of deallocating this while it is still registered to g_eventRec, but all other engines seem to be the same (or implicitly do this by making a Common::RandomSource member of the engine object) so this is not a engine specific issue, but should be assessed.
svn-id: r54659
2010-11-30 00:01:54 +00:00
Arnaud Boutonné
1fbd80b1e3
HUGO: Fix save/load screens, which were always showing slot0 info
...
svn-id: r54658
2010-11-29 23:57:15 +00:00
Alyssa Milburn
2c824e3311
MOHAWK: implement hardcoded Living Books 1.0 code
...
svn-id: r54657
2010-11-29 23:36:49 +00:00
Alyssa Milburn
92d5277816
MOHAWK: implement hard-coded LB language/options GUI
...
svn-id: r54656
2010-11-29 23:19:59 +00:00
Alyssa Milburn
12c84f21a3
MOHAWK: don't start animations in LBAnimation::seek
...
svn-id: r54655
2010-11-29 23:19:43 +00:00
Filippos Karapetis
59604fa014
MOHAWK: Silence warnings
...
svn-id: r54654
2010-11-29 23:14:04 +00:00
Arnaud Boutonné
66ba82a451
HUGO: Fix assert in H3 Win when displaying the elephant and the plane
...
svn-id: r54653
2010-11-29 22:31:57 +00:00
Alyssa Milburn
b1b7ffa1f2
MOHAWK: move GF_NO_READONLY check to after actual page load
...
svn-id: r54652
2010-11-29 21:42:37 +00:00
Alyssa Milburn
790bba6c27
MOHAWK: implement more of LBLiveTextItem
...
svn-id: r54651
2010-11-29 21:42:00 +00:00
Alyssa Milburn
28ffa2fb87
MOHAWK: read command messages, so LB doesn't just error out
...
svn-id: r54650
2010-11-29 21:41:21 +00:00
Matthew Hoops
2bd16f9e84
MOHAWK: Move Myst stack-specific code to its own directory
...
svn-id: r54648
2010-11-29 21:34:59 +00:00
Matthew Hoops
d3c78b8a3d
MOHAWK: Don't store the sound name in SndHandle
...
svn-id: r54647
2010-11-29 21:18:20 +00:00
Johannes Schickel
0b028de573
MOHAWK: Remove superfluous junk (no not Mohawk itself).
...
svn-id: r54646
2010-11-29 21:14:20 +00:00
Bastien Bouclet
efc6ff54a3
MOHAWK: Misc cleanups
...
svn-id: r54645
2010-11-29 21:03:02 +00:00
Bastien Bouclet
29359ee372
MOHAWK: Set the initial stack back to the intro
...
svn-id: r54644
2010-11-29 21:02:39 +00:00
Bastien Bouclet
278b8a1429
MOHAWK: Play videos when the maze runner moves.
...
svn-id: r54643
2010-11-29 21:02:25 +00:00
Bastien Bouclet
a526bdb839
MOHAWK: Add Selenitic opcode 101, maze runner sound help.
...
svn-id: r54642
2010-11-29 21:02:11 +00:00