v0.19.0 - Qwarkster/gamesys GitHub Wiki
v0.19.0
Release Date: 29-Nov-2020
Changes
- Changed MessageBox handling to be a system handler that is added.
- General refactoring of the Engine/Scene/View information flow, cleaning up redundant references. Making way for an understandable interface implementation.
- Removed cardinal direction constants, change motion based on angle in degrees, which is more sane and flexible.
- Revised Controller to allow different sets of handlers, allows for internal "app" and "system control sets, based on modal.
- Removed some methods that were rather useless, not sure what I was thinking when they were written.
Fixed
- Corrected a bug that prevented Actor destinations from being processed.