Rob Blanckaert and ctrlaltca
c1d25bf58b
Add /servatrice to websocket URL to help out reverse proxies. ( #3551 )
...
Remove unused define
Use websocket port from default servers if given.
2019-02-03 22:50:19 +01:00
Caledor and ctrlaltca
ce140041e3
Switch from (s) to plural form whenever possible in message log ( #3487 )
...
* Use plural form whenever possible
Change for "%1 draws %2 card(s)" is self explanatory
Change for "look top X" switches var %2 and %3 so i can skip %3 for singular and translate as "top card", as explained in tr comment
For "counter(s)" i just moved it into %3 (each color) since plural form is already used there.
* clangify
* manual clangify attempt
* Add missing tr
* More missing tr
2019-01-06 20:48:20 +01:00
tooomm and Zach H
b316a5d541
new icons ( #3289 )
2018-06-17 18:09:58 -04:00
tooomm and Zach H
3a05d063af
connect dialog: button reworks ( #3243 )
2018-05-25 21:59:42 -04:00
tooomm and Zach H
8a5baa4637
connect dialog tweaks ( #3211 )
2018-04-23 14:30:46 -04:00
David Szabo and Zach H
cc2a0fa0d0
server site added to connect window ( #3190 )
2018-04-10 19:05:13 -04:00
Zach H and GitHub
61e509585f
Server List from JSON ( #3165 )
2018-04-09 22:38:21 -04:00
Zach H and GitHub
ca2e05952e
add rooster ranges, remove woogerworks ( #3163 )
2018-04-03 18:41:10 -04:00
Dave and ctrlaltca
3c3e6ae68a
Domain change ( #3051 )
...
.es es no mas
Server and database from .es is now active on cockatrice.dr4ft.com
2018-01-27 17:30:40 +01:00
ctrlaltca and GitHub
b29bd9e070
Clang-format ( #3028 )
...
* 1/3 Add .clang-format file and travis compilation check
* 2/3 Run clang-format
* 3/3 Fix compilation problems due to include reordering
* 3bis/3 AfterControlStatement: false
2018-01-27 10:41:32 +01:00
Zach H and ctrlaltca
7a150c558d
Trim all inputs (except password) ( #3018 )
...
* Trim all inputs (except password)
* missed )
2018-01-17 18:57:13 +01:00
Zach H and GitHub
d19744236e
Automatic Spoiler Season ( #2991 )
...
* oracle now can be run in spoiler or normal mode
* tests for travis
* only run on relaunch
* spoilers in client (not oracle now) and tray icon shows when done
* spoiler status will be checked before downloading spoiler file
* only download if they care about spoilers
* reload db on spoiler download
* manual update button, code cleanup, and fix enabling sets when new
* cleanup, nullchecks, and fixes to spoiler
* reload DB even if not in spoiler season; necessary as we have a check elsewhere to prevent the reload if spoiler check happens
* Implement changes from 2991#issuecomment-356169374
* Change implicit nullptrs, alert on file deletion, minor changes
* make reload thread safe and minor changes from 2991#issuecomment-356450302
* Fix locking
* Disable update now button while process running
2018-01-10 13:27:43 -05:00
tooomm and Zach H
ee154da598
clean transifex translations up ( #2566 )
2017-04-03 16:35:10 -04:00
Zach H and GitHub
5ebc9ca360
allow auto connect ( #2522 )
2017-03-20 18:21:20 -04:00
Zach H and GitHub
4feb43cdcc
changes to connection dialog ( #2503 )
2017-03-19 20:24:58 -04:00
Zach H and Gavin Bisesi
4cfcca33db
Server Connect Remade ( #2452 )
...
* Save multiple server configurations
* Each server has its own password/port storage
Close #2452
2017-03-14 17:51:51 -04:00
ctrlaltca and GitHub
f9a025081a
fix #2445 ( #2458 )
2017-03-12 18:23:58 +01:00
Zach H and GitHub
2bad56f6b6
removal of p server ( #2438 )
2017-03-02 16:41:08 -05:00
tritoch and Zach H
90c62c8ab8
Add cockatric.es server ( #2414 )
2017-02-16 15:06:30 -05:00
woogerboy21 and Zach H
0cfa6863d5
Simpler forgot password functionality ( #2393 )
...
* Simpler forgot password functionality (Server/Client)
2017-02-15 17:41:40 -05:00
tooomm and GitHub
8b1aaea79d
add mtg.tetrarch.co server
...
added `mtg.tetrarch.co` server hosted by @skwerlman to the in-client default list
2016-09-20 21:18:58 +02:00
poixen
8d989ca7fb
updated connect dlg
2016-07-21 11:45:11 +02:00
poixen
69e8db441c
updated login
2016-07-15 15:41:51 +02:00
Fabio Bas
beecc0f970
Improved login error message
2015-12-11 18:42:29 +01:00
marco
c8d59eec5e
Refactred settings to use settingscache & ini files
2015-08-22 01:05:15 +02:00
Matt Lowe
1ca24b2597
Previous server connection history
...
This adds the ability to select previous servers from a list to connect
to.
You can remove items from the drop down by selecting them and pressing
delete.
If you connect to a new host it will be added to the previous hosts.
It will remember the last host connected to in the dropdown.
2015-07-28 20:04:01 +02:00
Michael Callahan
3a0c86938c
Clean up a small pile of compiler warnings.
2014-12-30 15:54:38 -07:00
Antony Woods
ab83d6185a
Used tr() function for auto-connect label. Changed formatting to adhere to coding style guidelines. 'Save Password' setting is now saved when cancelling the Connect dialog
2014-08-29 16:53:30 +01:00
Antony Woods
b381298981
Added 'auto connect' checkbox to connect dialog. When the main window becomes active for the first time and auto connect is set to true, it will call connectToServer at that point.
2014-08-27 21:25:11 +01:00
Matt Kelly
1bc48a7849
Convert rest of source to 4-space indent
2014-02-11 11:14:19 -05:00
Mark Morschhäuser
f801f4f64d
Changed default server to woogerworks
2013-05-08 23:56:09 +02:00
Max-Wilhelm Bruker
6b14b4e543
added game filter dialog in GameSelector; switched all dialogs to QDialogButtonBox; issue #32 fixed
2012-03-30 21:09:35 +02:00
Max-Wilhelm Bruker
2487476fcc
added checkbox to disable password storage
2012-03-03 15:54:50 +01:00
Max-Wilhelm Bruker
9645d097b4
changed default server hostname
2010-11-03 22:03:34 +01:00
Max-Wilhelm Bruker
62bf2572a9
Crash fixes (bug #0000006 ). Also cleaned up some includes to speed up compilation.
2010-09-08 22:52:04 +02:00
Max-Wilhelm Bruker
59e9416f57
blah
2009-11-30 19:33:45 +01:00
Max-Wilhelm Bruker
be9ac2e061
save/restore login information
2009-06-19 21:19:02 +02:00
Max-Wilhelm Bruker
8680bce5fc
ping added
2009-04-15 21:43:12 +02:00
Max-Wilhelm Bruker
792a400a3d
minor improvements
2009-04-08 21:49:16 +02:00
Max-Wilhelm Bruker
a11f93df4d
initial commit
2009-03-13 22:50:41 +01:00