Lasse Öörni 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()); пре 12 година
..
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 година
Container b496594203 Update credits. Normalize whitespace. пре 12 година
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 година
Engine e34e26d068 Merge branch 'library-build'. пре 12 година
Graphics b496594203 Update credits. Normalize whitespace. пре 12 година
IO a27560c719 Enhance ScriptCompiler to also dump API as C Header file. пре 12 година
Input d33ac02538 Refactor build scripts to build Urho3D library as main target. пре 12 година
LuaScript d33ac02538 Refactor build scripts to build Urho3D library as main target. пре 12 година
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. пре 12 година
Navigation 2f9171c010 Convert tabs to spaces. пре 12 година
Network d33ac02538 Refactor build scripts to build Urho3D library as main target. пре 12 година
Physics 9eb7d92301 Fix minor typo error. пре 12 година
Resource 3166f1874d Changed adding Resource and Package files to be able to specify the location in the Vector for search priority when calling GetFile or GetResource пре 12 година
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()); пре 12 година
UI 0d7d4826e5 Add pixel & time threshold for sending a drag begin UI event. Closes #65. Removed code duplication between mouse & touch hover. пре 12 година
AudioLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. пре 12 година
ContainerLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. пре 12 година
CoreLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. пре 12 година
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 d33ac02538 Refactor build scripts to build Urho3D library as main target. пре 12 година
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 d33ac02538 Refactor build scripts to build Urho3D library as main target. пре 12 година
UILuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. пре 12 година
basic.lua 7785640904 Fixed Lua/LuaJIT compilation issue. пре 12 година
pkgToDox.lua 4f73aa26b9 Fix how tolua++ renaming is being documented in Lua generated API. пре 12 година