SpaceToad
fe1cbb3c63
fixes in the pathfinding system
2014-05-17 13:31:06 +02:00
SpaceToad
bd8f0e7235
Merge pull request #1813 from dmillerw/6.0.x
...
Various fixes for phased facades
2014-05-17 10:48:00 +02:00
dmillerw
8a4b398285
Fixed checkstyle failure
2014-05-15 19:49:13 -07:00
dmillerw
0399c2c501
Fixed bad formatting
2014-05-15 19:41:13 -07:00
dmillerw
10efb94617
Removed debug item from creative menu
2014-05-15 19:38:03 -07:00
dmillerw
656baa987f
Fixed phased facade having incorrect meta value
2014-05-15 19:37:43 -07:00
dmillerw
8b92fcfa88
Added localization for phased facade
2014-05-15 19:37:20 -07:00
SpaceToad
c6c414ae43
added management of blocking blocks
2014-05-15 23:26:42 +02:00
SpaceToad
fc490f6d81
initial attempt at pathfinding algorithm
2014-05-15 23:25:49 +02:00
SpaceToad
7e2365de26
Merge branch '6.0.x' of github.com:BuildCraft/BuildCraft into 6.0.x
2014-05-15 22:23:23 +02:00
SpaceToad
4b475d9fef
fixed crash when removing prematurely removing blueprint from library, close #1812
2014-05-15 22:22:49 +02:00
SpaceToad
7e3a1d23e7
Merge pull request #1810 from Prototik/energy-converter
...
Make Converter block works with pipes
2014-05-15 20:07:36 +02:00
SpaceToad
c44842ad10
fixed deployer sequence, close #1811
2014-05-15 20:05:36 +02:00
Prototik
3a02c63ea6
Make Converter block works with pipes
2014-05-15 14:21:05 +08:00
SpaceToad
095350d2e4
started A* algoritm
2014-05-15 08:21:03 +02:00
SpaceToad
03fd7afb7f
Merge branch '6.0.x' into 6.1.x
2014-05-14 17:45:05 +02:00
SpaceToad
2fddee9389
prepare 6.0.13 release
2014-05-13 21:26:19 +02:00
SpaceToad
bd846a59b7
fixed style errors
2014-05-13 21:17:42 +02:00
SpaceToad
fd6d98218e
fixed previous check-in
2014-05-13 21:13:09 +02:00
SpaceToad
61cc4d5d61
updated Forge requirement
2014-05-13 21:12:26 +02:00
SpaceToad
02f7daf9a0
Fixed minor schematic registration.
...
Enabled additional standalone schematics.
Close #1794 .
2014-05-13 21:03:19 +02:00
SpaceToad
7f6a0fec90
Fixed residual liquid in pumps, close #1790
...
Fixed residual liquid in refineries, close #1791
2014-05-13 20:47:00 +02:00
SpaceToad
424a976cd0
now uses Forge fake player, close #1786
2014-05-13 20:32:14 +02:00
SpaceToad
92adc79f21
added protection against exceptions, for #1786
2014-05-13 08:55:28 +02:00
SpaceToad
68205d0ca2
fixed handling of unbreakable blocks, #1789
2014-05-12 23:46:20 +02:00
SpaceToad
1f21a80d70
Merge branch 'M3gaFr3ak-patch-1' into 6.0.x
2014-05-12 23:19:00 +02:00
Leon LoeseR
08edcf1759
Fix drain method causing dupe glitches...
...
...if using them mixed
Before the one accepting a FluidStack always returned null if the targeted tank was empty, but the one under it wasnt, the one w/ int doesnt have the problem.
2014-05-12 20:22:17 +02:00
SpaceToad
b7e2a730df
Merge pull request #1792 from Prototik/mjapi
...
Remove unnecessary extends for ISidedBatteryProvider interface
2014-05-12 12:27:10 +02:00
Prototik
3d120025e1
Remove unnecessary extends for ISidedBatteryProvider interface
2014-05-12 17:56:07 +08:00
SpaceToad
9dec031449
fixed spelling mistake
2014-05-11 19:53:18 +02:00
SpaceToad
af402df7f9
prepare 6.0.12 release
2014-05-11 18:47:48 +02:00
SpaceToad
34e0bf9637
Last changes to the Builder API, renaming to enfore consistency and
...
improve maintainability.
Close #1785
2014-05-11 18:42:24 +02:00
SpaceToad
030c8aa93d
Merge pull request #1781 from Prototik/mjapi-iomode
...
Support for IO modes in MjAPI
2014-05-11 17:30:00 +02:00
Prototik
eeb3b16676
Support for IO modes in MjAPI
2014-05-11 23:22:57 +08:00
SpaceToad
664ff00e7d
removed unused field
2014-05-11 16:51:03 +02:00
SpaceToad
c96ff8666e
Merge branch '6.0.x' into 6.1.x
2014-05-11 16:37:15 +02:00
SpaceToad
c17041ac17
Merge branch '6.0.x' into 6.1.x
...
Conflicts:
common/buildcraft/BuildCraftTransport.java
2014-05-11 16:36:42 +02:00
SpaceToad
d584a18c44
Merge branch 'Humungus-6.1.flicker2' into 6.1.x
2014-05-11 16:34:26 +02:00
SpaceToad
aa98f263ba
Manually reset power when stipping a wire.
...
Fixed style errors.
Followup on #1776
2014-05-11 16:33:09 +02:00
SpaceToad
159eba4619
Merge pull request #1784 from undergroundminer3/6.0.x
...
Don't crash when I create new PipeTypes
2014-05-11 16:25:26 +02:00
undergroundminer3
394a6cc685
Forgot the import
...
Add the pipetype import
2014-05-11 10:18:43 -04:00
undergroundminer3
ecff97c2ef
Don't crash when I create new PipeTypes
...
I am using reflection to "hack in" new PipeTypes for myself.
(Yes, that IS possible, but very "aggressive")
Don't cause an ArrayIndexOutOfBounds exception when I do that.
(at least when rendering, just don't place a gate on my pipes)
This is also another step towards
the ability to create new PipeTypes.
2014-05-11 10:10:08 -04:00
SpaceToad
986390babc
fixed NPE in Box.extendToEncompass, close #1783
2014-05-11 14:31:38 +02:00
SpaceToad
c0412cc831
fixed NPE when saving positions, close #1782
2014-05-11 14:19:59 +02:00
SpaceToad
1c90496cde
Added protection around facade creation, fix #1780
2014-05-11 14:00:00 +02:00
SpaceToad
f1d9aee0b8
Added various levels of detection and recovery for missing blocks.
...
Such blueprints should not be loaded in survival, as there may be
inconsistencies, but it's ok to load in creative, in particular for repair if
needed.
Close #1779
2014-05-11 13:19:06 +02:00
SpaceToad
a7fe30f38a
fixed schematic hanging
2014-05-11 12:54:05 +02:00
SpaceToad
bc1a7486cd
Implemented heuristic for wider default id translation. Close #1778 .
2014-05-11 11:51:17 +02:00
SpaceToad
9b02f71b54
prepare 6.0.11 release
2014-05-10 23:53:13 +02:00
SpaceToad
1fc3890b96
prepare 6.0.11 release
2014-05-10 23:51:41 +02:00