| .. |
|
Audio
|
a37ea5bb6e
Added inner and outer angle parameters to SoundSource3D, which makes it possible to do cone-like directional sounds. Fixed sound attenuation if near and far distance are the same. Closes #49.
|
12 years ago |
|
Container
|
b496594203
Update credits. Normalize whitespace.
|
12 years ago |
|
Core
|
ee0e3aa663
Removed the mechanism of binary-serializing resource name hashes instead of resource names. This is to allow correct resource loading from binary scene files on platforms that cannot iterate the resources in the application installation (eg. Android). This also affects networking, downside is increased network payload size when resource attributes are transferred. All binary scenes saved with old Urho versions are also invalidated.
|
12 years ago |
|
Engine
|
e34e26d068
Merge branch 'library-build'.
|
12 years ago |
|
Graphics
|
eb4e99457c
Code cleanup. Removed Camera functions to return forward, right, up vectors as they are now also in Node. Added Lua property accessors for Node up/right vectors. Exposed SmoothStep() to script. Modified Node::LookAt() to use the new Quaternion function. Updated credits.
|
12 years ago |
|
IO
|
a27560c719
Enhance ScriptCompiler to also dump API as C Header file.
|
12 years ago |
|
Input
|
d1bbe45515
Added SDL on-screen keyboard support.
|
12 years ago |
|
LuaScript
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
Math
|
9985f0a122
Added a convenience function to find the angle between two vectors.
|
12 years ago |
|
Navigation
|
2f9171c010
Convert tabs to spaces.
|
12 years ago |
|
Network
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
Physics
|
b1573df336
Fixed PhysicsWorld::DrawDebugGeometry() not exposed to Lua. Closes #133.
|
12 years ago |
|
Resource
|
d0a4a0ce87
Adds the ability to patch together two XMLFiles using the [RFC 5261](http://tools.ietf.org/search/rfc5261) with handling of Add, Replace and Remove for nodes and attributes. No handling has been added for namespace::prefix modifications at the moment. Use pass by value on sub-functions of add since gcc thinks there is no suitable conversion, where msbuild optimizes it out.
|
12 years ago |
|
Scene
|
71e9559bee
Merge remote-tracking branch 'remotes/alexparlett/feature/spline'
|
12 years ago |
|
UI
|
d1bbe45515
Added SDL on-screen keyboard support.
|
12 years ago |
|
AudioLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
ContainerLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
CoreLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 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
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 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
|
fb690e6838
Added Lua Bindings.
|
12 years ago |
|
UILuaAPI.pkg
|
c776573796
Add new MessageBox class for showing short messages in a modal window.
|
12 years ago |
|
basic.lua
|
7785640904
Fixed Lua/LuaJIT compilation issue.
|
12 years ago |
|
pkgToDox.lua
|
4f73aa26b9
Fix how tolua++ renaming is being documented in Lua generated API.
|
12 years ago |