| .. |
|
Debug
|
Regenerated global headers (and updated copyright year, again)
|
2015-01-30 22:33:41 +01:00 |
|
Loaders
|
(OBJLoader) Improved code
|
2015-02-24 20:00:40 +01:00 |
|
Resources
|
Merge remote-tracking branch 'origin/Particle-Update'
|
2015-01-19 02:20:28 +01:00 |
|
AbstractBackground.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
AbstractRenderQueue.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
AbstractRenderTechnique.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
AbstractViewer.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
Camera.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
ColorBackground.cpp
|
Replaced (Uber)ShaderLibrary by template class ObjectLibrary
|
2015-01-28 15:49:04 +01:00 |
|
DeferredBloomPass.cpp
|
Replaced (Uber)ShaderLibrary by template class ObjectLibrary
|
2015-01-28 15:49:04 +01:00 |
|
DeferredDOFPass.cpp
|
Replaced (Uber)ShaderLibrary by template class ObjectLibrary
|
2015-01-28 15:49:04 +01:00 |
|
DeferredFXAAPass.cpp
|
Replaced (Uber)ShaderLibrary by template class ObjectLibrary
|
2015-01-28 15:49:04 +01:00 |
|
DeferredFinalPass.cpp
|
Replaced (Uber)ShaderLibrary by template class ObjectLibrary
|
2015-01-28 15:49:04 +01:00 |
|
DeferredFogPass.cpp
|
Added a static New method to RefCounted-derived classes
|
2015-01-25 23:41:09 +01:00 |
|
DeferredForwardPass.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
DeferredGeometryPass.cpp
|
Fixed outdated comment
|
2015-02-06 13:57:58 +01:00 |
|
DeferredPhongLightingPass.cpp
|
Replaced (Uber)ShaderLibrary by template class ObjectLibrary
|
2015-01-28 15:49:04 +01:00 |
|
DeferredRenderPass.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
DeferredRenderQueue.cpp
|
Merge remote-tracking branch 'origin/master' into Resource-Update
|
2015-01-25 19:29:55 +01:00 |
|
DeferredRenderTechnique.cpp
|
Replaced (Uber)ShaderLibrary by template class ObjectLibrary
|
2015-01-28 15:49:04 +01:00 |
|
Drawable.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
ForwardRenderQueue.cpp
|
Merge remote-tracking branch 'origin/master' into Resource-Update
|
2015-01-25 19:29:55 +01:00 |
|
ForwardRenderTechnique.cpp
|
Fixed compile errors introducted in 228ecfe7e5f59d8c4091c3ebfee8190f66cf62ed [formerly 837c414856dbb7b5be20fd745359b3f1e7791c20]
|
2015-01-25 17:19:35 +01:00 |
|
Graphics.cpp
|
Added a Library to most reference-counted classes
|
2015-01-28 18:06:05 +01:00 |
|
GuillotineTextureAtlas.cpp
|
Fixed crash on Utility uninitialisation
|
2015-01-17 22:55:50 +01:00 |
|
Light.cpp
|
Merge remote-tracking branch 'origin/Scene-Update'
|
2015-01-25 16:35:18 +01:00 |
|
LightManager.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
Material.cpp
|
(Material) Set*Map methods now take an object reference...
|
2015-02-18 21:03:17 +01:00 |
|
Model.cpp
|
Merge remote-tracking branch 'origin/master' into Resource-Update
|
2015-01-25 19:29:55 +01:00 |
|
ParticleController.cpp
|
Added a Library to most reference-counted classes
|
2015-01-28 18:06:05 +01:00 |
|
ParticleDeclaration.cpp
|
Added a Library to most reference-counted classes
|
2015-01-28 18:06:05 +01:00 |
|
ParticleEmitter.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
ParticleGenerator.cpp
|
Added a Library to most reference-counted classes
|
2015-01-28 18:06:05 +01:00 |
|
ParticleMapper.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
ParticleRenderer.cpp
|
Added a Library to most reference-counted classes
|
2015-01-28 18:06:05 +01:00 |
|
ParticleSystem.cpp
|
Merge remote-tracking branch 'origin/Scene-Update'
|
2015-01-25 16:35:18 +01:00 |
|
RenderTechniques.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
Scene.cpp
|
Fixed missing includes and warnings under VS
|
2015-02-21 15:04:07 +01:00 |
|
SceneNode.cpp
|
(SceneNode) Added Remove() method
|
2015-01-25 23:53:00 +01:00 |
|
SceneRoot.cpp
|
Merge remote-tracking branch 'origin/Scene-Update'
|
2015-01-25 16:35:18 +01:00 |
|
SkeletalModel.cpp
|
Fixed potential crash (1500th commit, yay)
|
2015-02-07 19:15:22 +01:00 |
|
SkinningManager.cpp
|
Added a static New method to RefCounted-derived classes
|
2015-01-25 23:41:09 +01:00 |
|
SkyboxBackground.cpp
|
Updated copyright year
|
2015-01-21 20:53:01 +01:00 |
|
Sprite.cpp
|
Added a static New method to RefCounted-derived classes
|
2015-01-25 23:41:09 +01:00 |
|
TextSprite.cpp
|
(TextSprite) Changed error message
|
2015-03-18 13:04:12 +01:00 |
|
TextureBackground.cpp
|
Replaced (Uber)ShaderLibrary by template class ObjectLibrary
|
2015-01-28 15:49:04 +01:00 |
|
View.cpp
|
(View) Fixed missing implementation of GetSize
|
2015-03-18 21:57:02 +01:00 |