scummvm/engines/glk
2020-11-14 19:27:08 +01:00
..
adrift GLK: ADRIFT: Fix warning 2020-11-14 19:27:08 +01:00
advsys COMMON: Merge code for str.cpp and ustr.cpp 2020-10-31 14:05:30 +01:00
agt GLK: AGT: Removal of platform-specific define blocks 2020-08-18 19:39:04 -07:00
alan2 GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
alan3 GUI: U32: Reduce number of files changed and fixes 2020-08-30 14:43:41 +02:00
archetype GLK: Add override keywords 2020-02-09 12:43:15 +01:00
comprehend ALL: Clarify POTFILES, remove redundant common/translations.h includes 2020-11-10 03:03:49 +01:00
glulx GLK: Add detection for IF Comp 2020 games 2020-10-13 20:40:20 -07:00
hugo GLK: Add detection for IF Comp 2020 games 2020-10-13 20:40:20 -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:46:51 -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:40:20 -07:00
scott COMMON: Merge code for str.cpp and ustr.cpp 2020-10-31 14:05:30 +01:00
tads GLK: Add detection for IF Comp 2020 games 2020-10-13 20:40:20 -07:00
zcode COMMON: Merge code for str.cpp and ustr.cpp 2020-10-31 14:05:30 +01: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:40:37 -07:00
conf.h GLK: GLULX: Fix toolbar rendering in Advent 350 2020-10-11 08:40:37 -07:00
configure.engine GLK: Mark engine as build by default 2020-07-26 19:29:41 -07:00
debugger.cpp GLK: Remove unused _vm field of Debugger 2019-08-02 19:03:11 -07:00
debugger.h GLK: Remove unused _vm field of Debugger 2019-08-02 19:03:11 -07:00
detection.cpp GLK: GLULX: Enable sub-engine 2020-10-13 21:06:48 -07:00
detection.h PLUGINS: MetaEngineStatic -> MetaEngineDetection 2020-10-11 23:14:39 +02:00
events.cpp GLK: Refactor to use Engine debugger 2020-02-16 13:07:19 +02:00
events.h GLK: FROTZ: Title screen for Arthur is partially showing 2019-08-02 20:29:51 -07:00
fonts.cpp GLK: Add support for input cursors in text grid windows 2019-03-02 18:11:51 -08:00
fonts.h GLK: Add support for input cursors in text grid windows 2019-03-02 18:11:51 -08:00
game_description.h GLK: Move game-description struct into a header file from glk.h. 2020-10-03 14:56:36 +02:00
glk_api.cpp COMMON: Merge code for str.cpp and ustr.cpp 2020-10-31 14:05:30 +01:00
glk_api.h GLK: HUGO: Properly fix display images 2020-08-29 13:59:52 -07:00
glk_dispa.cpp GLK: Remove redundant function_table arrary and associated functions 2019-07-24 19:59:25 -07:00
glk_types.h GLK: GLULX: Rename interpreter enum value 2020-08-26 22:03:04 -07:00
glk.cpp GLK: Enable virtual keyboard when the engine is running 2020-08-29 16:31:37 +01:00
glk.h GLK: Move game-description struct into a header file from glk.h. 2020-10-03 14:56:36 +02:00
jumps.h GLK: ALAN3: Merge duplicate jumps.h 2019-09-25 20:13:28 -07:00
metaengine.cpp ALL: Clarify POTFILES, remove redundant common/translations.h includes 2020-11-10 03:03:49 +01:00
module.mk GLK: COMPREHEND: Split opcode implementation into their own classes 2020-10-15 20:39:32 -07:00
pc_speaker.cpp GLK: FROTZ: Implement os_beep method 2019-03-02 20:43:19 -08:00
pc_speaker.h GLK: FROTZ: Implement os_beep method 2019-03-02 20:43:19 -08:00
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: Update POTFILES 2020-08-30 14:43:41 +02:00
quetzal.cpp GLK: LEVEL9: Fix savegames 2020-10-03 20:46:51 -07:00
quetzal.h GLK: GLULX: Implement savegame logic 2020-10-07 21:59:41 -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 GLK: Use U32Strings properly for clipboards. 2020-08-30 14:43:41 +02:00
selection.h GLK: Change all references to glui32 and glsi32 to uint and int 2018-12-09 11:36:20 -08:00
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: Avoid back and forth conversion between UTF-32 and UTF-8 for TTS 2020-08-30 14:43:41 +02: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:40:20 -07:00
streams.h GLK: GLULX: Fix startup stream crashes 2020-08-30 21:27:48 -07:00
time.cpp
time.h GLK: Change all references to glui32 and glsi32 to uint and int 2018-12-09 11:36:20 -08:00
unicode_gen.cpp GLK: Change all references to glui32 and glsi32 to uint and int 2018-12-09 11:36:20 -08:00
unicode_gen.h GLK: Change all references to glui32 and glsi32 to uint and int 2018-12-09 11:36:20 -08:00
unicode.cpp GLK: Fix mismatching new[]/free 2020-04-27 22:53:26 +02:00
unicode.h JANITORIAL: Whitespace fixes 2018-12-18 22:53:30 +01:00
utils.cpp
utils.h GLK: Add methods for sending windows to the front/back of draw order 2019-08-08 20:10:33 -07:00
window_graphics.cpp GLK: GLULX: Fix toolbar rendering in Advent 350 2020-10-11 08:40:37 -07:00
window_graphics.h GLK: GLULX: Fix toolbar rendering in Advent 350 2020-10-11 08:40:37 -07:00
window_pair.cpp GLK: FROTZ: Fix crash in Arthur intro 2019-08-04 16:44:22 -07:00
window_pair.h GLK: Add override keywords 2020-02-09 12:43:15 +01:00
window_text_buffer.cpp COMMON: Merge code for str.cpp and ustr.cpp 2020-10-31 14:05:30 +01: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