aster2013
|
cd41727484
Change comment. [ci skip]
|
hace 11 años |
aster2013
|
906aa96273
Fix ScriptSubscribeToEvent bug when new object with same memory address.
|
hace 11 años |
Lasse Öörni
|
8f2ed8b97b
Guard LuaScript subsystem against unsubscribing internally listened events.
|
hace 11 años |
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.)
|
hace 11 años |
Alex Parlett
|
3bb95a7d5d
Refactored Spline to use Variant instead of being a template to allow easier implementation of Scripting APIs. Added additional type safety checks to ensure that the Variant underlying type is the same as existing elements.
|
hace 11 años |
Lasse Öörni
|
347381c3b1
Added function in LuaScript subsystem to disable console input execution.
|
hace 11 años |
aster2013
|
98b924d9c5
Allow subscribe to same event with multi functions in Lua.
|
hace 11 años |
aster2013
|
fa6d92d39a
Adjust Lua GC policy, make the fps more smooth.
|
hace 11 años |
aster2013
|
cddf7ee404
Add script binding for Urho2D.
|
hace 11 años |
aster2013
|
526e114db6
Add coroutine.start and coroutine.sleep in Lua.
|
hace 11 años |
aster2013
|
8fc76e81fd
Replace tab with space.
|
hace 12 años |
Yao Wei Tjong 姚伟忠
|
ffe7a7699f
Minor enhancement on getting optional resources and error handling.
|
hace 12 años |
Yao Wei Tjong 姚伟忠
|
2e8744dc01
Minor cleanup - remove redundant null check for subsystems pointer.
|
hace 12 años |
Lasse Öörni
|
06c93d84ef
Removed Exists() check when trying to load the .lua variant of a Lua script resource (after .luc was not found.) Log an info message when a Lua script is successfully loaded, similar to AngelScript.
|
hace 12 años |
aster2013
|
b1af7b66e3
Add resource existed check.
|
hace 12 años |
Mike3D
|
9b042e2ab2
Tiny fix to LuaScript.cpp
|
hace 12 años |
aster2013
|
6dba57e5ad
Modify comment in LuaScript module.
|
hace 12 años |
aster2013
|
4f91bf9307
Add support for compiled Lua file(with luc extension).
|
hace 12 años |
Lasse Öörni
|
6d5ddc23e0
Bump the copyright for 2014.
|
hace 12 años |
Lasse Öörni
|
250d1ced11
Eliminated the static Context pointer from LuaScript subsystem. Removed classes which aren't actual subsystems from Context.pkg.
|
hace 12 años |
aster2013
|
d1c3d96844
Remove context from object's constructor, make all constructor look like AngleScript, rename file.
|
hace 12 años |
Yao Wei Tjong 姚伟忠
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
hace 12 años |