0ad/source/lib/res/file
janwas afe37d9fe2 fix vc8 errors reported by andrew: (thanks!)
- made file_io_wait buffer non-const (less const_casting around -
buffers are really non-const. besides which, inadvertent use will be
caught via MMU)
- zip: disambiguate abs() param

This was SVN commit r3426.
2006-01-25 07:37:20 +00:00
..
archive.cpp all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
archive.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
compression.cpp v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
compression.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
file_cache.cpp all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
file_cache.h all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
file_internal.h all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
file_io.cpp fix vc8 errors reported by andrew: (thanks!) 2006-01-25 07:37:20 +00:00
file_io.h forgot this one.. 2006-01-25 07:23:53 +00:00
file_stats.cpp all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
file_stats.h all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
file.cpp all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
file.h fix vc8 errors reported by andrew: (thanks!) 2006-01-25 07:37:20 +00:00
vfs_mount.cpp all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
vfs_mount.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs_optimizer.cpp all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
vfs_optimizer.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs_path.cpp all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
vfs_path.h - massive overhaul of lib error code returning. int -> LibError everywhere. 2005-12-11 22:23:55 +00:00
vfs_tree.cpp all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
vfs_tree.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00
vfs.cpp all lib/res/file headers included in file_internal.h 2006-01-25 07:21:45 +00:00
vfs.h - vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap. 2006-01-24 08:16:29 +00:00
zip.cpp fix vc8 errors reported by andrew: (thanks!) 2006-01-25 07:37:20 +00:00
zip.h v2 of file/res code for thesis: 2006-01-23 20:05:09 +00:00