summarylogtreecommitdiffstats
path: root/ChangeLog
blob: efda4e307fc545d65a37048461c0c37c250fc188 (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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
2013-12-18 Frederik "Freso" S. Olesen <archlinux@freso.dk>

	* 3.6_beta_3-1 :
	Version bump. Note the changed license.

	Upstream changelog:
	- Switching/creating maps will no longer consume extra memory. (This means that you'll no long have issues with excess memory usage when you cycle through many different seeds)
	- Added automatic seed histories. If AMIDST detects a "history.txt" file next to it, it will write a time stamp followed by the seed for each seed you enter.
	- In addition to "history.txt" you may also use the "-history someFileOrPath.txt" (or whatever extension you'd like) to specify where AMIDST should write seed history to. If AMIDST cannot find a file at the path you've specified, it will attempt to make one. If it cannot make one, it will simply not log your seed history.
	- A new option is availible in the Options menu called "Show Debug Info". Enabling this will add a small panel to the map viewer containing debug information on fragments.
	- More windows will now use the AMIDST icon.
	- Mac OS X users should no longer experience the "corrupted" issue.
	- A licenses window has been added to the help menu. This will contain all relevant license information for AMIDST and its libraries.
	- AMIDST is now under GPL v3
	- Added a "-mcpath <file>" flag for users to specify the path to their .minecraft directory.
	- Changing color profiles is now much faster as fragments regenerate from cache instead of rebuilding the entire map.
	- The default version is now 1.7.4.
	- Most crashes now create a "crash dialog" containing a log that can easily be pasted.
	- Added "-log <file>" flag. Using this flag will cause AMIDST to write all log output to the specified file. AMIDST should create a file if it does not exist.
	- AMIDST now returns "4" on crashes. This will change at a later date to include various error codes.
	- Added 1.7.4 to official version list.
	- Added smooth fragment fading. (This may be disabled in the options menu) Enabling this will cause all fragments to fade in when loaded.
	- Added option to set the default world type to any of the world types or "prompt each time".

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.