Commit Graph

19 Commits (2733516cb9cdad7ac4cef98b819d4d01846e5c66)

Author SHA1 Message Date
Leandro Doctors 2733516cb9 Organize imports 2020-01-16 08:21:24 +08:00
Martin Petricek 4313c14b41 Configurable time limits for running AI game. (#1505) 2018-03-18 10:40:19 +08:00
lodici cb0fcc7d7f remove unused import in FiremindDuelRunner. 2017-06-19 12:40:56 +01:00
melvinzhang abf695ac4a ensure files and read/written using UTF_8 instead of platform default charset 2017-06-17 12:06:28 +08:00
lodici bfc067506b simplify code. 2017-03-12 20:12:57 +00:00
lodici cf9d8b2aff rename DeckUtils.getDeckFolder() to getDecksFolder(). 2017-03-12 19:35:59 +00:00
Mike 12256f26bc save firemind duel decks to known deck folder 2017-01-30 15:00:47 +01:00
lodici 16b35f4e82 relocate VERSION and SOFTWARE_TITLE out of GeneralConfig and into MagicSystem to avoid statics dependency and fix issue #684. 2016-02-07 20:39:31 +00:00
melvinzhang c8f1262b45 remove trailing space from java code 2015-12-31 18:54:52 +08:00
lodici 54e0bb753f move DeckUtils and FileIO classes into magic.utility package. 2015-06-01 13:48:50 +01:00
lodici c708cb1192 convert InvalidDeckException to unchecked exception and de-clutter code by removing related "throws" clauses. 2015-04-24 15:56:59 +01:00
lodici fbe61b36ae rename MagicPlayerDefinition to DuelPlayerConfig. 2015-04-19 20:21:25 +01:00
melvinzhang 7c82eac981 add factory method 'create' to AiProfile and HumanProfile 2015-04-19 09:37:13 +08:00
lodici 6bfa6a0784 rename AiPlayer to AiProfile. 2015-04-05 14:48:12 +01:00
melvinzhang 5d7d88866d replace call to setDifficulty and setAIs with MagicPlayerDefinition constructor that takes a player profile 2015-04-04 21:46:33 +08:00
melvinzhang 20d8da4d58 remove MagicPlayerDefinition.setArtificial 2015-04-04 17:06:05 +08:00
Mike 11b2a5f617 remove initialize call because it somehow hands on the buildDecks part 2015-03-31 09:44:22 +08:00
Mike d5f3aad844 fix indentation 2015-03-21 08:55:43 +08:00
Mike 511a0c0371 move duel runner into seperate class to prevent memory leaks 2015-03-21 08:55:40 +08:00