1
0
forked from 0ad/0ad
0ad/source
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
..
collada remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
dcdt/se fix/disable warnings. 2007-12-23 12:18:57 +00:00
graphics VS2008 compatibility 2008-01-17 23:07:26 +00:00
gui remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
i18n 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
lib remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
maths Fixed non-PCH compiles. 2007-09-02 23:38:58 +00:00
network Fixed that CNetLogManager::Shutdown wasn't called. Fixed that CNetLogger::m_Level was used uninitialised. 2008-01-10 01:17:09 +00:00
pch pathfinding change: the engine uses Triangulation and A* on triangles now. dcdt package added. premake.lua changed to include the dcdt code. it needs to run update-workspaces.bat (flag -showOverlay will draw the triangulation and a single unit paths) 2007-10-09 07:27:45 +00:00
ps remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
renderer remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
scripting remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
simulation Changed Windows memory-allocation counter to get more predictable performance. Removed slow debug_printf warning about low FPS, to avoid positive feedback. 2008-01-12 21:08:11 +00:00
sound 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
tools remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
main.cpp remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
test_setup.cpp More Linux build fixes 2008-01-08 00:09:52 +00:00