10-03-2015, 08:20 PM
It's been a while since the last official release (almost a year!) and since then there have been some serious changes to WSE both under the hood and feature-wise.
From this point onwards I plan to release a new version whenever new features are available (but not more than once per month).
To reflect this, the versioning scheme has been changed to a date-based format (<YEAR>.<MONTH>.<BUILD_NUMBER>-<BUILD_STATE>.<DATE>). Also, internal libraries have been updated and a javascript module system is now used for loading all of the engine parts.
To sum it up, this release adds various new features and some bugfixes:
https://github.com/iiyo/WebStory-Engine/...v2015.10.2
If you find any bugs in this version, you can either report them on GitHub or here in the forum.
From this point onwards I plan to release a new version whenever new features are available (but not more than once per month).
To reflect this, the versioning scheme has been changed to a date-based format (<YEAR>.<MONTH>.<BUILD_NUMBER>-<BUILD_STATE>.<DATE>). Also, internal libraries have been updated and a javascript module system is now used for loading all of the engine parts.
To sum it up, this release adds various new features and some bugfixes:
- Added a while command
- Added with command
- Added set_vars command
- Variables can now be used in most attributes using the {$var} syntax
- Options in choice now support inline commands
- The move command now supports anchors for x and y
- Added various tests / example games
- Added full public domain sprite packs "Cecile" and "Jack"
- Textboxes can now be styled differently for each speaker
- WSE now uses MO5's module loader
- Fixed various sound issues
https://github.com/iiyo/WebStory-Engine/...v2015.10.2
If you find any bugs in this version, you can either report them on GitHub or here in the forum.