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-24 11:46:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
efe5e3cdcc28e3b99d734b1d2c331fa21ef2ee0d
0ad
/
source
/
graphics
T
History
janwas
e6c8cef293
types.h => lib/types.h (avoid name collision)
...
This was SVN commit r1935.
2005-02-26 15:13:15 +00:00
..
scripting
…
Camera.cpp
…
Camera.h
…
Color.h
…
Frustum.cpp
…
Frustum.h
…
GameView.cpp
…
GameView.h
…
HFTracer.cpp
…
HFTracer.h
…
LightEnv.h
…
MapIO.h
…
MapReader.cpp
types.h => lib/types.h (avoid name collision)
2005-02-26 15:13:15 +00:00
MapReader.h
…
MapWriter.cpp
types.h => lib/types.h (avoid name collision)
2005-02-26 15:13:15 +00:00
MapWriter.h
…
Material.cpp
Added a new material, "player_trans.xml" which will give a model player color. So now if you want a player to be colored, just add this material!
2005-01-27 02:52:26 +00:00
Material.h
Added a new material, "player_trans.xml" which will give a model player color. So now if you want a player to be colored, just add this material!
2005-01-27 02:52:26 +00:00
MaterialManager.cpp
Added a new material, "player_trans.xml" which will give a model player color. So now if you want a player to be colored, just add this material!
2005-01-27 02:52:26 +00:00
MaterialManager.h
…
MeshManager.cpp
…
MeshManager.h
…
MiniPatch.cpp
…
MiniPatch.h
…
Model.cpp
Stopped ScEd crashing when loading maps. Avoided crashes from invalid animations. Moved game-specific code out of XMLWriter.
2005-02-11 12:57:19 +00:00
Model.h
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
ModelDef.cpp
Stopped ScEd crashing when loading maps. Avoided crashes from invalid animations. Moved game-specific code out of XMLWriter.
2005-02-11 12:57:19 +00:00
ModelDef.h
…
ObjectEntry.cpp
Stopped ScEd crashing when loading maps. Avoided crashes from invalid animations. Moved game-specific code out of XMLWriter.
2005-02-11 12:57:19 +00:00
ObjectEntry.h
…
ObjectManager.cpp
…
ObjectManager.h
…
Particle.cpp
…
Particle.h
…
ParticleEmitter.cpp
…
ParticleEmitter.h
…
Patch.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
Patch.h
…
RenderableObject.h
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
SkeletonAnim.h
…
SkeletonAnimDef.cpp
…
SkeletonAnimDef.h
…
SkeletonAnimManager.cpp
…
SkeletonAnimManager.h
…
Sprite.cpp
…
Sprite.h
…
Terrain.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
Terrain.h
…
Texture.h
…
TextureEntry.cpp
…
TextureEntry.h
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
TextureManager.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
TextureManager.h
…
Unit.cpp
…
Unit.h
…
UnitManager.cpp
…
UnitManager.h
…