blob: b3e7bfd9ef13d7bb95ce88105d21afe1a28ff668 (
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
|
2013-05-07 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.5_04-2
Split the build() function into prepare() and package().
Added note about supported Minecraft version to description.
2013-04-09 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.5_04-1
Version bump.
Upstream changelog:
- Fix a crash with Better Than Wolves 4.65b
2013-04-02 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.5_03-1
First release of the package as "mcpatcher2".
* 2.4.5_03-1
Version bump.
Moved mcpatcher and mcpatcher.desktop back into the package itself.
2012-01-10 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.5_02-2 :
Moved mcpatcher and mcpatcher.desktop to archive hosted on BitBucket.
2012-01-10 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.5_02-1 :
Version bump.
Upstream changelog:
- Fix custom water/sky colors with forge.
- 13w01a compatibility.
2012-12-31 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.5_01-1 :
Version bump.
Upstream changelog:
- Faster mipmap generation.
- Apply dodge blending to fireworks overlay (flash) as well.
- Custom compass lighting fix.
- Possible fix for missing TexturePackAPI$ChangeHandler.class.
2012-12-25 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.5 :
Version bump.
Project is now on Bitbucket, as GitHub no longer supports file downloads.
Upstream changelog (2.4.4_01):
- Fix "redshifting" of default animations at a distance.
- Fix darkening of custom compass when GUI is up.
- Fix crash on startup in BuildCraft oil animation.
- Texture pack support for custom mipmaps, e.g., /terrain-mipmap1.png.
- Several tweaks to mipmap generation.
- Disable mipmaps by default and reduce default mipmap level to 3.
Upstream changelog (2.4.5):
- Various fixes for custom compasses.
- Make Random Mobs compatible with mobs that change skins (e.g., Mo' Creatures).
- Improved blending method used for fireworks effects.
- Support for resizing the BTW stoked fire animation.
- Project moved to Bitbucket.org.
2012-12-13 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.4-1 :
Version bump.
Upstream changelog:
- Mipmapping support to improve the look of higher resolution textures.
- Custom compass needle texture.
- Support for weights in Random Mobs properties files.
- Fixed CTM method=repeat for rotated logs.
- Fixed Watch tile size patch conflict with Forge.
- Improved logging system.
2012-11-15 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.3_04-1 :
Version bump.
Upstream changelog:
- 1.4.4 compatibility.
- Added connect=material.
2012-11-04 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.3_03-1 :
Version bump.
2012-10-26 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.3_02-1 :
Version bump.
2012-10-02 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.3_01-1 :
Version bump.
2012-09-28 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.3-2 :
Added icon to the desktop menu entry.
2012-09-28 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.3-1 :
Version bumped.
The .desktop now calls Java directly.
2012-09-19 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* 2.4.2_03-2 :
Added a ChangeLog file for the PKGBUILD. :)
Now includes a .desktop file for easier access. Enjoy!
|