scummvm/engines/mohawk
2011-03-29 16:49:42 +02:00
..
myst_stacks MOHAWK: Changed usage of PI to M_PI (normally defined in math.h) 2011-03-19 02:32:19 +02:00
bitmap.cpp MOHAWK: Allow disabling compilation of Myst 2011-03-28 22:26:23 -04:00
bitmap.h MOHAWK: Allow disabling compilation of Myst 2011-03-28 22:26:23 -04:00
console.cpp MOHAWK: Allow disabling of Riven compilation 2011-03-28 22:26:23 -04:00
console.h MOHAWK: Allow disabling of Riven compilation 2011-03-28 22:26:23 -04:00
cstime_cases.cpp MOHAWK: Add hardcoded help code for case 1. 2011-01-22 21:23:06 +00:00
cstime_cases.h MOHAWK: Finish hard-coded logic for CSTime case 1. 2011-01-22 11:37:19 +00:00
cstime_game.cpp MOHAWK: Rename variable to fix WinCE build. 2011-03-08 15:45:52 +01:00
cstime_game.h MOHAWK: Add/use visit count for scenes. 2011-01-22 17:33:44 +00:00
cstime_ui.cpp JANITORIAL: Remove unnecessary semicolon 2011-02-12 22:16:53 +01:00
cstime_ui.h MOHAWK: Implement CSTime help system. 2011-01-22 21:22:49 +00:00
cstime_view.cpp MOHAWK: Add some proper group removal logic to CSTime. 2011-01-22 11:36:43 +00:00
cstime_view.h MOHAWK: Add some proper group removal logic to CSTime. 2011-01-22 11:36:43 +00:00
cstime.cpp MOHAWK: Implement CSTime help system. 2011-01-22 21:22:49 +00:00
cstime.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
cursors.cpp MOHAWK: Allow disabling compilation of Myst 2011-03-28 22:26:23 -04:00
cursors.h MOHAWK: Allow disabling compilation of Myst 2011-03-28 22:26:23 -04:00
detection_tables.h MOHAWK: Add detection strings for Harry and the Haunted House 2011-02-20 11:54:45 +01:00
detection.cpp MOHAWK: Allow disabling of Riven compilation 2011-03-28 22:26:23 -04:00
dialogs.cpp MOHAWK: Don't compile RivenOptionsDialog when Riven isn't enabled 2011-03-28 23:41:32 -04:00
dialogs.h MOHAWK: Don't compile RivenOptionsDialog when Riven isn't enabled 2011-03-28 23:41:32 -04:00
graphics.cpp MOHAWK: Allow disabling of Riven compilation 2011-03-28 22:26:23 -04:00
graphics.h MOHAWK: comment text after #endif 2011-03-29 15:06:46 +02:00
installer_archive.cpp MOHAWK: Cleanup installer handling 2011-03-22 19:54:59 -04:00
installer_archive.h MOHAWK: Add support for installer files from Riven and other Broderbund games 2011-01-21 01:58:53 +00:00
livingbooks_code.cpp MOHAWK: Handle a few more LB notify opcodes. 2011-02-01 22:00:57 +00:00
livingbooks_code.h MOHAWK: Add a basic LBCode implementation. 2011-01-12 19:11:27 +00:00
livingbooks.cpp MOHAWK: Fix priority check in LB's lockSound(). 2011-03-29 16:49:42 +02:00
livingbooks.h MOHAWK: Handle LB item sound priorities. 2011-03-29 16:28:24 +02:00
module.mk MOHAWK: Allow disabling of Riven compilation 2011-03-28 22:26:23 -04:00
mohawk.cpp MOHAWK: Cleanup volume levels initialization 2011-03-19 16:04:54 +01:00
mohawk.h MOHAWK: LB detection/path updates. 2011-01-31 23:10:18 +00:00
myst_areas.cpp MOHAWK: Myst, pass the playback direction from the calling script to the movie player. 2011-01-30 13:54:39 +00:00
myst_areas.h MOHAWK: Implement Mechanical elevator rotation 2011-02-22 20:38:54 +01:00
myst_scripts.cpp MOHAWK: Add a workaround for a missing image when going up the stairs in Mechanical. 2011-02-15 21:43:36 +01:00
myst_scripts.h MOHAWK: Move Myst's o_quit opcode to the base class 2011-01-18 17:42:34 +00:00
myst_state.cpp MOHAWK: Add Achenar's crate state to Mechanical state 2011-02-13 12:15:37 +01:00
myst_state.h MOHAWK: Add Achenar's crate state to Mechanical state 2011-02-13 12:15:37 +01:00
myst.cpp MOHAWK: Remove unused runLoadDialog() function 2011-03-07 16:28:28 -05:00
myst.h MOHAWK: Remove unused runLoadDialog() function 2011-03-07 16:28:28 -05:00
resource_cache.cpp
resource_cache.h
resource.cpp
resource.h MOHAWK: Fix comment in resource.h. 2011-01-19 16:36:50 +00:00
riven_external.cpp MOHAWK: Use direct access on the hashmap for Riven variables now 2011-03-23 23:14:59 -04:00
riven_external.h MOHAWK: Implement the Ytram trap 2011-03-20 16:13:53 -04:00
riven_saveload.cpp MOHAWK: Use direct access on the hashmap for Riven variables now 2011-03-23 23:14:59 -04:00
riven_saveload.h
riven_scripts.cpp MOHAWK: Use direct access on the hashmap for Riven variables now 2011-03-23 23:14:59 -04:00
riven_scripts.h MOHAWK: Begin to implement Riven opcode 38 2011-03-22 20:33:38 -04:00
riven_vars.cpp MOHAWK: Use direct access on the hashmap for Riven variables now 2011-03-23 23:14:59 -04:00
riven.cpp MOHAWK: Use direct access on the hashmap for Riven variables now 2011-03-23 23:14:59 -04:00
riven.h MOHAWK: Use direct access on the hashmap for Riven variables now 2011-03-23 23:14:59 -04:00
sound.cpp MOHAWK: Remove 'old' from the LB v1 sound function too 2011-03-22 21:16:27 -04:00
sound.h MOHAWK: Remove 'old' from the LB v1 sound function too 2011-03-22 21:16:27 -04:00
video.cpp MOHAWK: Add a getDuration() function to the VideoManager 2011-03-21 18:27:49 -04:00
video.h MOHAWK: Add a getDuration() function to the VideoManager 2011-03-21 18:27:49 -04:00
view.cpp MOHAWK: Adapt to setPalette RGBA->RGB change. 2011-02-14 17:08:32 +01:00
view.h MOHAWK: Add shared view code. 2011-01-20 21:34:19 +00:00