scummvm/engines/glk
2019-06-27 18:55:25 -07:00
..
advsys GLK: Show unknown variant dialog for unknown detection entries 2019-06-23 14:41:49 -07:00
alan2 GLK: ALAN2: Fix loading memory for Big Endian 2019-06-27 18:55:25 -07:00
frotz GLK: Show unknown variant dialog for unknown detection entries 2019-06-23 14:41:49 -07:00
glulxe GLK: Show unknown variant dialog for unknown detection entries 2019-06-23 14:41:49 -07:00
hugo GLK: Show unknown variant dialog for unknown detection entries 2019-06-23 14:41:49 -07:00
magnetic GLK: Show unknown variant dialog for unknown detection entries 2019-06-23 14:41:49 -07:00
scott GLK: Show unknown variant dialog for unknown detection entries 2019-06-23 14:41:49 -07:00
tads GLK: Show unknown variant dialog for unknown detection entries 2019-06-23 14:41:49 -07:00
blorb.cpp GLK: Only check the format of a Blorb file if it has a valid file extension 2019-03-31 16:37:47 -07:00
blorb.h GLK: Only check the format of a Blorb file if it has a valid file extension 2019-03-31 16:37:47 -07:00
conf.cpp GLK: Add support for input cursors in text grid windows 2019-03-02 18:11:51 -08:00
conf.h GLK: Change use of RGB tuplets to uint 2019-01-31 21:54:34 -08:00
configure.engine
detection.cpp GLK: ALAN2: Move Alan 2 interpreter out of debug builds block 2019-06-23 16:55:34 -07:00
detection.h GLK: Standardizing on a common GameDescriptor class for detectors 2018-12-31 19:47:14 -08:00
events.cpp GLK: Revert to passing ascii characters rather than scancodes to the sub-engines 2019-03-03 21:24:55 -08:00
events.h GLK: Don't treat modifier keys as standard keypresses 2019-03-01 19:38:21 -08: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
glk_api.cpp GLK: Implementing more gli object registration 2019-04-28 14:32:49 +10:00
glk_api.h GLK: Implementing more gli object registration 2019-04-28 14:32:49 +10:00
glk_dispa.cpp GLK: Implementing more gli object registration 2019-04-28 14:32:49 +10:00
glk_types.h GLK: Change savegame interpreter Ids from index to 4 byte code 2019-06-16 17:55:16 -07:00
glk.cpp GLK: Change language Id in savegames to more portable language code 2019-06-16 18:03:17 -07:00
glk.h GLK: Further changeover of sub-engines to use new savegame code 2019-06-16 14:59:26 -07:00
module.mk GLK: ALAN2: Add loading savegames from launcher, deinitialization code 2019-06-23 16:19:42 -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 IMAGE: Allow setting the output pixel format to the JPEG decoder 2019-04-28 07:59:14 +02:00
picture.h GLK: FROTZ: Properly handle picture transparency 2019-01-05 17:16:42 -08:00
POTFILES GLK: Further changeover of sub-engines to use new savegame code 2019-06-16 14:59:26 -07:00
quetzal.cpp GLK: ALAN2: Warning fixes 2019-06-22 14:40:50 -07:00
quetzal.h GLK: Change savegame interpreter Ids from index to 4 byte code 2019-06-16 17:55:16 -07:00
raw_decoder.cpp GLK: FROTZ: Properly handle picture transparency 2019-01-05 17:16:42 -08:00
raw_decoder.h GLK: FROTZ: Properly handle picture transparency 2019-01-05 17:16:42 -08:00
screen.cpp GLK: FROTZ: Change fonts version check to not use atof 2019-02-20 07:47:33 -08:00
screen.h GLK: Better error messages for failing to load fonts 2019-02-19 19:51:15 -08:00
selection.cpp GLK: Splitting font related info from Conf into their own classes 2018-12-31 18:34:42 -08: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: Add gli registration for other object types 2019-04-28 14:50:01 +10:00
sound.h GLK: GLULXE: Set up method definitions, glkop methods 2019-04-17 20:46:06 -07:00
speech.h GLK: Standardizing uint vs uint32 usage 2018-12-09 14:47:15 -08:00
streams.cpp GLK: ADVSYS: Save/load fixes 2019-06-16 14:59:26 -07:00
streams.h GLK: In progress transition to all sub-engines using Quetzal save files 2019-06-16 14:59:26 -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 JANITORIAL: Whitespace fixes 2018-12-18 22:53:30 +01:00
unicode.h JANITORIAL: Whitespace fixes 2018-12-18 22:53:30 +01:00
utils.cpp
utils.h GLK: Fix Rect fromXYWH when W or H is negative 2019-01-29 21:17:17 -08:00
window_graphics.cpp GLK: Cleanups & fixes from color refactoring 2019-01-31 21:54:34 -08:00
window_graphics.h GLK: Change use of RGB tuplets to uint 2019-01-31 21:54:34 -08:00
window_pair.cpp GLK: FROTZ: More properly fix transparency handling of header 2019-02-17 14:32:56 -08:00
window_pair.h GLK: FROTZ: Add support for pair windows to have more than 2 children 2019-01-02 18:18:11 -08:00
window_text_buffer.cpp GLK: Switch focus window immediately after requesting lines or chars 2019-03-02 19:35:36 -08:00
window_text_buffer.h GLK: Switch focus window immediately after requesting lines or chars 2019-03-02 19:35:36 -08:00
window_text_grid.cpp GLK: Switch focus window immediately after requesting lines or chars 2019-03-02 19:35:36 -08:00
window_text_grid.h GLK: Switch focus window immediately after requesting lines or chars 2019-03-02 19:35:36 -08:00
windows.cpp GLK: Fix freeing closed windows 2019-05-24 18:21:06 -07:00
windows.h GLK: Fix freeing closed windows 2019-05-24 18:21:06 -07:00