Commit graph

218 commits

Author SHA1 Message Date
Kuba Sztandera dcdf4be684 Fix JavaDoc for Java8 compability 2015-01-11 15:23:10 +01:00
asiekierka 9e3423eeef api/bccompat changes, add support for powering chutes 2015-01-06 14:57:21 +01:00
asiekierka 7f34e2824b re-add gate pulsar pulse counting with multiple actions, optimize builder code 2014-12-29 22:17:40 +01:00
asiekierka 2aa427f0be update API 2014-12-29 13:31:10 +01:00
asiekierka 9df61617d7 fix ResourceId 2014-12-25 14:45:07 +01:00
marcin212 50e2127e55 fixed checkstyle 2014-12-22 12:16:40 +01:00
asiekierka 60fac2f452 revert some API changes and add deprecated hooks to stop other mods from breaking 2014-12-21 13:57:53 +01:00
asiekierka 1b03c24574 remove IExtractionHandlers 2014-12-19 15:32:30 +01:00
Adrian Siekierka d7598d3eb5 Merge pull request #2320 from hea3ven/6.3.x
handle robots being unloaded
2014-12-18 16:16:19 +01:00
asiekierka c78e48ecb5 add IPipeConnection support for pluggables, add coloring with dyes for lapis and daizuli pipes 2014-12-18 17:15:41 +01:00
Hea3veN 50b2d6bee2 handle robots being unloaded 2014-12-18 09:55:40 -03:00
asiekierka f2a3010fca fixes, optimizations, API changes for greater compatibility with pre-6.3.x mods 2014-12-18 11:56:04 +01:00
asiekierka 15736507ff IPipePluggableItem added to allow other mods to easily place their pluggables on pipes, gates now use the Pluggable system for client-side sync 2014-12-16 18:42:27 +01:00
asiekierka 60af8ac978 touchups 2014-12-16 17:35:42 +01:00
asiekierka 9b857eaba7 move IPipePluggable to PipePluggable, move Diamond Liquid Pipes to the event system 2014-12-16 10:44:49 +01:00
asiekierka ad36ec30cd API improvements: start refactoring pipe API, add renderers, hitboxes, registration and network sync to IPipePluggable API, fix tons of design things 2014-12-15 19:10:12 +01:00
asiekierka bd52ca6981 Merge branch '6.2.x' of github.com:BuildCraft/BuildCraft into 6.3.x 2014-12-15 17:32:24 +01:00
asiekierka fba2a37941 BuildCraft 6.2.6, update RF API 2014-12-14 22:29:22 +01:00
asiekierka da923944de sync 2014-12-13 14:12:13 +01:00
asiekierka 7c75a00976 relicense BuildCraft API to MIT, close #2248 2014-12-09 21:09:14 +01:00
asiekierka a5b4dc3742 Update IControllable.java 2014-12-01 10:16:09 +01:00
asiekierka 695313802a API: cleanup, remove unused functions, improve documentation 2014-11-30 10:07:20 +01:00
asiekierka 5dcbf56c16 BuildCraft 6.2.1 2014-11-30 00:32:28 +01:00
asiekierka e0c96aa7d6 revert RF API, add anti-fakeplayer measures to engine overheat wrenching 2014-11-30 00:23:54 +01:00
asiekierka f5d885343d harden source code with IntelliJ checking tools 2014-11-29 12:58:42 +01:00
asiekierka b76846e971 unnerf Mining Wells, add shift-hover pipe tooltips, etc. 2014-11-28 18:35:25 +01:00
asiekierka 9bf2a15ca5 BuildCraft 6.2.0 2014-11-27 20:25:34 +01:00
asiekierka ff999aa316 update CoFH RF API, add IFluidContainerItem support (close #2236) 2014-11-27 09:29:50 +01:00
asiekierka 99369a106b fix checkStyle 2014-11-23 10:57:09 +01:00
asiekierka bceb1b375e fix builder packet spam, rewrite network API - kill serializers, network data, replace RPC with PacketCommand 2014-11-22 22:27:43 +01:00
Adrian Siekierka f8d36e9366 and, of course, commit the interface too... bah 2014-11-09 13:36:02 +01:00
Adrian Siekierka 9e2795d235 add IEngine API, restore engine connecting behaviour 2014-11-08 10:52:44 +01:00
Adrian Siekierka 2c04e14389 remove MJ API compatibility layer 2014-11-08 08:16:50 +01:00
asiekierka d0506b8a49 fix a lot of Builder bugginess 2014-11-01 22:25:29 +01:00
asiekierka bf25fdfbf6 fix a bunch of Builder processing bugs 2014-11-01 17:55:08 +01:00
asiekierka ce1daeecf1 make StatementParameters use NBT for serialization, add Blueprint Library debug code 2014-11-01 09:42:53 +01:00
asiekierka da8d4513c4 add shift-click support to statement parameters, close #2107 (at last) 2014-11-01 09:03:50 +01:00
asiekierka 1562eee634 fix #2126 for gate expansions 2014-11-01 07:57:13 +01:00
asiekierka bf17bd43fd clean up Pipe/PipeTile APIs 2014-10-31 18:09:27 +01:00
asiekierka 85e588780f add debug messages for schematics and facades (close #2124), improve schematic autodetection 2014-10-30 12:47:55 +01:00
asiekierka 3c21b9c2e6 fix triggers not initializing statement parameters 2014-10-29 18:20:11 +01:00
asiekierka 96c3f42054 fix crash on server 2014-10-29 17:06:08 +01:00
asiekierka 054524754d fix license headers, restore IOverrideDefaultStatements 2014-10-29 09:33:27 +01:00
asiekierka e146d1b46d fix style and BitSetUtils 2014-10-29 09:25:28 +01:00
asiekierka 239edfa78a add null checks for obsidian pipes, fix #2111 2014-10-28 20:19:01 +01:00
asiekierka 9c31b0123b add early draft of Tiles API, remove IMachine 2014-10-28 20:15:30 +01:00
asiekierka 4492802f25 Further work on refactoring the Gate API for #2107 2014-10-28 17:21:45 +01:00
asiekierka 8728885c2c further work on improving/separating the gate API, #2107 2014-10-28 12:17:52 +01:00
asiekierka 489a3cc6f7 move StatementManager parameter handling to use getUniqueTag, for #2107 2014-10-28 07:22:43 +01:00
asiekierka 56dd1a6bdd refactor and add functionality to gate API, for #2107 2014-10-28 06:56:49 +01:00