Urho3D/Docs
orefkov 2911d26231
Bug fixes and improves in AngelScript using (#2835)
* Fixed a bug when creating script objects - when the factory was executed, the execution nesting level did not increase, and if the constructor of the script object called the execution of the script function, it did not receive a free context for execution.
When compiling a script into bytecode, the initialization of the global variables of the script is no longer called.
Bug fixed - "scriptFile" was not available in the constructors of global script objects.
Improved script api dump generation - added output to the header file "operator XXX", casting to other types, added output of method's arguments name.

* Restore copyright.

* Change tabs to spaces. Update generated ScriptAPI.dox and AngelScriptAPI.h
2021-10-07 18:59:31 +03:00
..
AngelScriptAPI.h Bug fixes and improves in AngelScript using (#2835) 2021-10-07 18:59:31 +03:00
CMakeLists.txt GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
Doxyfile.in Fix documentation generation for Doxygen 1.9.2 | Another workaround for BindingGenerator (#2830) 2021-09-29 22:31:56 +03:00
GettingStarted.dox AS Bindings: Allows using generic calling convention on any platform [cache clear] (#2783) 2021-02-23 21:31:21 +03:00
LuaScriptAPI.dox Travis CI: API documentation update at 2020-02-28 18:28:54 UTC. 2020-02-28 18:28:54 +00:00
Reference.dox GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
ScriptAPI.dox Bug fixes and improves in AngelScript using (#2835) 2021-10-07 18:59:31 +03:00
Urho3D.dox Revert "Update boost::preprocessor to 1.75.0" (#2824) 2021-09-02 10:26:04 +03:00