As I'm the only code contributor, I'm announcing that URTrator code
is now licensed under MIT license.
Also I'm deprecating Qt5 interface as it is really hard to write Qt
code and create installers with it. Maybe one day I even figure out
how to work with QtQuick (which attracts me more and more ATM) and
URTrator will use it, but not now.
Fixed a bunch of data races which should lead in stability improvements.
Added possibility to specify game profile path within profile item.
Added Urban Terror 4.3.2.
Players column now have three integers - first is real humans
count, second - bots count, and third - maximum players allowed
on this server. Also, sidebar will show bots count as well.
Fixed favorites servers - they now correctly added/removed in/from cache,
and also fixed favorite server edition dialog, which now also takes
advantage from server's cache.
Added new toolbar button for updating one server. It works :).
Added new column in servers lists, which shows is server is private or public.
Adding a favorite server now requires created valid profile. It will
not allow to create favorite server without proper profile.
Fixed servers updating database, now they put all fields there.
Added stubs for players info and extended server config things in
database.
Configuration is now properly saved for parameters in Options window.
Also they are restored fine.
Added tray icon with two default actions: show/hide and exit. More
to come.
Favorites functionality done, except editing favorite server.
Note, that game profile defined for favorite server have
higher priority on normal profile selected in combobox near
"Launch!" button. Later WILL be ignored.
Bunch of fixes is added.