This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
a19
0ad
/
source
/
renderer
T
History
wraitii
9357cce112
Math is hard
...
This was SVN commit r17242.
2015-11-12 17:32:33 +00:00
..
scripting
…
AlphaMapCalculator.cpp
…
AlphaMapCalculator.h
…
BlendShapes.h
…
DecalRData.cpp
…
DecalRData.h
…
HWLightingModelRenderer.cpp
…
HWLightingModelRenderer.h
…
InstancingModelRenderer.cpp
…
InstancingModelRenderer.h
…
MikktspaceWrap.cpp
…
MikktspaceWrap.h
…
ModelRenderer.cpp
…
ModelRenderer.h
…
ModelVertexRenderer.h
…
OverlayRenderer.cpp
Allow sprites to have color multiplication, which allows player-colored bars. Patch by Vladislav.
Fixes
#3233
2015-06-04 12:16:52 +00:00
OverlayRenderer.h
…
ParticleRenderer.cpp
…
ParticleRenderer.h
…
PatchRData.cpp
Math is hard
2015-11-12 17:32:33 +00:00
PatchRData.h
…
PostprocManager.cpp
Range-based for for VfsPath loops.
2015-07-29 23:44:12 +00:00
PostprocManager.h
Some const refs and one const function.
2015-07-27 01:08:25 +00:00
Renderer.cpp
Fixes inconsistencies in spelling of colour/color by preferring "color" (only wxWidgets remains with some API that requires "colour"),
fixes
#1029
.
2015-03-15 23:59:48 +00:00
Renderer.h
…
RenderModifiers.cpp
Fixes inconsistencies in spelling of colour/color by preferring "color" (only wxWidgets remains with some API that requires "colour"),
fixes
#1029
.
2015-03-15 23:59:48 +00:00
RenderModifiers.h
…
Scene.cpp
…
Scene.h
…
ShadowMap.cpp
…
ShadowMap.h
…
SilhouetteRenderer.cpp
Fixes inconsistencies in spelling of colour/color by preferring "color" (only wxWidgets remains with some API that requires "colour"),
fixes
#1029
.
2015-03-15 23:59:48 +00:00
SilhouetteRenderer.h
…
SkyManager.cpp
…
SkyManager.h
…
TerrainOverlay.cpp
Replace some functor structs with lambdas, closures or range-based fors.
2015-08-19 03:33:04 +00:00
TerrainOverlay.h
New long-range pathfinder.
2015-06-12 18:58:24 +00:00
TerrainRenderer.cpp
New long-range pathfinder.
2015-06-12 18:58:24 +00:00
TerrainRenderer.h
…
TexturedLineRData.cpp
…
TexturedLineRData.h
…
TimeManager.cpp
…
TimeManager.h
…
VertexArray.cpp
…
VertexArray.h
…
VertexBuffer.cpp
Fixes missing newlines in debug_printf, patch by elexis,
fixes
#3056
2015-04-12 19:38:31 +00:00
VertexBuffer.h
…
VertexBufferManager.cpp
…
VertexBufferManager.h
…
WaterManager.cpp
Clean up some unused variables and assignments.
2015-05-26 15:40:07 +00:00
WaterManager.h
…