Files
0ad/source/simulation
janwas 44901d38b9 # further documentation and improvements to lib/res/file code
FILE_CACHE_BLOCK flag used more safely (copied in afile_read)
add file_sector_size (set from sysdep code)
documented and organized FileFlags
moved publically visible file_buf* decls to file.h; add FileBufFlags
file_buf_get: moved to file_io and renamed because it is not a part of
the file_buf manager itself
FILE_BLOCK_SIZE no longer exposed to users - it's an implementation
detail. for alignment purposes, you should use file_sector_size (less
wasteful)
add page_aligned allocator (mmap)
write buffers now allocated via file_buf_alloc(FB_FROM_HEAP) (avoids
wasting cache space)
append trace runs into the trace file (-> better input data for archive
ordering)
document lib_errors.h
tex_load: add provision for file_flags, used by ogl_tex_load to prevent
caching file data

simulation, entitymanager: add perf measurements

This was SVN commit r3725.
2006-04-03 21:28:10 +00:00
..
2005-08-09 15:55:44 +00:00
2005-08-09 15:55:44 +00:00
2005-08-09 15:55:44 +00:00
2006-03-31 03:30:34 +00:00
2006-03-31 03:30:34 +00:00
2005-08-09 15:55:44 +00:00
2005-05-18 21:19:56 +00:00
2005-08-09 15:55:44 +00:00
2005-08-09 15:55:44 +00:00
2005-08-09 15:55:44 +00:00