1
0
forked from 0ad/0ad
0ad/source/graphics/tests
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
..
test_Color.h Add GPL header 2009-04-18 17:00:33 +00:00
test_LOSTexture.h Fix tests 2011-04-06 00:53:35 +00:00
test_MeshManager.h refactor file interface. requires workspace update 2011-05-25 10:39:13 +00:00
test_Terrain.h Switch everything to 15.16-bit precision fixeds, to allow more accurate unit vectors and angles. 2010-05-02 20:32:37 +00:00
test_TextureConverter.h fix self-test and map load on Windows (avoid mixing dir separators). 2011-05-06 18:45:30 +00:00
test_TextureManager.h fix self-test and map load on Windows (avoid mixing dir separators). 2011-05-06 18:45:30 +00:00