0ad/source/lib/res/graphics
janwas 34186dd017 refactor file interface. requires workspace update
- separate file_system_util into vfs functions (-> vfs/vfs_util) and
file_system (avoids ugly fs_util namespace prefix)
- get rid of non-portable O_BINARY_NP etc. flags
- use standard O_WRONLY etc. flags instead of LIO_WRITE; but avoid the
need for specifying O_CREAT|O_TRUNC
- only open files for aio when O_DIRECT is specified (which 0ad does
not) - avoids wasting time and security issues
- return file descriptor directly instead of via output param
- waio: safer FCB mechanism that avoids mixing descriptors between lowio
and aio

This was SVN commit r9550.
2011-05-25 10:39:13 +00:00
..
tests refactor path interface: 2011-03-23 13:36:20 +00:00
cursor.cpp ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
cursor.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
ogl_shader.cpp refactor file interface. requires workspace update 2011-05-25 10:39:13 +00:00
ogl_shader.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
ogl_tex.cpp refactor gfx detection code (interface), allow exporting from DLL (required at work) 2011-05-24 14:17:47 +00:00
ogl_tex.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
unifont.cpp ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive) 2011-05-04 12:10:17 +00:00
unifont.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00