1
0
forked from 0ad/0ad
0ad/source/graphics
2006-01-21 23:27:42 +00:00
..
scripting Atlas: Bits of tool-related code. 2005-10-24 01:53:03 +00:00
Camera.cpp Atlas: Vaguely usable object placement code. Bug fixes. 2005-12-02 21:08:10 +00:00
Camera.h Atlas: Vaguely usable object placement code. Bug fixes. 2005-12-02 21:08:10 +00:00
CinemaTrack.cpp Some loading stuff 2006-01-21 11:02:35 +00:00
CinemaTrack.h Some loading stuff 2006-01-21 11:02:35 +00:00
Color.cpp Stab at fixing the VertexArray compile error on VC++. 2005-10-03 03:41:42 +00:00
Color.h Stab at fixing the VertexArray compile error on VC++. 2005-10-03 03:41:42 +00:00
DefaultEmitter.cpp Fix Linux build, don't EVER #include <windows.h> again! 2006-01-21 20:01:17 +00:00
DefaultEmitter.h Fix Linux build, don't EVER #include <windows.h> again! 2006-01-21 20:01:17 +00:00
Frustum.cpp CVSROOT: doesn't seem particularly useful now 2005-09-30 00:59:42 +00:00
Frustum.h CVSROOT: doesn't seem particularly useful now 2005-09-30 00:59:42 +00:00
GameView.cpp Some Linux compile fixes over the place. 2006-01-07 01:04:26 +00:00
GameView.h ProfileViewer: Fixed char* vs wchar_t*. 2005-12-06 20:16:50 +00:00
HFTracer.cpp fix warning 2004-07-31 19:46:14 +00:00
HFTracer.h add ps/Errors.h and/or lib/types.h headers (shouldn't rely on precompiled.h to pull those in). 2005-01-07 00:47:44 +00:00
LightEnv.h Updated map format, to store lighting information in XML. Also, vital whitespace consistency improvements. 2005-05-11 03:07:08 +00:00
MapIO.h Updated map format, to store lighting information in XML. Also, vital whitespace consistency improvements. 2005-05-11 03:07:08 +00:00
MapReader.cpp Added unit IDs, so Atlas can store references to units without just using pointers and without crashing. 2005-12-09 03:15:00 +00:00
MapReader.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
MapWriter.cpp Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
MapWriter.h Updated map format, to store lighting information in XML. Also, vital whitespace consistency improvements. 2005-05-11 03:07:08 +00:00
Material.cpp renderer: load/unload water textures (similar to alpha maps); do that in delay load and avoid leaking them. 2005-10-12 04:16:41 +00:00
Material.h Fixed prop player-colouring. Allowed per-object colours. (Coming soon: data to demonstrate it.) 2005-04-07 04:29:07 +00:00
MaterialManager.cpp Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
MaterialManager.h Minor fixes for Linux/GCC 2004-09-26 21:21:34 +00:00
MeshManager.cpp Corrected ICC errors and some warnings. Removed some unnecessarily verbose logging. Did minor things. 2005-01-13 00:17:31 +00:00
MeshManager.h Resource leak fixes 2004-12-16 12:01:47 +00:00
MiniPatch.cpp Linux/GCC/glibc Compat 2004-12-18 23:30:28 +00:00
MiniPatch.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
Model.cpp Fixed a crash on units that could have props added & removed from them, such as javelinists. It seems that the CModel destructor was made to remove the prop point from the parent's prop point list, causing a problem in existing prop replacement code that tried to do the same thing. 2005-12-26 10:57:25 +00:00
Model.h Transform normals using the original bone matrix instead of the inverse of the 2005-10-28 19:25:47 +00:00
ModelDef.cpp Eek.. apparently, I committed in the wrong subdirectory. 2005-10-25 02:00:09 +00:00
ModelDef.h Eek.. apparently, I committed in the wrong subdirectory. 2005-10-25 02:00:09 +00:00
ObjectBase.cpp Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
ObjectBase.h Changes to actor speed specifications. 2005-05-27 00:38:30 +00:00
ObjectEntry.cpp Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
ObjectEntry.h Fixed regression caused by not understanding my code 2005-07-03 01:37:49 +00:00
ObjectManager.cpp More reliable texture blending. Resource unloading. Minor fixes. 2005-11-06 05:05:07 +00:00
ObjectManager.h More reliable texture blending. Resource unloading. Minor fixes. 2005-11-06 05:05:07 +00:00
ParticleEmitter.cpp Fix Linux build, don't EVER #include <windows.h> again! 2006-01-21 20:01:17 +00:00
ParticleEmitter.h Fix Linux build, don't EVER #include <windows.h> again! 2006-01-21 20:01:17 +00:00
ParticleEngine.cpp Fix Linux build, don't EVER #include <windows.h> again! 2006-01-21 20:01:17 +00:00
ParticleEngine.h Fix Linux build, don't EVER #include <windows.h> again! 2006-01-21 20:01:17 +00:00
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 ran newline stomper; no real changes 2004-06-08 12:10:51 +00:00
RenderableObject.h Eek.. apparently, I committed in the wrong subdirectory. 2005-10-25 02:00:09 +00:00
SkeletonAnim.h Changes to actor speed specifications. 2005-05-27 00:38:30 +00:00
SkeletonAnimDef.cpp GameSetup: "-autostart=mapname" command-line parameter, for faster testing. 2005-10-30 21:30:52 +00:00
SkeletonAnimDef.h - fix w4 warnings 2005-08-09 15:55:44 +00:00
SkeletonAnimManager.cpp GameSetup: "-autostart=mapname" command-line parameter, for faster testing. 2005-10-30 21:30:52 +00:00
SkeletonAnimManager.h Minor changes for linux 2004-06-02 15:03:17 +00:00
Sprite.cpp - both tex.cpp and ogl_tex.cpp had functions named tex_* - confusing. renamed to ogl_tex* to disambiguate. 2005-09-02 02:54:02 +00:00
Sprite.h - both tex.cpp and ogl_tex.cpp had functions named tex_* - confusing. renamed to ogl_tex* to disambiguate. 2005-09-02 02:54:02 +00:00
Terrain.cpp Terrain, Interact, LOSManager, Atlas, etc: Fixed some off-by-one and off-by-FLT_EPSILON problems with objects near/off the edge of the map. Also changed some model.GetBounds().GetCentre() into model.GetTransform().GetTranslation() to fix off-by-centre-of-bounds-minus-position problems. Thus, you can no longer make units in Atlas disappear off the edge and never be seen or selected again. Also changed out-of-bounds LOS value to make them visible if they somehow escape anyway. Also fixed out-of-bounds access of terrain heightmap. 2005-12-09 01:08:08 +00:00
Terrain.h Terrain, Interact, LOSManager, Atlas, etc: Fixed some off-by-one and off-by-FLT_EPSILON problems with objects near/off the edge of the map. Also changed some model.GetBounds().GetCentre() into model.GetTransform().GetTranslation() to fix off-by-centre-of-bounds-minus-position problems. Thus, you can no longer make units in Atlas disappear off the edge and never be seen or selected again. Also changed out-of-bounds LOS value to make them visible if they somehow escape anyway. Also fixed out-of-bounds access of terrain heightmap. 2005-12-09 01:08:08 +00:00
TerrainProperties.cpp g_keys[] has been made redundant by SDL's key array; use SDL_GetKeyState instead to get address of new keys array 2005-10-31 16:26:51 +00:00
TerrainProperties.h Terrain, Interact, LOSManager, Atlas, etc: Fixed some off-by-one and off-by-FLT_EPSILON problems with objects near/off the edge of the map. Also changed some model.GetBounds().GetCentre() into model.GetTransform().GetTranslation() to fix off-by-centre-of-bounds-minus-position problems. Thus, you can no longer make units in Atlas disappear off the edge and never be seen or selected again. Also changed out-of-bounds LOS value to make them visible if they somehow escape anyway. Also fixed out-of-bounds access of terrain heightmap. 2005-12-09 01:08:08 +00:00
Texture.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
TextureEntry.cpp TerrainProperties: Use CTerrainPropertiesPtr (boost::shared_ptr) instead of CTerrainProperties*, to fix (slightly inelegantly) memory leaks. 2005-10-28 01:43:16 +00:00
TextureEntry.h TerrainProperties: Use CTerrainPropertiesPtr (boost::shared_ptr) instead of CTerrainProperties*, to fix (slightly inelegantly) memory leaks. 2005-10-28 01:43:16 +00:00
TextureManager.cpp More reliable texture blending. Resource unloading. Minor fixes. 2005-11-06 05:05:07 +00:00
TextureManager.h More reliable texture blending. Resource unloading. Minor fixes. 2005-11-06 05:05:07 +00:00
Unit.cpp Random animations. 2005-05-21 01:40:32 +00:00
Unit.h Advance water in sync with simulation and unit animations (so it stops when the game is paused). 2006-01-21 23:27:42 +00:00
UnitManager.cpp Lots of fixes for the Linux build: 2005-12-17 22:00:54 +00:00
UnitManager.h Added unit IDs, so Atlas can store references to units without just using pointers and without crashing. 2005-12-09 03:15:00 +00:00