0ad/source
Ykkrosh b90bc147c9 Add Path::string8 (which returns a UTF-8 encoded std::string).
This saves the hassle of writing utf8_from_wstring(path.string()) in
places like log messages, and can be extended to better handle
non-ISO-8859-1 paths on Linux.

This was SVN commit r16185.
2015-01-22 20:33:11 +00:00
..
collada Fix VS2013 build errors, warnings 2013-11-03 12:46:07 +00:00
graphics Manually fix the less trivial CLogger format strings. 2015-01-22 20:32:06 +00:00
gui Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
i18n Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
lib Add Path::string8 (which returns a UTF-8 encoded std::string). 2015-01-22 20:33:11 +00:00
lobby Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
maths Improve PickEntitiesAtPoint 2015-01-01 23:05:26 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
pch Sacrifices a goat to the gods of insanity. 2014-04-24 20:05:48 +00:00
ps Manually fix the less trivial CLogger format strings. 2015-01-22 20:32:06 +00:00
renderer Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
scriptinterface Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
simulation2 Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
soundmanager Manually fix the less trivial CLogger format strings. 2015-01-22 20:32:06 +00:00
third_party cppformat: Permit NULL arguments for %s. 2015-01-22 20:27:58 +00:00
tools Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
contributors.txt Ticket #2127 - Performance and style improvements in scriptinterface. 2013-09-16 19:10:06 +00:00
main.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
test_setup.cpp CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00