magarena/src/magic/utility
melvinzhang abc5dfa4f4 bump version to 1.91 to prepare for release 2018-01-23 15:06:19 +08:00
..
DeckFileVisitor.java move isValidDeckFolder() into DeckUtils. 2017-03-12 19:31:06 +00:00
DeckParser.java replace StringBuffer with StringBuilder where it is used in a single-threaded way 2017-08-24 15:52:11 +08:00
DeckUtils.java can drag and drop a deck file onto the deck editor screen and Magarena will attempt to load and display it (see #1187). 2017-07-12 12:36:09 +01:00
FileIO.java Save Properties file using PrintWriter and UTF-8. 2017-07-18 10:00:00 +01:00
MagicFileSystem.java use <list>.sort() instead of Collections.sort(<list>). 2017-07-21 15:30:08 +01:00
MagicResources.java ensure files and read/written using UTF_8 instead of platform default charset 2017-06-17 12:06:28 +08:00
MagicSystem.java bump version to 1.91 to prepare for release 2018-01-23 15:06:19 +08:00
ProgressReporter.java only perform card definition loading from initialize, UI calls waitForAllCards to block until card definitions are loaded 2015-03-25 22:56:31 +08:00
SortedProperties.java sort the contents of a properties file when saved. 2016-03-07 08:05:15 +00:00