Commit graph

22970 commits

Author SHA1 Message Date
Danny Plenge
98c2b171de Added the URLHandler which makes the URL's in the message of the day clickable.
At the moment when there are 2 URL's in 1 message, it only makes the last one clickable.
2018-03-28 13:49:04 +02:00
Danny Plenge
7d7cd64b1e
Merge pull request #3 from magefree/master
Update Master
2018-03-28 11:20:45 +02:00
spjspj
2d32ec0a80
Merge pull request #4668 from spjspj/master
Have a faded life total over the avatar which glows then fades again
2018-03-28 09:28:42 +11:00
L_J
75ff9e430a
Implemented Damping Sphere 2018-03-27 21:45:04 +00:00
L_J
b6162cb642
Merge pull request #47 from magefree/master
Merge https://github.com/magefree/mage
2018-03-27 23:23:02 +02:00
Christiaan
f956075341 Merge remote-tracking branch 'origin/master' into feature/loadingtime 2018-03-27 17:28:58 +02:00
Christiaan
e69423af27 performance improvements for startup
added option to skip generating small icons that already exist, load symbol images multithreaded
2018-03-27 17:26:19 +02:00
spjspj
08ffbecdb4 Have a faded life total over the avatar which glows then fades again reddish for damage and bluish for life gain. 2018-03-28 02:22:28 +11:00
Plopman
1466cc2a81 Fix Axelrod Gunnarson 2018-03-27 00:07:13 +02:00
Plopman
a33916f3f4 Add StaticFilters.FILTER_CONTROLLED_LAND_SHORT_TEXT 2018-03-27 00:04:13 +02:00
Plopman
95b07bdb1f Fix some ability text. Fix #2039 2018-03-26 22:27:39 +02:00
L_J
9e813935db
Practical improvement for Drought
The caster now can cancel the payment at the "Sacrifice a swamp" phase
2018-03-25 10:56:43 +00:00
Oleg Agafonov
e7546b9e33 Fixed umlauts in card names 2018-03-25 14:48:45 +04:00
L_J
05e526aa08
Merge pull request #4661 from Zzooouhh/master
Implemented Drought, Monsoon, Leshrac's Sigil, Lim-Dûl's Hex
2018-03-25 12:31:47 +02:00
L_J
0fc22b2f16
Implemented cards 2018-03-25 01:51:35 +00:00
L_J
0e4af73cc9
Implemented Lim-Dûl's Hex 2018-03-25 01:50:26 +00:00
L_J
3a355669aa
Implemented Leshrac's Sigil 2018-03-25 01:49:05 +00:00
L_J
93d1d5b390
Implemented Monsoon 2018-03-25 01:48:10 +00:00
L_J
89d3284f1f
Implemented Drought 2018-03-25 00:13:14 +00:00
L_J
a37d1aa868
Implemented Drought 2018-03-25 00:12:59 +00:00
L_J
4378581042
Merge pull request #46 from magefree/master
Merge https://github.com/magefree/mage
2018-03-25 01:10:41 +01:00
spjspj
1340f75c1e
Merge pull request #4658 from spjspj/master
Karn, Scion of Urza (DOM)
2018-03-25 09:04:49 +11:00
spjspj
4527f791aa Karn, Scion of Urza (DOM) 2018-03-25 01:44:23 +11:00
Oleg Agafonov
645fbf6da1 * Cheat engine: added optional set code in card's command (example: battlefield:Human:Island:HOU:1); 2018-03-24 18:44:02 +04:00
Jeff
a71c627fc7 - Added Cabal Shrine, Hint of Insanity, Mind Burst, and Traveling Plague. Odyssey set 100%. 2018-03-23 12:10:29 -05:00
Oleg Agafonov
eeaa40c945 [DOM] Renamed Fall into Oblivion to Cast Down 2018-03-23 11:15:41 +04:00
Oleg Agafonov
0eeada3264 [DOM] Fixed not working Fall into Oblivion 2018-03-23 11:10:52 +04:00
igoudt
c535b81bff changed some == to .equals() 2018-03-22 23:37:07 +01:00
Jeff
ffb4ea647f - Fixed Morality Shift. #4652 2018-03-22 16:35:33 -05:00
Jeff
802e9f99af - Added Cephalid Shrine. 2018-03-22 15:12:30 -05:00
igoudt
00f91391e9 Homarid Drake, reprints, and rewriting his or her to their 2018-03-22 16:52:26 +01:00
igoudt
03355aee37 Merge branch 'master' of https://github.com/magefree/mage 2018-03-22 14:45:28 +01:00
spjspj
4382a4f247
Merge pull request #4649 from spjspj/master
Song of Blood (VIS)
2018-03-23 00:26:29 +11:00
spjspj
498a39126d Song of Blood (VIS) 2018-03-23 00:24:07 +11:00
ArcadeMode
5ac975c52e Blocker and Critical level bugfixes throughout the project (#4648)
* fixed https://sonarcloud.io/project/issues?id=org.xmage%3Amage-root&issues=AWIlv32RgrzAwlaaQ7rP&open=AWIlv32RgrzAwlaaQ7rP

* ensure closing of scanner if it was opened

* Refactored method in EmpyrialArchAngel to not always return same value.

* Refactored method in FalkenrathAristocrat to not always return same value.

* Refactored method in GilderBairn to not always return the same value.

* fixed left open resources, ensured quiet closing of the streams

* Refactored method in IceCave to not always return same value.

* Refactored method in KjeldoranRoyalGuard to not always return same value.

* Refactored method in LegionsInitiative to not always return same value.

* Refactored method in NaturesWill to not always return same value.

* added quiet closing method in new streamutils class, used to clean up the connectdialog

* Fix small typo

* added quiet closing to saveobjectutil

* closed resources in savegame method of gamecontroller

* properly close resources in loadGame method of GameReplay class

* further proper resource closing in ServerMessagesUtil

* fixed unclosed resources in copy method in mage framework Copier

* closed unclosed resources in copyCompressed method in Copier

* ensure closing of filewriter in manasymbols

* ensure proper closing of Stream in arcane UI

* ensure closing of datagram socket in arcane Util

* ensure resource closing in deckimport from clipboard

* ensure closing of plugin classloader

* ensured closing of zipinputstream resource

* ensure closing of fileoutputstream in ScryfallSymbolsSource

* ensure closing resources after finishing/canceling download of pictures

* remove commented code

* move locks to try block to ensure unlocking along all execution paths

* remove dangerous instance of double-checked locking

* removed dangerous instance of double checked locking in settingsmanager

* Removed dangerous instance of double-checked locking in ThemePluginImpl

* close resource which did not happen certainly

* close another stream

* ensure closing of inputstream
2018-03-22 08:13:13 -05:00
Jeff
ec77cecbf6 - Removed unneeded spell copy checks 2018-03-22 08:07:40 -05:00
Marc Zwart
a22eaff49c ensure closing of inputstream 2018-03-22 12:51:55 +01:00
igoudt
af83a34c64 added Academy Drake, Knight of Malice, Hexproof from White 2018-03-22 12:06:45 +01:00
igoudt
ad8b046b05 a list that is null is just strange, just use an empty List 2018-03-22 12:06:45 +01:00
igoudt
e205fef785 added a removeIf and streams 2018-03-22 12:06:45 +01:00
Marc Zwart
82e439c14b close another stream 2018-03-22 10:32:48 +01:00
Marc Zwart
c2c395420e close resource which did not happen certainly 2018-03-22 10:30:10 +01:00
Oleg Agafonov
ddc43d05f6 Removed unnecessary log info on user's freeze (#4646) 2018-03-22 11:58:14 +04:00
Jeff
270951bf89 - Added Dwarven Shrine. 2018-03-21 17:19:01 -05:00
Jeff
be67d61997 - Added Mad Dog. 2018-03-21 16:29:09 -05:00
igoudt
b6dbdf60d5 add Serra Disciple, change collector number Knight of Grace 2018-03-21 17:32:05 +01:00
igoudt
72879c44b9 fix comment and rename effect 2018-03-21 16:36:37 +01:00
LevelX2
9f2f7673c6 [ODY] Added Natuko Shrine and Rites of Spring. 2018-03-21 00:09:20 +01:00
LevelX2
f56b2fb86c [ODY] Added Charmed Pendant. 2018-03-20 21:42:10 +01:00
Jeff
cddb4af9e6 - Added Painbringer. 2018-03-20 10:21:12 -05:00