scummvm/engines/mohawk
vholten f787b482c8 MOHAWK: RIVEN: Generate dome code as in original game
In the original game, the dome combination is not completely random;
only the first number is one that can be seen in the school (range 2-10),
two numbers are chosen from the range 11-15, and two are chosen
from the range 16-24. Presumably, this is done so that the code has
approximately equal difficulty for every game.

Until now, scummvm has generated completely random codes,
which results in some games having very easy codes (when most of
the numbers are below 10). Also, there's a 20% chance that
the last number is 25, which is never used in the original game.
2023-11-28 13:22:41 +00:00
..
myst_stacks
riven_stacks
bitmap.cpp
bitmap.h
configure.engine
console.cpp
console.h
credits.pl
cstime_cases.cpp
cstime_cases.h
cstime_game.cpp
cstime_game.h
cstime_graphics.cpp
cstime_graphics.h
cstime_ui.cpp
cstime_ui.h
cstime_view.cpp
cstime_view.h
cstime.cpp
cstime.h
cursors.cpp ENGINES: ALL: Use new CursorMan API where applicable 2023-07-19 22:22:11 +02:00
cursors.h
detection_tables.h MOHAWK: Mark latest tortoise demo as multi-language 2023-11-22 20:18:47 +01:00
detection.cpp MOHAWK: Fix I18N usage 2023-03-17 15:56:37 +01:00
detection.h MOHAWK: Added detection for orly and alientales demos 2022-11-23 13:23:12 +01:00
dialogs.cpp ALL: Decrease header dependency for gui_options.h 2023-10-27 01:16:32 +02:00
dialogs.h
graphics.cpp
graphics.h
installer_archive.cpp COMMON: Archive path refactoring, add getFileName and getPathInArchive that unambiguously return the filename or the full path 2023-07-19 18:51:37 +02:00
installer_archive.h
livingbooks_code.cpp MOHAWK: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
livingbooks_code.h
livingbooks_graphics.cpp MOHAWK: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
livingbooks_graphics.h
livingbooks_lbx.cpp
livingbooks_lbx.h
livingbooks.cpp MOHAWK: Use SeekableReadStreamEndianWrapper 2022-11-29 00:06:49 +01:00
livingbooks.h COMMON: Move more file format code into common/formats 2022-12-11 22:33:23 +01:00
metaengine.cpp
module.mk
mohawk.cpp
mohawk.h
myst_actions.h
myst_areas.cpp
myst_areas.h
myst_card.cpp
myst_card.h
myst_graphics.cpp GRAPHICS: Add palette start and size parameters to Surface::convertToInPlace() 2023-11-12 18:36:08 +01:00
myst_graphics.h
myst_metaengine.cpp
myst_metaengine.h
myst_scripts.cpp
myst_scripts.h
myst_sound.cpp
myst_sound.h
myst_state.cpp
myst_state.h
myst.cpp ALL: Decrease header dependency for gui_options.h 2023-10-27 01:16:32 +02:00
myst.h
POTFILES MOHAWK: Fix I18N usage 2023-03-17 15:56:37 +01:00
resource_cache.cpp
resource_cache.h
resource.cpp JANITORIAL: Fix various "an" typos in comments 2023-03-16 14:47:28 +01:00
resource.h MOHAWK: Add games not yet suppoted by engine to detection and mark them as such 2022-11-23 13:23:12 +01:00
riven_actions.h
riven_card.cpp MOHAWK: Fix "an" typo 2023-03-16 14:47:28 +01:00
riven_card.h
riven_graphics_detection_enums.h
riven_graphics.cpp
riven_graphics.h
riven_inventory.cpp
riven_inventory.h
riven_metaengine.cpp
riven_metaengine.h
riven_saveload.cpp
riven_saveload.h
riven_scripts.cpp
riven_scripts.h
riven_sound.cpp
riven_sound.h
riven_stack.cpp
riven_stack.h
riven_vars.cpp MOHAWK: RIVEN: Generate dome code as in original game 2023-11-28 13:22:41 +00:00
riven_video.cpp
riven_video.h
riven.cpp ALL: Decrease header dependency for gui_options.h 2023-10-27 01:16:32 +02:00
riven.h
sound.cpp MOHAWK: Add games not yet suppoted by engine to detection and mark them as such 2022-11-23 13:23:12 +01:00
sound.h
video.cpp MOHWAK: Adapt to subtitles changes and optimize 2022-11-20 17:18:38 +01:00
video.h MOHWAK: Adapt to subtitles changes and optimize 2022-11-20 17:18:38 +01:00
view.cpp
view.h MOHAWK: Fix MSVC C4309 enum sign warning 2022-11-29 01:37:55 +01:00