0ad/source/terrain
2004-04-13 11:09:36 +00:00
..
AABBTree.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
AlphaMapCalculator.cpp New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
AlphaMapCalculator.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
BlendShapes.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
Bound.cpp Initial revision. 2003-11-25 18:34:05 +00:00
Bound.h Initial revision. 2003-11-25 18:34:05 +00:00
Camera.cpp "../ps/<file>" => "<file>" ... part not needed 2003-12-01 07:07:58 +00:00
Camera.h .H => .h, compatability update for case-sensitive platforms 2003-11-24 22:52:23 +00:00
Color.h Initial revision. 2003-11-25 18:34:05 +00:00
Frustum.cpp Minor changes for const-ness. 2003-11-25 18:35:43 +00:00
Frustum.h Minor changes for const-ness. 2003-11-25 18:35:43 +00:00
HBV.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
LightEnv.h Initial revision. 2003-11-25 18:34:05 +00:00
MathUtil.h minor changes (mainly header rename) for lib overhaul 2004-03-02 23:54:51 +00:00
Matrix3D.cpp Reference to temporary, *= should return reference to this 2003-11-27 19:06:11 +00:00
Matrix3D.h operator(row,col) added. 2003-11-25 20:07:09 +00:00
MiniPatch.cpp .H => .h, compatability update for case-sensitive platforms 2003-11-24 22:52:23 +00:00
MiniPatch.h minor changes (mainly header rename) for lib overhaul 2004-03-02 23:54:51 +00:00
Model.cpp Initial revision. 2003-11-25 18:34:05 +00:00
Model.h Initial revision. 2003-11-25 18:34:05 +00:00
ModelDef.cpp Initial revision. 2003-11-25 18:34:05 +00:00
ModelDef.h Initial revision. 2003-11-25 18:34:05 +00:00
ModelFile.cpp Initial revision. 2003-11-25 18:34:05 +00:00
ModelFile.h Initial revision. 2003-11-25 18:34:05 +00:00
ModelRData.cpp New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
ModelRData.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
Particle.cpp Altered to better comply with coding standards. 2004-03-08 20:21:46 +00:00
Particle.h Altered to better comply with coding standards. 2004-03-08 20:21:46 +00:00
ParticleEmitter.cpp Altered to better comply with coding standards. 2004-03-08 20:21:46 +00:00
ParticleEmitter.h Altered to better comply with coding standards. 2004-03-08 20:21:46 +00:00
Patch.cpp just moved the variable declaration out of the for loops when the same was used twice. vc6 doesn't like it since it doesn't scope the for-header. 2003-12-27 07:24:41 +00:00
Patch.h Modified to use CBound class. 2003-11-25 20:09:57 +00:00
PatchRData.cpp New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
PatchRData.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
Plane.cpp Linux Compat, lots of const qualifiers, unused windows includes in 2003-11-25 02:15:59 +00:00
Plane.h Linux Compat, lots of const qualifiers, unused windows includes in 2003-11-25 02:15:59 +00:00
Quaternion.cpp Initial revision. 2003-11-25 18:34:05 +00:00
Quaternion.h Initial revision. 2003-11-25 18:34:05 +00:00
RenderableObject.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
Renderer.cpp minor changes (mainly header rename) for lib overhaul 2004-03-02 23:54:51 +00:00
Renderer.h Extended renderer interface, added basic CModel rendering. 2003-11-25 20:14:34 +00:00
SHCoeffs.cpp Initial revision. 2003-11-25 18:34:05 +00:00
SHCoeffs.h Initial revision. 2003-11-25 18:34:05 +00:00
Sprite.cpp Altered to better comply with coding standards. 2004-03-08 20:21:46 +00:00
Sprite.h Altered to better comply with coding standards. 2004-03-08 20:21:46 +00:00
Terrain.cpp minor changes (mainly header rename) for lib overhaul 2004-03-02 23:54:51 +00:00
Terrain.h Changes to terrain initialisation and lighting. 2003-11-25 20:13:39 +00:00
terrainMain.cpp minor changes (mainly header rename) for lib overhaul 2004-03-02 23:54:51 +00:00
TerrGlobals.h Updated HEIGHT_SCALE to the actual height scale. 2003-11-25 20:10:25 +00:00
Texture.h minor changes (mainly header rename) for lib overhaul 2004-03-02 23:54:51 +00:00
TextureEntry.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
TextureManager.cpp New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
TextureManager.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
TransparencyRenderer.cpp New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
TransparencyRenderer.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
Triangle.cpp New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
Triangle.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
Types.h .H => .h, compatability update for case-sensitive platforms 2003-11-24 22:52:23 +00:00
Vector3D.cpp Minor changes for const-ness. 2003-11-25 20:11:56 +00:00
Vector3D.h Minor changes for const-ness. 2003-11-25 20:11:56 +00:00
Vector4D.h Initial revision. 2003-11-25 18:34:05 +00:00
Visual.cpp New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00
Visual.h New terrain files from ScEd 0.0.5.2 2004-04-13 11:09:36 +00:00