Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-30 | GLK: ADRIFT: Fix Remaining GCC Warnings | D 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-30 | GLK: ADRIFT: Add const qualifier for some function call parameters | D G Turner | |
2019-09-25 | GLK: ADRIFT: Convert overall game quit long jump to use contexts | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Formatting | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Formatting | dreammaster | |
2019-09-25 | GLK: ADRIFT: Fix exiting game out of debug prompt | Paul Gilbert | |
2019-09-25 | GLK: ADRIFT: Skeleton sub-engine commit | Paul Gilbert | |