scummvm/engines/mohawk
D G Turner ef85456859 BUILD: Remove need for engine.mk in each engine directory.
Each engine now only has to provide a single configure.engine file
adding the engine into the configure script, which then produces the
required other files automatically.
2013-11-24 00:48:01 +00:00
..
myst_stacks MOHAWK: Add missing break in switch, CID 1003750 2013-08-20 07:59:24 +02:00
bitmap.cpp MOHAWK: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
bitmap.h MOHAWK: Make MystBitmap use BitmapDecoder 2012-03-20 01:06:47 +01:00
configure.engine BUILD: Split configure.engines down to a single file per engine. 2013-11-24 00:45:38 +00:00
console.cpp MOHAWK: Fix string offsets memory leak 2013-04-15 18:22:50 -04:00
console.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
cstime_cases.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
cstime_cases.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
cstime_game.cpp MOHAWK: Fix compiler warning 2013-09-30 14:36:59 +03:00
cstime_game.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
cstime_graphics.cpp MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
cstime_graphics.h MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
cstime_ui.cpp MOHAWK: Fix compiler warning 2013-09-30 14:36:59 +03:00
cstime_ui.h MOHAWK: Fix compiler warning 2013-09-30 14:36:59 +03:00
cstime_view.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
cstime_view.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
cstime.cpp MOHAWK: Fix missing initializers in CSTime engine. CID 1002810. 2013-10-02 05:57:01 +01:00
cstime.h MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
cursors.cpp MOHAWK: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
cursors.h MOHAWK: Allow setting LB cursors by name 2011-07-05 13:09:27 -04:00
detection_tables.h MOHAWK: Add GF_LB_10 to try fixing bug#3611895. 2013-05-16 13:19:24 +02:00
detection.cpp MOHAWK: Add Rugrats Print Shop demo detection 2012-11-04 21:26:09 -05:00
dialogs.cpp MOHAWK: The cancel button of Myst's dialog was actually saving 2012-12-16 06:55:07 +01:00
dialogs.h MOHAWK: Add a return to menu button to the dialog for the demo 2011-08-14 09:18:21 +02:00
graphics.cpp GRAPHICS: Convert PictDecoder to the ImageDecoder API 2012-03-20 01:06:48 +01:00
graphics.h MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
installer_archive.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
installer_archive.h COMMON: Make more members of Archive constant. 2011-12-13 17:55:57 +01:00
livingbooks_code.cpp MOHAWK: Add LB function name aliases. 2013-04-19 00:48:41 +02:00
livingbooks_code.h MOHAWK: Add LB function name aliases. 2013-04-19 00:48:41 +02:00
livingbooks_graphics.cpp MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
livingbooks_graphics.h MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
livingbooks_lbx.cpp COMMON: Rename ConfigFile to INIFile. 2013-08-08 16:28:38 +02:00
livingbooks_lbx.h MOHAWK: Add the start of support for LBXDataFile. 2011-11-26 23:50:45 +01:00
livingbooks.cpp COMMON: Rename ConfigFile to INIFile. 2013-08-08 16:28:38 +02:00
livingbooks.h COMMON: Rename ConfigFile to INIFile. 2013-08-08 16:28:38 +02:00
module.mk MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
mohawk.cpp ALL: Reduce audio/ header dependency 2011-08-06 11:30:42 +01:00
mohawk.h MOHAWK: Rework archive handling 2011-06-28 12:10:28 -04:00
myst_areas.cpp MOHAWK: Implement most of Myst's transition system 2012-12-16 06:54:13 +01:00
myst_areas.h MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
myst_graphics.cpp MOHAWK: Add the remaining Myst transition effects 2012-12-16 10:28:23 +01:00
myst_graphics.h MOHAWK: Add the remaining Myst transition effects 2012-12-16 10:28:23 +01:00
myst_scripts.cpp MOHAWK: Implement most of Myst's transition system 2012-12-16 06:54:13 +01:00
myst_scripts.h MOHAWK: Implement most of Myst's transition system 2012-12-16 06:54:13 +01:00
myst_state.cpp MOHAWK: Disable zip mode in Myst demo 2011-08-07 16:54:19 +02:00
myst_state.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
myst.cpp MOHAWK: Stop videos on stack change 2013-08-20 08:43:18 +02:00
myst.h MOHAWK: Add the remaining Myst transition effects 2012-12-16 10:28:23 +01:00
POTFILES I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
resource_cache.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
resource_cache.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
resource.cpp JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
resource.h MOHAWK: Add archive functions to get type/id lists 2011-06-28 13:54:14 -04:00
riven_external.cpp MOHAWK: Allow changing video rates 2012-12-16 06:51:00 +01:00
riven_external.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
riven_graphics.cpp MOHAWK: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
riven_graphics.h MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
riven_saveload.cpp MOHAWK: Improve Riven save/load error messages 2012-03-16 16:03:14 -04:00
riven_saveload.h MOHAWK: Improve Riven save/load error messages 2012-03-16 16:03:14 -04:00
riven_scripts.cpp MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
riven_scripts.h MOHAWK: Split the graphics classes into their own files 2012-03-10 13:55:08 -05:00
riven_vars.cpp MOHAWK: Properly initialize the Riven tdomeelev variable 2012-03-19 11:03:38 -04:00
riven.cpp JANITORIAL: Replace some spaces with tabs 2012-12-16 09:35:52 +01:00
riven.h MOHAWK: Disable Riven demo save/load GUI buttons 2012-03-16 16:16:25 -04:00
sound.cpp MOHAWK: Implement Myst demo opcodes 298 and 299, sneak preview speech. 2011-08-13 20:22:27 +02:00
sound.h ALL: Reduce audio/ header dependency 2011-08-06 11:30:42 +01:00
video.cpp MOHAWK: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
video.h MOHAWK: Implement Mechanical fortress rotation 2012-12-16 06:51:01 +01:00
view.cpp MOHAWK: Fix bug in View::setModule (thanks ST). 2013-04-19 00:46:11 +02:00
view.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00