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
..
Audio 8ab5e56c9c Move subsystem access function to subsystem's pkg file, add global readonly property for each subsystem. vor 12 Jahren
Core 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
Engine 8ab5e56c9c Move subsystem access function to subsystem's pkg file, add global readonly property for each subsystem. vor 12 Jahren
Graphics b9f106ce9d Add draw debug triangle in DebugRenderer. vor 11 Jahren
IO 8ab5e56c9c Move subsystem access function to subsystem's pkg file, add global readonly property for each subsystem. vor 12 Jahren
Input 8ab5e56c9c Move subsystem access function to subsystem's pkg file, add global readonly property for each subsystem. vor 12 Jahren
LuaScript 058347b555 Don't export LuaScript to Lua API, make SetExecuteConsoleCommands GetExecuteConsoleCommands as global functions. vor 11 Jahren
Math 2529f4c51a Added IsNaN() to Vector2, Vector3, Vector4, Quaternion. Safeguard against Node::LookAt() misbehaving if target is very close. Closes #231. vor 11 Jahren
Navigation 38c8f19fb4 Convert all Vector<T> and PODVector<T> to Lua table. vor 12 Jahren
Network e7cef8223d Add construct function in dox file, add missing destruct in pkg file, update ToDoxHook.lua. vor 12 Jahren
Physics e7cef8223d Add construct function in dox file, add missing destruct in pkg file, update ToDoxHook.lua. vor 12 Jahren
Resource 68a8b6afea Exposed UI::LoadLayout() to Lua script. vor 11 Jahren
Scene 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
UI 68a8b6afea Exposed UI::LoadLayout() to Lua script. vor 11 Jahren
Urho2D 7ae747063f Rename "Unit Per Pixel" attribute in Drawable2D to "Pixels Per Unit" to match the actual behavior in StaticSprite2D / AnimatedSprite2D. Remove the attribute from ParticleEmitter2D class as it doesn't have effect. Closes #230. vor 11 Jahren
AudioLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
ContainerLuaAPI.pkg 38c8f19fb4 Convert all Vector<T> and PODVector<T> to Lua table. vor 12 Jahren
CoreLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
EngineLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
GraphicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
IOLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
InputLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
LogicLuaAPI.pkg 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
LuaScriptLuaAPI.pkg 526e114db6 Add coroutine.start and coroutine.sleep in Lua. vor 11 Jahren
MathLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
NavigationLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
NetworkLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
PhysicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
ResourceLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. vor 12 Jahren
SceneLuaAPI.pkg 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
ToCppHook.lua 7c924618ac Modified "ToZerobraneStudioHook.lua" to require "ToDoxHook.lua" for avoiding code repetition. vor 11 Jahren
ToDoxHook.lua 7c924618ac Modified "ToZerobraneStudioHook.lua" to require "ToDoxHook.lua" for avoiding code repetition. vor 11 Jahren
ToZerobraneStudioHook.lua 7c924618ac Modified "ToZerobraneStudioHook.lua" to require "ToDoxHook.lua" for avoiding code repetition. vor 11 Jahren
UILuaAPI.pkg c776573796 Add new MessageBox class for showing short messages in a modal window. vor 12 Jahren
Urho2DLuaAPI.pkg 9f80292978 Update Urho2D API(Lua and AngelScript). vor 11 Jahren