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 |
|
LevelX2
|
d7dd635bca
|
Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…"
|
2016-09-16 23:55:54 +02:00 |
|
ingmargoudt
|
f1cf9e7adb
|
introduced StringUtil class with .isEmpty(String input) and .isNotEmpty(String input), to replace str != null && str.length()>0 statements
|
2016-09-16 21:23:31 +02:00 |
|
drmDev
|
c93865673c
|
merge
|
2016-04-14 13:50:04 -04:00 |
|
drmDev
|
aa033617a2
|
Better logging?
|
2016-04-14 12:46:42 -04:00 |
|
drmDev
|
ad0dde4501
|
server logging for nulls
|
2016-04-14 10:49:08 -04:00 |
|
drmDev
|
bee12d709c
|
Various NPE fixes based on server log
|
2016-04-14 09:55:13 -04:00 |
|
LevelX2
|
19d67f9a83
|
Removed old AlternativeCost class, that's no longer used in cards.
|
2016-03-06 22:32:58 +01:00 |
|
poixen
|
46eb6c0525
|
Restructured Mage module
|
2015-11-29 21:56:49 +01:00 |
|