1
0
forked from 0ad/0ad
0ad/source
janwas 8667ea74c8 fixes and improvements
- directoryPosix: replace most methods with boost filesystem (but not
all: the latter cannot efficiently enumerate files AND query their
size/mtime)
- AllocatorChecker: better name for member functions
- file: move the File class here
- trace: bugfix
- io: move UnalignedWriter to write_buffer.cpp (basically the same
thing)
- vfs: remove unnecessary "vfs" warts from variable names
- vfs_tree: VfsFile now stores single Name/Size/MTime fields instead of
the FileInfo record (less clunky)
- vfs_path: use boost filesystem's version of the basename/extension
functions
- lf_alloc: remove (no longer necessary, won't be finished - not worth
the trouble)
- path_util: remove path_foreach_component (replaced by better path
traversal logic) and PathPackage (obsoleted by fs::path)

! resource loading code now receives VfsPath as its filename. there is
also OsPath (native absolute path) and Path (relative to binaries/data)

- tex is now independent of file loading code; it just en/decodes
in-memory buffers
- wdll_ver: clean up, use smart pointer to simplify bailout code
- wsdl: remove nonexistent failure path from calc_gamma (cruised by here
because SDL_SetGamme is failing once after a cold boot at work)
- wsnd: simplify OpenAL DLL search, use boost::filesystem
- wutil: Wow64 redirection is now packaged in a (RAII) class

This was SVN commit r5525.
2007-12-22 18:15:52 +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 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