1
0
forked from 0ad/0ad
0ad/source
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
..
collada Support prop_ prefix in Collada files, as well as prop- 2010-11-15 02:18:49 +00:00
graphics path improvements/fixes: 2011-03-21 19:54:08 +00:00
gui path improvements/fixes: 2011-03-21 19:54:08 +00:00
lib path improvements/fixes: 2011-03-21 19:54:08 +00:00
maths # Initial version of terrain decal textures. 2011-03-13 19:22:05 +00:00
mocks # Rewrite of the game's simulation system 2010-01-09 19:20:14 +00:00
network path improvements/fixes: 2011-03-21 19:54:08 +00:00
pch remove no-longer needed (and non-reentrant) MICROLOG as per today's meeting 2010-11-06 19:11:40 +00:00
ps path improvements/fixes: 2011-03-21 19:54:08 +00:00
renderer path improvements/fixes: 2011-03-21 19:54:08 +00:00
scripting path improvements/fixes: 2011-03-21 19:54:08 +00:00
scriptinterface # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
simulation # Support alt+enter to toggle fullscreen mode. Make game window resizable. 2010-06-03 19:07:59 +00:00
simulation2 path improvements/fixes: 2011-03-21 19:54:08 +00:00
sound # towards locale-independent pathnames on Linux 2011-03-21 17:53:13 +00:00
tools path improvements/fixes: 2011-03-21 19:54:08 +00:00
contributors.txt Update contributors list 2010-08-06 00:18:45 +00:00
main.cpp path improvements/fixes: 2011-03-21 19:54:08 +00:00
test_setup.cpp path improvements/fixes: 2011-03-21 19:54:08 +00:00