1
0
forked from 0ad/0ad
0ad/source/lobby
Ykkrosh 49e2ecea63 Automatically convert all CLogger format strings from wchar_t* to char*.
Done with:

  ag -ls 'LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR)' source | xargs sed
-i 's/LOG\(MESSAGE\|MESSAGERENDER\|WARNING\|ERROR\)(L/LOG\1(/g'

This was SVN commit r16183.
2015-01-22 20:31:30 +00:00
..
glooxwrapper Make my previous changes support < C++11 and Windows. 2014-01-24 20:31:39 +00:00
scripting Check for availability of XmppClient. 2014-11-16 02:10:24 +00:00
Globals.cpp Fix building with --without-lobby. Fixes #2249. 2013-11-08 15:28:44 +00:00
IXmppClient.h Adds profiles to the multiplayer lobby. Fixes #2504. 2014-09-20 15:35:26 +00:00
StanzaExtensions.cpp Adds profiles to the multiplayer lobby. Fixes #2504. 2014-09-20 15:35:26 +00:00
StanzaExtensions.h Adds profiles to the multiplayer lobby. Fixes #2504. 2014-09-20 15:35:26 +00:00
XmppClient.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
XmppClient.h Adds profiles to the multiplayer lobby. Fixes #2504. 2014-09-20 15:35:26 +00:00