-
Notifications
You must be signed in to change notification settings - Fork 19
Roadmap
Dmitry Mamontov edited this page Feb 16, 2016
·
2 revisions
- 1.0 - main engine structure
- 1.1 - massive refactoring of all engine, new more simple structure introduced
- 1.2 - replacing sad::FontManager and sad::TextureManager with sad::resource::Tree, allowing built-in reloading of assets and custom implementation of own assets. Full JSON support in core.
- 1.3 - replacing marshal namespace entities with more awesome serialization system, which allows relationships between entities, querying by some parameters, object schemas, allowing constraints on data.
- 1.4 - support for new serialization system in IFaceEditor.
- 1.5 - support for animations.
- 1.5.1(current) - reserved for bugfixes and small improvements.
- 1.5.2 - reserved for bugfixes.
- 1.6.0 - CMake support, support for easing in animations, layouts.
- 1.6.1 - support for formatting in labels.