Release Notes
5.4.15.605: Sep 19 2014
GameUI: Now it is possible to show the GameUI help by typing any of the following arguments:
* '--help' * '-h' * '--?' * '-?'
Example:
$> gameui.exe --help
GameUI: Added new command line options related to the client configuration:
* '--clientconf' : Allows to specify a custom configuration file.
* '--server' : Allows to specify a custom PlasticSCM server instead of the configured by default.
* '--cacheserver' : Allows to specify a custom PlasticSCM cache server instead of the configured by default.
The usage of these parameters can be shown by tiping 'gameui.exe --help'.
GameUI: Improved the look and feel of the 'preview' splitters.
GameUI: Several improvements have been made on the columns fields:
* The 'Author' column in the 'Explore workspace' view and 'History' view now shows 'Last edited by'.
* The 'Status' column in the 'Checkin Changes' view now tells if a checked out file has also been modified.
GameUI: The 'checkin' operation was showing the error message 'Could not find file <filename>' after checking in a deleted file. This issue only happened if the 'Update and Checkin operations set files as read-only' preference was enabled. Fixed.
GameUI: The 'gameui.exe' process wasn't finishing properly when the tool was launched with the '--wk' option and the path specified on the option is not the same that the last workspace used before. Fixed.