1
0
forked from 0ad/0ad
0ad/source/simulation2
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
..
components path improvements/fixes: 2011-03-21 19:54:08 +00:00
docs Improve docs 2010-10-04 11:38:43 +00:00
helpers # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
scripting Improve performance of full state hash computation, by skipping script components that are known to have no data. 2011-03-05 22:30:32 +00:00
serialization Fix #739 (test failures). 2011-02-24 00:32:38 +00:00
system path improvements/fixes: 2011-03-21 19:54:08 +00:00
tests path improvements/fixes: 2011-03-21 19:54:08 +00:00
MessageTypes.h Load entity templates for the AI via the progressive loader. 2011-03-05 01:56:59 +00:00
Simulation2.cpp path improvements/fixes: 2011-03-21 19:54:08 +00:00
Simulation2.h Improve performance of full state hash computation, by skipping script components that are known to have no data. 2011-03-05 22:30:32 +00:00
TypeList.h Load entity templates for the AI via the progressive loader. 2011-03-05 01:56:59 +00:00