0ad/source
janwas e2eb5b2610 part4: adapt codebase to changes in lib/
mostly straightforward except for CVSFile / Filesystem. moved the former
into the newly created latter component. removed VFSUtil entirely (that
functionality is available from lib/file/file_system_util.h)

Xeromyces.cpp: simplify buffer handling since smart pointers are now in
play. also use WriteBuffer instead of membuffer.

This was SVN commit r5519.
2007-12-20 20:21:45 +00:00
..
collada remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
dcdt/se part1: misc fixes 2007-12-20 19:56:01 +00:00
graphics part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +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 part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +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 part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +00:00
renderer part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +00:00
scripting part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +00:00
simulation part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +00:00
sound part4: adapt codebase to changes in lib/ 2007-12-20 20:21:45 +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