aster 3f92c273a1 Rename arguments names.[ci skip] 11 lat temu
..
Audio acb993e4ba Abstract Ogg Vorbis sound decoding into the SoundStream class. Note: the SoundStream class is deliberately not exposed to scripts, as it requires low-level data access and is used from the sound mixing thread. 11 lat temu
Core ce41b87aae Fixed spline binding.[ci skip] 11 lat temu
Engine 6c7db54e4b Console remembers the last used interpreter if there are more than one. 11 lat temu
Graphics 42265071a3 Added a multiplier+addition for depth bias on OpenGL ES platforms. Increased default constant depth bias of lights. 11 lat temu
IO 5ce5be8d66 Enhance FileSystem class to also able to execute console command. 11 lat temu
Input 1518c332c1 Add user customizable screen joystick for mobile platforms. 11 lat temu
LuaScript 3cb656a0f8 Replace script file name with LuaFile, make it can pick in editor. 11 lat temu
Math cf4c43d344 Added Serializer / Deserializer functions for reading & writing matrices. Added bool success parameter to Quaternion::FromLookRotation() and Node::LookAt(), as it can potentially give a NaN result (in which case the original rotation is kept). Optimized reading of math objects in Deserializer to avoid default construction. 11 lat temu
Navigation 38c8f19fb4 Convert all Vector<T> and PODVector<T> to Lua table. 12 lat temu
Network e7cef8223d Add construct function in dox file, add missing destruct in pkg file, update ToDoxHook.lua. 12 lat temu
Physics a22a24c0e4 Rename RigidBody::Phantom to RigidBody::Trigger to align it with common terminology for physics. 11 lat temu
Resource f7b99ecdee Added Matrix types to Variant. Added ToString() to Matrix types. Added Matrix getters/setters to XMLElement. Added ToMatrix string conversion functions. Added possibility to assign shader parameters from Matrix variants. Fixed missing setting of Color variant shader parameter on Direct3D9. 11 lat temu
Scene 97a1ab4267 Rename InterpolationMethod to InterpMethod, avoid conflict with Spline class, Add animated only attribute support, like Node's world position attribute. 11 lat temu
UI 5fd7363201 Add Animatable class. 11 lat temu
Urho2D 3f92c273a1 Rename arguments names.[ci skip] 11 lat temu
AudioLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
CoreLuaAPI.pkg 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.) 12 lat temu
EngineLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
GraphicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
IOLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
InputLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
LuaScriptLuaAPI.pkg 526e114db6 Add coroutine.start and coroutine.sleep in Lua. 12 lat temu
MathLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
NavigationLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
NetworkLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
PhysicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
ResourceLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
SceneLuaAPI.pkg 9a9b79fd8e Add animation Lua API. 11 lat temu
ToCppHook.lua 7c924618ac Modified "ToZerobraneStudioHook.lua" to require "ToDoxHook.lua" for avoiding code repetition. 12 lat temu
ToDoxHook.lua e738209746 Added descriptions mapping for LuaScript packages' hooks. 11 lat temu
ToZerobraneStudioHook.lua e738209746 Added descriptions mapping for LuaScript packages' hooks. 11 lat temu
UILuaAPI.pkg c776573796 Add new MessageBox class for showing short messages in a modal window. 12 lat temu
Urho2DLuaAPI.pkg ff0d806587 Rename ParticleModel2D to ParticleEffect2D. 11 lat temu