blob: aa9b894ea169e149e74cb748c067d07f62c5a1fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
|
2013-12-09 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.6_beta_2-1 :
Version bump.
Upstream changelog:
- Added an actual error message for the elusive "Unable to find critical external class while loading." error.
- Biome profiles containing syntax errors will no longer cause the entire profile list to not load.
- Libraries correctly load based on OS and JSON rules provided.
- Libraries now load the ".jar" file in a directory rather than the first file.
2013-12-08 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.6_beta_1-1 :
Version bump.
Upstream changelog:
- AMIDST will now show hidden files when using the "Open from file" option.
- Twitch libraries have been added to the exclude list.
- Attempting to load AMIDST with a missing library no longer results in a crash unless that library was required.
- Rendering speed has been GREATLY improved on some (most) computers.
- An option has been added to the biome profile menu to reload the list of profiles. (Shortcut: CTRL + B)
- AMIDST no longer keeps color profiles (and other json files) open after reading them.
- Duplicate colors in profiles are now supported.
- default.json now looks much cleaner when generated.
- Color profiles may now include an "alias" for that biome. (It will come up when you hover over the biome)
2013-12-07 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.5-1 :
Version bump.
Announcement post:
http://www.minecraftforum.net/topic/626786-/page__st__3960#entry26664163
2013-11-28 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.5_beta_1-1 :
Version bump.
Upstream changelog (since 3.5-test-build):
- Fixed a bug where Mega Spruce Tiaga would show up as black if you changed the color profile. (Note: This will require any custom profiles you've made to also include a "Mega Spruce Tiaga (Hills)" entry, as the issue was from having Mega Spruce Tiaga link to two biomes)
- Added library loading based on the jar's json file. (Note: If no json file is found, no libraries will be loaded... this may be changed in the future. Additionally, lwjgl, jinput, and any OS requirements are currently ignored)
2013-09-29 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.4-1 :
Version bump.
Upstream changelog:
- Added support for 13w39a/b
- AMIDST now loads all libraries contained in the .minecraft/libraries folder.
- Greatly reduced the file size for AMIDST.
2013-09-18 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.3_alpha_1-1 :
Version bump.
Upstream changelog:
- Increased performance for filling in image data.
- Slightly reduce memory usage for structure generation.
- Added official support for 13w37b.
- Reduced memory usage from grid layer.
- Increased performance for drawing biome layer.
- Added FPS counter.
- Improved detection of multiplayer maps.
- Major performance improvements for zoomed out maps.
- Added spawn location icon.
- Added option to toggle framerate panel in the menus.
2013-09-12 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.2-1 :
Version bump.
2013-09-05 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.1-1 :
Version bump.
Upstream changes:
- Compatible with Minecraft snapshot 13w36a.
- The colors have all been changed to match minecraft's "official" biome colors.
2013-08-11 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.0-1 :
Version bump.
Upstream changelog:
- (Not published yet...)
2013-08-09 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.0_rc2-1 :
Version bump.
Declared license in the PKGBUILD.
Upstream changelog:
- Bug fix: Capture now correctly renders image.
2013-08-08 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.0_rc1-1 :
Version bump.
Upstream changelog:
- Feature: Player movement added again.
- Bug fix: Clicking icons multiple times will not cause them to return to standard size while remaining selected.
- Bug fix: Play icons are now accurate and won't disappear.
- Bug fix: Slime data is now accurate.
- Bug fix: The map now starts with x:0,y:0 at the center.
- Bug fix: Zoom amount is retained when entering a new map.
- Bug fix: Default zoom is no longer too close.
- Bug fix: Memory leak involving key binds.
- Bug fix: Using +/- will now zoom in and out.
- Bug fix: Moving to a player will now center you at that player.
- Other: The grid layer has now been adjusted to no longer clutter when zoomed out.
- Other: A few menu items were renamed to better reflect what they did.
- Other: Maps may now be loaded by selected the world folder or the level.dat file.
2013-08-03 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.0_beta1-1 :
Initial PKGBUILD, based off the one for mcpatcher.
|