scummvm/engines/freescape
2022-12-23 09:11:05 -03:00
..
games FREESCAPE: allow user to select different options in the drawInfoMenu implementation for Driller 2022-12-22 21:55:29 -03:00
language FREESCAPE: avoid crashing when flashing the screen in CGA 2022-12-21 18:03:27 -03:00
loaders FREESCAPE: better handling for title and border drawing when a game starts 2022-12-21 18:03:27 -03:00
objects FREESCAPE: refactored frame rendering code to avoid displaying things too quickly 2022-12-17 19:28:37 -03:00
area.cpp FREESCAPE: save/load color remappings in areas, if any 2022-12-07 09:35:31 +01:00
area.h FREESCAPE: basic implementation of code that restart the game in driller 2022-11-30 12:36:49 +01:00
configure.engine FREESCAPE: enable building by default 2022-12-05 10:06:29 +01:00
credits.pl FREESCAPE: added credits.pl 2022-12-13 11:32:14 -03:00
demo.cpp FREESCAPE: relocated the code that process demo inputs 2022-11-30 12:36:49 +01:00
detection.cpp FREESCAPE: detection of driller demo for DOS 2022-12-20 08:26:44 -03:00
detection.h FREESCAPE: add cheat to disable sensors 2022-12-03 12:19:22 +01:00
freescape.cpp FREESCAPE: limit cpu usage when vsync is enabled 2022-12-23 09:11:05 -03:00
freescape.h FREESCAPE: limit cpu usage when vsync is enabled 2022-12-23 09:11:05 -03:00
gfx_opengl_texture.cpp FREESCAPE: avoid blurry textures in OpenGL 2022-11-06 22:00:43 +01:00
gfx_opengl_texture.h FREESCAPE: define texture pixel format and convert images if necessary 2022-11-06 22:00:41 +01:00
gfx_opengl.cpp FREESCAPE: properly set the isAccelerated flag for the OpenGL renderer 2022-12-21 08:51:07 -03:00
gfx_opengl.h FREESCAPE: first iteration of the CGA renderer for driller DOS (CGA) 2022-12-20 08:26:44 -03:00
gfx_tinygl_texture.cpp FREESCAPE: initialize all the members of TinyGLTexture 2022-11-07 09:24:55 +01:00
gfx_tinygl_texture.h FREESCAPE: define texture pixel format and convert images if necessary 2022-11-06 22:00:41 +01:00
gfx_tinygl.cpp FREESCAPE: first iteration of the CGA renderer for driller DOS (CGA) 2022-12-20 08:26:44 -03:00
gfx_tinygl.h FREESCAPE: make sure thumbnail image is always created from the screen 2022-11-30 12:36:49 +01:00
gfx.cpp FREESCAPE: avoid crashing when flashing the screen in CGA 2022-12-21 18:03:27 -03:00
gfx.h FREESCAPE: first iteration of the CGA renderer for driller DOS (CGA) 2022-12-20 08:26:44 -03:00
metaengine.cpp FREESCAPE: add cheat to disable sensors 2022-12-03 12:19:22 +01:00
module.mk FREESCAPE: refactored sensor code 2022-12-17 19:28:37 -03:00
movement.cpp FREESCAPE: limit cpu usage when vsync is enabled 2022-12-23 09:11:05 -03:00
neo.cpp FREESCAPE: moved NeoDecoder into the Freescape namespace 2022-11-06 22:00:46 +01:00
neo.h FREESCAPE: moved NeoDecoder into the Freescape namespace 2022-11-06 22:00:46 +01:00
POTFILES FREESCAPE: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
sound.cpp FREESCAPE: reimplemented playMusic using Audio::SeekableAudioStream::openStreamFile 2022-11-06 22:00:46 +01:00