Lasse Öörni a022430876 Added Random() & RandomInt() script functions with min & max range parameters. Similar to the RandomInt(range) overload, in RandomInt(min, max) the max value is exclusive. Note that the corresponding C++ functions are simply called Random for both int and float versions. Closes #48. hace 12 años
..
Audio d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
Container d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
Core ee0e3aa663 Removed the mechanism of binary-serializing resource name hashes instead of resource names. This is to allow correct resource loading from binary scene files on platforms that cannot iterate the resources in the application installation (eg. Android). This also affects networking, downside is increased network payload size when resource attributes are transferred. All binary scenes saved with old Urho versions are also invalidated. hace 12 años
Engine e34e26d068 Merge branch 'library-build'. hace 12 años
Graphics 35b59e897f Allow setting AnimationState bone weights recursively. Added GetAnimationState() to public API of AnimationController. hace 12 años
IO a27560c719 Enhance ScriptCompiler to also dump API as C Header file. hace 12 años
Input d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
LuaScript d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
Math a022430876 Added Random() & RandomInt() script functions with min & max range parameters. Similar to the RandomInt(range) overload, in RandomInt(min, max) the max value is exclusive. Note that the corresponding C++ functions are simply called Random for both int and float versions. Closes #48. hace 12 años
Navigation d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
Network d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
Physics 9eb7d92301 Fix minor typo error. hace 12 años
Resource ee0e3aa663 Removed the mechanism of binary-serializing resource name hashes instead of resource names. This is to allow correct resource loading from binary scene files on platforms that cannot iterate the resources in the application installation (eg. Android). This also affects networking, downside is increased network payload size when resource attributes are transferred. All binary scenes saved with old Urho versions are also invalidated. hace 12 años
Scene d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
UI d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
AudioLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
ContainerLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
CoreLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
EngineLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
GraphicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
IOLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
InputLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
LuaScriptLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
MathLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
NavigationLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
NetworkLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
PhysicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
ResourceLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
SceneLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
UILuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. hace 12 años
basic.lua 7785640904 Fixed Lua/LuaJIT compilation issue. hace 12 años
pkgToDox.lua a022430876 Added Random() & RandomInt() script functions with min & max range parameters. Similar to the RandomInt(range) overload, in RandomInt(min, max) the max value is exclusive. Note that the corresponding C++ functions are simply called Random for both int and float versions. Closes #48. hace 12 años