Lasse Öörni
|
65c3c50738
Shuffling around of Spline to the Core library to make explicit that it depends on Variant (the dependency is no longer strict as Urho3D library is built as one piece, but is good to keep in mind to retain the Math library theoretically reusable outside Urho3D.)
|
vor 11 Jahren |
Alex Parlett
|
7aa0d8acc9
Separated the Spline Mathematical aspect from the Component into a new Spline class under Math. No angelscript or lua bindings as of yet as I'm unsure how to go about adding the templated class in a suitable manner.
|
vor 11 Jahren |
Lasse Öörni
|
ac21be3e39
Implemented ConsoleInput sample in AngelScript. Added possibility to the Script subsystem to disable automatic execution of console input as AngelScript. Tidied up newlines from the ConsoleInput sample.
|
vor 11 Jahren |
aster2013
|
8d899ef468
Add AngelScript api.
|
vor 11 Jahren |
Yao Wei Tjong 姚伟忠
|
51c749f301
Doxygen uses // comment style. Header file uses /**/ style. Phew.
|
vor 12 Jahren |
Yao Wei Tjong 姚伟忠
|
887c2ad748
Change comment style so that it also generates valid AngelScriptAPI.h.
|
vor 12 Jahren |
Yao Wei Tjong 姚伟忠
|
2fb1dc2edc
Mark the deprecated AS API bindings in the documentation.
|
vor 12 Jahren |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
vor 12 Jahren |
Lasse Öörni
|
f958974430
Reorder AngelScript API documentation to match Lua documentation (classes - enums - globals). Sort each section in AngelScript API documentation.
|
vor 12 Jahren |
Yao Wei Tjong 姚伟忠
|
e97eedb771
Close Windows gap. No pun intended.
|
vor 12 Jahren |
Lasse Öörni
|
dc6294af16
Added generated event list documentation page. Closes #66.
|
vor 12 Jahren |
Yao Wei Tjong 姚伟忠
|
596aa3eac6
Fix AngelScriptAPI.h header generation.
|
vor 12 Jahren |
Lasse Öörni
|
3168019a5f
Updated to AngelScript 2.28.0. Added dictionary addon from AngelScript SDK. Closes #46.
|
vor 12 Jahren |
Yao Wei Tjong 姚伟忠
|
529f577e7a
Fix index out of bound.
|
vor 12 Jahren |
Yao Wei Tjong 姚伟忠
|
a27560c719
Enhance ScriptCompiler to also dump API as C Header file.
|
vor 12 Jahren |
Lasse Öörni
|
b8a3157e91
Show enumerations in the generated AngelScript API.
|
vor 12 Jahren |
Lasse Öörni
|
eef5b89766
Removed the retained message mode from the AngelScript subsystem. Instead, Application class will remember error log messages and display them if ErrorExit() is called without a custom message. This allows showing all error messages from Lua script subsystem equally.
|
vor 12 Jahren |
Wei Tjong Yao
|
02512cecf9
In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'.
|
vor 12 Jahren |