foul-magics/Mage.Server.Plugins/Mage.Player.AI/src/main/java/mage/player/ai
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
..
simulators Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
utils Add Subtype to the CardAttribute Framework 2016-08-28 17:30:10 -04:00
Attackers.java Some minor changes. 2015-07-19 10:08:58 +02:00
CombatEvaluator.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
ComputerPlayer.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
PermanentComparator.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
PermanentEvaluator.java * 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