thebluefish 33240a260a Fixed lua bindings 11 年之前
..
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 年之前
Core ce41b87aae Fixed spline binding.[ci skip] 11 年之前
Engine 6c7db54e4b Console remembers the last used interpreter if there are more than one. 11 年之前
Graphics 42265071a3 Added a multiplier+addition for depth bias on OpenGL ES platforms. Increased default constant depth bias of lights. 11 年之前
IO 5ce5be8d66 Enhance FileSystem class to also able to execute console command. 11 年之前
Input 33240a260a Fixed lua bindings 11 年之前
LuaScript 3cb656a0f8 Replace script file name with LuaFile, make it can pick in editor. 11 年之前
Math 728ef72062 Add degree math function, fix scale time when speed < 0. 11 年之前
Navigation 38c8f19fb4 Convert all Vector<T> and PODVector<T> to Lua table. 12 年之前
Network e7cef8223d Add construct function in dox file, add missing destruct in pkg file, update ToDoxHook.lua. 12 年之前
Physics a22a24c0e4 Rename RigidBody::Phantom to RigidBody::Trigger to align it with common terminology for physics. 11 年之前
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 年之前
Scene 97a1ab4267 Rename InterpolationMethod to InterpMethod, avoid conflict with Spline class, Add animated only attribute support, like Node's world position attribute. 11 年之前
UI 5fd7363201 Add Animatable class. 11 年之前
Urho2D 3f92c273a1 Rename arguments names.[ci skip] 11 年之前
AudioLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 年之前
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.) 11 年之前
EngineLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 年之前
GraphicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 年之前
IOLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 年之前
InputLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 年之前
LuaScriptLuaAPI.pkg 526e114db6 Add coroutine.start and coroutine.sleep in Lua. 11 年之前
MathLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 年之前
NavigationLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 年之前
NetworkLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 年之前
PhysicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 年之前
ResourceLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 年之前
SceneLuaAPI.pkg 9a9b79fd8e Add animation Lua API. 11 年之前
ToCppHook.lua 7c924618ac Modified "ToZerobraneStudioHook.lua" to require "ToDoxHook.lua" for avoiding code repetition. 11 年之前
ToDoxHook.lua e738209746 Added descriptions mapping for LuaScript packages' hooks. 11 年之前
ToZerobraneStudioHook.lua e738209746 Added descriptions mapping for LuaScript packages' hooks. 11 年之前
UILuaAPI.pkg c776573796 Add new MessageBox class for showing short messages in a modal window. 12 年之前
Urho2DLuaAPI.pkg ff0d806587 Rename ParticleModel2D to ParticleEffect2D. 11 年之前