Go to file
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
binaries #Completed first draft of the roman mill and fortress. 2006-04-03 10:25:34 +00:00
build Premake workspace: use native wchar_t type in VC7.1/8 2006-02-03 22:29:53 +00:00
docs # IO thesis: add TSP measurement, lessons learned and bibliography (bibtex) 2006-03-25 20:57:16 +00:00
source # further documentation and improvements to lib/res/file code 2006-04-03 21:28:10 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00