This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-26 03:46:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8aa016a884dd4e9409bec7b7942e6cd14c759aca
0ad
/
source
/
renderer
T
History
historic_bruno
facd447d0f
Hopefully fixes GCC warning about narrowing conversion in C++11,
fixes
#1851
...
This was SVN commit r13470.
2013-06-11 02:40:49 +00:00
..
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
Use prefix increment operator for iterators (for consistency), refs
#1852
,
#1064
2013-05-22 18:41:13 +00:00
OverlayRenderer.h
Makes some classes NONCOPYABLE, based on patch by Markus, refs
#1852
2013-05-22 21:40:56 +00:00
ParticleRenderer.cpp
…
ParticleRenderer.h
Makes some classes NONCOPYABLE, based on patch by Markus, refs
#1852
2013-05-22 21:40:56 +00:00
PatchRData.cpp
Hopefully fixes GCC warning about narrowing conversion in C++11,
fixes
#1851
2013-06-11 02:40:49 +00:00
PatchRData.h
Slight clean up of the water code. Uses vertex data instead of a texture for foam. Should be faster to generate and render. Still no Atlas support.
2013-04-27 12:20:42 +00:00
PostprocManager.cpp
Fixes some build errors from the OS X 10.5 SDK, refs
#1768
2012-12-18 22:58:34 +00:00
PostprocManager.h
…
Renderer.cpp
Render initial game view during loading screen, to begin loading assets and eliminate ugly terrain blending artifacts. Refs
#1663
2013-02-22 07:32:22 +00:00
Renderer.h
…
RenderModifiers.cpp
…
RenderModifiers.h
…
Scene.cpp
…
Scene.h
…
ShadowMap.cpp
Fixes some build errors from the OS X 10.5 SDK, refs
#1768
2012-12-18 22:58:34 +00:00
ShadowMap.h
…
SkyManager.cpp
…
SkyManager.h
…
TerrainOverlay.cpp
…
TerrainOverlay.h
…
TerrainRenderer.cpp
Make sure to actually prevent Atlas from trying to render coastal waves.
Fixes
#1925
2013-05-01 06:47:49 +00:00
TerrainRenderer.h
…
TexturedLineRData.cpp
…
TexturedLineRData.h
…
TimeManager.cpp
…
TimeManager.h
…
VertexArray.cpp
…
VertexArray.h
…
VertexBuffer.cpp
Fixes memory leak in CVertexBuffer::Release, patch by Markus,
fixes
#1933
2013-05-23 23:16:36 +00:00
VertexBuffer.h
Makes some classes NONCOPYABLE, based on patch by Markus, refs
#1852
2013-05-22 21:40:56 +00:00
VertexBufferManager.cpp
…
VertexBufferManager.h
…
WaterManager.cpp
Fixes a fix about a fix on the waterManager.
Fixes
#1891
2013-05-21 08:55:49 +00:00
WaterManager.h
Slight clean up of the water code. Uses vertex data instead of a texture for foam. Should be faster to generate and render. Still no Atlas support.
2013-04-27 12:20:42 +00:00