Now everything that uses Profiles from cache will also use it's
mutex to lock access. This brings more stability improvements :).
Also fixed profile update in database.
Qt5 interface is now translated (kinda).
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.
Added language selection combobox in options dialog. Selecting
language here will overwrite language code gathered from system.
Added AcceptedLanguages map to Translator, which holds readable
names and lang-country codes with avaailable languages. Filled
it with languages in which URTrator already translated. Francais
coming :)
Added Timer - great package which will make periodic tasks to work.
Timer exposes "taskDone" event, which can be triggered when
task ends it's execution.
Added first periodic task - servers information updating. By
default it will execute every 10 minutes. Configurable thru
options.
Added new options pane: Servers updating. It controls all aspects
of servers updating thing. Master server address, servers
autoupdating checkbox and autoupdate timeout values are exposed
for now.
We're now on on 0.2.0-devel :).
Fixes#29.
Fixed Pooler's data race which occurs on every server's pinging
goroutine creation, because of uncontrolled write to current
requests counter. Protected it with mutex.
Added very experimental and not-yet-working qt5 interface. Maybe
it will be completed someday.
Implemented filtering servers by server's version, related to #27.
This combobox is saved-restored across restarts.
Added forgotten bd04870 server_cvars.go, which is responsible for
showing server's CVars window.
Splitted sidebar's list into two separate lists - one for
general server's info (hostname, players, etc.) and one for
players list.
Also, moved CVars list to separate window which can be shown by
clicking approriate button under player's list.
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.
URTrator will now show information about selected server on
activated tab. E.g. when you switched from "Servers" to
"Favorites", sidebar informational widget will be updated with
server's data for selected server on "Favorites" tab.
Automatically select first added profile on every profiles list
update. Yes, quick hack. In future we will autodetect profiles
based on server version, and profiles combobox will only be
needed for quick connect.