mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 05:44:08 -07:00
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. |
||
|---|---|---|
| .. | ||
| EngineScriptConversions.cpp | ||
| MessageTypeConversions.cpp | ||
| ScriptComponent.cpp | ||
| ScriptComponent.h | ||