| .. |
|
Audio
|
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'.
|
il y a 12 ans |
|
Container
|
e408d1b614
Fix GCC 4.8 undefined behavior warnings.
|
il y a 12 ans |
|
Core
|
b5836237e9
Remove dependency on Lua when LuaJIT is enabled.
|
il y a 12 ans |
|
Engine
|
48a53a61e9
Fix endless loop if trying to print a log message causes more messages to be logged. Closes #14.
|
il y a 12 ans |
|
Graphics
|
d1c547d455
Fixed to correctly use Time::Sleep() instead of Sleep().
|
il y a 12 ans |
|
IO
|
c6a6f71aa3
Finalize LZ4 support. Do not repeatedly allocate compressed data buffer. Do not store global blocksize into the package file header. Increased Android read buffer to 32KB.
|
il y a 12 ans |
|
Input
|
04bf45e463
Added support for SDL_DROPFILE event. Input system sends event with filename only, and UI subsystem interprets that to include the element that was dropped onto. The UI variant of the event is only posted when the OS mouse cursor is visible (such as in the editor.)
|
il y a 12 ans |
|
Math
|
ecc37d1f2e
If all font's glyph do not fit into one page, begin filling texture pages dynamically as glyphs are used.
|
il y a 12 ans |
|
Navigation
|
fc1c2e6f13
Initial Navigation sample.
|
il y a 12 ans |
|
Network
|
b935b544de
Do not check for HttpRequest error on initialization, as the connection init is performed in a background thread and is not immediately ready.
|
il y a 12 ans |
|
Physics
|
9d0eb0ffae
If a rigid body is kinematic, set it to never deactivate itself.
|
il y a 12 ans |
|
Resource
|
36eb726d36
Add the concept of base class type to Object to simplify determining if a ScriptInstance's handle variable is a Node, Component or Resource. Serialize script's resource handles as ResourceRef attributes and allow editing them.
|
il y a 12 ans |
|
Scene
|
36eb726d36
Add the concept of base class type to Object to simplify determining if a ScriptInstance's handle variable is a Node, Component or Resource. Serialize script's resource handles as ResourceRef attributes and allow editing them.
|
il y a 12 ans |
|
Script
|
347b840b7c
Read HttpRequest in a background thread to prevent blocking. Always check all triangle mesh geometries for the closest hit in the RAY_TRIANGLE raycast mode.
|
il y a 12 ans |
|
UI
|
dc0533e1ae
Fix forceAutoHint_ being uninitialized.
|
il y a 12 ans |
|
CMakeLists.txt
|
633a7f4804
Renamed IOS and Mac OS X framework macros.
|
il y a 12 ans |
|
Revision.cpp
|
e6b690a9dc
Replace svnversion with git tool to generate library revision number."
|
il y a 12 ans |
|
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'.
|
il y a 12 ans |
|
Urho3D.h.in
|
09ba853aba
Keep CMakeCache.txt in between build script invocation to speed things up. Correct typo error.
|
il y a 12 ans |