Zach
36f1536b09
Merge pull request #1807 from ctrlaltca/game_sizes
...
Correctly save and retrieve docks size in game tabs
2016-02-14 20:46:29 -05:00
Fabio Bas
a8c723326d
Game tab: use short title for undocked wdgets
...
fix #1777
2016-02-12 14:49:37 +01:00
Fabio Bas
ae8296a50e
Game tab: reset docks sizes on "reset layout"
2016-02-11 18:29:50 +01:00
woogerboy21
93d4f78715
Merge pull request #1803 from Cockatrice/replay-maint-update
...
Update replay maintenance script
2016-02-10 15:16:41 -05:00
woogerboy21
8f819dfa66
Update replay maintenance script
...
Update the replay maintenance script to allow for rolling replay maintenance along with cleanup of the two associated db tables (replay access and games). This updated script will now allow players to see the past X days (8 by default) of replays rather than loosing all replays from the point in the the script gets run.
2016-02-10 10:53:18 -05:00
Fabio Bas
058b913455
Game: save and restore dock sizes
2016-02-07 21:58:51 +01:00
Zach
cddb45085c
Merge pull request #1799 from tooomm/patch-2
...
shortcut tab adjustments (settings)
2016-02-07 01:40:08 -05:00
tooomm
802ccd7f14
shortcut tabs adjustments
...
- typo fix
- improved description of some shortcuts
2016-02-06 19:29:57 +01:00
ctrlaltca
323fc06885
Merge pull request #1787 from ctrlaltca/speak_this
...
Some updated translations from transfix
2016-02-02 22:05:30 +01:00
Fabio Bas
50dde5dde1
Some updated translations from transfix
2016-02-02 22:04:49 +01:00
ctrlaltca
f35c047dee
Merge pull request #1779 from ctrlaltca/translations
...
Updated translations
2016-01-29 00:31:19 +01:00
Fabio Bas
7c128f69b0
Updated translations
2016-01-29 00:30:54 +01:00
Gavin Bisesi
7de8e8a6a7
Merge pull request #1747 from tooomm/about_url
...
[WAIT] added webpage to about window
2016-01-28 18:02:37 -05:00
ctrlaltca
5dd20181fd
Merge pull request #1753 from ctrlaltca/pr_1544
...
Re-Dockified the game & replay review areas
2016-01-28 22:44:32 +01:00
ctrlaltca
14e94f1f8b
Merge pull request #1767 from Fizztastic/fix_1764
...
Sounds on buddy login & logout.
2016-01-28 22:33:10 +01:00
ctrlaltca
5fcd8a73ff
Merge pull request #1776 from ctrlaltca/button_fix
...
Updater: Disable download button when download starts
2016-01-28 22:27:49 +01:00
Fabio Bas
ee42d547bf
Disable downlod button when download starts
2016-01-28 22:27:14 +01:00
ctrlaltca
5577d618bd
Merge pull request #1727 from TMiguelT/target
...
Client update implementation
2016-01-28 22:25:54 +01:00
ctrlaltca
b6f3630cbf
Merge pull request #1774 from ctrlaltca/fix_1773
...
Remove unneeded debug in servatrice
2016-01-24 23:03:08 +01:00
Fabio Bas
d79d65797f
Remove unneeded debug
2016-01-24 23:02:25 +01:00
ctrlaltca
7ec3968c02
Merge pull request #1770 from ctrlaltca/fix_pixmaps
...
Fix pixmap usage in pictureloader
2016-01-23 18:23:55 +01:00
Fabio Bas
133693d9ce
Fix pixmap usage in pictureloader
...
fix #1765
2016-01-23 11:00:10 +01:00
Jeff
9767b1f69d
Fix #1764
...
Add Sounds on buddy login & logout.
Add Files: buddy_join.wav; buddy_leave.wav
2016-01-22 15:03:01 -05:00
Gavin Bisesi
d2e731bb2b
Merge pull request #1766 from tooomm/patch-2
...
new description (match io page)
2016-01-20 21:05:28 -05:00
Michael Milton
66fda086c3
Client update implementation
2016-01-20 22:26:17 +01:00
tooomm
f0be9f7f9b
Update README.md
...
match new description wording from io page
2016-01-19 17:01:42 +01:00
woogerboy21
f57e0454bb
Dockified the game & replay review areas
2016-01-16 00:54:14 +01:00
Zach
36c3536e0c
Merge pull request #1721 from ctrlaltca/speedup
...
Misc speedups in card database
2016-01-15 18:43:01 -05:00
ctrlaltca
2789e0df19
Merge pull request #1756 from tooomm/patch-2
...
reworked parts of readme
2016-01-16 00:11:49 +01:00
Zach
5146db7a17
Merge pull request #1763 from ctrlaltca/oracle_redirects
...
Oracle: follow redirects
2016-01-15 17:10:25 -05:00
Fabio Bas
bacb289eff
Oracle: follow redirects
2016-01-15 16:07:26 +01:00
ctrlaltca
f7f9827b91
Merge pull request #1761 from ZeldaZach/oracle_secure
...
mtgjson now secure
2016-01-15 09:27:57 +01:00
ctrlaltca
0318ae8087
Merge pull request #1758 from ctrlaltca/replay_overflow
...
fix replay progress bar
2016-01-15 09:01:32 +01:00
Zach H
ad0334e734
mtgjson now secure
2016-01-14 17:32:25 -05:00
Gavin Bisesi
fc59a33b84
Merge pull request #1760 from Cockatrice/proto-syntax-marker-removal
...
Remove 'syntax = proto2' from .proto files.
2016-01-14 15:20:00 -05:00
tooomm
e337775d72
Update README.md
...
- added small 'new user guide' at top
- reworked 'downloads' part
- changed layout of 'translation' part
- removed server list in favor of gh pages link (server list can be found there)
- switched to https everywhere (zlib not supported yet --> added hint)
2016-01-14 16:59:43 +01:00
Gavin Bisesi
0734b81e6e
Remove 'syntax = proto2' from .proto files.
...
That marker is only recognized by pb3-compatible compilers, meaning that
tools which are otherwise compatible with our files break on them.
Notably, this includes hprotoc (for haskell).
2016-01-14 08:09:40 -05:00
Fabio Bas
3605cc55b7
fix replay progress bar
2016-01-13 00:17:02 +01:00
Gavin Bisesi
5350302969
Merge pull request #1755 from tooomm/patch-2
...
Updated ToC with 'Downloads'
2016-01-11 08:27:57 -05:00
tooomm
c415d4d70e
Updated ToC with 'Downloads'
2016-01-11 00:17:08 +01:00
tooomm
953b183dab
added url to about
...
added gh pages url
2016-01-09 22:53:54 +01:00
Zach
924bbb2245
Merge pull request #1736 from ZeldaZach/token_loc
...
Token coordinates
2015-12-30 11:54:59 -05:00
Zach H
e0a25e74ac
fix merge issues
2015-12-30 11:54:30 -05:00
Zach H
f568a4e865
todo
2015-12-30 11:51:53 -05:00
Zach
9efa9cda71
Merge pull request #1734 from ZeldaZach/tokenpt
...
Token PT shown in create related dialog
2015-12-30 11:44:10 -05:00
Zach H
703ff7905c
token coordinates
2015-12-29 23:43:03 -05:00
Zach H
da0e3292d3
Token PT shown in create related dialog
2015-12-29 18:28:41 -05:00
Gavin Bisesi
2bf998b7d3
Merge pull request #1728 from Cockatrice/leematos-hidpi-support
...
Enable HiDpiPixmaps for Qt5
2015-12-28 22:12:12 -05:00
Lee Matos
8a6d63265f
Enable HiDpiPixmaps for Qt5
2015-12-28 22:03:38 -05:00
Fabio Bas
fddcbb8296
Lazy loading of card database view => faster startup times
2015-12-28 15:26:10 +01:00