Changes for 3.2.2 build.
This commit is contained in:
parent
729b69592e
commit
40eb640386
3 changed files with 17 additions and 3 deletions
|
@ -1,5 +1,19 @@
|
|||
CHANGELOG
|
||||
|
||||
3.2.2
|
||||
- Changed: Refactored quarry algorithm for efficiency to reduce CPU usage. (cpw)
|
||||
- Changed: Several improvements to the bandwith usage especially on liquid pipes. (CovertJaguar)
|
||||
- Changed: Pipes are slightly harder to break. Not quite as hard as in the 1.8.1 version though. (Nevercast)
|
||||
- Changed: Moved default item ids out of <4k range. Make sure to keep your configs for old saves! (CovertJaguar)
|
||||
- Bugfix: Fixed an issue that could cause negative stacksizes in engine inventories. (CovertJaguar)
|
||||
- Bugfix: Fixed an exploit which caused autarchic gates to be able to power wooden conductive pipes. (CovertJaguar)
|
||||
- Bugfix: Fixed minor lighting issue in some guis. (tcooc)
|
||||
- Bugfix: Several minor issues related to liquids with metadata. (Nevercast, gishicrafter)
|
||||
- Bugfix: Fixed a potential NPE when a mod liquid was removed but some of it still remained in pipes. (CovertJaguar)
|
||||
- Bugfix: Action state should be displayed correctly in gate gui. (Nevercast)
|
||||
- Bugfix: Fixed potential crash when addon liquid pipes do not conform to volume limits of BC pipes. (denoflions)
|
||||
- Bugfix: Resolved an issue with facade IMCs. (CovertJaguar)
|
||||
|
||||
3.2.1
|
||||
- API: Inventory triggers can now be ISided.
|
||||
- Changed: Improvements to reduce bandwith used for pipe updates and size of liquid pipe updates.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#Build Number for ANT. Do not edit!
|
||||
#Thu Nov 29 18:32:25 CET 2012
|
||||
build.number=8
|
||||
#Thu Dec 06 21:13:11 CET 2012
|
||||
build.number=9
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<property name="mc.version" value="1.4.5"/>
|
||||
<property name="mcp.version" value="723"/>
|
||||
<property name="forge.version" value="6.4.1.408"/>
|
||||
<property name="bc.version" value="3.2.1"/>
|
||||
<property name="bc.version" value="3.2.2"/>
|
||||
<property name="bc.version.full" value="${bc.version}"/>
|
||||
|
||||
<echo message="Starting build for ${bc.version.full}"/>
|
||||
|
|
Loading…
Reference in a new issue