1
0
forked from 0ad/0ad
0ad/source/graphics
janwas f4adce44bf cleanup:
- callbacks now have a uintptr_t "cbData" parameter (instead of
haphazard void*/uintptr_t, cb/ctx/data)
- resource loading code now more uniformly deals with u8* pointers
instead of void*

allocators: add support for page_aligned_alloc via boost::shared_ptr.
add evil hack to avoid the need for default ctor and ensure alignment in
SingleAllocator
archive: improve Decompressor
compression:
. near complete rewrite (previous code was a poorly factored mess)
. fix bug related to buffer allocation
. no longer provide get_output API (prone to abuse)
. add call to get max. size of output buffer (for preallocation)

This was SVN commit r5370.
2007-09-25 09:39:20 +00:00
..
scripting remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
tests cleanup: 2007-09-25 09:39:20 +00:00
Camera.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Camera.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CinemaTrack.cpp #Preliminary end game conditions; cinematic and trigger fixes 2007-04-27 03:05:26 +00:00
CinemaTrack.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ColladaManager.cpp fix warnings 2007-05-28 14:25:07 +00:00
ColladaManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Color_asm.asm # big refactoring in CPU-specific code, fix for dual core vs. HT detection 2007-04-25 18:19:35 +00:00
Color.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Color.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
DefaultEmitter.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
DefaultEmitter.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Frustum.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Frustum.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
GameView.cpp fixed Shadow culling: second implementation 2007-05-10 15:28:59 +00:00
GameView.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
HFTracer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
HFTracer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
LightEnv.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
LightEnv.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
MapIO.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
MapReader.cpp # SwEng 2007-05-02 12:07:08 +00:00
MapReader.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
MapWriter.cpp . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
MapWriter.h Fixed non-PCH compiles. 2007-09-02 23:38:58 +00:00
Material.cpp # SwEng 2007-05-02 12:07:08 +00:00
Material.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
MaterialManager.cpp # SwEng 2007-05-02 12:07:08 +00:00
MaterialManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
MeshManager.cpp # Added support for COLLADA skeletal animations. 2007-03-01 18:52:53 +00:00
MeshManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
MiniPatch.cpp . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
MiniPatch.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Model.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Model.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ModelDef.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ModelDef.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ObjectBase.cpp # SwEng/cleanup 2007-05-18 00:14:26 +00:00
ObjectBase.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ObjectEntry.cpp # SwEng/cleanup 2007-05-18 00:14:26 +00:00
ObjectEntry.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ObjectManager.cpp cleanup: 2007-09-25 09:39:20 +00:00
ObjectManager.h Fixed non-PCH compiles. 2007-09-02 23:38:58 +00:00
ParticleEmitter.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ParticleEmitter.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ParticleEngine.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ParticleEngine.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Patch.cpp patch, gameview: fix typos, revise according to coding convention 2007-05-10 20:47:17 +00:00
Patch.h patch, gameview: fix typos, revise according to coding convention 2007-05-10 20:47:17 +00:00
RenderableObject.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SColor.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SkeletonAnim.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SkeletonAnimDef.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SkeletonAnimDef.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SkeletonAnimManager.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SkeletonAnimManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Sprite.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Sprite.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Terrain.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Terrain.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TerrainProperties.cpp # SwEng 2007-05-02 12:07:08 +00:00
TerrainProperties.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Texture.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TextureEntry.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
TextureEntry.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TextureManager.cpp # Slightly tidied up string code. 2007-02-01 14:46:14 +00:00
TextureManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Unit.cpp # Updated unit animation code. 2007-02-10 03:09:52 +00:00
Unit.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
UnitAnimation.cpp # Minor optimisations and features. 2007-03-01 00:14:35 +00:00
UnitAnimation.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
UnitManager.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
UnitManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00