Commit Graph

2029 Commits (master)

Author SHA1 Message Date
Stefan Dollase e81c0b1d75 fixed the slime chunk algorithm
It used the wrong datatype, which caused Amidst to display them incorrectly. Integer produces an overflow approximately 300 block from origin.
2016-03-06 18:35:07 +01:00
Treer 77fe760ef8 Biome data for regression tests 2016-03-07 01:50:36 +11:00
Treer 1ac30e8d87 Recalculate ocean monument regression test data
Only versions after 15w46a should be affected
2016-03-07 01:44:57 +11:00
Treer 184b4a85a9 Update OceanMonumentLocationChecker to reflect changes in 15w46a
Bug https://bugs.mojang.com/browse/MC-65214 was fixed in 15w46a, and that fix changed where Ocean Monuments can appear.
2016-03-05 15:22:32 +11:00
Stefan Dollase d31b2e3128 updated the README file 2016-02-29 22:44:08 +01:00
Stefan Dollase e77c27a74b updated to Amidst v4.0 2016-02-29 21:22:48 +01:00
Stefan Dollase 432a1ad0c0 Merge pull request #106 from toolbox4minecraft/updated-cached-version-list
update the cached version list
2016-02-29 20:58:52 +01:00
Stefan Dollase 6c4e7587d3 update the cached version list 2016-02-29 20:55:55 +01:00
Stefan Dollase 4d80133678 Merge pull request #105 from toolbox4minecraft/minecraft-1.9-support
added Minecraft 1.9 version recognition
2016-02-29 20:51:36 +01:00
Stefan Dollase 06f5d2f75c added Minecraft 1.9 version recognition 2016-02-29 20:47:04 +01:00
Stefan Dollase 552a94959f Merge pull request #104 from toolbox4minecraft/disable-opengl-linux
disabled OpenGL on Linux
2016-02-29 20:09:24 +01:00
Stefan Dollase dab9c3f02a disabled OpenGL on Linux
It caused performance issues: With OpenGL I get only up to about 40 FPS. Without I get the full 50 FPS.

