Lasse Öörni 0380c2d403 Moved a compare outside the OctreeQuery inner loop. há 13 anos atrás
..
Direct3D9 45243975c1 Removed "BeginRendering" profiling block where no significant work is done. Renamed "EndRendering" block to "Present." há 13 anos atrás
OpenGL 45243975c1 Removed "BeginRendering" profiling block where no significant work is done. Renamed "EndRendering" block to "Present." há 13 anos atrás
AnimatedModel.cpp 1a9dced05b Updated to AngelScript 2.23.1 WIP. há 13 anos atrás
AnimatedModel.h a5681746e1 Added brief documentation on skeletal animation. há 14 anos atrás
Animation.cpp cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Animation.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
AnimationController.cpp c48f640a18 Changed several structures to HashMap / HashSet for better performance. há 13 anos atrás
AnimationController.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
AnimationState.cpp 8a5274b596 Further refactoring of the Joint API. Now position & axis are specified in the local space of the own rigid body. há 13 anos atrás
AnimationState.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Batch.cpp af7c5a53fb Renamed GetData() to Data() in the Math library. há 14 anos atrás
Batch.h 0b7e840a30 Restored fullscreen quad method for deferred screen clear for some FPS gain. há 14 anos atrás
BillboardSet.cpp 1a9dced05b Updated to AngelScript 2.23.1 WIP. há 13 anos atrás
BillboardSet.h 832ad7ebb0 Code cleanup. há 14 anos atrás
CMakeLists.txt c3b1d57a17 Fixed VS2008 build. há 14 anos atrás
Camera.cpp 66f3fd4097 Added function to get API-independent projection matrix. há 13 anos atrás
Camera.h 66f3fd4097 Added function to get API-independent projection matrix. há 13 anos atrás
DebugRenderer.cpp c48f640a18 Changed several structures to HashMap / HashSet for better performance. há 13 anos atrás
DebugRenderer.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Drawable.cpp 8d30afc776 Process multiple shadow splits as threaded work items. há 13 anos atrás
Drawable.h 0804e9d4ec Sort drawable's lights only if necessary (over the maximum light count.) há 14 anos atrás
DrawableEvents.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
GPUObject.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Geometry.cpp cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Geometry.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Graphics.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
GraphicsDefs.cpp cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
GraphicsDefs.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
GraphicsEvents.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
GraphicsImpl.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
IndexBuffer.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Light.cpp 1a9dced05b Updated to AngelScript 2.23.1 WIP. há 13 anos atrás
Light.h 139ef6d6e2 Removed the light to light queue map. Instead store the light queue pointer directly to the light. há 13 anos atrás
Material.cpp cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Material.h c48f640a18 Changed several structures to HashMap / HashSet for better performance. há 13 anos atrás
Model.cpp cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Model.h c48f640a18 Changed several structures to HashMap / HashSet for better performance. há 13 anos atrás
OcclusionBuffer.cpp 66f3fd4097 Added function to get API-independent projection matrix. há 13 anos atrás
OcclusionBuffer.h 612a0c2dee Fixed erroneous occlusion culling in orthographic mode. há 13 anos atrás
Octree.cpp de30801744 Removed manual unrolling. há 13 anos atrás
Octree.h 1a9dced05b Updated to AngelScript 2.23.1 WIP. há 13 anos atrás
OctreeQuery.cpp 0380c2d403 Moved a compare outside the OctreeQuery inner loop. há 13 anos atrás
OctreeQuery.h 2bde036977 Moved drawable iteration inside the OctreeQuery virtual function. há 13 anos atrás
ParticleEmitter.cpp 1a9dced05b Updated to AngelScript 2.23.1 WIP. há 13 anos atrás
ParticleEmitter.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
PostProcess.cpp 7ea084bc4b Added missing DebugNew.h includes. há 13 anos atrás
PostProcess.h c48f640a18 Changed several structures to HashMap / HashSet for better performance. há 13 anos atrás
Precompiled.cpp cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Precompiled.h 50226cfdb0 Started work toward Unicode compatibility. há 14 anos atrás
RenderSurface.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Renderer.cpp 66f3fd4097 Added function to get API-independent projection matrix. há 13 anos atrás
Renderer.h c48f640a18 Changed several structures to HashMap / HashSet for better performance. há 13 anos atrás
Shader.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
ShaderProgram.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
ShaderVariation.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Skeleton.cpp af7c5a53fb Renamed GetData() to Data() in the Math library. há 14 anos atrás
Skeleton.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Skybox.cpp 7ea084bc4b Added missing DebugNew.h includes. há 13 anos atrás
Skybox.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
StaticModel.cpp 1a9dced05b Updated to AngelScript 2.23.1 WIP. há 13 anos atrás
StaticModel.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Technique.cpp 7ea084bc4b Added missing DebugNew.h includes. há 13 anos atrás
Technique.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Texture.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
Texture2D.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
TextureCube.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
VertexBuffer.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
VertexDeclaration.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás
View.cpp 0380c2d403 Moved a compare outside the OctreeQuery inner loop. há 13 anos atrás
View.h 8d30afc776 Process multiple shadow splits as threaded work items. há 13 anos atrás
Viewport.cpp 7ea084bc4b Added missing DebugNew.h includes. há 13 anos atrás
Viewport.h 139ef6d6e2 Removed the light to light queue map. Instead store the light queue pointer directly to the light. há 13 anos atrás
Zone.cpp 7ea084bc4b Added missing DebugNew.h includes. há 13 anos atrás
Zone.h cc3ee34f58 Increased occlusion buffer depth bias. há 14 anos atrás