Commit Graph

165 Commits

Author SHA1 Message Date
Stanislav Nikitin 09a9b26108 README update. 2019-12-29 13:22:39 +05:00
Stanislav Nikitin df428b96ce Moved to my Gitea and made it buildable. 2019-12-29 13:21:05 +05:00
Stanislav Nikitin a50136d2c5 Timer synchronization and package linting. 2018-11-10 23:14:52 +05:00
Stanislav Nikitin 6944b51d13 This commit designates two changes: MIT and deprecation of Qt5 interface.
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.
2018-11-10 21:13:06 +05:00
Stanislav Nikitin 6dce0b0169 Note for macOS users about Retina and blurry font. 2018-11-10 21:01:23 +05:00
Stanislav Nikitin 2b3c9ef9ea gofmt. 2018-11-10 20:58:15 +05:00
Stanislav Nikitin 39ac02dfc5 Fixes in mac build script, some gofmt works. 2018-11-10 20:57:28 +05:00
Stanislav Nikitin 127e1b8ab9 Updated to latest GTK2 bindings API and moved to Gitlab. 2018-11-10 13:21:53 +05:00
Stanislav Nikitin 070aa50762 Little profile refactoring and favorite server adding fix.
Done some refactoring on profiles handling. Too small, but deserve
these two lines in commit.

Fixed favorite server addition from scratch.
2017-05-13 01:08:56 +05:00
Stanislav Nikitin a6d53a3fd9 Profiles system stability improvements and fixes, qt5 works.
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).
2017-05-10 12:04:01 +05:00
Stanislav Nikitin 1e676437d8 Stability fixes, profile path and more.
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.
2017-05-08 23:38:54 +05:00
Stanislav Nikitin 1836c46d66 Argh, my bad, so much commits with typo and my blindness... 2017-02-09 03:09:57 +05:00
Stanislav Nikitin fddb30b939 One more try to fix Windows's Translator. 2017-02-09 03:05:18 +05:00
Stanislav Nikitin f934cc4d68 One more Windows Translator fix. 2017-02-09 03:01:32 +05:00
Stanislav Nikitin 5be1b103cb Forgotten import for Windows's Translator part. 2017-02-09 02:53:16 +05:00
Stanislav Nikitin 5d3fb76f0f Windows build fix. 2017-02-09 02:50:24 +05:00
Stanislav Nikitin 9273273b49 Language selection combobox in options and accepted languages.
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 :)
2017-02-09 02:31:24 +05:00
Stanislav Nikitin 4890882021 README update and new screenshot :). 2017-02-09 01:21:56 +05:00
Stanislav Nikitin 177235c846 Merge branch 'master' of github.com:pztrn/urtrator 2017-02-09 01:17:04 +05:00
Stanislav Nikitin 65f6bd8b4d URTrator now can be translated. 2017-02-09 01:16:51 +05:00
Stanislav Nikitin 61a3e99479 URTrator now can be translated. 2017-02-09 01:15:58 +05:00
Stanislav Nikitin 9821eb28fd README update. 2016-12-13 08:12:26 +05:00
Stanislav Nikitin 4020d52c03 Timer for tasks, servers autoupdating and other.
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.
2016-12-13 08:01:48 +05:00
Stanislav Nikitin 2997abf1aa All caches is now protected with mutexes. 2016-12-13 04:58:31 +05:00
Stanislav Nikitin 384754276a Pooler data race fix and experimental qt5 interface.
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.
2016-12-13 04:47:17 +05:00
Stanislav Nikitin af26eff895 Moved current UI in "gtk2" directory.
Get ready, we're migrating to Qt5 :).
2016-11-27 08:41:11 +05:00
Stanislav Nikitin e66875ffbe Version bump. 2016-11-26 19:32:37 +05:00
Stanislav Nikitin 979de8d858 Filtering by game mode implemented. 2016-11-26 16:20:57 +05:00
Stanislav Nikitin f0ddda1af5 "All versions" instead of "All" in version select comboboxes. 2016-11-26 16:06:33 +05:00
Stanislav Nikitin bd344fee2e Filter by server version and forgotten server's CVars window.
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.
2016-11-26 16:00:17 +05:00
Stanislav Nikitin 7950ab5a1f macOS might have no GTK configuration, so forcing "only icons" for toolbar. 2016-11-26 09:35:59 +05:00
Stanislav Nikitin 3b3aae16b0 Accidently attached wrong widget. 2016-11-26 09:27:46 +05:00
Stanislav Nikitin a57c878dad Prettified favorites add/edit dialog. Fixes #33. 2016-11-26 09:24:36 +05:00
Stanislav Nikitin 474821ba7b Ooops :) 2016-11-26 09:11:51 +05:00
Stanislav Nikitin f32cf4d1f6 "GENERAL INFO" list item isn't needed anymore. 2016-11-26 09:10:57 +05:00
Stanislav Nikitin bd04870aa3 Splitted sidebar's list into two and separate 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.
2016-11-26 09:05:48 +05:00
Stanislav Nikitin 280c65f116 Distinguish bots from humans.
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.
2016-11-26 07:38:26 +05:00
Stanislav Nikitin 32c6297765 Fixed game version combobox not selecting proper version on profile editing. 2016-11-25 04:49:19 +05:00
Stanislav Nikitin 190f76eb82 Fixed profiles editing crashing application if profile wasn't saved in database. 2016-11-25 04:44:46 +05:00
Stanislav Nikitin 5c295f08ab Prettify options window. 2016-11-25 04:31:45 +05:00
Stanislav Nikitin 061bfcaeb9 UI design updates.
Got rid of visible separators, replaced them with HBox and VBox.

Reworked profile add/edit window, now it looks prettier and
organic.
2016-11-25 04:11:44 +05:00
Stanislav Nikitin 5ca8299714 Show selected server's information on active tab changing.
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.
2016-11-25 03:12:05 +05:00
Stanislav Nikitin 9c8aa1cc34 Preparing to 0.1.0 release. 2016-11-23 10:13:01 +05:00
Stanislav Nikitin 5fcbd8536c Update selected server's info in sidebar after updating server's data. 2016-11-23 10:10:11 +05:00
Stanislav Nikitin fb7a471aec Shw message in toolbar when updating selected server's data. 2016-11-23 10:02:58 +05:00
Stanislav Nikitin 8c9d948a52 Fixed tooltip text for "Update all servers" button. 2016-11-23 09:53:09 +05:00
Stanislav Nikitin 8b44d194b5 Hide private servers checkboxes. 2016-11-23 09:49:39 +05:00
Stanislav Nikitin 3b0a93e63a By default srting players by name as well as cvars in sidebar. 2016-11-23 07:51:41 +05:00
Stanislav Nikitin b85ba0470c Fixed rendering of logo on launch button.
Also, made this logo smaller to beautify interface.
2016-11-23 07:42:58 +05:00
Stanislav Nikitin f127fdc9f4 Fixed players counting on servers update. 2016-11-23 07:41:14 +05:00