This should not cause any additional issues, because it is also the behavior of Amidst v3.7.
2016-02-29 20:06:38 +01:00
Stefan Dollase b64061aa90 Merge pull request #103 from toolbox4minecraft/menu-cleanup
Menu cleanup
2016-02-29 19:28:13 +01:00
Stefan Dollase c45dd6ba98 fix reload biome profiles keyboard shortcut
Moved the information for the menu entry to reload the biome profiles to AmidstMenuBuilder. Also, I made the BiomeProfileMenuFactory use the Menus.item() factory method to create the reload menu entry, so it properly resolves the "menu" modifier.
2016-02-29 19:23:49 +01:00
Stefan Dollase 139585d74e cleaned up the menu acceleration key handling
Introduced "menu" as the default modifier for menu shortcuts instead of @ for menu shortcuts without a modifier. Linux and Window this is resolved to ctrl while on OS X the command key is used.
2016-02-29 19:02:46 +01:00
Stefan Dollase deb2789aab Merge pull request #102 from toolbox4minecraft/multiline_wigits
Cosmetic improvements to Selected Icon widget, and seed/worldtype widget
2016-02-29 18:45:07 +01:00
Stefan Dollase 7dd9f22835 cleaned up the widgets
* null lines are not supported
* simplified width and height calculation
2016-02-29 18:42:13 +01:00
Stefan Dollase 7ebeec51f9 refactoring
Replaced OutOfFrameImage by WorldIconImage. The difference is that WorldIconImage is a wrapper around a BufferedImage as opposed to being a BufferedImage by using inheritance.
2016-02-29 18:07:36 +01:00
Stefan Dollase 6702b6b979 formatting 2016-02-29 16:43:50 +01:00
Stefan Dollase 127e4ca50f Merge pull request #99 from moulins/menu-fix-shortcuts
Fix menu shortcuts on OS X
2016-02-29 14:55:56 +01:00
Treer b0db6e7e31 Minor cosmetic tuning
Switching the numeric seed labels to a colon formatting makes it more consistent with both the text seed label and the world type label (displayed together in SeedAndWorldTypeWidget)
2016-02-29 21:38:32 +11:00
Treer 66a3119c45 Support for icons with "out of frame" protrusions.
http://www.google.com.au/search?q=out+of+frame&tbm=isch
Introduces "frame" information to the icons, allowing the SelectedIconWidget to display icons containing protrusions at the correct size and position relative to icons that are square with no protrusions.
The question mark above the Possible End City icon is the largest protrusion from an icon, but there is also the villager chin of the village icon, and the cauldron bubbles of the witch icon.
2016-02-28 17:34:34 +11:00
Treer 19850def2c Indicate the top of spawn and witch icons inside the image file.
Adds a near transparent pixel to the top left, to indicate where Amidst should consider the top left of the icon "frame" to be.
(This is only needed for icons with transparent sides which prevent Amidst knowing automatically)
2016-02-28 17:22:04 +11:00
Treer 07168760e7 Remove obsoleted classes 2016-02-28 14:00:42 +11:00
Treer a8b2c21367 Combine world seed+type into one widget, and make fortresses multi-line
Makes the TextWidget capable of displaying multiline text, and refactors the inheritance tree to make that available to most widgets.
2016-02-28 13:55:27 +11:00
Moulins ccc12741f9 Fix menu shortcuts using 'ctrl' on OS X 2016-02-21 13:48:00 +01:00
Moulins a1e3a06b1c Added missing @Override annotations 2016-02-21 13:47:35 +01:00
Stefan Dollase 9bce80cc78 Merge pull request #97 from toolbox4minecraft/added-biome-color-images-generator
added the devtool GenerateBiomeColorImages
2016-02-21 05:51:01 +01:00
Stefan Dollase 5a6d8c8006 added the devtool GenerateBiomeColorImages 2016-02-21 05:47:46 +01:00
Stefan Dollase 049b241efa Merge pull request #96 from toolbox4minecraft/updated-version-list
updated version list
2016-02-21 04:21:35 +01:00
Stefan Dollase ca10067ff7 updated version list
* url
* cached for offline use
2016-02-21 04:18:34 +01:00
Stefan Dollase bf9ee9c1d5 update to Amidst v4.0-beta10 2016-02-20 23:45:51 +01:00
Stefan Dollase d5a6d3e46f Merge pull request #94 from toolbox4minecraft/acceleration
Fix 2D acceleration issues on Windows
2016-02-20 23:39:43 +01:00
Stefan Dollase 7d9339548d removed setting and logging
* removed the setting to disable the Graphics Acceleration
* removed the Java2D property logging
2016-02-20 23:32:27 +01:00
Stefan Dollase 2d8186a09b Merge pull request #93 from toolbox4minecraft/icons
New icons
2016-02-20 18:03:01 +01:00
Treer c9d2623390 Fix 2D acceleration issues on Windows 2016-02-20 18:15:30 +11:00
Treer 0dabedd9c2 New icons
Lighten Nether Fortress icons, and replace old witch icon with a cauldron icon.
2016-02-20 17:19:43 +11:00
Stefan Dollase b8dc02d15b Merge pull request #92 from toolbox4minecraft/adding-java2d-logging-information
added java2d logging information
2016-02-20 05:02:15 +01:00
Stefan Dollase 11c147c519 added java2d logging information 2016-02-20 04:58:08 +01:00
Stefan Dollase 98e085f257 Merge pull request #91 from toolbox4minecraft/adding-new-minecraft-version
added new minecraft version 1.9-pre2
2016-02-20 04:49:02 +01:00
Stefan Dollase af4e497e72 added new minecraft version 1.9-pre2 2016-02-20 04:45:16 +01:00
Stefan Dollase 56a3b3e6b6 Merge pull request #90 from toolbox4minecraft/cleaning-up
Cleaning up
2016-02-20 04:43:04 +01:00
Stefan Dollase 7d59fc96f4 adjusted logging of world creation
* turned log level from debug to info
* reformatted log message
2016-02-20 04:33:42 +01:00
Stefan Dollase 0bcb8fc9cd switched paint method ...
... from overriding paint() to overriding paintComponent() which is the recommendation for Swing's JComponent's.
2016-02-20 04:14:03 +01:00
Stefan Dollase 8a339df367 added menu separator to biome profiles menu 2016-02-20 04:11:49 +01:00
Stefan Dollase 99dbf84062 renamed the menu entry -> "Go to World Spawn" 2016-02-20 04:09:26 +01:00
Stefan Dollase 2c105323b0 moved logic from the menu builder to the actions 2016-02-20 04:08:04 +01:00
Stefan Dollase 51c2c8ca52 applied eclise formatting 2016-02-20 04:01:36 +01:00
Stefan Dollase db39d9d9bb Merge pull request #89 from toolbox4minecraft/added-setting-graphics-acceleration
added setting graphicsAcceleration
2016-02-20 03:54:56 +01:00
Stefan Dollase a1f1e87f82 added logging and message dialog
This will inform the user when the Graphics Acceleration has been disabled. It warns about the drop in performance and it informs how he can re-enable it.
2016-02-20 03:00:30 +01:00