1
0
forked from 0ad/0ad
0ad/source/graphics/tests
janwas c3405e6f50 path improvements/fixes:
- replace more std::wstring with Native or VfsPath; wstring_from_utf8 ->
NativePathFromString
- replace sequences of Join(Path(), Basename+extension) with
ChangeExtension in wsdl, CacheLoader
- add Path::IsDirectory to replace .empty() / path_is_dir_sep(.back()).
also changed behavior to reflect the fact that "" is the VFS root
_directory_
- Path::Join now allows 2 identical path types (e.g. VfsPath) or one
char* literal (prevents inadvertently introducing non-safe characters).
to convert from wstring or wchar_t, use an explicit ctor (e.g.
VfsPath(wchar_t_string))

This was SVN commit r9091.
2011-03-21 19:54:08 +00:00
..
test_Color.h Add GPL header 2009-04-18 17:00:33 +00:00
test_LOSTexture.h Change fog-of-war blur to use a better filter. 2011-02-05 18:19:28 +00:00
test_MeshManager.h path improvements/fixes: 2011-03-21 19:54:08 +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 path improvements/fixes: 2011-03-21 19:54:08 +00:00
test_TextureManager.h path improvements/fixes: 2011-03-21 19:54:08 +00:00