0ad/source/renderer
janwas 9269be9ee3 remove mmgr and macros that redefine malloc/new/free
(see http://www.wildfiregames.com/forum/index.php?showtopic=11450&hl= )

clean up debug module
. no longer include platform-dependent header (-> less rebuilds)
. DISPLAY_ERROR -> DEBUG_DISPLAY_ERROR
. parts of config.h that don't affect all files moved to config.2 (->
fewer full rebuilds)
. remove creaky symbol cache (no longer needed for mmgr)
. remove TLS thread naming stuff (can use debugger's thread window
instead; no need for platform independence there)

wdbg: remove thread suspension and breakpoint APIs (not needed)

acpi: fix: u64 -> uintptr_t

wutil: fix WinScopedLock, use that instead of direct lock() functions

misc:
. get rid of SAFE_STRCPY, replace with strcpy_s
. remove _getcwd (shouldn't be used)

This was SVN commit r5563.
2008-01-19 11:33:11 +00:00
..
AlphaMapCalculator.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
AlphaMapCalculator.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
BlendShapes.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
FixedFunctionModelRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
FixedFunctionModelRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
HWLightingModelRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
HWLightingModelRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
InstancingModelRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
InstancingModelRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ModelRenderer.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
ModelRenderer.h part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +00:00
ModelVertexRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
PatchRData.cpp Removed some header files from header files. 2007-01-13 22:44:42 +00:00
PatchRData.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
PlayerRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
PlayerRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Renderer.cpp remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
Renderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
RenderModifiers.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
RenderModifiers.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
RenderPathVertexShader.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
RenderPathVertexShader.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Scene.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Scene.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ShadowMap.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
ShadowMap.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SkyManager.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
SkyManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TerrainOverlay.cpp part1a: misc fixes 2007-12-20 19:57:41 +00:00
TerrainOverlay.h part1a: misc fixes 2007-12-20 19:57:41 +00:00
TerrainRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TerrainRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TransparencyRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TransparencyRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
VertexArray.cpp # Better error tolerance 2007-02-28 20:09:19 +00:00
VertexArray.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
VertexBuffer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
VertexBuffer.h . 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
VertexBufferManager.cpp fix: CLogger's ELogMethod is now inside the class and does not use names that are vulnerable to macro destruction (fixes a conflict with Windows system header's #define ERROR) 2007-12-29 16:22:23 +00:00
VertexBufferManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
WaterManager.cpp improvements and fixes: 2008-01-07 20:03:19 +00:00
WaterManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00