scummvm/engines/myst3
2014-02-07 22:41:34 +01:00
..
shaders MYST3: Introduce shader-based renderer 2014-02-06 18:56:11 +01:00
ambient.cpp MYST3: Fix ambiant sound volume scaling 2012-12-20 09:41:05 +01:00
ambient.h MYST3: Implement some ambient sound related opcodes 2012-05-02 16:37:48 +02:00
archive.cpp MYST3: Resource identifiers are 24bit numbers in the archives 2012-02-11 08:40:32 +01:00
archive.h MYST3: Resource identifiers are 24bit numbers in the archives 2012-02-11 08:40:32 +01:00
configure.engine MYST3: Add JPEG as a dependency 2014-01-01 14:57:48 +01:00
console.cpp MYST3: Add a debug command to dump the faces' masks 2013-01-03 22:27:58 +01:00
console.h MYST3: Add a debug command to dump the faces' masks 2013-01-03 22:27:58 +01:00
cursor.cpp MYST3: Less aggressive mouse locking. 2013-01-03 22:27:57 +01:00
cursor.h MYST3: Right click unlocks the cursor in cube nodes 2012-01-31 10:00:59 +01:00
database.cpp MYST3: Add support for the Russian version 2013-02-24 15:55:18 +01:00
database.h MYST3: Add support for the Russian version 2013-02-24 15:55:18 +01:00
detection.cpp MYST3: Add support for the 1.2 NL version 2014-01-12 14:28:55 +01:00
directoryentry.cpp MYST3: Resource identifiers are 24bit numbers in the archives 2012-02-11 08:40:32 +01:00
directoryentry.h MYST3: Resource identifiers are 24bit numbers in the archives 2012-02-11 08:40:32 +01:00
directorysubentry.cpp MYST3: Add a debug command to dump the faces' masks 2013-01-03 22:27:58 +01:00
directorysubentry.h MYST3: Add a debug command to dump the faces' masks 2013-01-03 22:27:58 +01:00
gfx_opengl_shaders.cpp JANITORIAL: Remove g_ prefix from instance variables 2014-02-07 22:41:34 +01:00
gfx_opengl_shaders.h JANITORIAL: Remove g_ prefix from instance variables 2014-02-07 22:41:34 +01:00
gfx_opengl_texture.cpp MYST3: Move OpenGLTexture into separate file 2014-02-06 18:56:11 +01:00
gfx_opengl_texture.h MYST3: Move OpenGLTexture into separate file 2014-02-06 18:56:11 +01:00
gfx_opengl.cpp MYST3: Separate renderers into separate classes 2014-02-07 22:41:34 +01:00
gfx_opengl.h MYST3: Separate renderers into separate classes 2014-02-07 22:41:34 +01:00
gfx.cpp MYST3: Separate renderers into separate classes 2014-02-07 22:41:34 +01:00
gfx.h MYST3: Separate renderers into separate classes 2014-02-07 22:41:34 +01:00
hotspot.cpp MYST3: Add preliminary hotspot subtitle support 2012-02-11 14:40:16 +01:00
hotspot.h MYST3: Add preliminary hotspot subtitle support 2012-02-11 14:40:16 +01:00
inventory.cpp Merge pull request #668 from somaen/videoFixes 2013-01-02 01:04:14 -08:00
inventory.h VIDEO: Add seeking to BinkDecoder (WIP) 2012-11-29 00:00:26 +01:00
menu.cpp ALL: sync with scummvm 2013-10-13 11:30:34 +02:00
menu.h Merge pull request #668 from somaen/videoFixes 2013-01-02 01:04:14 -08:00
module.mk MYST3: Separate renderers into separate classes 2014-02-07 22:41:34 +01:00
movie.cpp BINK: Use the new audio track selection API 2014-01-26 09:43:21 +01:00
movie.h Merge pull request #668 from somaen/videoFixes 2013-01-02 01:04:14 -08:00
myst3.cpp MYST3: Separate renderers into separate classes 2014-02-07 22:41:34 +01:00
myst3.h MYST3: Add support for the Russian version 2013-02-24 15:55:18 +01:00
node.cpp ALL: sync with scummvm 2013-10-13 11:30:34 +02:00
node.h MYST3: Add a debug command to dump the faces' masks 2013-01-03 22:27:58 +01:00
nodecube.cpp MYST3: Fix loading the left page of Saavedro's journal 2012-12-12 16:33:24 +01:00
nodecube.h MYST3: Uniformize the file headers 2012-01-10 20:41:51 +01:00
nodeframe.cpp MYST3: Prefer localized files 2012-12-17 19:54:38 +01:00
nodeframe.h MYST3: Uniformize the file headers 2012-01-10 20:41:51 +01:00
puzzles.cpp MYST3: Fix an incorrect null check 2013-04-21 16:10:05 +02:00
puzzles.h MYST3: Implement puzzles 17, 18, 19 - Game settings 2012-02-10 16:28:51 +01:00
scene.cpp MYST3: Implement opcode 163 - Set camera FOV 2012-01-28 15:28:19 +01:00
scene.h MYST3: Fix the viewport for cube nodes 2012-01-28 11:26:41 +01:00
script.cpp MYST3: Add some water effect stubs 2013-01-03 22:27:58 +01:00
script.h MYST3: Add some water effect stubs 2013-01-03 22:27:58 +01:00
sound.cpp VIDEO: Add seeking to BinkDecoder (WIP) 2012-11-29 00:00:26 +01:00
sound.h MYST3: Sound WIP 2012-03-10 14:35:51 +01:00
state.cpp ALL: sync with scummvm 2013-10-13 11:30:34 +02:00
state.h MYST3: Rename a class for clarity 2013-04-21 16:10:05 +02:00
subtitles.cpp ALL: sync with scummvm 2013-10-13 11:30:34 +02:00
subtitles.h MYST3: Use a factory method for subtitles to handle constructor failure 2012-02-12 11:02:11 +01:00