| .. |
|
Direct3D9
|
7f95216d3e
Refactor to use new logging macros with formatting.
|
vor 12 Jahren |
|
OpenGL
|
7f95216d3e
Refactor to use new logging macros with formatting.
|
vor 12 Jahren |
|
AnimatedModel.cpp
|
aa0f72cf65
Added world position & normal to RayQueryResult.
|
vor 12 Jahren |
|
AnimatedModel.h
|
82007cc4f4
Removed the nonintuitive "invisible LOD factor" attribute from AnimatedModel and replaced it with updateInvisible flag similar to ParticleEmitter. This flag must be used for ragdolls or other physically animated objects to ensure that they come into view properly during animation if they previously were outside view. Fixes #40.
|
vor 12 Jahren |
|
Animation.cpp
|
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'.
|
vor 12 Jahren |
|
Animation.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'.
|
vor 12 Jahren |
|
AnimationController.cpp
|
35b59e897f
Allow setting AnimationState bone weights recursively. Added GetAnimationState() to public API of AnimationController.
|
vor 12 Jahren |
|
AnimationController.h
|
35b59e897f
Allow setting AnimationState bone weights recursively. Added GetAnimationState() to public API of AnimationController.
|
vor 12 Jahren |
|
AnimationState.cpp
|
35b59e897f
Allow setting AnimationState bone weights recursively. Added GetAnimationState() to public API of AnimationController.
|
vor 12 Jahren |
|
AnimationState.h
|
35b59e897f
Allow setting AnimationState bone weights recursively. Added GetAnimationState() to public API of AnimationController.
|
vor 12 Jahren |
|
Batch.cpp
|
42ae752d2d
Allow BillboardSet / ParticleEmitter to choose whether billboards should face the camera or follow the node orientation. Closes #22.
|
vor 12 Jahren |
|
Batch.h
|
c20257cdf7
Merged the shaderData_ and worldTransform_ members of Batch & SourceBatch. The idea is that a batch can define multiple world transforms. For static geometry this means instance transforms. For skinned geometry they are bone transforms instead.
|
vor 12 Jahren |
|
BillboardSet.cpp
|
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.
|
vor 12 Jahren |
|
BillboardSet.h
|
59d6d01125
Fixed 07_Billboards compilation issue.
|
vor 12 Jahren |
|
CMakeLists.txt
|
e3b53f97a1
Moved SDL header include dir to 'Engine' scope as it is being referenced by a few Engine sub-directories and not just Graphics.
|
vor 12 Jahren |
|
Camera.cpp
|
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'.
|
vor 12 Jahren |
|
Camera.h
|
311b66f859
Invert also quad projection when camera is inverted.
|
vor 12 Jahren |
|
CustomGeometry.cpp
|
aa0f72cf65
Added world position & normal to RayQueryResult.
|
vor 12 Jahren |
|
CustomGeometry.h
|
caf0994b8f
Optimize vector/quaternion Normalize() to a no-op if already at unit length. Changed return value to void.
|
vor 12 Jahren |
|
DebugRenderer.cpp
|
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.
|
vor 12 Jahren |
|
DebugRenderer.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'.
|
vor 12 Jahren |
|
DecalSet.cpp
|
a9fda01ae7
Fixed unnecessary duplicate boundingBox_ member variable in DecalSet.
|
vor 12 Jahren |
|
DecalSet.h
|
a9fda01ae7
Fixed unnecessary duplicate boundingBox_ member variable in DecalSet.
|
vor 12 Jahren |
|
Drawable.cpp
|
aa0f72cf65
Added world position & normal to RayQueryResult.
|
vor 12 Jahren |
|
Drawable.h
|
720ff4c3b8
Fix GCC build.
|
vor 12 Jahren |
|
DrawableEvents.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'.
|
vor 12 Jahren |
|
GPUObject.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'.
|
vor 12 Jahren |
|
Geometry.cpp
|
c636b092e2
Restored previous Geometry::GetRawData() function (though it leads to duplicated code) to prevent unnecessary copying of shared array pointers.
|
vor 12 Jahren |
|
Geometry.h
|
363945b729
Instead of storing Geometry pointers, store shared array pointers for triangle mesh collision data. This protects against the original Geometry resizing its data.
|
vor 12 Jahren |
|
Graphics.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'.
|
vor 12 Jahren |
|
GraphicsDefs.cpp
|
42ae752d2d
Allow BillboardSet / ParticleEmitter to choose whether billboards should face the camera or follow the node orientation. Closes #22.
|
vor 12 Jahren |
|
GraphicsDefs.h
|
2505149255
Added ability to specify window icon (external application window) using an Image resource and SDL cross platform capability
|
vor 12 Jahren |
|
GraphicsEvents.h
|
a63ab49ac5
Added the ability to specify whether a window is borderless or not (decorated with borders);
|
vor 12 Jahren |
|
GraphicsImpl.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'.
|
vor 12 Jahren |
|
IndexBuffer.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'.
|
vor 12 Jahren |
|
Light.cpp
|
aa0f72cf65
Added world position & normal to RayQueryResult.
|
vor 12 Jahren |
|
Light.h
|
ce9154d545
Added missing URHO3D_API defines to some derived classes.
|
vor 12 Jahren |
|
Material.cpp
|
712345aa56
Added log macros with formatting. Closes #114.
|
vor 12 Jahren |
|
Material.h
|
dcb39bf810
Add note of Direct3D9 bool shader constants possibly having no effect.
|
vor 12 Jahren |
|
Model.cpp
|
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'.
|
vor 12 Jahren |
|
Model.h
|
bb56ee95d2
Added support for DelayedExecute() from free script functions. This allows calling free functions in the same script module as delayed.
|
vor 12 Jahren |
|
OcclusionBuffer.cpp
|
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'.
|
vor 12 Jahren |
|
OcclusionBuffer.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'.
|
vor 12 Jahren |
|
Octree.cpp
|
712345aa56
Added log macros with formatting. Closes #114.
|
vor 12 Jahren |
|
Octree.h
|
c1e03c48db
Combine octree update & reinsertion queuing.
|
vor 12 Jahren |
|
OctreeQuery.cpp
|
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'.
|
vor 12 Jahren |
|
OctreeQuery.h
|
b496594203
Update credits. Normalize whitespace.
|
vor 12 Jahren |
|
ParticleEmitter.cpp
|
7e542be196
Added Save function to ParticleEmitter, which dumps the parameters as XML. Added menu items to editor to load/save ParticleEmitter parameters. Closes #51.
|
vor 12 Jahren |
|
ParticleEmitter.h
|
7e542be196
Added Save function to ParticleEmitter, which dumps the parameters as XML. Added menu items to editor to load/save ParticleEmitter parameters. Closes #51.
|
vor 12 Jahren |
|
RenderPath.cpp
|
dcb39bf810
Add note of Direct3D9 bool shader constants possibly having no effect.
|
vor 12 Jahren |
|
RenderPath.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'.
|
vor 12 Jahren |
|
RenderSurface.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'.
|
vor 12 Jahren |
|
Renderer.cpp
|
840d50ce0d
Allow to force FreeType autohinting (old 2.3 version behavior.) Reload font faces when global font settings changed.
|
vor 12 Jahren |
|
Renderer.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'.
|
vor 12 Jahren |
|
Shader.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'.
|
vor 12 Jahren |
|
ShaderParser.cpp
|
90b5ed494f
Improve data structures used by ShaderParser for less dynamic memory allocation & better performance.
|
vor 12 Jahren |
|
ShaderParser.h
|
90b5ed494f
Improve data structures used by ShaderParser for less dynamic memory allocation & better performance.
|
vor 12 Jahren |
|
ShaderProgram.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'.
|
vor 12 Jahren |
|
ShaderVariation.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'.
|
vor 12 Jahren |
|
Skeleton.cpp
|
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'.
|
vor 12 Jahren |
|
Skeleton.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'.
|
vor 12 Jahren |
|
Skybox.cpp
|
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'.
|
vor 12 Jahren |
|
Skybox.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'.
|
vor 12 Jahren |
|
StaticModel.cpp
|
aa0f72cf65
Added world position & normal to RayQueryResult.
|
vor 12 Jahren |
|
StaticModel.h
|
c057b29dba
Unify how command line options are shown in utilities.
|
vor 12 Jahren |
|
StaticModelGroup.cpp
|
aa0f72cf65
Added world position & normal to RayQueryResult.
|
vor 12 Jahren |
|
StaticModelGroup.h
|
f93a5e4a23
LuaScript library header formatting. Allow parameters also for procedural Lua functions. Renamed LuaScriptInstance::Execute() to ExecuteFunction().
|
vor 12 Jahren |
|
Tangent.cpp
|
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'.
|
vor 12 Jahren |
|
Tangent.h
|
32c86e8237
Added necessary include files to not rely on includes in Precompiled.h.
|
vor 12 Jahren |
|
Technique.cpp
|
712345aa56
Added log macros with formatting. Closes #114.
|
vor 12 Jahren |
|
Technique.h
|
1f87bcb9f9
Added HashTable class, which has fixed bucket count and a limited API to optimize for performance.
|
vor 12 Jahren |
|
Terrain.cpp
|
712345aa56
Added log macros with formatting. Closes #114.
|
vor 12 Jahren |
|
Terrain.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'.
|
vor 12 Jahren |
|
TerrainPatch.cpp
|
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.
|
vor 12 Jahren |
|
TerrainPatch.h
|
caf0994b8f
Optimize vector/quaternion Normalize() to a no-op if already at unit length. Changed return value to void.
|
vor 12 Jahren |
|
Texture.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'.
|
vor 12 Jahren |
|
Texture2D.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'.
|
vor 12 Jahren |
|
TextureCube.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'.
|
vor 12 Jahren |
|
VertexBuffer.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'.
|
vor 12 Jahren |
|
VertexDeclaration.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'.
|
vor 12 Jahren |
|
View.cpp
|
79eac917be
Fixed distance update for Drawables for draw distance & shadow draw distance checks. Closes #56.
|
vor 12 Jahren |
|
View.h
|
c20257cdf7
Merged the shaderData_ and worldTransform_ members of Batch & SourceBatch. The idea is that a batch can define multiple world transforms. For static geometry this means instance transforms. For skinned geometry they are bone transforms instead.
|
vor 12 Jahren |
|
Viewport.cpp
|
712345aa56
Added log macros with formatting. Closes #114.
|
vor 12 Jahren |
|
Viewport.h
|
861dfadfa3
Add missing header file.
|
vor 12 Jahren |
|
Zone.cpp
|
caf0994b8f
Optimize vector/quaternion Normalize() to a no-op if already at unit length. Changed return value to void.
|
vor 12 Jahren |
|
Zone.h
|
caf0994b8f
Optimize vector/quaternion Normalize() to a no-op if already at unit length. Changed return value to void.
|
vor 12 Jahren |