| .. |
|
scripting
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
tests
|
Stopped CLogger outputting error messages with debug_printf while in test cases that are intentionally triggering errors.
|
2008-07-19 19:02:27 +00:00 |
|
Camera.cpp
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
Camera.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
CinemaTrack.cpp
|
part4: adapt codebase to changes in lib/
|
2007-12-20 20:21:45 +00:00 |
|
CinemaTrack.h
|
remove all author/modified by tags.
|
2007-05-07 16:33:24 +00:00 |
|
ColladaManager.cpp
|
large batch of Dehydra static code analysis fixes
|
2008-07-12 10:45:11 +00:00 |
|
ColladaManager.h
|
improvements and fixes:
|
2008-01-07 20:03:19 +00:00 |
|
Color.cpp
|
slight improvement, use ARCH_X86_X64 instead of ARCH_IA32||ARCH_AMD64
|
2008-09-27 10:23:05 +00:00 |
|
Color.h
|
color conversion: avoid type punning by returning SColor4ub directly. that required a non-extern-C declaration of the SSE function, so i replaced it with straightforward intrinsics.
|
2008-06-30 19:08:29 +00:00 |
|
DefaultEmitter.cpp
|
#Added reading of particle settings from XML.
|
2009-02-19 00:19:06 +00:00 |
|
DefaultEmitter.h
|
#Added reading of particle settings from XML.
|
2009-02-19 00:19:06 +00:00 |
|
Frustum.cpp
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
Frustum.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
GameView.cpp
|
Use NONCOPYABLE macro, to avoid ICC warnings
|
2009-01-03 18:40:28 +00:00 |
|
GameView.h
|
Use NONCOPYABLE macro, to avoid ICC warnings
|
2009-01-03 18:40:28 +00:00 |
|
HFTracer.cpp
|
remove all author/modified by tags.
|
2007-05-07 16:33:24 +00:00 |
|
HFTracer.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +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
|
Use NONCOPYABLE macro, to avoid ICC warnings
|
2009-01-03 18:40:28 +00:00 |
|
MapReader.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
MapWriter.cpp
|
Some fixes for OS X:
|
2008-08-11 04:18:10 +00:00 |
|
MapWriter.h
|
# remove potential confusion that was the source of map load/store bug
|
2008-02-04 11:40:42 +00:00 |
|
Material.cpp
|
large batch of Dehydra static code analysis fixes
|
2008-07-12 10:45:11 +00:00 |
|
Material.h
|
large batch of Dehydra static code analysis fixes
|
2008-07-12 10:45:11 +00:00 |
|
MaterialManager.cpp
|
large batch of Dehydra static code analysis fixes
|
2008-07-12 10:45:11 +00:00 |
|
MaterialManager.h
|
remove all author/modified by tags.
|
2007-05-07 16:33:24 +00:00 |
|
MeshManager.cpp
|
# remove potential confusion that was the source of map load/store bug
|
2008-02-04 11:40:42 +00:00 |
|
MeshManager.h
|
Use NONCOPYABLE macro, to avoid ICC warnings
|
2009-01-03 18:40:28 +00:00 |
|
MiniPatch.cpp
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
MiniPatch.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
Model.cpp
|
Support multiple props on each attachpoint. Fixes #242
|
2009-02-18 10:36:27 +00:00 |
|
Model.h
|
Support multiple props on each attachpoint. Fixes #242
|
2009-02-18 10:36:27 +00:00 |
|
ModelDef.cpp
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
ModelDef.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
ObjectBase.cpp
|
Support multiple props on each attachpoint. Fixes #242
|
2009-02-18 10:36:27 +00:00 |
|
ObjectBase.h
|
Support multiple props on each attachpoint. Fixes #242
|
2009-02-18 10:36:27 +00:00 |
|
ObjectEntry.cpp
|
Support multiple props on each attachpoint. Fixes #242
|
2009-02-18 10:36:27 +00:00 |
|
ObjectEntry.h
|
remove all author/modified by tags.
|
2007-05-07 16:33:24 +00:00 |
|
ObjectManager.cpp
|
large batch of Dehydra static code analysis fixes
|
2008-07-12 10:45:11 +00:00 |
|
ObjectManager.h
|
Use NONCOPYABLE macro, to avoid ICC warnings
|
2009-01-03 18:40:28 +00:00 |
|
ParticleEmitter.cpp
|
#Added reading of particle settings from XML.
|
2009-02-19 00:19:06 +00:00 |
|
ParticleEmitter.h
|
#Added reading of particle settings from XML.
|
2009-02-19 00:19:06 +00:00 |
|
ParticleEngine.cpp
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
ParticleEngine.h
|
part4: adapt codebase to changes in lib/
|
2007-12-20 20:21:45 +00:00 |
|
Patch.cpp
|
large batch of Dehydra static code analysis fixes
|
2008-07-12 10:45:11 +00:00 |
|
Patch.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
RenderableObject.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +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
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
SkeletonAnimDef.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
SkeletonAnimManager.cpp
|
# remove potential confusion that was the source of map load/store bug
|
2008-02-04 11:40:42 +00:00 |
|
SkeletonAnimManager.h
|
Use NONCOPYABLE macro, to avoid ICC warnings
|
2009-01-03 18:40:28 +00:00 |
|
Sprite.cpp
|
Fixed some strict aliasing warnings
|
2008-07-19 00:36:42 +00:00 |
|
Sprite.h
|
remove all author/modified by tags.
|
2007-05-07 16:33:24 +00:00 |
|
Terrain.cpp
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
Terrain.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
TerrainProperties.cpp
|
Stop relying on XML default values from DTDs
|
2009-03-23 21:35:26 +00:00 |
|
TerrainProperties.h
|
large batch of Dehydra static code analysis fixes
|
2008-07-12 10:45:11 +00:00 |
|
Texture.h
|
remove all author/modified by tags.
|
2007-05-07 16:33:24 +00:00 |
|
TextureEntry.cpp
|
large batch of Dehydra static code analysis fixes
|
2008-07-12 10:45:11 +00:00 |
|
TextureEntry.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |
|
TextureManager.cpp
|
large batch of Dehydra static code analysis fixes
|
2008-07-12 10:45:11 +00:00 |
|
TextureManager.h
|
large batch of Dehydra static code analysis fixes
|
2008-07-12 10:45:11 +00:00 |
|
Unit.cpp
|
Support multiple props on each attachpoint. Fixes #242
|
2009-02-18 10:36:27 +00:00 |
|
Unit.h
|
Use NONCOPYABLE macro, to avoid ICC warnings
|
2009-01-03 18:40:28 +00:00 |
|
UnitAnimation.cpp
|
# Minor optimisations and features.
|
2007-03-01 00:14:35 +00:00 |
|
UnitAnimation.h
|
Use NONCOPYABLE macro, to avoid ICC warnings
|
2009-01-03 18:40:28 +00:00 |
|
UnitManager.cpp
|
workaround for invalidId issue (fixes windows build)
|
2008-06-30 17:31:09 +00:00 |
|
UnitManager.h
|
had to remove uint and ulong from lib/types.h due to conflict with other library.
|
2008-05-11 18:48:32 +00:00 |