forked from MrCrayfish/Obfuscate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
362 lines (300 loc) · 10.4 KB
/
changelog.txt
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
Build: 1.13.2-25.0.70 - Mon Mar 04 13:23:01 GMT 2019
cpw:
Tidy up network initialization, and force it to classload early in
modloading lifecycle. Closes #5576
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.69 - Sat Mar 02 20:32:18 GMT 2019
cpw:
Tweak log4j2 config and allow access to classdump functionality from
modlauncher.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.68 - Sat Mar 02 03:07:29 GMT 2019
cpw:
Log a message as well, when we crash.
Signed-off-by: cpw <[email protected]>
cpw:
Fix #5584 by copying the zipped resource to a temporary directory if
paulscode is requesting it. This is so icky.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.66 - Sat Mar 02 00:47:23 GMT 2019
cpw:
Enforce specversion number for forgeSPI so we don't crash with weird
errors later.
Signed-off-by: cpw <[email protected]>
cpw:
Try writing a temporary file to disk when a paulscode thread requests a
resource, because even zipfilesystems return interruptible file
channels.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.64 - Fri Mar 01 02:41:15 GMT 2019
cpw:
Put both LogicalSides on NetworkDirection: Origination (where it came
from) and Reception (where it arrived at).
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.63 - Thu Feb 28 07:56:46 GMT 2019
lex:
Rewrite the FML Handshake packet formats to include actually syncing the
registry data and introduce the concept of caching it locally. Snapshots
are not injected yet due top threading issues.
cpw:
Handle differing network versions for FML gracefully?
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.61 - Thu Feb 28 04:34:40 GMT 2019
cpw:
Fix problem with duplicate mods caused by duplicate classes found during
scan.
File Scan results are now sets.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.60 - Wed Feb 27 18:46:10 GMT 2019
cpw:
Try to fix #5573 by peeling the worldclient fetch into a separate
handler.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.59 - Tue Feb 26 15:29:34 GMT 2019
cpw:
Tidy up server launch. The JAR will resolve it's libraries from a
relative path. We just need to verify what we need is on the classpath,
and try and handle when it's not, cleanly (by recommending running the
installer).
The manifest now embeds the correct launch arguments to allow FML to
resolve - these were _never_ editable, and belong somewhere out of the
way.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.58 - Tue Feb 26 03:57:20 GMT 2019
kashike:
Add missing constructors in KeyBinding to match existing vanilla
constructors. (#5480)
=========
Build: 1.13.2-25.0.57 - Tue Feb 26 02:11:50 GMT 2019
john816_:
Update MDK Readme to describe new FG3 procedures. (#5553)
=========
Build: 1.13.2-25.0.56 - Tue Feb 26 01:24:14 GMT 2019
lex:
Fix Custom Entity Data not persisting between world loads. Closes #5562
Fix BlockRailState inverting flexibility flag. Closes #5550 Disable
Forge's hooks on dispensing Buckets until Fluid system re-write. Closes
#5545 Fix modifier only keybinds. Closes #5544
=========
Build: 1.13.2-25.0.55 - Mon Feb 25 18:41:47 GMT 2019
bs2609:
Fix entity shearing logic (#5566)
=========
Build: 1.13.2-25.0.54 - Mon Feb 25 05:47:46 GMT 2019
bs2609:
Fix droppers not spawning items in world (#5559)
=========
Build: 1.13.2-25.0.53 - Sun Feb 24 19:52:08 GMT 2019
cpw:
Allow vanilla connections properly, and allow mods to decide.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.52 - Sun Feb 24 18:16:31 GMT 2019
cpw:
Patch DimensionSavedDataManager to not spam FS mkdirs requests for empty
files that don't exist yet, and don't contain data. Should result in a
significant performance improvement for those with slower disks.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.51 - Sun Feb 24 16:52:38 GMT 2019
cpw:
Fix GUI packet dispatch, add additional blockpos helper for common
usecase.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.50 - Sun Feb 24 01:43:11 GMT 2019
cpw:
Fix startup Query to actually display (fixed commit).
Signed-off-by: cpw <[email protected]>
cpw:
Fix StartupQuery to actually display.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.49 - Sat Feb 23 19:40:52 GMT 2019
cpw:
Update to 0.10 modlauncher API with performance improvements..
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.48 - Fri Feb 22 09:01:29 GMT 2019
lex:
Hide the webhook address so people don't spam it.
=========
Build: 1.13.2-25.0.47 - Fri Feb 22 05:30:25 GMT 2019
lex:
Only break out when we have found changes.
lex:
Delete old OreDictionary file, fix type in NUGGETS_IRON field name, and
ping discord from jenkins.
lex:
Remove debug leftovers from Jenkinsfile.
=========
Build: 1.13.2-25.0.45 - Fri Feb 22 03:04:29 GMT 2019
lex:
Add getChanges(build) function for easy access to a formated changeset
for the target build.
=========
Build: 1.13.2-25.0.45 - Thu Feb 21 12:25:00 GMT 2019
lex:
Merge extra and data jars. As Log4j has issues with it's config being in
a different jar then the custom logger.
=========
Build: 1.13.2-25.0.44 - Wed Feb 20 02:48:49 GMT 2019
tterrag1098:
Add GuiUtils.drawInscribedRect, use in mod list GUI to fix logo
rendering
=========
Build: 1.13.2-25.0.43 - Wed Feb 20 00:28:27 GMT 2019
tterrag1098:
Fix reference to UnsafeHacks in RuntimeEnumExtender
=========
Build: 1.13.2-25.0.42 - Tue Feb 19 18:24:34 GMT 2019
tterrag1098:
Fix double tall plants not being shearable, add IShearable to seagrass
Closes #5524
=========
Build: - Tue Feb 19 17:46:50 GMT 2019
bonzoweb:
Add back missing ItemColors patch (#5474)
=========
Build: 1.13.2-25.0.40 - Tue Feb 19 17:35:41 GMT 2019
tterrag1098:
Fix MinecraftForge.initialize not being called.
Fixes UsernameCache and harvest tools Closes #5529
mariaum:
Fix entities being killed in one hit. Closes #5511
Fix unloc pattern for tps output
tterrag1098:
Make BannerPattern extensible (#5464)
=========
Build: 1.13.2-25.0.37 - Tue Feb 19 07:16:37 GMT 2019
bs2609:
Remove EnumFacing internal ID maps from AT file (#5526)
=========
Build: 1.13.2-25.0.36 - Tue Feb 19 04:29:29 GMT 2019
vrtl:
Fix GuiEnchantment using wrong value to index enchantClue array (#5452)
=========
Build: 1.13.2-25.0.35 - Tue Feb 19 04:21:12 GMT 2019
bs2609:
Fix some minor patch regressions (#5490)
=========
Build: 1.13.2-25.0.34 - Mon Feb 18 22:20:23 GMT 2019
kat.swales:
Altered EntityType registry to use a Forge based registry (#5493)
=========
Build: 1.13.2-25.0.33 - Mon Feb 18 22:12:15 GMT 2019
37298044+Cadiboo:
Fix bug with ObfuscationReflectionHelper (#5509)
=========
Build: 1.13.2-25.0.32 - Mon Feb 18 21:01:08 GMT 2019
cpw:
Move unsafehacks to separate JAR built separately..
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.31 - Mon Feb 18 20:52:52 GMT 2019
tterrag1098:
Clean up Entity patches, remove extra method. Closes #5494
=========
Build: 1.13.2-25.0.30 - Mon Feb 18 20:18:55 GMT 2019
tterrag1098:
Remove now defunct eclipse files from MDK
=========
Build: 1.13.2-25.0.29 - Mon Feb 18 20:09:31 GMT 2019
cpw:
Add a simple network API..
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.28 - Mon Feb 18 19:39:14 GMT 2019
contact:
Refactor forge and example run configs based on
MinecraftForge/ForgeGradle#546
- Updated run config formats based on the refactored setup
- Removed old 'runclient' and 'runserver' JavaExec tasks, replacing them
by creating the run configs using the refactored setup.
- Set 'assetIndex' environment variable from FG
- Updated MDK for new run config setup
=========
Build: 1.13.2-25.0.27 - Mon Feb 18 17:03:56 GMT 2019
tterrag1098:
Make SpawnPlacementType extensible, remove from ArmorMaterial
=========
Build: 1.13.2-25.0.26 - Sun Feb 17 21:08:06 GMT 2019
vincent.lee:
Change openGui to take a Consumer<PacketBuffer>
cpw:
Fix TPS string
Signed-off-by: cpw <[email protected]>
cpw:
Fix connection to vanilla servers. Generate a default mod server config
for mods connecting to servers.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.23 - Sun Feb 17 19:09:02 GMT 2019
noreply:
Attempt to get full commit message instead of just the title.
cpw:
Fix author and other strings in the mdk mods toml file, update coremods
to 0.3.+
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.22 - Sun Feb 17 09:38:51 GMT 2019
contact:
Fix World crashing on load Fixes #5499 (#5503)
=========
Build: 1.13.2-25.0.21 - Sat Feb 16 22:38:47 GMT 2019
cpw:
Actually dispatch handleWorldDataSave. Closes #5492
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.20 - Sat Feb 16 22:25:46 GMT 2019
bonzoweb:
Add back missing patch for Item.BLOCK_TO_ITEM
cpw:
Fix assetIndexes for 1.13.1
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.17 - Sat Feb 16 22:01:07 GMT 2019
gegy1000:
Fix lazy ModContainer evaluation skipping thrown loadingExceptions
Fix formatting
cpw:
Fix travis build for 1.13.x branch
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.14 - Sat Feb 16 21:49:32 GMT 2019
cpw:
Fixes #5446 Listening for the same registry event in two different mods
fails
Tell the mod event bus not to track phasing for events.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.13 - Sat Feb 16 02:57:34 GMT 2019
cpw:
Fix the MDK..
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.12 - Sat Feb 16 02:45:43 GMT 2019
cpw:
Fix network syncing of SERVER config. Enable COMMON Config. Fix network
login handling.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.11 - Sat Feb 16 01:01:01 GMT 2019
cpw:
Fix serverlang loading issue, by frontloading MC and Forge langs, so
error messaging works.
Signed-off-by: cpw <[email protected]>
=========
Build: 1.13.2-25.0.10 - Fri Feb 15 06:11:58 GMT 2019
cpw:
Use MC VERSION in the dependencies string for the extra jar
Signed-off-by: cpw <[email protected]>