Urho3D/Source/Tools/ScriptCompiler
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
..
CMakeLists.txt GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
ScriptCompiler.cpp Bug fixes and improves in AngelScript using (#2835) 2021-10-07 18:59:31 +03:00