mage/Mage.Server.Plugins/Mage.Player.AI.MA/src/mage/player/ai
vraskulin 076840df53 Big refactoring
I used Intellij IDEA to automatically refactor code to achive 3 goals.
1) get rid of anonymouse classes, and replace the with lamba to get more readeable and clean code (like in TableWaitingDialog).
2) make effectively final  variables actually final to avoid inadvertent changes on it in further releases and keep objects as immutable, as possible.
3)  Get rid of unused imports (most of the changes) in whole project classes.
2017-01-09 19:16:53 +03:00
..
ma Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
util always use log4j 2015-11-28 21:11:25 -08:00
Attackers2.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
ComputerPlayer6.java Big refactoring 2017-01-09 19:16:53 +03:00
ComputerPlayer7.java * Fixed that a spell that becomes a permanent didn't had the colors of the spell (e.g. ERsatz Gnomes). 2016-10-22 10:38:10 +02:00
Config2.java always use log4j 2015-11-28 21:11:25 -08:00
GameStateEvaluator2.java always use log4j 2015-11-28 21:11:25 -08:00
SimulatedAction2.java [refactoring][minor] Replaced all tabs with four spaces. 2012-06-19 23:50:20 +03:00
SimulatedPlayer2.java Creating new ArrayList is unneccesarry 2016-12-19 12:23:23 +03:00
SimulationNode2.java * Some fixes/chnages to AI player. Needs probably some more testing. 2015-07-12 19:51:04 +02:00
SimulationWorker2.java always use log4j 2015-11-28 21:11:25 -08:00