aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/adrift/sctaffil.cpp
AgeCommit message (Collapse)Author
2019-09-30GLK: ADRIFT: Fix Remaining GCC WarningsD G Turner
These were from -Wignored-qualifiers. Adding the const keyword to the cast does not do anything since the assignment target is qualified by const in any case hence this is ignored and generates a warning.
2019-09-26GLK: ADRIFT: ADRIFT 5 games aren't supportedPaul Gilbert
2019-09-25GLK: ADRIFT: gcc compilation fixesPaul Gilbert
2019-09-25GLK: ADRIFT: Fixes for loading savegames to workPaul Gilbert
2019-09-25GLK: ADRIFT: FormattingPaul Gilbert
2019-09-25GLK: ADRIFT: Formattingdreammaster
2019-09-25GLK: ADRIFT: Fix exiting game out of debug promptPaul Gilbert
2019-09-25GLK: ADRIFT: Implement zlib decompressionPaul Gilbert
2019-09-25GLK: ADRIFT: Skeleton sub-engine commitPaul Gilbert