LevelX2
|
27ced167fb
|
* Added logic to add permitting object to play/cast events.
|
2018-05-27 23:47:57 +02:00 |
|
LevelX2
|
b073ce1c42
|
* Added to all toUpperCase/toLowerCase calls the Locale.ENGLISH to prevent problems with some languages (e.g. Turkish). Removed some unused import statements. (#4634).
|
2018-03-18 18:18:54 +01:00 |
|
LevelX2
|
b752eacfaa
|
* Optimized handling and call of player.choose choice to prevent problems if a player disconnects or left a game (#4263).
|
2018-02-04 17:51:12 +01:00 |
|
vraskulin
|
d93061c0bc
|
Equals should be compared with == but not equals()
|
2017-03-22 14:50:50 +03:00 |
|
vraskulin
|
0557b5e89c
|
list.size > 0 changed to !list.isEmpty
We care about if it's empty or not, not about it's size
|
2017-02-06 14:32:51 +03:00 |
|
LevelX2
|
d2561c1752
|
* Fixed a problem with triggered mana abilities. Fixed a problem that AI did not always select the needed mana color. Fixed a problem with Reflecting Pool not taking triggered mana abilities into account.
|
2016-11-03 22:37:54 +01:00 |
|
Fenhl
|
430ae503c7
|
Change all line endings to LF
|
2016-04-14 16:18:01 +00:00 |
|
LevelX2
|
782190bac3
|
Some changes to mana handling to handle {C} mana.
|
2016-01-08 23:25:42 +01:00 |
|
poixen
|
46eb6c0525
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|