Tras un periodo mas largo de lo habitual , aqui tenemos otra nueva versión del WebAdmin de UT3 , de la mano no poddría ser otro, Michiel "elmuerte" Hendriks , que tiene las siguientes mejoras:
Changelog
- added team chat support to the chat console. Can be disabled by
setting
[WebAdmin.QHCurrent]
bEnableTeamChat=false
- added optional chat logging, to enabled it set the following in the
UTWebAdmin.ini
[WebAdmin.WebAdmin]
bChatLog=true
Team chat will only be logged when bEnableTeamChat was set to true
The following config options are available for the chat logging file
names:
[WebAdmin.Chatlog]
; if true unique file names will be created
bUnique=false
; if true a timestamp will be included in the filename
bIncludeTimeStamp=true
- fixed a memory leak in the non-player PlayerControllers (i.e.
MessagingSpectator) during seamless traveling.
- increased upper limit of RestartWait setting
- added a "clear" and "add missing" button to the map list editor
también pongo aqui unas palabras de su autor:
As for the changes in this release, I've added support for reading and
participating in team chats during team games. And I've also added chat
logging.
All previous WebAdmin releases had a small memory leak concerning the
MessagingSpectators which are used for various things in the
WebAdmin. This was caused by those instances not being cleaned up during
a seamless travel to a new map. But this would be automatically cleaned
up every 24 hours. Starting from this release these instances will be
directly cleaned up.