Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-02 | GLK: GLUXE: Fix GCC Compiler Warnings | D G Turner | |
These were for possible unintended fallthrough, though inspection shows that these were occurring after fatal error handler calls so adding breaks would not be an issue. However, since these call error() and thus the breaks will not be executed and are thus "dead" code, this might provoke warnings in future. Another solution would have been to comment that these fallthroughs are intended, but breaks are better in case the error handler is changed in future. | |||
2019-06-16 | GLK: Further changeover of sub-engines to use new savegame code | Paul Gilbert | |
2019-05-03 | GLK: GLULXE: Move savegame code into loadGameData/saveGameData | Paul Gilbert | |
2019-04-28 | GLK: Record gli arrays for memory streams | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: astyle formatting | dreammaster | |
2019-04-17 | GLK: GLULXE: Add miscellaneous missing methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Add string methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Add operand methods | Paul Gilbert | |
2019-04-17 | GLK: GLULXE: Added exec methods | Paul Gilbert | |