Lasse Öörni 606d374936 Added GetWorldBoundingBox() to CollisionShape. 12 éve
..
Direct3D9 6a7ffdcd19 Updated to newest AssImp from git repository. 12 éve
OpenGL 5830f0e5d1 Convention change: prefer Enabled instead of Active where possible. 12 éve
AnimatedModel.cpp 712de11c99 Debug draw UI-elements in Editor. 12 éve
AnimatedModel.h 34df8b5e82 Fixed headless mode. 12 éve
Animation.cpp 34df8b5e82 Fixed headless mode. 12 éve
Animation.h c55c9cf064 Exposed AnimationTriggerPoint to script. 13 éve
AnimationController.cpp 3cbf2cd402 Detach AnimationController & ParticleEmitter from the scene post-update when disabled. 12 éve
AnimationController.h 3539fcd26e Improved the final error message printed when an include file is missing. 12 éve
AnimationState.cpp a40fead7dc Updated license for the new year. 13 éve
AnimationState.h a40fead7dc Updated license for the new year. 13 éve
Batch.cpp a40fead7dc Updated license for the new year. 13 éve
Batch.h a40fead7dc Updated license for the new year. 13 éve
BillboardSet.cpp af8825047a Started work on node/component enable & disable. 12 éve
BillboardSet.h a40fead7dc Updated license for the new year. 13 éve
CMakeLists.txt ff564d3360 Switched to GLEW library for OpenGL extensions. 12 éve
Camera.cpp 9be174c473 Disabled Camera does not render. 12 éve
Camera.h c55c9cf064 Exposed AnimationTriggerPoint to script. 13 éve
CustomGeometry.cpp af8825047a Started work on node/component enable & disable. 12 éve
CustomGeometry.h cddaa40080 Fixed ScriptInstance.cpp to compile under GCC and LLVM. Better Eclipse build environment setup. General code cleanup. During Editor startup, resets scene when loading requested scene from file specified by the parameter fails. 13 éve
DebugRenderer.cpp a40fead7dc Updated license for the new year. 13 éve
DebugRenderer.h a40fead7dc Updated license for the new year. 13 éve
DecalSet.cpp f226c4bc4a Added equality operators for Matrix classes. 12 éve
DecalSet.h 1930041147 Optimization: DecalSet & ScriptInstance unsubscribe from scene update when disabled. 12 éve
Drawable.cpp 712de11c99 Debug draw UI-elements in Editor. 12 éve
Drawable.h 606d374936 Added GetWorldBoundingBox() to CollisionShape. 12 éve
DrawableEvents.h a40fead7dc Updated license for the new year. 13 éve
GPUObject.h a40fead7dc Updated license for the new year. 13 éve
Geometry.cpp a40fead7dc Updated license for the new year. 13 éve
Geometry.h a40fead7dc Updated license for the new year. 13 éve
Graphics.h a40fead7dc Updated license for the new year. 13 éve
GraphicsDefs.cpp a40fead7dc Updated license for the new year. 13 éve
GraphicsDefs.h b2645460ef Refactored view queuing in Renderer. 13 éve
GraphicsEvents.h b2645460ef Refactored view queuing in Renderer. 13 éve
GraphicsImpl.h a40fead7dc Updated license for the new year. 13 éve
IndexBuffer.h a40fead7dc Updated license for the new year. 13 éve
Light.cpp d35f3b5035 Removed duplicate error message from ScriptCompiler when script compilation fails. 12 éve
Light.h a40fead7dc Updated license for the new year. 13 éve
Material.cpp 34df8b5e82 Fixed headless mode. 12 éve
Material.h 245e678fd6 Refactored resource dependency tracking. 13 éve
Model.cpp 606d374936 Added GetWorldBoundingBox() to CollisionShape. 12 éve
Model.h 606d374936 Added GetWorldBoundingBox() to CollisionShape. 12 éve
OcclusionBuffer.cpp a40fead7dc Updated license for the new year. 13 éve
OcclusionBuffer.h a40fead7dc Updated license for the new year. 13 éve
Octree.cpp af8825047a Started work on node/component enable & disable. 12 éve
Octree.h 606d374936 Added GetWorldBoundingBox() to CollisionShape. 12 éve
OctreeQuery.cpp af8825047a Started work on node/component enable & disable. 12 éve
OctreeQuery.h a40fead7dc Updated license for the new year. 13 éve
ParticleEmitter.cpp 895f909297 Include cleanup. 12 éve
ParticleEmitter.h 3cbf2cd402 Detach AnimationController & ParticleEmitter from the scene post-update when disabled. 12 éve
Precompiled.cpp a40fead7dc Updated license for the new year. 13 éve
Precompiled.h a40fead7dc Updated license for the new year. 13 éve
RenderPath.cpp 34df8b5e82 Fixed headless mode. 12 éve
RenderPath.h 5830f0e5d1 Convention change: prefer Enabled instead of Active where possible. 12 éve
RenderSurface.h a40fead7dc Updated license for the new year. 13 éve
Renderer.cpp 6b6ab3da74 Fixed sRGB flag in renderpath RT definitions not being taken into account. 12 éve
Renderer.h 6b6ab3da74 Fixed sRGB flag in renderpath RT definitions not being taken into account. 12 éve
Shader.h a40fead7dc Updated license for the new year. 13 éve
ShaderParser.cpp a40fead7dc Updated license for the new year. 13 éve
ShaderParser.h a40fead7dc Updated license for the new year. 13 éve
ShaderProgram.h a40fead7dc Updated license for the new year. 13 éve
ShaderVariation.h a40fead7dc Updated license for the new year. 13 éve
Skeleton.cpp 34df8b5e82 Fixed headless mode. 12 éve
Skeleton.h a40fead7dc Updated license for the new year. 13 éve
Skybox.cpp a40fead7dc Updated license for the new year. 13 éve
Skybox.h a40fead7dc Updated license for the new year. 13 éve
StaticModel.cpp af8825047a Started work on node/component enable & disable. 12 éve
StaticModel.h a40fead7dc Updated license for the new year. 13 éve
Tangent.cpp a40fead7dc Updated license for the new year. 13 éve
Tangent.h a40fead7dc Updated license for the new year. 13 éve
Technique.cpp 5160610e25 Refactored freely rotating / scaling UIElements into a separate Sprite class; removed rotation from the base class as it would not work correctly with element hierarchies in most cases. 12 éve
Technique.h 1ebe4deabd Load shaders per pass when first needed, not to every pass at once. 13 éve
Terrain.cpp 2a4a089fc1 Detached component is considered as not enabled effectively regardless of its own enabled flag. Tweaked the 'expansion triangle' icon. 12 éve
Terrain.h af8825047a Started work on node/component enable & disable. 12 éve
TerrainPatch.cpp a40fead7dc Updated license for the new year. 13 éve
TerrainPatch.h a40fead7dc Updated license for the new year. 13 éve
Texture.h a40fead7dc Updated license for the new year. 13 éve
Texture2D.h a40fead7dc Updated license for the new year. 13 éve
TextureCube.h a40fead7dc Updated license for the new year. 13 éve
VertexBuffer.h a40fead7dc Updated license for the new year. 13 éve
VertexDeclaration.h a40fead7dc Updated license for the new year. 13 éve
View.cpp 34df8b5e82 Fixed headless mode. 12 éve
View.h 9d759300fe Added possibility to disable the litbase pass optimization in RenderPath, if an ambient-only pass is needed. 13 éve
Viewport.cpp 2a4fbcdf54 Removed the old postprocess system. Instead renderpath fragments can be appended. 13 éve
Viewport.h 2a4fbcdf54 Removed the old postprocess system. Instead renderpath fragments can be appended. 13 éve
Zone.cpp d35f3b5035 Removed duplicate error message from ScriptCompiler when script compilation fails. 12 éve
Zone.h af8825047a Started work on node/component enable & disable. 12 éve