.:..: wrote on 03/04/08 at 20:46:24:
* Added EngineSubVer variable to LevelInfo to define version number (1=a, 2=b, 3=c).
* Changed ServerQuery to add EngineSubVer for GameVersion number (227 + a/b/c/d etc..).
[...]
* Removed "SpawnPlayActor" and "Incoming travelling actor" logging.
Is 'EngineSubVer' really necessary? Once 227 is final nobody should be concerned for any previous test versions. I'm fine with the removal of "SpawnPlayActor" logging since it's useless, but I have found "Incoming travalling actor" logging useful a few times in the past for debugging or mod troubleshooting purposes. How about that remains or its log type changed so it could be Suppressed/unSupressed?
-Zombie