Urho3D/Source/Engine
Lasse Öörni 2c56c650af Fix outdated comment. 2014-09-30 09:20:23 +03:00
..
Audio Initial resource background loading API and implementation. Background loading-capable implementation for textures (load image in background thread, upload image to GPU in main thread), other resources todo. 2014-07-22 01:30:02 +03:00
Container Add private copy constructor / assignment where necessary to prevent warnings. 2014-09-19 01:56:05 +03:00
Core Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level. 2014-09-21 00:00:05 +03:00
Engine Move DebugHud update to PostUpdate event so that values set during Update will be displayed on the same frame. Additionally, exposed DebugHud::Update() to script to allow calling it manually and forcing update of values, if necessary. Closes #466. 2014-09-23 10:14:26 +03:00
Graphics Require always registering remote events for reception. Implement a fixed blacklist of remote events that can not be registered (see Network.cpp). Removed obsolete E_WINDOWMESSAGE event definition. 2014-09-29 14:23:41 +03:00
IO Ensure the app preferences path is returned in Urho internal format: slashes instead of backslashes. 2014-09-17 16:26:23 +03:00
Input SDL_FINGERMOTION was sometimes creating a new entry in touches_, after SDL_FINGERUP removed it. This made it difficult to work with touch emulation. 2014-09-19 11:54:40 +10:00
LuaScript Allow to prevent modal window's auto dismissing with ESC by calling Window::SetAutoDismiss(false). Purposefully not an attribute to avoid locking up the editor. Closes #471. 2014-09-29 23:06:07 +03:00
Math Expose Matrix4 * Matrix3x4 to scripting. Move the multiply as a Matrix4 member function so that it can be properly exposed to lua. 2014-09-16 23:52:44 +03:00
Navigation ADD URHO3D_PHYSICS AND URHO3D_NAVIGATION OPTIONS. 2014-08-21 12:41:24 +08:00
Network Fix outdated comment. 2014-09-30 09:20:23 +03:00
Physics Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level. 2014-09-21 00:00:05 +03:00
Resource Fix more header warnings that could leak to an Urho3D application using maximum MSVC warning level. 2014-09-21 00:00:05 +03:00
Scene Unify SetDeepEnabled() API between UI & Node. Removed IsDeepEnabled() function & "Is Deep Enabled" attribute as it may return different value than last SetDeepEnabled() and can not therefore serialize/deserialize accurately. Instead added IsEnabledSelf() which returns the enabled state before SetDeepEnabled(). Changed Node::SetEnabled(bool, bool) to SetEnabledRecursive(). Unlike SetDeepEnabled() it does not preserve node's self enabled state. Added AngelScript binding for SetDeepEnabled operations. 2014-09-25 00:10:56 +03:00
Script Allow to prevent modal window's auto dismissing with ESC by calling Window::SetAutoDismiss(false). Purposefully not an attribute to avoid locking up the editor. Closes #471. 2014-09-29 23:06:07 +03:00
UI Allow to prevent modal window's auto dismissing with ESC by calling Window::SetAutoDismiss(false). Purposefully not an attribute to avoid locking up the editor. Closes #471. 2014-09-29 23:06:07 +03:00
Urho2D Add .PList sprite sheet support. 2014-09-17 22:52:06 +08:00
.soversion Travis CI: API documentation update at 2014-09-29 20:18:04 UTC. 2014-09-29 20:18:05 +00:00
CMakeLists.txt Do not use SONAME for Android SHARED libs as it does not support it. 2014-08-28 16:41:33 +08:00
Precompiled.cpp Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
Precompiled.h Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
Revision.cpp Add a new CMake module to retrieve GIT revision number. 2014-02-06 17:29:46 +08:00
Revision.h Bump the copyright for 2014. 2014-02-01 14:37:21 +02:00
Urho3D.h.in Change the copyright for 2014. 2014-02-19 12:32:08 +08:00
Urho3D.pc.in Add new 'package' CMake built-in target for generating binary packages. 2014-02-21 15:43:31 +08:00