scummvm/engines/glk
D G Turner cf823c0733 GLK: TADS: Fix GCC Compiler Warnings
These were several undeclared fallthrough warnings i.e. after error
handler cases which will not return and another case of usage of
memset on a non-trivial structure which was fixed by using structure
constructor methods instead.
2019-09-03 10:01:50 +01:00
..
advsys GLK: ADVSYS: Change detections list to use common GlkDetectionEntry 2019-07-14 10:47:52 -07:00
alan2 GLK: ALAN2: Change detections list to use common GlkDetectionEntry 2019-07-14 10:47:52 -07:00
alan3 GLK: Fixing some gcc 8 warnings 2019-07-24 20:32:14 -07:00
frotz GLK: FROTZ: Whitespace fixes 2019-08-18 15:18:57 -07:00
glulxe GLK: GLUXE: Fix GCC Compiler Warnings 2019-09-02 15:39:04 +01:00
hugo GLK: Fixing some gcc 8 warnings 2019-07-24 20:32:14 -07:00
magnetic GLK: Fix uninitialized variable warning 2019-07-25 18:45:39 -07:00
scott GLK: Fix incorrect "End of namespace ..." comments. 2019-07-12 06:59:56 +02:00
tads GLK: TADS: Fix GCC Compiler Warnings 2019-09-03 10:01:50 +01:00
blorb.cpp GLK: FROTZ: Workaround Shogun Blorb having a 0 size apal chunk 2019-08-16 22:18:27 -07:00
blorb.h GLK: Added Blorb mapping to the optional adaptive palette list 2019-08-01 22:05:40 -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
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: ALAN3: Move Alan3 out of release build ifdef 2019-07-06 19:40:04 -07:00
detection.h GLK: Fixing some gcc 8 warnings 2019-07-24 20:32:14 -07:00
events.cpp GLK: FROTZ: Title screen for Arthur is partially showing 2019-08-02 20:29:51 -07: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
glk_api.cpp GLK: Implementing more gli object registration 2019-04-28 14:32:49 +10:00
glk_api.h GLK: Remove redundant function_table arrary and associated functions 2019-07-24 19:59:25 -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: Change savegame interpreter Ids from index to 4 byte code 2019-06-16 17:55:16 -07:00
glk.cpp GLK: Fix VS uninitialized field warnings 2019-08-02 19:45:14 -07:00
glk.h GLK: Remove unused _vm field of Debugger 2019-08-02 19:03:11 -07:00
module.mk GLK: Added skeleton debugger 2019-07-29 22:05:19 -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: Properly handle Blorb images that have an adaptive palette 2019-08-01 22:05:40 -07:00
picture.h GLK: Properly handle Blorb images that have an adaptive palette 2019-08-01 22:05:40 -07: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: Add methods for sending windows to the front/back of draw order 2019-08-08 20:10:33 -07: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: Fix crash in Arthur intro 2019-08-04 16:44:22 -07: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: Create an intermediate TextWindow base class for text windows 2019-08-04 16:44:22 -07:00
window_text_buffer.h GLK: Create an intermediate TextWindow base class for text windows 2019-08-04 16:44:22 -07:00
window_text_grid.cpp GLK: Create an intermediate TextWindow base class for text windows 2019-08-04 16:44:22 -07:00
window_text_grid.h GLK: Create an intermediate TextWindow base class for text windows 2019-08-04 16:44:22 -07:00
windows.cpp GLK: FROTZ: Ordering of text and graphics windows based on usage 2019-08-08 20:10:33 -07:00
windows.h GLK: Add methods for sending windows to the front/back of draw order 2019-08-08 20:10:33 -07:00