| .. |
|
Audio
|
a92f4a0aea
Added "Is Playing" attribute to SoundSource. SoundSource no longer clears the sound resource when playback is finished. Closes #54.
|
12 vuotta sitten |
|
Container
|
e423a26461
Refactor CMake build scripts.
|
12 vuotta sitten |
|
Core
|
d7942132f1
Configure and install Urho3D.pc file for pkg-config tool.
|
12 vuotta sitten |
|
Engine
|
772a546d56
Refactor to expect log level parameter value after a space.
|
12 vuotta sitten |
|
Graphics
|
79eac917be
Fixed distance update for Drawables for draw distance & shadow draw distance checks. Closes #56.
|
12 vuotta sitten |
|
IO
|
d7942132f1
Configure and install Urho3D.pc file for pkg-config tool.
|
12 vuotta sitten |
|
Input
|
d7942132f1
Configure and install Urho3D.pc file for pkg-config tool.
|
12 vuotta sitten |
|
LuaScript
|
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 vuotta sitten |
|
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 vuotta sitten |
|
Navigation
|
d7942132f1
Configure and install Urho3D.pc file for pkg-config tool.
|
12 vuotta sitten |
|
Network
|
d7942132f1
Configure and install Urho3D.pc file for pkg-config tool.
|
12 vuotta sitten |
|
Physics
|
3c2110b81a
Check for compound shape with zero child shapes to prevent Bullet assert. Closes #47.
|
12 vuotta sitten |
|
Resource
|
0fe2469957
Improved resource unloading. Make it possible to unload all resource types by partial name at once. Editor unloads unnecessary resources after scene load or clear. Add weak ref check to all resource unloading to avoid shader programs being left without their parent shader.
|
12 vuotta sitten |
|
Scene
|
e423a26461
Refactor CMake build scripts.
|
12 vuotta sitten |
|
Script
|
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 vuotta sitten |
|
UI
|
3d905f2bf0
Append FileSelector filter extension in editor when saving files, if no extension entered to filename. Closes #57.
|
12 vuotta sitten |
|
CMakeLists.txt
|
a17baf2695
make AngelScript an optional module, you can use -DENABLE_ANGELSCRIPT=0 to disable it.
|
12 vuotta sitten |
|
Precompiled.cpp
|
0c14a17774
Use one combined precompiled header file for Urho3D library, as otherwise precompiled headers would be disabled on Visual Studio.
|
12 vuotta sitten |
|
Precompiled.h
|
0c14a17774
Use one combined precompiled header file for Urho3D library, as otherwise precompiled headers would be disabled on Visual Studio.
|
12 vuotta sitten |
|
Revision.cpp
|
0c14a17774
Use one combined precompiled header file for Urho3D library, as otherwise precompiled headers would be disabled on Visual Studio.
|
12 vuotta sitten |
|
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 vuotta sitten |
|
Urho3D.h.in
|
09ba853aba
Keep CMakeCache.txt in between build script invocation to speed things up. Correct typo error.
|
12 vuotta sitten |
|
Urho3D.pc.in
|
3875bc3b21
Convert additional cflags comments into accessible pkg-config's vars.
|
12 vuotta sitten |