0ad/source/lobby
Ykkrosh e02d7ad949 Automatically replace %hs/%ls with %s in CLogger format strings.
Everything is char* now, so we don't need to mess around with different
string types.

Done with:

  ag -ls 'LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR)' source | xargs perl
-pi -e'1 while
s/(LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR).*)%[hl]s/$1%s/g'

This was SVN commit r16187.
2015-01-22 20:36:24 +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 replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
XmppClient.h Adds profiles to the multiplayer lobby. Fixes #2504. 2014-09-20 15:35:26 +00:00