Commit Graph

2029 Commits (master)

Author SHA1 Message Date
Skiphs cfcf62f4b9 Updated version string 2013-12-09 02:31:15 -08:00
Skiphs f6f8f53ab5 Fixed a bug where the first file in each library directory would be loaded regardless of extension. 2013-12-09 02:30:42 -08:00
Skiphs 696576064a Libraries now respect the rules given in the JSON file and load in the correct OSs. 2013-12-09 02:30:04 -08:00
Skiphs bfac523804 Added Utility method to find OS string. 2013-12-09 02:29:09 -08:00
Skiphs 59a362e9ff BiomeColorProfile now supports the new JsonSyntaxException. 2013-12-08 18:24:56 -08:00
Skiphs e4fa6e0bd3 NoClassDefFoundError now triggers a printStackTrace 2013-12-08 18:24:28 -08:00
Skiphs 769f4a1e35 "Skipping library" message now correctly displays the path. 2013-12-08 18:23:58 -08:00
Skiphs ebfc245d45 Reading a json object now throws an addition exception for syntax errors. 2013-12-08 18:23:25 -08:00
Skiphs c786b8db04 Added base for crash log 2013-12-08 18:22:55 -08:00
Skiphs 5cc013f091 updated version number 2013-12-08 01:08:08 -08:00
Skiphs 532cf929f2 Added support for custom biome names. 2013-12-08 00:52:44 -08:00
Skiphs 2f383324f5 Added option to reload biome color profile menu. 2013-12-08 00:52:19 -08:00
Skiphs fb713d6056 Fixed issue where file readers would not be closed. 2013-12-08 00:51:55 -08:00
Skiphs 893a5ad380 Added ability to reload biome color profile list without restarting AMIDST. 2013-12-07 23:59:16 -08:00
Skiphs 656f3a3c39 base for new version loader 2013-12-07 23:46:50 -08:00
Skiphs a6edf1ad1d Major performance increase to rendering 2013-12-07 23:46:28 -08:00
Skiphs db4ea7de44 Moved versioninfo to a better named package. 2013-12-07 23:07:53 -08:00
Skiphs bf49aa11b3 Added missing file error catching to library loading. 2013-12-05 00:25:28 -08:00
Skiphs bd910fb22c Added twitch to the list of excluded libraries. 2013-12-05 00:22:05 -08:00
Skiphs 15e4ad7164 Fixed AMIDST Open File dialog not showing hidden folders and files. 2013-12-05 00:13:10 -08:00
Skiphs f06b928cf7 Updated version text to just "3.5" 2013-12-04 23:02:46 -08:00
Skiphs 555ca7f6d1 Added biome color profile folder and shortcut support. 2013-12-04 22:50:45 -08:00
Skiphs 201441d8ed Revert "Attempt at improving threading."
This reverts commit 7bbdcadfad.
2013-11-28 18:03:07 -08:00
Skiphs 7bbdcadfad Attempt at improving threading. 2013-11-28 18:02:56 -08:00
Skiphs 09f2aedf63 Removed unneeded line of code. 2013-11-27 17:07:54 -08:00
Skiphs 4c5e4a6e34 Added test biome color profiles. 2013-11-27 17:00:25 -08:00
Skiphs efdeebfbb0 Fixed a bug that caused Mega Spruce Tiaga to occasionally show up as black 2013-11-27 17:00:03 -08:00
Skiphs 78853a9679 Added library loading based on rule file. 2013-11-27 16:49:36 -08:00
Skiphs 96998f2c2d Added 1.7.2 to version list. 2013-11-27 16:48:56 -08:00
Skiphs 1a92ba1251 Add basic biome color profile selector. 2013-11-21 08:30:37 -08:00
Skiphs 5cc688c1aa Moved "misc" sub-menu to the new "options" menu. This will allow users to edit settings before loading the map.
(Copy seed was placed directly under the main-menu "Map")
2013-11-21 02:09:59 -08:00
Skiphs e3f7631957 Removed unused biome color selector code. 2013-11-21 02:08:56 -08:00
Skiphs 2612750117 Updated default version to 1.7.2. 2013-11-21 01:58:43 -08:00
skiphs 13bb7f7052 Merged in neilwightman/amidst (pull request #4)
Fix so that the map doesnt jump around when the menus are opened
2013-11-21 01:47:07 -08:00
skiphs a2d84a66aa Merged in Pisideff/amidst (pull request #5)
Fix loading/generating amplified world type.
2013-11-21 01:46:14 -08:00
skiphs e379b1a5e2 Merged in agforsyth/amidst (pull request #3)
Only continue from VersionSelectWindow with valid data
2013-11-21 01:41:36 -08:00
Eerik Mägi 8f94bbf2a1 Fix loading/generating amplified world type. 2013-11-20 17:15:48 +02:00
neilwightman c4dbd3e227 fix so that map doesnt jump around when the menus are used 2013-11-01 16:49:54 +01:00
neilwightman be8fa563ac add more directories ignore list 2013-11-01 15:11:17 +01:00
neilwightman d04dc6003d include resources in jar too 2013-11-01 15:09:13 +01:00
neilwightman dabeef340e run depends on jar 2013-11-01 14:42:27 +01:00
neilwightman f7694537c4 cleanup and fix manifest failure when dist isnt there 2013-11-01 14:40:29 +01:00
neilwightman 81433fe368 add ant build file 2013-11-01 14:31:12 +01:00
Neil Wightman 7a7fd18890 Merged skiphs/amidst into master 2013-11-01 13:28:20 +01:00
adam 908388f09a Only continue from VersionSelectWindow with valid data
AMIDST was completely locking up for me on OSX because it doesn't
filter the types of events caught by the event handler.
By actually using the isValid check to skip actions dependent on
success, this problem is alleviated.
2013-10-04 17:07:23 -05:00
skiphs c5860f208f Merged in ecsos/amidst (pull request #2)
fix for #13 where mac does not refresh window
2013-10-01 19:10:28 -07:00
Nick Salonen cdfa145c6a fix for #13 where mac does not refresh window 2013-10-01 13:44:30 -05:00
Skiphs d1733dd783 Updated version number 2013-09-28 22:14:40 -07:00
Skiphs 493af7cb5b Added support for 13w39a 2013-09-28 22:12:48 -07:00
Skiphs f2424104c9 Added support for dynamic library loading 2013-09-28 22:12:20 -07:00