Lasse Öörni 1b25167781 Do not allocate String's initial buffer yet when resizing to zero size. Closes #87. 12 lat temu
..
Audio 088dba041c Fix missing sound playback start/stop when using the play/pause buttons in editor toolbar. Improved sphere debug drawing. Added debug drawing to SoundSource3D. Closes #63. 12 lat temu
Container 1b25167781 Do not allocate String's initial buffer yet when resizing to zero size. Closes #87. 12 lat temu
Core d7942132f1 Configure and install Urho3D.pc file for pkg-config tool. 12 lat temu
Engine 4c9886f5ab Do not attempt to set a nonexistent default icon. 12 lat temu
Graphics 7de753e08c Add material emissive color in LitSolid shader also when not using emissive map. Default material emissive color back to zero. 12 lat temu
IO 679007d1b5 Normalize whitespace, update documentation. 12 lat temu
Input d7942132f1 Configure and install Urho3D.pc file for pkg-config tool. 12 lat temu
LuaScript 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 lat temu
Math aa0f72cf65 Added world position & normal to RayQueryResult. 12 lat temu
Navigation e5fd170d32 Fix MoveAlongSurface for VS2008. 12 lat temu
Network d7942132f1 Configure and install Urho3D.pc file for pkg-config tool. 12 lat temu
Physics e79b745f05 Fix collision calculation of index offset when using multiple geometries 12 lat temu
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 lat temu
Scene ab701e0e26 Only copy file serialization attributes when cloning a node hierarchy. Fixes #70. 12 lat temu
Script 8b8790e481 Added option to import non-skinning bones in AssetImporter. Closes #82. 12 lat temu
UI d1df925013 Added Image::GetSDLSurface() to avoid code duplication. Fixed crash from null image pointer in Graphics::CreateWindowIcon(). 12 lat temu
CMakeLists.txt e52bc6e45d Fix Editor argument parsing to load startup scene correctly. 12 lat temu
Precompiled.cpp 0c14a17774 Use one combined precompiled header file for Urho3D library, as otherwise precompiled headers would be disabled on Visual Studio. 12 lat temu
Precompiled.h 0c14a17774 Use one combined precompiled header file for Urho3D library, as otherwise precompiled headers would be disabled on Visual Studio. 12 lat temu
Revision.cpp 0c14a17774 Use one combined precompiled header file for Urho3D library, as otherwise precompiled headers would be disabled on Visual Studio. 12 lat temu
Revision.h 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. 12 lat temu
Urho3D.h.in 09ba853aba Keep CMakeCache.txt in between build script invocation to speed things up. Correct typo error. 12 lat temu
Urho3D.pc.in 3875bc3b21 Convert additional cflags comments into accessible pkg-config's vars. 12 lat temu