• v0.1.1 e66875ffbe

    Stable

    pztrn released this 2016-11-26 19:32:37 +05:00 | 26 commits to master since this release

    Warning: this release will upgrade your database, so it won't be possible to rollback to any of previous releases!

    Changes:

    • Distinguish bots from humans. Servers lists now have 3 items in "Players" column - first is real humans count, second is bots count, and third - maximum players on this server allowed.
    • Kinda "prettified" sidebar: now list widget splitted into two separate widgets, one for main server's information, and second for players list.
    • Moved CVars list into separate window which can be called with "Show CVars" button.
    • Prettified favorites add/edit dialog.
    • Forced toolbar to show only icons on macOS.
    • Added filtering by server's version and game mode.
    Downloads
  • 0.1.0 32c6297765

    0.1.0 Stable

    pztrn released this 2016-11-25 04:49:19 +05:00 | 37 commits to master since this release

    Thanks to everyone for ideas and suggestions :) First "real" release is here, without any "Beta", "RC", etc.

    Changelog:

    • Proper sorting by server's name, players count and ping. "Fast sorting" (e.g. "sorting while typing") isn't available now, I'm preparing patches for go-gtk to allow that.
    • Proper sorting of sidebar list with server's data.
    • Removed "Additional information" button, which was under sidebar's list. Sidebar list already shows all data we gathered about server.
    • Fixed players counting. It was "real players count + 1", now it shows right count.
    • Servers pinging should go faster now. Not much, but noticeable.
    • On launch or every profile action we will choose first profile from list in options as default profile for Urban Terror. Thanks @pretsell for report.
    • Fixed picture rendering on "Launch" button. Now it (kinda) crystal clear :)
    • Added "Hide private servers" checkbox. Unchecked by default.
    • Fixed toolbar's label not showing a message when updating single selected server.
    • When server's data is updated - sidebar data is also updated.
    • On tab changing "currently active" server's data in sidebar is also changed to data of selected server from activated tab.
    • Fixed profile editing of unsaved profile (i.e. just added one) crashes application. Also, fixed version editing for profiles with 4.3.1 version defined.
    • Prettified options window and profile editing window. Now they're looking great! :)

    Known bugs:

    • All from previous betas.
    Downloads
  • v0.1.0-beta5 e731653652

    0.1.0-beta-five Pre-Release

    pztrn released this 2016-11-22 14:37:11 +05:00 | 55 commits to master since this release

    Fast release :) Changes:

    • Proper sorting by players or ping, first "draft" for proper sorting by server name. Works in Servers and Favorites tabs.
    • 4.3.1 version is now default when creating new Urban Terror profile.
    • "Hide offline servers" checkboxes is now activated by default for new installations.

    Known issues:

    • Same as for 0.1.0-beta4
    • On windows sidebar with server's information for some reason didn't restoring it's position, so on every URTrator start it is hidden.
    Downloads
  • v0.1.0-beta4 2b1caac8f6

    0.1.0-beta-four Pre-Release

    pztrn released this 2016-11-22 05:03:30 +05:00 | 66 commits to master since this release

    This release should fix:

    • Random URTrator crashes on Linux and, possibly, Windows.
    • Inability to launch game on Windows.
    • Forgetting profiles for favorited servers. And remembering parameters of favorited servers in common.
    • Clipboard watching for connect string. Tested as 100% working on Linux, but should also work on Windows and macOS.
    • Copying server's credentials as connect string in clipboard is now possible. This includes password, if it was defined for favorited server.
    • Crash if we failed to connect to master server.
    • Ignoring system icons and use built-in ones. No more missing icons in toolbar or servers lists!

    Known bugs:

    • On linux no message dialogs will be shown, see in toolbar's action label instead, it can give some hints about what's wrong. Windows and macOS unaffected. See mattn/go-gtk#289 for details.
    Downloads
  • 0.1.0-beta3 9be55c982e

    OS-o-matic Pre-Release

    pztrn released this 2016-10-11 00:18:10 +05:00 | 89 commits to master since this release

    This release does not have any new features, except one: windows and macOS builds now shouldn't be as awful as GTK+2 can. On macOS theme named "Clearlooks Brave" will be used, because I found no good theme which resembles macOS (they all or eye-blowing or not finished). Nn Windows theme named "MS-Windows" is used, which resembles native Windows looking.

    Also, from this moment URTrator have proper (more or less) build scripts for macOS and Windows (MSYS2 required here).

    Linux binary just updated, so you can take a look and say that this is "0.1.0-beta3" :). And linux version have no theming feature, like others.

    Downloads
  • v0.1.0-beta2 df4d6a3cca

    Mac fixes Pre-Release

    pztrn released this 2016-10-09 17:06:47 +05:00 | 100 commits to master since this release

    This release is macOS-only and contain fixes regarding profiles and game launching, which should work flawlessly now.

    Only one thing you should keep in mind - URTrator expects not application bundle to be specified, but binary inself. It is located in Quake3-UrT.app/Contents/MacOS/ directory.

    Downloads
  • v0.1.0-beta1 1278b71798

    Re-Launch! Pre-Release

    pztrn released this 2016-10-09 01:32:17 +05:00 | 106 commits to master since this release

    Not so much time from 0.1.0-beta, but already have three important fixes:

    • Favorites servers handling. Now they should work properly.
    • Game launching for servers without colours in names.
    • macOS build fix.
    Downloads
  • v0.1.0-beta 12a5605276

    The First Launch! Pre-Release

    pztrn released this 2016-10-08 23:57:21 +05:00 | 112 commits to master since this release

    URTrator 0.1.0-beta is here. It is a very first binary release, many things still need to be polished, but already we can:

    • Obtaining list of Urban Terror servers from master server and updating information about them.
    • Local caching of whole data (in SQLite3 database).
    • Extended Urban Terror launching capabilities (e.g. launching game in another X session).
    • Supporting of multiple profiles with multiple game versions. When you're launching Urban Terror URTrator will check profile you're trying to use and, if version incompatability found, will not launch the game.
    • Favorites servers.
    • Updating single server.
    • Showing information about servers, including custom CVars.

    Known bugs:

    • When trying to use Quick Connect to favorite server it might not use profile defined for server
    • Ugly theme

    Please note, that there will be NO 32bit release in near future, because 32bit compilation have some issues now I don't want to fix. But anyone here is encouraged to do so and make a PR :).

    Downloads