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-29 02:07:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b8532df921d44bb59d651cb00439dcd7050e5601
0ad
/
source
/
renderer
T
History
janwas
f0e311440e
all functions called via delay-load mechanism now return int (allows closures that can interrupt themselves when time is up)
...
This was SVN commit r2231.
2005-05-03 21:36:57 +00:00
..
AlphaMapCalculator.cpp
…
AlphaMapCalculator.h
…
BlendShapes.h
…
ModelRData.cpp
Optimised game-loading, by not reading terrain textures or calculating bounding boxes when not necessary; maps load about twenty seconds faster (at least in Debug mode). Also fixed possible minor bug (FLT_MIN vs -FLT_MAX) and other trivial things.
2005-02-09 23:19:48 +00:00
ModelRData.h
…
PatchRData.cpp
…
PatchRData.h
…
PlayerRenderer.cpp
Fixed prop player-colouring. Allowed per-object colours. (Coming soon: data to demonstrate it.)
2005-04-07 04:29:07 +00:00
PlayerRenderer.h
…
Renderer.cpp
all functions called via delay-load mechanism now return int (allows closures that can interrupt themselves when time is up)
2005-05-03 21:36:57 +00:00
Renderer.h
all functions called via delay-load mechanism now return int (allows closures that can interrupt themselves when time is up)
2005-05-03 21:36:57 +00:00
SHCoeffs.cpp
…
SHCoeffs.h
…
TransparencyRenderer.cpp
…
TransparencyRenderer.h
…
VertexBuffer.cpp
…
VertexBuffer.h
…
VertexBufferManager.cpp
…
VertexBufferManager.h
…