Alex Parlett 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. il y a 12 ans
..
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. il y a 12 ans
Container b496594203 Update credits. Normalize whitespace. il y a 12 ans
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. il y a 12 ans
Engine e34e26d068 Merge branch 'library-build'. il y a 12 ans
Graphics 7dde59fbb1 Revert CMake-magic to upstream il y a 12 ans
IO a27560c719 Enhance ScriptCompiler to also dump API as C Header file. il y a 12 ans
Input d1bbe45515 Added SDL on-screen keyboard support. il y a 12 ans
LuaScript d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
Math a022430876 Added Random() & RandomInt() script functions with min & max range parameters. Similar to the RandomInt(range) overload, in RandomInt(min, max) the max value is exclusive. Note that the corresponding C++ functions are simply called Random for both int and float versions. Closes #48. il y a 12 ans
Navigation 2f9171c010 Convert tabs to spaces. il y a 12 ans
Network d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
Physics 668772bb50 Added PhysicsWorld::RemoveCachedGeometry() function to manually invalidate cached collision geometry of a changed model. Added watching for CollisionShape model live reload. Removed internal but public functions from the Lua physics API. il y a 12 ans
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. il y a 12 ans
Scene 86932c9f0e Exposed missing scene binary load/save & node instantiation to Lua. To use instantiation, call eg. scene:InstantiateXML(fileSystem:GetProgramDir().."Data/Objects/Ninja.xml", Vector3(0, 0, 0), Quaternion()); il y a 12 ans
UI d1bbe45515 Added SDL on-screen keyboard support. il y a 12 ans
AudioLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
ContainerLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
CoreLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
EngineLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
GraphicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
IOLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
InputLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
LuaScriptLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
MathLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
NavigationLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
NetworkLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
PhysicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
ResourceLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
SceneLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. il y a 12 ans
UILuaAPI.pkg c776573796 Add new MessageBox class for showing short messages in a modal window. il y a 12 ans
basic.lua 7785640904 Fixed Lua/LuaJIT compilation issue. il y a 12 ans
pkgToDox.lua 4f73aa26b9 Fix how tolua++ renaming is being documented in Lua generated API. il y a 12 ans