5425 Commits

Author SHA1 Message Date
Florian Nücke
31597ef446 Scale down preview in 3D printer to avoid clipping. 2016-03-28 21:12:34 +02:00
Florian Nücke
ae3bcdb5ff Fixed highlight on prints being white. 2016-03-28 21:12:15 +02:00
Florian Nücke
d114b00563 Moved a bunch of print logic from block to tile entity. 2016-03-28 21:11:56 +02:00
Florian Nücke
4d8d6f5073 Actually enabled CC compat .-. Fixes #1714. 2016-03-28 12:43:33 +02:00
Florian Nücke
9a8b037f88 Require 1.0.9 of MCMP. 2016-03-28 12:37:25 +02:00
Florian Nücke
5b9e03084d Better model handling! 2016-03-28 12:34:15 +02:00
Florian Nücke
2f83eebbab Cleanup! 2016-03-28 12:11:29 +02:00
Florian Nücke
f3354000fe Allow getting networking achievement via relay now that switch and access point are dead. Closes #1713. 2016-03-28 12:04:09 +02:00
Florian Nücke
ec907580ad Fixed collisions! 2016-03-28 12:03:23 +02:00
Florian Nücke
8b4a0281fe Move capabilities to cable part (not event injection).
Properly handle multipart changes (newly occluded / no longer occluded).
Avoid network disconnects during conversion.
Properly kill off old nodes after conversion.
2016-03-28 00:46:51 +02:00
Florian Nücke
4e806df7c4 Create cable items manually not via block type (since that's not set for dummy TEs in cable parts). 2016-03-28 00:44:41 +02:00
Florian Nücke
bea3bd11c3 Some utility methods for cable bounds lookup. 2016-03-28 00:44:05 +02:00
Florian Nücke
0b9ac95159 Bake color into quads instead of using tint index to support cable coloring in multiparts. 2016-03-28 00:43:37 +02:00
Florian Nücke
0d45083c43 Added overload to add world position to a network (still goes through the TE).
Mainly for more comfortable delayed adding when previous TE at that location may now be invalid/replaced.
2016-03-28 00:18:34 +02:00
Florian Nücke
e90c9ade09 Basic MCMP integration for cables. 2016-03-27 18:18:36 +02:00
Florian Nücke
f36e9b918d Or not? 2016-03-27 17:34:21 +02:00
Florian Nücke
933f51ccef Simple colored trait, don't consume dyes when in creative mode. 2016-03-27 17:33:34 +02:00
Florian Nücke
c7715c346e Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-03-27 13:35:38 +02:00
Florian Nücke
2cba7bc182 Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10 2016-03-27 12:24:09 +02:00
Florian Nücke
91e8b461ef Merge branch 'about-time' of https://github.com/payonel/OpenComputers into master-MC1.7.10 2016-03-27 12:09:15 +02:00
payonel
cbf676435c give /bin/time much better output using uptime, big thanks to gamax92 2016-03-26 21:05:26 -07:00
payonel
53d97fd21f make coroutine wrap create tracked coroutines, needed for process data 2016-03-26 19:54:05 -07:00
cyber01
cfa513088e Updates for 1.6 2016-03-26 23:06:45 +03:00
Florian Nücke
82b3eaf174 For those not checking for null... 2016-03-26 19:56:52 +01:00
Florian Nücke
8d38564a14 Because why not. 2016-03-26 17:06:06 +01:00
Florian Nücke
bd5acfaf99 Make blocks' Environment, SidedEnvironment and Colored interfaces accessible via the new capability system.
Automatically generates a provider for tile entities implementing these interfaces.
Using capability system to access the interfaces instead of casting the tile entity.
Allow specifying whether coloring controls connectivity in interface.
2016-03-26 17:05:57 +01:00
Florian Nücke
6bfe633141 Fixed Chamelium blocks (and others) to be schizophrenic about having a tile entity, leading to constant chunk re-renders. 2016-03-26 17:03:57 +01:00
Florian Nücke
a1d53df69c Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-03-26 14:06:01 +01:00
Florian Nücke
8087d6523a Hardened unbuffered filesystems. Closes #1707. 2016-03-26 14:00:04 +01:00
Florian Nücke
0c0880d836 Properly erroring on ".." as path to FS methods. Closes #1708. 2016-03-26 13:28:25 +01:00
Florian Nücke
89bcfe4bba Adjustment for 1.8.9. 2016-03-24 22:38:47 +01:00
Florian Nücke
aaf047f75d Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-03-24 22:38:03 +01:00
Urey.X
9bb3fae8d3 Update zh_CN.lang 2016-03-24 13:48:55 -04:00
Florian Nücke
21bcc410d4 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-03-23 21:03:45 +01:00
Florian Nücke
93db1e1855 Updated LuaJ and passing along raw bytes from LuaJ strings for checkByteArray, leaving utf8 decoding to checkString. 2016-03-23 21:02:42 +01:00
Florian Nücke
ae4ec19bcb This may or may not work. 2016-03-21 21:06:11 +01:00
Vexatos
a2653e3ddb Fixed side-only method in hover boots not being side-only. 2016-03-20 22:36:47 +01:00
Florian Nücke
7bbf9d2d9d Mark rack block as changed to trigger re-rendering when mountable data changes. 2016-03-20 21:28:52 +01:00
Florian Nücke
fb51b88715 Update all the things to get Computronics to run in dev-env >_> 2016-03-20 21:28:09 +01:00
Florian Nücke
bc46d72ca9 Color migration. 2016-03-20 20:56:56 +01:00
Florian Nücke
93c3752430 More client side inventory update fixery, closes #1693. 2016-03-20 20:17:45 +01:00
Florian Nücke
b7e45c4a52 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-03-20 19:27:00 +01:00
Florian Nücke
399e0f44e6 This is now a one-way street. 2016-03-20 19:22:07 +01:00
Florian Nücke
7951b13325 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-03-20 19:03:27 +01:00
Florian Nücke
7c8b886527 Sided! 2016-03-20 18:04:21 +01:00
Florian Nücke
be17da8365 Merge branch 'master-MC1.7.10' of https://github.com/gdude2002/OpenComputers into master-MC1.7.10 2016-03-20 18:02:16 +01:00
Gareth Coles
c102f35ce0 Remove setEnabled as a block update will override it 2016-03-20 17:02:19 +00:00
Florian Nücke
e98465441f Colors remember their color when in item form now. This also means that dye is consumed when dyeing cables. They can also be recolored while in item form by crafting them with a dye. Closes #1529. 2016-03-20 17:54:39 +01:00
Gareth Coles
504d1394d2 Add integration with the IC2 redstone port 2016-03-20 16:45:45 +00:00
Florian Nücke
9099729c46 Wording. 2016-03-20 16:42:25 +01:00