Lasse Öörni 4f948028e4 Fixed bounding box center & halfsize not being updated in Octree::Resize(). %!s(int64=13) %!d(string=hai) anos
..
Direct3D9 b065e938a0 Fixed Direct3D shader runtime compiling when path has spaces. %!s(int64=13) %!d(string=hai) anos
OpenGL e6410af3cd Reverted unused variable optimization due to iOS compile error. %!s(int64=13) %!d(string=hai) anos
AnimatedModel.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
AnimatedModel.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Animation.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Animation.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
AnimationController.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
AnimationController.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
AnimationState.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
AnimationState.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Batch.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Batch.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
BillboardSet.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
BillboardSet.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
CMakeLists.txt 92eb073cb7 Applied cmake patch from weitjong. %!s(int64=13) %!d(string=hai) anos
Camera.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Camera.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
CustomGeometry.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
CustomGeometry.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
DebugRenderer.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
DebugRenderer.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
DecalSet.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
DecalSet.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Drawable.cpp 3002776ea4 Fixed incorrect octree insertion of drawables in some cases (eg. large terrain.) %!s(int64=13) %!d(string=hai) anos
Drawable.h 115a81c75a Fixed incorrect weak pointer manipulation (Drawable's cached Zone) from worker threads, which caused a memory leak. %!s(int64=13) %!d(string=hai) anos
DrawableEvents.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
GPUObject.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Geometry.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Geometry.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Graphics.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
GraphicsDefs.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
GraphicsDefs.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
GraphicsEvents.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
GraphicsImpl.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
IndexBuffer.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Light.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Light.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Material.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Material.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Model.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Model.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
OcclusionBuffer.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
OcclusionBuffer.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Octree.cpp 4f948028e4 Fixed bounding box center & halfsize not being updated in Octree::Resize(). %!s(int64=13) %!d(string=hai) anos
Octree.h 3002776ea4 Fixed incorrect octree insertion of drawables in some cases (eg. large terrain.) %!s(int64=13) %!d(string=hai) anos
OctreeQuery.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
OctreeQuery.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
ParticleEmitter.cpp ed272d2aa7 Fixed sphere particle emitter always having zero radius. %!s(int64=13) %!d(string=hai) anos
ParticleEmitter.h ed272d2aa7 Fixed sphere particle emitter always having zero radius. %!s(int64=13) %!d(string=hai) anos
Precompiled.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Precompiled.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
RenderPath.cpp 3dc3c836a6 Applied patch from weitjong, which improves OSX/iOS build, and removes dead code. %!s(int64=13) %!d(string=hai) anos
RenderPath.h 3dc3c836a6 Applied patch from weitjong, which improves OSX/iOS build, and removes dead code. %!s(int64=13) %!d(string=hai) anos
RenderSurface.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Renderer.cpp 1ebe4deabd Load shaders per pass when first needed, not to every pass at once. %!s(int64=13) %!d(string=hai) anos
Renderer.h 1ebe4deabd Load shaders per pass when first needed, not to every pass at once. %!s(int64=13) %!d(string=hai) anos
Shader.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
ShaderParser.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
ShaderParser.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
ShaderProgram.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
ShaderVariation.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Skeleton.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Skeleton.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Skybox.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Skybox.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
StaticModel.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
StaticModel.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Tangent.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Tangent.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Technique.cpp 55681dc55a Applied patch from weitjong. %!s(int64=13) %!d(string=hai) anos
Technique.h 1ebe4deabd Load shaders per pass when first needed, not to every pass at once. %!s(int64=13) %!d(string=hai) anos
Terrain.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Terrain.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
TerrainPatch.cpp a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
TerrainPatch.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Texture.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
Texture2D.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
TextureCube.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
VertexBuffer.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
VertexDeclaration.h a40fead7dc Updated license for the new year. %!s(int64=13) %!d(string=hai) anos
View.cpp 115a81c75a Fixed incorrect weak pointer manipulation (Drawable's cached Zone) from worker threads, which caused a memory leak. %!s(int64=13) %!d(string=hai) anos
View.h 9d759300fe Added possibility to disable the litbase pass optimization in RenderPath, if an ambient-only pass is needed. %!s(int64=13) %!d(string=hai) anos
Viewport.cpp 2a4fbcdf54 Removed the old postprocess system. Instead renderpath fragments can be appended. %!s(int64=13) %!d(string=hai) anos
Viewport.h 2a4fbcdf54 Removed the old postprocess system. Instead renderpath fragments can be appended. %!s(int64=13) %!d(string=hai) anos
Zone.cpp 115a81c75a Fixed incorrect weak pointer manipulation (Drawable's cached Zone) from worker threads, which caused a memory leak. %!s(int64=13) %!d(string=hai) anos
Zone.h 115a81c75a Fixed incorrect weak pointer manipulation (Drawable's cached Zone) from worker threads, which caused a memory leak. %!s(int64=13) %!d(string=hai) anos