2
0
Lasse Öörni c710fb4ef6 Further optimization of network updates. Use a HashMap to store replicated and local nodes and components separately. Query depended on scene nodes only once per network frame, not per user. Cache the network attribute infos to Serializable. 13 жил өмнө
..
Direct3D9 7ea084bc4b Added missing DebugNew.h includes. 13 жил өмнө
OpenGL 7ea084bc4b Added missing DebugNew.h includes. 13 жил өмнө
AnimatedModel.cpp 1cf5d99d44 Optimized network server operation by using HashMap instead of Map where applicable and by querying Serializable attributes once per network frame, instead of per user. 13 жил өмнө
AnimatedModel.h a5681746e1 Added brief documentation on skeletal animation. 14 жил өмнө
Animation.cpp cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Animation.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
AnimationController.cpp c48f640a18 Changed several structures to HashMap / HashSet for better performance. 13 жил өмнө
AnimationController.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
AnimationState.cpp 8a5274b596 Further refactoring of the Joint API. Now position & axis are specified in the local space of the own rigid body. 13 жил өмнө
AnimationState.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Batch.cpp af7c5a53fb Renamed GetData() to Data() in the Math library. 14 жил өмнө
Batch.h 0b7e840a30 Restored fullscreen quad method for deferred screen clear for some FPS gain. 14 жил өмнө
BillboardSet.cpp cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
BillboardSet.h 832ad7ebb0 Code cleanup. 14 жил өмнө
CMakeLists.txt c3b1d57a17 Fixed VS2008 build. 14 жил өмнө
Camera.cpp 66f3fd4097 Added function to get API-independent projection matrix. 13 жил өмнө
Camera.h 66f3fd4097 Added function to get API-independent projection matrix. 13 жил өмнө
DebugRenderer.cpp c48f640a18 Changed several structures to HashMap / HashSet for better performance. 13 жил өмнө
DebugRenderer.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Drawable.cpp a85817a355 Reverted to joint world space positioning for reliability. 13 жил өмнө
Drawable.h 0804e9d4ec Sort drawable's lights only if necessary (over the maximum light count.) 14 жил өмнө
DrawableEvents.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
GPUObject.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Geometry.cpp cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Geometry.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Graphics.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
GraphicsDefs.cpp cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
GraphicsDefs.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
GraphicsEvents.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
GraphicsImpl.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
IndexBuffer.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Light.cpp a85817a355 Reverted to joint world space positioning for reliability. 13 жил өмнө
Light.h 139ef6d6e2 Removed the light to light queue map. Instead store the light queue pointer directly to the light. 13 жил өмнө
Material.cpp cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Material.h c48f640a18 Changed several structures to HashMap / HashSet for better performance. 13 жил өмнө
Model.cpp cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Model.h c48f640a18 Changed several structures to HashMap / HashSet for better performance. 13 жил өмнө
OcclusionBuffer.cpp 66f3fd4097 Added function to get API-independent projection matrix. 13 жил өмнө
OcclusionBuffer.h 612a0c2dee Fixed erroneous occlusion culling in orthographic mode. 13 жил өмнө
Octree.cpp a85817a355 Reverted to joint world space positioning for reliability. 13 жил өмнө
Octree.h 1f89e97116 Insert drawable into the proper octant (instead of root) immediately when OnNodeSet() is called. 13 жил өмнө
OctreeQuery.cpp 7ea084bc4b Added missing DebugNew.h includes. 13 жил өмнө
OctreeQuery.h 265d59dfb0 Use occlusion for coarse culling of octants before testing drawable occlusion in worker threads. 13 жил өмнө
ParticleEmitter.cpp cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
ParticleEmitter.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
PostProcess.cpp 7ea084bc4b Added missing DebugNew.h includes. 13 жил өмнө
PostProcess.h c48f640a18 Changed several structures to HashMap / HashSet for better performance. 13 жил өмнө
Precompiled.cpp cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Precompiled.h 50226cfdb0 Started work toward Unicode compatibility. 14 жил өмнө
RenderSurface.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Renderer.cpp 66f3fd4097 Added function to get API-independent projection matrix. 13 жил өмнө
Renderer.h c48f640a18 Changed several structures to HashMap / HashSet for better performance. 13 жил өмнө
Shader.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
ShaderProgram.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
ShaderVariation.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Skeleton.cpp af7c5a53fb Renamed GetData() to Data() in the Math library. 14 жил өмнө
Skeleton.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Skybox.cpp 7ea084bc4b Added missing DebugNew.h includes. 13 жил өмнө
Skybox.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
StaticModel.cpp cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
StaticModel.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Technique.cpp 7ea084bc4b Added missing DebugNew.h includes. 13 жил өмнө
Technique.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Texture.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
Texture2D.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
TextureCube.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
VertexBuffer.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
VertexDeclaration.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө
View.cpp c710fb4ef6 Further optimization of network updates. Use a HashMap to store replicated and local nodes and components separately. Query depended on scene nodes only once per network frame, not per user. Cache the network attribute infos to Serializable. 13 жил өмнө
View.h 139ef6d6e2 Removed the light to light queue map. Instead store the light queue pointer directly to the light. 13 жил өмнө
Viewport.cpp 7ea084bc4b Added missing DebugNew.h includes. 13 жил өмнө
Viewport.h 139ef6d6e2 Removed the light to light queue map. Instead store the light queue pointer directly to the light. 13 жил өмнө
Zone.cpp 7ea084bc4b Added missing DebugNew.h includes. 13 жил өмнө
Zone.h cc3ee34f58 Increased occlusion buffer depth bias. 14 жил өмнө