54 Commits

Author SHA1 Message Date
Matchlighter
964f7da719 Made DriverPeripheral compatible with
IPeripheralHandler/IHostedPeripheral.
2014-03-24 19:50:40 -06:00
Florian Nücke
cb75c6e703 removed Atomic Science API since it no longer exists in the latest AS build, OC support will be added directly 2014-03-15 18:49:38 +01:00
Florian Nücke
4a7c981e62 removed conversion stuff in favor of type converters in oc, registering converters for ic2 and te energy items; made a couple of block specific drivers named 2014-03-14 16:06:27 +01:00
Florian Nücke
fcbfc037bb auto-version in mcmod.info 2014-03-14 14:48:28 +01:00
Florian Nücke
74be09d6e4 adjusted paths for gradle; made it build 2014-03-14 14:19:18 +01:00
Florian Nücke
7b28339e7f let the gradling begin 2014-03-14 13:58:50 +01:00
Johannes Lohrer
4be526c6ef added some more mod docs 2014-02-20 00:08:03 +01:00
Johannes Lohrer
ee8b7c2f61 Merge branch 'master' of github.com:MightyPirates/OpenComponents 2014-02-19 20:33:21 +01:00
Johannes Lohrer
7818b69ff7 Added BuildCraft doc 2014-02-18 21:14:38 +01:00
Johannes Lohrer
44f18c427d Doc for AtomicScience 2014-02-18 21:01:35 +01:00
Florian Nücke
b3dae6363c formatting; minor adjustments (returning lists as tables instead of result tuples) 2014-02-17 21:56:38 +01:00
Florian Nücke
c30bae21bc Merge branch 'master' of https://github.com/MightyPirates/OpenComponents 2014-02-17 21:22:07 +01:00
Johannes Lohrer
8dd20ee672 added documentation for AppEng 2014-02-16 23:05:01 +01:00
Florian Nücke
2e69f454ac another false->null/nil 2014-02-16 22:48:51 +01:00
Florian Nücke
0e31b4bca3 added download link (jenkins) to readme 2014-02-13 21:43:10 +01:00
Florian Nücke
13a8b75573 moved all peripheral wrapping logic over to here 2014-02-10 18:23:12 +01:00
Florian Nücke
48d17315fc undid weird replace in railcraft api (wtf?) and some minor cleanup 2014-02-10 03:19:45 +01:00
Florian Nücke
a4898e269d Merge branch 'master' of https://github.com/MightyPirates/OpenComponents 2014-02-10 03:10:48 +01:00
Florian Nücke
b442981fbf added check to avoid duplicate components when a block next to the adapter already has an environment interface in addition to a peripheral interface 2014-02-10 03:10:30 +01:00
Johannes Lohrer
61dc9b78f1 Merge branch 'master' of github.com:MightyPirates/OpenComponents
Conflicts:
	src/main/java/li/cil/occ/OpenComponents.java
2014-02-09 00:28:23 +01:00
Johannes Lohrer
08561dc720 Added Railcraft, TMechworks 2014-02-09 00:27:08 +01:00
Florian Nücke
0b3c9ddecd cleaned up after peripheral redesign 2014-02-08 22:45:19 +01:00
Florian Nücke
2636f02400 Merge branch 'master' of https://github.com/MightyPirates/OpenComponents 2014-02-08 22:30:04 +01:00
Florian Nücke
98cbaffca6 cc peripherals are now wrapped by default and can be disabled using a blacklist (in the config) 2014-02-08 22:29:39 +01:00
Johannes Lohrer
704bb64ce1 added MassFab and Lamp 2014-02-08 19:48:36 +01:00
Florian Nücke
8da6b4bd98 yet more refactoring! 2014-02-08 19:19:31 +01:00
Florian Nücke
f28257a049 me so indecisive 2014-02-08 19:18:19 +01:00
Florian Nücke
4dc5be944f more refactoring 2014-02-08 19:14:16 +01:00
Florian Nücke
3e879f5473 Merge branch 'master' of https://github.com/MightyPirates/OpenComponents
Conflicts:
	src/main/java/li/cil/occ/OpenComponents.java
2014-02-08 19:03:25 +01:00
Johannes Lohrer
1dd3811260 Added AtomicScience 2014-02-08 19:02:24 +01:00
Florian Nücke
df509e9ba9 started refactor into own package 2014-02-08 19:01:50 +01:00
Johannes Lohrer
45469ab282 added all remaining mekanism TEs 2014-02-08 18:48:42 +01:00
Florian Nücke
6659d0e215 registering generic peripheral driver last, to prefer more specialized implementations 2014-02-08 16:30:32 +01:00
Florian Nücke
cfff7e5917 carriage controller component is called 'carriage' again 2014-02-08 16:06:17 +01:00
Florian Nücke
c2dc1f4e30 cleanup; reenabled drivers 2014-02-08 13:52:30 +01:00
Johannes Lohrer
0105ee4156 added mekanism but not working for now! deactivated most drivers so don't use 2014-02-08 12:04:32 +01:00
Florian Nücke
ac0c8c8eee added a generic wrapper for cc peripherals that can be enabled via config, should be used with caution since depending on what the peripheral's methods do this may crash or deadlock the game. the recommended approach would be to add explicit drivers for tested peripherals (that's just a matter of extending DriverPeripheral and overriding the getTileEntityClass method then). 2014-02-08 01:00:46 +01:00
Florian Nücke
e80f68fbe6 cleanup; stripped down appen gridtileentity driver, accessing the whole network from any tile in the network is kinda lame - me controller provides this, too; sprinkled in some more finality 2014-02-07 17:07:16 +01:00
Florian Nücke
3ef27704d3 less code duplication 2014-02-07 15:58:05 +01:00
Florian Nücke
6d95fc5d69 y u no autoformat? (╯°□°)╯︵ ┻━┻ 2014-02-07 15:27:40 +01:00
Florian Nücke
8a37621253 Merge branch 'master' of https://github.com/MightyPirates/OpenComponents 2014-02-07 15:21:09 +01:00
Florian Nücke
a269418092 moved tile entity based block driver to api prefab package 2014-02-07 15:18:25 +01:00
Johannes Lohrer
846efa3c2a Added Machine in Buildcraft fixed pipe handler
Added AppEng
2014-02-07 08:51:28 +01:00
Florian Nücke
338f898a85 added command block, note block and rim carriage controller drivers (moved from oc core) 2014-02-06 15:11:05 +01:00
Florian Nücke
d39cdd40a4 clean up after driver api restructuring 2014-02-05 23:37:50 +01:00
Florian Nücke
70d99f625f make jukebox return record name instead of item id 2014-02-05 20:19:01 +01:00
Florian Nücke
331e89abf9 industrial craft 2 stuff 2014-02-05 19:08:46 +01:00
Florian Nücke
1df0015d49 made inventory driver callback names a little longer to reduce chance of name collisions 2014-02-05 18:15:07 +01:00
Florian Nücke
acf3448363 refactoring; added thermal expansion stuff 2014-02-05 18:00:22 +01:00
Florian Nücke
3a125cbdd9 added sign driver 2014-02-05 16:55:28 +01:00