Lasse Öörni 34df8b5e82 Fixed headless mode. 12 years ago
..
Direct3D9 6a7ffdcd19 Updated to newest AssImp from git repository. 12 years ago
OpenGL 5830f0e5d1 Convention change: prefer Enabled instead of Active where possible. 13 years ago
AnimatedModel.cpp 34df8b5e82 Fixed headless mode. 12 years ago
AnimatedModel.h 34df8b5e82 Fixed headless mode. 12 years ago
Animation.cpp 34df8b5e82 Fixed headless mode. 12 years ago
Animation.h c55c9cf064 Exposed AnimationTriggerPoint to script. 13 years ago
AnimationController.cpp 3cbf2cd402 Detach AnimationController & ParticleEmitter from the scene post-update when disabled. 13 years ago
AnimationController.h 3539fcd26e Improved the final error message printed when an include file is missing. 12 years ago
AnimationState.cpp a40fead7dc Updated license for the new year. 13 years ago
AnimationState.h a40fead7dc Updated license for the new year. 13 years ago
Batch.cpp a40fead7dc Updated license for the new year. 13 years ago
Batch.h a40fead7dc Updated license for the new year. 13 years ago
BillboardSet.cpp af8825047a Started work on node/component enable & disable. 13 years ago
BillboardSet.h a40fead7dc Updated license for the new year. 13 years ago
CMakeLists.txt ff564d3360 Switched to GLEW library for OpenGL extensions. 13 years ago
Camera.cpp 9be174c473 Disabled Camera does not render. 13 years ago
Camera.h c55c9cf064 Exposed AnimationTriggerPoint to script. 13 years ago
CustomGeometry.cpp af8825047a Started work on node/component enable & disable. 13 years ago
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 years ago
DebugRenderer.cpp a40fead7dc Updated license for the new year. 13 years ago
DebugRenderer.h a40fead7dc Updated license for the new year. 13 years ago
DecalSet.cpp f226c4bc4a Added equality operators for Matrix classes. 12 years ago
DecalSet.h 1930041147 Optimization: DecalSet & ScriptInstance unsubscribe from scene update when disabled. 12 years ago
Drawable.cpp d35f3b5035 Removed duplicate error message from ScriptCompiler when script compilation fails. 13 years ago
Drawable.h af8825047a Started work on node/component enable & disable. 13 years ago
DrawableEvents.h a40fead7dc Updated license for the new year. 13 years ago
GPUObject.h a40fead7dc Updated license for the new year. 13 years ago
Geometry.cpp a40fead7dc Updated license for the new year. 13 years ago
Geometry.h a40fead7dc Updated license for the new year. 13 years ago
Graphics.h a40fead7dc Updated license for the new year. 13 years ago
GraphicsDefs.cpp a40fead7dc Updated license for the new year. 13 years ago
GraphicsDefs.h b2645460ef Refactored view queuing in Renderer. 13 years ago
GraphicsEvents.h b2645460ef Refactored view queuing in Renderer. 13 years ago
GraphicsImpl.h a40fead7dc Updated license for the new year. 13 years ago
IndexBuffer.h a40fead7dc Updated license for the new year. 13 years ago
Light.cpp d35f3b5035 Removed duplicate error message from ScriptCompiler when script compilation fails. 13 years ago
Light.h a40fead7dc Updated license for the new year. 13 years ago
Material.cpp 34df8b5e82 Fixed headless mode. 12 years ago
Material.h 245e678fd6 Refactored resource dependency tracking. 13 years ago
Model.cpp 34df8b5e82 Fixed headless mode. 12 years ago
Model.h a40fead7dc Updated license for the new year. 13 years ago
OcclusionBuffer.cpp a40fead7dc Updated license for the new year. 13 years ago
OcclusionBuffer.h a40fead7dc Updated license for the new year. 13 years ago
Octree.cpp af8825047a Started work on node/component enable & disable. 13 years ago
Octree.h 4e836e574f Migrated to AngelScript 2.26.1 WIP. 13 years ago
OctreeQuery.cpp af8825047a Started work on node/component enable & disable. 13 years ago
OctreeQuery.h a40fead7dc Updated license for the new year. 13 years ago
ParticleEmitter.cpp 895f909297 Include cleanup. 12 years ago
ParticleEmitter.h 3cbf2cd402 Detach AnimationController & ParticleEmitter from the scene post-update when disabled. 13 years ago
Precompiled.cpp a40fead7dc Updated license for the new year. 13 years ago
Precompiled.h a40fead7dc Updated license for the new year. 13 years ago
RenderPath.cpp 34df8b5e82 Fixed headless mode. 12 years ago
RenderPath.h 5830f0e5d1 Convention change: prefer Enabled instead of Active where possible. 13 years ago
RenderSurface.h a40fead7dc Updated license for the new year. 13 years ago
Renderer.cpp 6b6ab3da74 Fixed sRGB flag in renderpath RT definitions not being taken into account. 13 years ago
Renderer.h 6b6ab3da74 Fixed sRGB flag in renderpath RT definitions not being taken into account. 13 years ago
Shader.h a40fead7dc Updated license for the new year. 13 years ago
ShaderParser.cpp a40fead7dc Updated license for the new year. 13 years ago
ShaderParser.h a40fead7dc Updated license for the new year. 13 years ago
ShaderProgram.h a40fead7dc Updated license for the new year. 13 years ago
ShaderVariation.h a40fead7dc Updated license for the new year. 13 years ago
Skeleton.cpp 34df8b5e82 Fixed headless mode. 12 years ago
Skeleton.h a40fead7dc Updated license for the new year. 13 years ago
Skybox.cpp a40fead7dc Updated license for the new year. 13 years ago
Skybox.h a40fead7dc Updated license for the new year. 13 years ago
StaticModel.cpp af8825047a Started work on node/component enable & disable. 13 years ago
StaticModel.h a40fead7dc Updated license for the new year. 13 years ago
Tangent.cpp a40fead7dc Updated license for the new year. 13 years ago
Tangent.h a40fead7dc Updated license for the new year. 13 years ago
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. 13 years ago
Technique.h 1ebe4deabd Load shaders per pass when first needed, not to every pass at once. 13 years ago
Terrain.cpp 2a4a089fc1 Detached component is considered as not enabled effectively regardless of its own enabled flag. Tweaked the 'expansion triangle' icon. 13 years ago
Terrain.h af8825047a Started work on node/component enable & disable. 13 years ago
TerrainPatch.cpp a40fead7dc Updated license for the new year. 13 years ago
TerrainPatch.h a40fead7dc Updated license for the new year. 13 years ago
Texture.h a40fead7dc Updated license for the new year. 13 years ago
Texture2D.h a40fead7dc Updated license for the new year. 13 years ago
TextureCube.h a40fead7dc Updated license for the new year. 13 years ago
VertexBuffer.h a40fead7dc Updated license for the new year. 13 years ago
VertexDeclaration.h a40fead7dc Updated license for the new year. 13 years ago
View.cpp 34df8b5e82 Fixed headless mode. 12 years ago
View.h 9d759300fe Added possibility to disable the litbase pass optimization in RenderPath, if an ambient-only pass is needed. 13 years ago
Viewport.cpp 2a4fbcdf54 Removed the old postprocess system. Instead renderpath fragments can be appended. 13 years ago
Viewport.h 2a4fbcdf54 Removed the old postprocess system. Instead renderpath fragments can be appended. 13 years ago
Zone.cpp d35f3b5035 Removed duplicate error message from ScriptCompiler when script compilation fails. 13 years ago
Zone.h af8825047a Started work on node/component enable & disable. 13 years ago