| .. |
|
Direct3D9
|
245e678fd6
Refactored resource dependency tracking.
|
13 jaren geleden |
|
OpenGL
|
ff564d3360
Switched to GLEW library for OpenGL extensions.
|
13 jaren geleden |
|
AnimatedModel.cpp
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 jaren geleden |
|
AnimatedModel.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Animation.cpp
|
c55c9cf064
Exposed AnimationTriggerPoint to script.
|
13 jaren geleden |
|
Animation.h
|
c55c9cf064
Exposed AnimationTriggerPoint to script.
|
13 jaren geleden |
|
AnimationController.cpp
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 jaren geleden |
|
AnimationController.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
AnimationState.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
AnimationState.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Batch.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Batch.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
BillboardSet.cpp
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 jaren geleden |
|
BillboardSet.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
CMakeLists.txt
|
ff564d3360
Switched to GLEW library for OpenGL extensions.
|
13 jaren geleden |
|
Camera.cpp
|
c55c9cf064
Exposed AnimationTriggerPoint to script.
|
13 jaren geleden |
|
Camera.h
|
c55c9cf064
Exposed AnimationTriggerPoint to script.
|
13 jaren geleden |
|
CustomGeometry.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
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 jaren geleden |
|
DebugRenderer.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
DebugRenderer.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
DecalSet.cpp
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 jaren geleden |
|
DecalSet.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Drawable.cpp
|
3002776ea4
Fixed incorrect octree insertion of drawables in some cases (eg. large terrain.)
|
13 jaren geleden |
|
Drawable.h
|
115a81c75a
Fixed incorrect weak pointer manipulation (Drawable's cached Zone) from worker threads, which caused a memory leak.
|
13 jaren geleden |
|
DrawableEvents.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
GPUObject.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Geometry.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Geometry.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Graphics.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
GraphicsDefs.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
GraphicsDefs.h
|
b2645460ef
Refactored view queuing in Renderer.
|
13 jaren geleden |
|
GraphicsEvents.h
|
b2645460ef
Refactored view queuing in Renderer.
|
13 jaren geleden |
|
GraphicsImpl.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
IndexBuffer.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Light.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Light.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Material.cpp
|
741badfade
Fixed the ScriptFile to prevent it from amending the path for include file unnecessarily and added a new error log to help identifying script file that have problematic include. Refactored ListView to support persistent expand/collapse state at each parent item in hierarchy mode, the exposed API is slightly changed. Renamed 'Scene Hierarchy' window to just 'Hierarchy' in the Editor app in preparation for future work, also created new function to differentiate between scene creation and scene reset.
|
13 jaren geleden |
|
Material.h
|
245e678fd6
Refactored resource dependency tracking.
|
13 jaren geleden |
|
Model.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Model.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
OcclusionBuffer.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
OcclusionBuffer.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Octree.cpp
|
55f249e548
Automatically show compatible script object variables as ScriptInstance attributes and file-serialize them.
|
13 jaren geleden |
|
Octree.h
|
4e836e574f
Migrated to AngelScript 2.26.1 WIP.
|
13 jaren geleden |
|
OctreeQuery.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
OctreeQuery.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
ParticleEmitter.cpp
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 jaren geleden |
|
ParticleEmitter.h
|
ed272d2aa7
Fixed sphere particle emitter always having zero radius.
|
13 jaren geleden |
|
Precompiled.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Precompiled.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
RenderPath.cpp
|
3dc3c836a6
Applied patch from weitjong, which improves OSX/iOS build, and removes dead code.
|
13 jaren geleden |
|
RenderPath.h
|
3dc3c836a6
Applied patch from weitjong, which improves OSX/iOS build, and removes dead code.
|
13 jaren geleden |
|
RenderSurface.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Renderer.cpp
|
8461f151d5
Removed redundant comment.
|
13 jaren geleden |
|
Renderer.h
|
b2645460ef
Refactored view queuing in Renderer.
|
13 jaren geleden |
|
Shader.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
ShaderParser.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
ShaderParser.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
ShaderProgram.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
ShaderVariation.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Skeleton.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Skeleton.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Skybox.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Skybox.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
StaticModel.cpp
|
cbc5ccbe58
Fixed wrong signature for ReplaceExtension() function in script.
|
13 jaren geleden |
|
StaticModel.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Tangent.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Tangent.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Technique.cpp
|
55681dc55a
Applied patch from weitjong.
|
13 jaren geleden |
|
Technique.h
|
1ebe4deabd
Load shaders per pass when first needed, not to every pass at once.
|
13 jaren geleden |
|
Terrain.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Terrain.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
TerrainPatch.cpp
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
TerrainPatch.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Texture.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
Texture2D.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
TextureCube.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
VertexBuffer.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
VertexDeclaration.h
|
a40fead7dc
Updated license for the new year.
|
13 jaren geleden |
|
View.cpp
|
74c01e7da5
Added compiled AngelScript bytecode support.
|
13 jaren geleden |
|
View.h
|
9d759300fe
Added possibility to disable the litbase pass optimization in RenderPath, if an ambient-only pass is needed.
|
13 jaren geleden |
|
Viewport.cpp
|
2a4fbcdf54
Removed the old postprocess system. Instead renderpath fragments can be appended.
|
13 jaren geleden |
|
Viewport.h
|
2a4fbcdf54
Removed the old postprocess system. Instead renderpath fragments can be appended.
|
13 jaren geleden |
|
Zone.cpp
|
115a81c75a
Fixed incorrect weak pointer manipulation (Drawable's cached Zone) from worker threads, which caused a memory leak.
|
13 jaren geleden |
|
Zone.h
|
115a81c75a
Fixed incorrect weak pointer manipulation (Drawable's cached Zone) from worker threads, which caused a memory leak.
|
13 jaren geleden |