|
| 1 | +1.7.10-2.4.2 |
| 2 | + |
| 3 | +* Improved Update installation. |
| 4 | +* Improved Update Version comparator. |
| 5 | +* Improved Mod Updates GUI. |
| 6 | + |
1 | 7 | 1.7.10-2.4.1
|
2 | 8 |
|
3 |
| -+ Added Color Constants |
4 |
| -+ Added a few String Utils |
5 |
| -* Improved CSRandom |
6 |
| -* Improved Mod Updates GUI |
7 |
| -* Fixed Mod Updates GUI not opening |
8 |
| -* Fixed potential removeRecipe crash |
9 |
| -* Fixed potential Update validation crash |
| 9 | ++ Added Color Constants. |
| 10 | ++ Added a few String Utils. |
| 11 | +* Improved CSRandom. |
| 12 | +* Improved Mod Updates GUI. |
| 13 | +* Fixed Mod Updates GUI not opening. |
| 14 | +* Fixed potential removeRecipe crash. |
| 15 | +* Fixed potential Update validation crash. |
10 | 16 |
|
11 | 17 | 1.7.10-2.4.0
|
12 | 18 |
|
13 |
| -+ Added TileEntity request / send packets from CSHUD |
14 |
| -+ Added Constants class for Field ID constants |
15 |
| -* Fixed replaceItem not replacing item references in crafting and furnace recipes |
16 |
| -* Fixed UpdateChecker not working |
| 19 | ++ Added TileEntity request / send packets from CSHUD. |
| 20 | ++ Added Constants class for Field ID constants. |
| 21 | +* Fixed replaceItem not replacing item references in crafting and furnace recipes. |
| 22 | +* Fixed UpdateChecker not working. |
17 | 23 |
|
18 | 24 | 1.7.10-2.3.0
|
19 | 25 |
|
20 |
| -! Update to Minecraft 1.7.10 |
21 |
| -+ Added CustomRecipeLoader from Minestrappolation |
22 |
| -+ Added SimpleRecipeManager.getRecipes() |
23 |
| -* Updated some localizations |
24 |
| -* Renamed /mu command to /modupdates |
25 |
| -* Re-enabled the UpdateChecker |
26 |
| -* CSPacket can serialize more Objects now |
27 |
| -- Removed MOTD message |
28 |
| -- Removed old version checking |
| 26 | +> Update to Minecraft 1.7.10. |
| 27 | ++ Added CustomRecipeLoader from Minestrappolation. |
| 28 | ++ Added SimpleRecipeManager.getRecipes(). |
| 29 | +* Updated some localizations. |
| 30 | +* Renamed /mu command to /modupdates. |
| 31 | +* Re-enabled the UpdateChecker. |
| 32 | +* CSPacket can serialize more Objects now. |
| 33 | +- Removed MOTD message. |
| 34 | +- Removed old version checking. |
29 | 35 |
|
30 | 36 | 1.7.2-2.2.0
|
31 | 37 |
|
32 |
| -+ Added StackFactory |
33 |
| -* Improved Stack Hashing |
34 |
| -* Improved Recipe Managers |
35 |
| -* Documentation |
| 38 | ++ Added StackFactory. |
| 39 | +* Improved Stack Hashing. |
| 40 | +* Improved Recipe Managers. |
| 41 | +* Documentation. |
36 | 42 |
|
37 | 43 | 1.7.2-2.1.2
|
38 | 44 |
|
39 |
| -+ Added ItemStackHashMap |
40 |
| -* Renamed Tokenizer to Lexer |
41 |
| -* Fixed TileEntityInventory not saving itself |
42 |
| -* Improved Parsers |
43 |
| -* Minor improvements |
44 |
| -* Bugfixes |
| 45 | ++ Added ItemStackHashMap. |
| 46 | +* Renamed Tokenizer to Lexer. |
| 47 | +* Fixed TileEntityInventory not saving itself. |
| 48 | +* Improved Parsers. |
| 49 | +* Minor improvements. |
| 50 | +* Bugfixes. |
45 | 51 |
|
46 | 52 | 1.7.2-2.1.1
|
47 | 53 |
|
48 |
| -+ Added FloatHashMaps and DoubleHashMaps |
49 |
| -* Bugfixes |
50 |
| -* Documentation |
| 54 | ++ Added FloatHashMaps and DoubleHashMaps. |
| 55 | +* Documentation. |
| 56 | +* Bugfixes. |
51 | 57 |
|
52 | 58 | 1.7.2-2.1.0
|
53 | 59 |
|
54 |
| -+ Added new Tokenizer class |
55 |
| -+ Tokens have lexical types now |
56 |
| -* Improved Parser system |
57 |
| -* Fixed unhandled packets leaking |
58 |
| -* Bugfixes |
| 60 | ++ Added new Tokenizer class. |
| 61 | ++ Tokens have lexical types now. |
| 62 | +* Improved Parser system. |
| 63 | +* Fixed unhandled packets leaking. |
| 64 | +* Bugfixes. |
59 | 65 |
|
60 | 66 | 1.7.2-2.0.0
|
61 | 67 |
|
62 |
| -+ Added Parser system |
63 |
| -+ Added CSFiles |
64 |
| -+ Added MaxRandom and MinRandom implementations of Random |
65 |
| -+ Added Enchantment Registry |
66 |
| -+ Added Potion Registry |
67 |
| -+ Added MOTD system |
68 |
| -* Seperated mod loader from actual mod |
69 |
| -* Made the update system even more customizable |
70 |
| -* Many internal changes |
71 |
| -* Structure changes |
72 |
| -* Cleanup |
| 68 | ++ Added Parser system. |
| 69 | ++ Added CSFiles. |
| 70 | ++ Added MaxRandom and MinRandom implementations of Random. |
| 71 | ++ Added Enchantment Registry. |
| 72 | ++ Added Potion Registry. |
| 73 | ++ Added MOTD system. |
| 74 | +* Seperated mod loader from actual mod. |
| 75 | +* Made the update system even more customizable. |
| 76 | +* Many internal changes. |
| 77 | +* Structure changes. |
| 78 | +* Cleanup. |
73 | 79 |
|
74 | 80 | 1.7.2-1.1.0
|
75 | 81 |
|
76 |
| -+ Added recipe managers |
77 |
| -+ Added new custom block classes |
78 |
| -+ Added abstract world management classes |
79 |
| -* Made the update system more customizable |
80 |
| -* Bugfixes |
81 |
| -- Removed addon system |
| 82 | ++ Added recipe managers. |
| 83 | ++ Added new custom block classes. |
| 84 | ++ Added abstract world management classes. |
| 85 | +* Made the update system more customizable. |
| 86 | +* Bugfixes. |
| 87 | +- Removed addon system. |
82 | 88 |
|
83 | 89 | 1.7.2-1.0.2
|
84 | 90 |
|
85 |
| -+ Added CSEntities |
86 |
| -* Fixed CSCrafting.addStorageBlock not working correctly |
87 |
| -* Fixed CustomPortal crash |
88 |
| -* Fixed crash when switching / reloading resource packs |
89 |
| -* Improved BaseMod |
| 91 | ++ Added CSEntities. |
| 92 | +* Improved BaseMod. |
| 93 | +* Fixed CSCrafting.addStorageBlock not working correctly. |
| 94 | +* Fixed CustomPortal crash. |
| 95 | +* Fixed crash when switching / reloading resource packs. |
90 | 96 |
|
91 | 97 | 1.7.2-1.0.1
|
92 | 98 |
|
93 |
| -* Fixed crash if no mods register a command with CSCommands |
94 |
| -* Fixed crash if there are no more empty potion list entrys |
| 99 | +* Fixed crash if no mods register a command with CSCommands. |
| 100 | +* Fixed crash if there are no more empty potion list entrys. |
95 | 101 |
|
96 | 102 | 1.7.2-1.0.0
|
97 | 103 |
|
98 |
| -! Update to 1.7.2 |
99 |
| -+ Added MANY new classes and utilities |
100 |
| -+ Added Mod Updates GUI and commands (/mu) |
101 |
| -* Improved Mod Updates |
102 |
| -* Major structure changes |
103 |
| -* Performance improvements |
104 |
| -* Fixed MANY bugs |
| 104 | +> Update to 1.7.2. |
| 105 | ++ Added MANY new classes and utilities. |
| 106 | ++ Added Mod Updates GUI and commands (/mu). |
| 107 | +* Improved Mod Updates. |
| 108 | +* Performance improvements. |
| 109 | +* Major structure changes. |
| 110 | +* Fixed MANY bugs. |
105 | 111 |
|
106 | 112 | 1.6.4-8
|
107 | 113 |
|
108 |
| -* Many internal changes |
109 |
| -* Fixed many bugs |
| 114 | +* Many internal changes. |
| 115 | +* Fixed many bugs. |
110 | 116 |
|
111 | 117 | 1.6.4-7
|
112 | 118 |
|
113 |
| -* Renamed to "Clashsoft Lib" |
114 |
| -* Structure changes |
| 119 | +* Renamed to "Clashsoft Lib". |
| 120 | +* Structure changes. |
115 | 121 |
|
116 | 122 | 1.6.4-6
|
117 | 123 |
|
118 |
| -+ Added thread update notifications (faster world loading) |
119 |
| -+ Added string utilities |
120 |
| -* Fixed update crash |
| 124 | ++ Added thread update notifications (faster world loading). |
| 125 | ++ Added string utilities. |
| 126 | +* Fixed update crash. |
121 | 127 |
|
122 | 128 | 1.6.4-5
|
123 | 129 |
|
124 |
| -+ Added ">Restart" command |
125 |
| -+ Added string utilities |
126 |
| -+ Added Javadoc |
| 130 | ++ Added ">Restart" command. |
| 131 | ++ Added string utilities. |
| 132 | ++ Added Javadoc. |
127 | 133 |
|
128 | 134 | 1.6.4-4
|
129 | 135 |
|
130 |
| -+ Added ">Update [modname]" command |
| 136 | ++ Added ">Update [modname]" command. |
131 | 137 |
|
132 | 138 | 1.6.4-3
|
133 | 139 |
|
134 |
| -+ Automatic update downloading |
| 140 | ++ Automatic update downloading. |
135 | 141 |
|
136 | 142 | 1.6.4-2
|
137 | 143 |
|
138 |
| -+ Added Update Checking |
| 144 | ++ Added Update Checking. |
139 | 145 |
|
140 | 146 | 1.6.4-1
|
141 | 147 |
|
142 |
| -+ Seperated Clashsoft API from other Clashsoft mods |
| 148 | ++ Seperated Clashsoft API from other Clashsoft mods. |
0 commit comments