0ad/source
janwas 5bf9bca9ef fix/disable warnings.
there are too many W4 and "potentially uninitialized", so those are
disabled by 0ad_warning_disable.h.

the silly "int x = strlen" and very dangerous "int x = (void*)p" (and
vice versa) problems are fixed.

This was SVN commit r5526.
2007-12-23 12:18:57 +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 fixes and improvements 2007-12-22 18:15:52 +00:00
gui part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +00:00
i18n # Fixed some warnings and potentially misleading code 2007-05-29 19:01:21 +00:00
lib fixes and improvements 2007-12-22 18:15:52 +00:00
maths Fixed non-PCH compiles. 2007-09-02 23:38:58 +00:00
network part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +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 fixes and improvements 2007-12-22 18:15:52 +00:00
renderer fixes and improvements 2007-12-22 18:15:52 +00:00
scripting fixes and improvements 2007-12-22 18:15:52 +00:00
simulation fixes and improvements 2007-12-22 18:15:52 +00:00
sound fixes and improvements 2007-12-22 18:15:52 +00:00
tools part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +00:00
main.cpp part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +00:00
test_setup.cpp minor fix (probably necessary for vc2002/3): only do leak reporting if mmgr.h thinks the debug allocator should be used (since that header is responsible for including the requisite crtdbg.h) 2007-10-06 09:11:15 +00:00