scummvm/engines/grim
2022-12-01 11:53:02 +01:00
..
costume GRIM: Correct spelling mistake 2022-10-27 15:56:12 +02:00
emi GRIM: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
imuse GRIM: Correct spelling mistake 2022-10-27 15:56:11 +02:00
lua GRIM: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
movie GRIM: Initialize SmushPlayer::_currentVideoIsTheora 2022-10-02 00:25:58 +02:00
remastered GRIM: Initialize Overlay::_layer 2022-10-02 01:27:13 +02:00
shaders GRIM: Janitorial 2022-06-06 08:42:54 +02:00
update COMMON: Move all compression-related files to a separate directory 2022-12-01 11:53:02 +01:00
actor.cpp JANITORIAL: Fix "the the" and similar typos 2022-07-29 19:36:40 +03:00
actor.h GRIM: Janitorial 2022-06-08 01:12:00 +02:00
animation.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
animation.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
bitmap.cpp GRIM: Check that Bitmap-loading succeeded. 2022-10-02 01:06:12 +02:00
bitmap.h GRIM: Janitorial 2022-06-08 01:12:00 +02:00
color.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
color.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
colormap.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
colormap.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
configure.engine GRIM: Monkey4 is not yet supported. 2022-06-06 08:51:39 +02:00
costume.cpp GRIM: Initialize Costume::_components in Costume::load 2022-10-02 00:50:42 +02:00
costume.h GRIM: Janitorial 2022-06-08 01:12:00 +02:00
credits.pl GRIM: Add to engine credits from contributors list 2022-01-19 20:01:22 +01:00
debug.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
debug.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
debugger.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
debugger.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
detection.cpp GRIM: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
detection.h GRIM: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
font.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
font.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
gfx_base.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
gfx_base.h GRIM: Initialize GfxBase::_globalScaleW/_globalScaleH 2022-10-02 00:57:59 +02:00
gfx_opengl_shaders.cpp GRIM: Fix text not displaying 2022-07-21 21:16:03 +02:00
gfx_opengl_shaders.h OPENGL: Merge both OpenGL shaders objects 2022-06-26 18:32:10 +02:00
gfx_opengl.cpp GRIM: Flip order of width/height in surface-creation. 2022-10-02 00:16:24 +02:00
gfx_opengl.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
gfx_tinygl.cpp GRIM: Ported debug shadow plane draw from opengl to tinygl 2022-06-18 18:56:30 +02:00
gfx_tinygl.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
grim_controls.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
grim.cpp COMMON: Move all compression-related files to a separate directory 2022-12-01 11:53:02 +01:00
grim.h GRIM: Initialize more members of GrimEngine 2022-09-27 00:32:37 +02:00
inputdialog.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
inputdialog.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
iris.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
iris.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
keyframe.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
keyframe.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
lab.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
lab.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
lipsync.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
lipsync.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
localize.cpp JANITORIAL: Fix various single-character typos 2022-11-11 20:55:56 +01:00
localize.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
lua_v1_actor.cpp GRIM: Added comments to LUA opcodes: 'SetActorClipPlane' and 'SetActorClipActive' 2022-06-19 15:46:35 +02:00
lua_v1_graphics.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
lua_v1_set.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
lua_v1_sound.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
lua_v1_text.cpp GRIM: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
lua_v1.cpp GRIM: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
lua_v1.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
lua.cpp GRIM: Don't use unsafe sprintf and vsprintf 2022-10-23 22:46:19 +02:00
lua.h GRIM: Implemented Lua opcodes GetTranslationMode and SetTranslationMode 2022-01-16 21:55:51 +01:00
material.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
material.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
md5check.cpp GRIM: Use GUIErrorMessageWithURL() instead of GUI::MessageDialogWithURL() 2022-08-21 18:46:21 +03:00
md5check.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
md5checkdialog.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
md5checkdialog.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
metaengine.cpp GRIM: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
model.cpp GRIM: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
model.h GRIM: Initialize Model::_radius 2022-10-02 00:41:40 +02:00
module.mk ENGINES: Allow to build without TINYGL enabled 2021-12-05 00:08:53 +01:00
object.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
object.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
objectstate.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
objectstate.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
patchr.cpp COMMON: Move all compression-related files to a separate directory 2022-12-01 11:53:02 +01:00
patchr.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
pool.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
POTFILES GRIM: Move the engine options into the MetaEngine subclass 2022-11-16 23:58:54 +01:00
primitives.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
primitives.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
registry.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
registry.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
resource.cpp COMMON: Move all compression-related files to a separate directory 2022-12-01 11:53:02 +01:00
resource.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
savegame.cpp ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
savegame.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
sector.cpp GRIM: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
sector.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
set.cpp GRIM: Don't use unsafe strcat and strcpy 2022-10-23 22:46:19 +02:00
set.h GRIM: Janitorial 2022-06-08 01:12:00 +02:00
sound.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
sound.h GRIM: Janitorial 2022-06-08 01:12:00 +02:00
sprite.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
sprite.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
textobject.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
textobject.h GRIM: Janitorial 2022-06-08 01:12:00 +02:00
textsplit.cpp GRIM: Janitorial 2022-06-08 01:12:00 +02:00
textsplit.h ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00