LevelX2
db93e3f672
* C17 Enchantment Curses - Fixed a bug that could create game errors (index out of bounds).
2017-08-17 21:36:55 +02:00
vraskulin
11dc1e10f1
Few lambda's and removed explicit type from creating lists and hashmaps
2017-02-28 13:46:57 +03:00
vraskulin
498c8cf60c
Made utility classes final to explicitly forbid it's inheritance
2017-02-27 17:03:38 +03:00
vraskulin
f60ebfbb1f
All 1-character strings converted to primitives
...
"b" + "r" now changed to 'b' + 'w'. It's more straight-forward, and may cause perfomance improvements - character primitives allocation is faster and less expensive than string creation.
2017-02-06 14:32:51 +03:00
Neil Gentleman
bfb428b13a
always use log4j
...
removed all references to mage.util.Logging, java.util.logging
transient static doesn't mean anything, since static fields are never
included in serialization
2015-11-28 21:11:25 -08:00
LevelX2
0d37d1593b
* Odric Master Tactician - Fixed that the game didn't leave the block phase controlled by the controller of Odric.
2013-08-06 18:26:49 +02:00
jeffwadsworth
71d01ce9e5
- Another fix for AI blocking. This should work better.
2012-12-31 12:26:27 -06:00
jeffwadsworth
ad035f1e47
- Blocking by the AI should no longer freeze. Please post any errors. Small attack AI adjustments.
2012-11-07 14:58:26 -06:00
magenoxx
e90ce893c5
Changes in state evaluation (permanents more valuable). Fix in combat blocking.
2012-06-20 11:19:22 +04:00
North
239a4fb100
[refactoring][minor] Replaced all tabs with four spaces.
2012-06-19 23:50:20 +03:00
magenoxx
77ecea1253
Combat NPE fix for mad ai
2012-06-17 13:12:36 +04:00
magenoxx
082a1fcb64
minor changes
2012-05-22 19:21:03 +04:00
magenoxx
655a84a65f
[mad ai] more code for attack
2012-04-12 20:48:21 +04:00
magenoxx
deb6533bd8
[mad ai] emulating block declaration. safe block. (in progress)
2012-03-26 22:04:31 +04:00
magenoxx
0d8c533542
[mad ai] blocking (in progress)
2012-03-21 22:52:04 +04:00
magenoxx
d3080aa66f
[mad ai] CombatUtil
2012-03-16 12:09:34 +04:00