Commit Graph

25 Commits (969f26e4066c230d74e07926aac9d4a1f7b400bd)

Author SHA1 Message Date
Treer 969f26e406 Minetest support - initial commit
Rivers don't match the game, but Amidst can now draw maps made with a different engine than Minecraft
2018-03-10 18:48:03 +11:00
Stefan Dollase fee9af7c7c kind of added support for modded Minecraft
We now determine the underlying vanilla Minecraft version and use that instead. We also inform the user about this.
2017-06-02 16:34:31 +02:00
Stefan Dollase 08a09ef15b removed duplicate log message 2017-06-02 13:19:09 +02:00
Stefan Dollase eed56c195b actually used VersionListProvider 2017-06-02 01:48:47 +02:00
Stefan Dollase 4ae5d48e6b split MojangApi into LauncherProfileRunner and RunningLauncherProfile 2017-06-02 00:53:05 +02:00
Stefan Dollase 30a13646fb removed VersionList from MojangApi 2017-06-01 22:06:45 +02:00
Stefan Dollase 13e81f3214 removed MojangApiParsingException 2017-06-01 21:31:06 +02:00
Stefan Dollase 91ec0588ce moved facade classes 2017-06-01 20:56:03 +02:00
Stefan Dollase 4c1a9b1048 introduced facade classes MinecraftInstallation, LauncherProfile and UnresolvedLauncherProfile 2017-06-01 02:34:26 +02:00
Stefan Dollase a4f5e571ee moved code to DotMinecraftDirectoryService 2017-05-28 05:17:46 +02:00
Stefan Dollase 862af90c21 moved classes 2017-05-28 02:31:13 +02:00
Stefan Dollase 24e09eeec9 merged LauncherProfileService and DotMinecraftDirectoryFinder to DotMinecraftDirectoryService 2017-05-28 02:09:35 +02:00
Stefan Dollase afb28dd119 moved launcher profile logic to new LauncherProfileService 2017-05-27 23:17:06 +02:00
Stefan Dollase 5fcfe5cb43 removed most of the usages of e.printStrackTrace() and e.getMessage() ...
... by using appropriate logging methods
2016-11-21 03:30:50 +01:00
Stefan Dollase 33f6a5b4b8 removed displaying of the message box from the logger 2016-11-21 02:47:05 +01:00
Stefan Dollase dc1a6fdfb3 rename refactorings 2016-11-20 23:48:53 +01:00
Stefan Dollase 1832a7c6b5 formatting
* organized imports
* removed unnecessary @formatter:off comments
* formatted the code using the new code formatter with new preferences
2016-11-20 22:29:01 +01:00
ArgTang edf565884b Message when trying to load modded profiles (#218)
added error message for forge and optifine launcher profiles
2016-09-17 14:37:04 +02:00
Stefan Dollase c772f9a05f initial application of the new code formatter 2016-04-11 14:29:06 +02:00
Stefan Dollase 2cea65cdf0 added logging information about the selected launcher profile
When a profile is selected via the profile select window, a log message is written that contains the profile name and the real Minecraft versionId (the recognised versionId was always logged later on). This enables us to quickly identify bug reports about modded Minecraft versions.
2016-02-01 17:36:22 +01:00
Stefan Dollase 9531c7dc1d refactored the worker framework
* replaced inner classes by functional interfaces
* added progress listener, that is also executed in the EDT
* cleaned up the code
2016-01-15 19:02:38 +01:00
Stefan Dollase 0f883c66b4 added the minecraft profile name to the main window title 2016-01-13 15:49:17 +01:00
Stefan Dollase ef4ae187e9 made the mojang api more robust against exceptions caused by parsing and io exception 2015-12-23 19:50:39 +01:00
Stefan Dollase f7f4cd41ed fixed an issue that caused amidst to crash when the launcher_profiles.json contains a profile without a separate profile directory 2015-12-22 01:07:45 +01:00
Stefan Dollase 91e3365b42 switched to the default maven project layout 2015-12-19 21:42:56 +01:00