| .. |
|
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 years ago |
|
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 years ago |
|
Engine
|
6c7db54e4b
Console remembers the last used interpreter if there are more than one.
|
11 years ago |
|
Graphics
|
42265071a3
Added a multiplier+addition for depth bias on OpenGL ES platforms. Increased default constant depth bias of lights.
|
11 years ago |
|
IO
|
5ce5be8d66
Enhance FileSystem class to also able to execute console command.
|
11 years ago |
|
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 years ago |
|
LuaScript
|
3cb656a0f8
Replace script file name with LuaFile, make it can pick in editor.
|
11 years ago |
|
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 years ago |
|
Navigation
|
38c8f19fb4
Convert all Vector<T> and PODVector<T> to Lua table.
|
12 years ago |
|
Network
|
e7cef8223d
Add construct function in dox file, add missing destruct in pkg file, update ToDoxHook.lua.
|
12 years ago |
|
Physics
|
a22a24c0e4
Rename RigidBody::Phantom to RigidBody::Trigger to align it with common terminology for physics.
|
11 years ago |
|
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 years ago |
|
Scene
|
2d9a7b2915
Add cardinal spline interpolation for AttributeAnimation.
|
11 years ago |
|
UI
|
5fd7363201
Add Animatable class.
|
11 years ago |
|
Urho2D
|
1ba3fe00fa
Rename sensor to trigger.
|
11 years ago |
|
AudioLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
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 years ago |
|
EngineLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
GraphicsLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
IOLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
InputLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
LuaScriptLuaAPI.pkg
|
526e114db6
Add coroutine.start and coroutine.sleep in Lua.
|
11 years ago |
|
MathLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
NavigationLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
NetworkLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
PhysicsLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
ResourceLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
SceneLuaAPI.pkg
|
9a9b79fd8e
Add animation Lua API.
|
11 years ago |
|
ToCppHook.lua
|
7c924618ac
Modified "ToZerobraneStudioHook.lua" to require "ToDoxHook.lua" for avoiding code repetition.
|
11 years ago |
|
ToDoxHook.lua
|
e738209746
Added descriptions mapping for LuaScript packages' hooks.
|
11 years ago |
|
ToZerobraneStudioHook.lua
|
e738209746
Added descriptions mapping for LuaScript packages' hooks.
|
11 years ago |
|
UILuaAPI.pkg
|
c776573796
Add new MessageBox class for showing short messages in a modal window.
|
12 years ago |
|
Urho2DLuaAPI.pkg
|
ff0d806587
Rename ParticleModel2D to ParticleEffect2D.
|
11 years ago |