1.11.5
ASL version 1.11.5
Little fixes and improvements.
- Avoid several warnings by newer compilers and static analyzers
Xmlparsing will no longer accept invalid chars in tags/attribs (e.g. cannot start with number)- Removed implicit
Stringconversion tochar*(non const) TabularDataFilewrite undefined items empty- Added
Url::params(dic)to create URL query string from a Dic<> - Fixed
Matrix4constructors fromVec3orVec4that were ignoring the template element type (forcing float) - Other code simplifications
Next version will remove some deprecated functions and will not bring asl::byte to the global scope by default.