scummvm/engines/glk
2020-10-13 20:53:05 -07:00
..
adrift GLK: Add detection for IF Comp 2020 games 2020-10-13 20:53:05 -07:00
advsys GLK: Do not translate text displayed by the Glk engine 2020-09-03 02:25:42 +01:00
agt GLK: AGT: Removal of platform-specific define blocks 2020-08-18 19:39:04 -07:00
alan2 GLK: ALAN2: Added detection entries 2020-08-20 21:32:25 -07:00
alan3 JANITORIAL: Remove unndeded "common/translation.h" include 2020-08-27 20:26:45 +02:00
archetype GLK: Add override keywords 2020-02-09 12:43:15 +01:00
comprehend GLK: COMPREHEND: Fix array overrun 2020-09-06 11:42:48 -07:00
glulx GLK: Add detection for IF Comp 2020 games 2020-10-13 20:53:05 -07:00
hugo GLK: Add detection for IF Comp 2020 games 2020-10-13 20:53:05 -07:00
jacl GLK: JACL: Fix copy/paste errors 2020-04-30 15:31:37 +02:00
level9 GLK: LEVEL9: Fix savegames 2020-10-03 20:47:07 -07:00
magnetic GLK: MAGNETIC: Add Jinxter detection 2020-08-25 19:55:27 -07:00
quest GLK: Add detection for IF Comp 2020 games 2020-10-13 20:53:05 -07:00
scott GLK: Do not translate text displayed by the Glk engine 2020-09-03 02:25:42 +01:00
tads GLK: Add detection for IF Comp 2020 games 2020-10-13 20:53:05 -07:00
zcode GLK: Add detection for IF Comp 2020 games 2020-10-13 20:53:05 -07:00
blorb.cpp GLK: GLULX: Rename interpreter enum value 2020-08-26 22:03:04 -07:00
blorb.h GLK: Add override keywords 2020-02-09 12:43:15 +01:00
conf.cpp GLK: GLULX: Fix toolbar rendering in Advent 350 2020-10-11 08:41:15 -07:00
conf.h GLK: GLULX: Fix toolbar rendering in Advent 350 2020-10-11 08:41:15 -07:00
configure.engine GLK: Mark engine as build by default 2020-07-26 19:29:41 -07:00
debugger.cpp
debugger.h
detection.cpp GLK: Don't bother detecting game id clashes in release builds 2020-10-07 19:15:32 -07:00
detection.h GLK: Mark engine as build by default 2020-07-26 19:29:41 -07:00
events.cpp GLK: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00
events.h
fonts.cpp
fonts.h
glk.cpp GLK: Enable virtual keyboard when the engine is running 2020-08-29 16:31:37 +01:00
glk.h GLK: Only allow GMM saves when sub-engines are waiting for input 2020-07-13 19:32:37 -07:00
glk_api.cpp GLK: GLULX: Fix toolbar rendering in Advent 350 2020-10-11 08:41:15 -07:00
glk_api.h GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
glk_dispa.cpp
glk_types.h GLK: GLULX: Rename interpreter enum value 2020-08-26 22:03:04 -07:00
jumps.h GLK: ALAN3: Merge duplicate jumps.h 2019-09-25 20:13:28 -07:00
module.mk GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
pc_speaker.cpp
pc_speaker.h
picture.cpp GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
picture.h GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
POTFILES I18N: Added missing files to POTFILES 2020-08-27 20:26:45 +02:00
quetzal.cpp GLK: LEVEL9: Fix savegames 2020-10-03 20:47:07 -07:00
quetzal.h GLK: Safer interpreter tag generation for Quetzal save files 2019-10-26 11:13:29 -07:00
raw_decoder.cpp GLK: COMPREHEND: Finish implementing PIcs archive 2020-06-02 18:22:11 -07:00
raw_decoder.h GLK: Add override keywords 2020-02-09 12:43:15 +01:00
screen.cpp GLK: Flush Conf settings out to scummvm.ini for editting reference 2020-07-11 18:38:33 -07:00
screen.h GLK: Flush Conf settings out to scummvm.ini for editting reference 2020-07-11 18:38:33 -07:00
selection.cpp BACKENDS: Add a default clipboard implementation 2019-09-21 22:16:01 +03:00
selection.h
sound.cpp GLK: Implement glk_schannel_create_ext 2019-11-24 20:30:43 -08:00
sound.h GLK: Implement glk_schannel_create_ext 2019-11-24 20:30:43 -08:00
speech.cpp GLK: Fix signed vs unsigned warnings 2020-07-07 22:06:19 -07:00
speech.h GLK: Add method that takes c-string text in Speech class 2020-06-29 22:48:57 +01:00
streams.cpp GLK: Add detection for IF Comp 2020 games 2020-10-13 20:53:05 -07:00
streams.h GLK: Fix crash setting current stream to null 2020-08-30 22:15:58 -07:00
time.cpp
time.h
unicode.cpp GLK: Fix mismatching new[]/free 2020-04-27 22:53:26 +02:00
unicode.h
unicode_gen.cpp
unicode_gen.h
utils.cpp
utils.h
window_graphics.cpp GLK: GLULX: Fix toolbar rendering in Advent 350 2020-10-11 08:41:15 -07:00
window_graphics.h GLK: GLULX: Fix toolbar rendering in Advent 350 2020-10-11 08:41:15 -07:00
window_pair.cpp
window_pair.h GLK: Add override keywords 2020-02-09 12:43:15 +01:00
window_text_buffer.cpp GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
window_text_buffer.h GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
window_text_grid.cpp GLK: Fix local unicode variables to be bool 2020-07-26 19:29:41 -07:00
window_text_grid.h GLK: Implement TTS for the TextGridWindow 2020-06-29 22:48:57 +01:00
windows.cpp GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
windows.h GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00