Good news everyone!
AATC has been rewritten using cleaner c++ and 1400% more namespaces in order to provide better linux compatibility, a better c++ <-> angelscript interface and to reduce insanity.
The documentation has also been improved quite a bit. The github-pages documentation now has a changelog and contains old documentation for old versions.
Changelog 2.30.2 -> 2.31.0
- Supports Angelscript 2.31.0
- New container: deque
- Proper cpp <-> script interoperability
- Sort tempspec'd containers using native AS functions (including lambdas and delegates)
- Compiles on linux (only tested with GCC)
- Cleaner C++ code, more namespaces etc
The documentation pages for hashing and tempspecs have been improved.
A new documentation page for c++ <-> script interoperability has been created and its pretty good.
bugfixes bugfixes
The new version has taken over the master branch, the previous version for AS 2.30.2 is in a branch called legacy-as-ver-2-30-2.
The documentation for both versions is available using the new documentation version selectonator at the root of the docs.
Links: