HTML2 version 6 Pre-release (version 6F)
Holy moly! This is the first time when we got to a "F" version! This version brings some new properties and functions, which still would be tested up to the full release of the v6.
New Features
Properties
Built-in functions
Changes
Bug Fixes
- Fixed a few small issues that were happening if the object pool for a design was empty.
- Fixed the crash issue if the image for the Image object couldn't been decoded.
- Empty cloning properties no longer crash the program.
- Fixed some rendering issues when resizing window.
- The design properties are now skipped if they cannot be assigned to the given class.
- Margins now work properly when the window's size is changed if the value was given in percents.
- .changeProperty(), .createProperty() and
.getProperty() don't work now if the property argument is empty.
- Fixed the wrong size of objects, which were cloned unloaded, which caused the program to use a default value.
- Made some small optimization fixes to run the program even faster.