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
conf.h
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
fonts.h
glk_api.cpp
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.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
pc_speaker.h
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
quetzal.cpp
quetzal.h
raw_decoder.cpp
raw_decoder.h
screen.cpp
screen.h
selection.cpp
selection.h
sound.cpp
sound.h
speech.h
streams.cpp
streams.h
time.cpp
time.h
unicode_gen.cpp
unicode_gen.h
unicode.cpp
unicode.h
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
window_graphics.h
window_pair.cpp GLK: FROTZ: Fix crash in Arthur intro 2019-08-04 16:44:22 -07:00
window_pair.h
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