Aster Jian 9a9b79fd8e Add animation Lua API. 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 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 лет назад
Engine 6da0cb3995 Add mechanism to copy the selected rows to clipboard. Use in console. 11 лет назад
Graphics 42265071a3 Added a multiplier+addition for depth bias on OpenGL ES platforms. Increased default constant depth bias of lights. 11 лет назад
IO 4e34e9f52a Async SystemCommand & SystemRun. Closes #290. 11 лет назад
Input 1d9d0a5736 Synchronize keycode constants with SDL. This changes some constants, like NUMPAD -> KP_. Added SDL scancode constants. Added polling of keys by scancodes, and scancodes into key events. Added conversion functions from keycode to scancode and vice versa, and functions to get key names. Closes #254. 11 лет назад
LuaScript 80bd29a18d Add Lua object attribute set and get function. 11 лет назад
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 лет назад
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 9a9b79fd8e Add animation Lua API. 11 лет назад
UI 5fd7363201 Add Animatable class. 11 лет назад
Urho2D 1ba3fe00fa Rename sensor to trigger. 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 лет назад