5892 Commits

Author SHA1 Message Date
Florian Nücke
6e0034fb82 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2017-02-25 01:53:26 +01:00
Florian Nücke
e707fa498e Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4 2017-02-25 01:48:05 +01:00
Florian Nücke
b80edd72a5 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2017-02-25 01:47:48 +01:00
Vexatos
d5cb5086e0 Update de_DE.lang 2017-02-19 09:09:44 +01:00
Florian Nücke
a04a4891f8 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2017-02-14 22:38:30 +01:00
Florian Nücke
9268d51039 Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4
# Conflicts:
#	src/main/scala/li/cil/oc/common/entity/Drone.scala
2017-02-14 22:38:10 +01:00
Florian Nücke
b035cf91b4 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2017-02-14 22:36:54 +01:00
Florian Nücke
0654c76b82 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 2017-02-14 22:36:14 +01:00
Florian Nücke
df548f8279 Update LuaJ and JNLua for better UTF-8 handling. Closes #2191. 2017-02-14 22:35:55 +01:00
Vexatos
eaa6582cde Made everything compile. 2017-02-12 13:01:29 +01:00
Vexatos
96179f3a51 Fix #2272. 2017-02-12 12:56:18 +01:00
Vexatos
c32fbe7009 Added icons for JEI categories. 2017-02-12 12:40:04 +01:00
Vexatos
3b29bcd977 Update to 1.11. Fixed most compile errors. 2017-02-09 12:38:08 +01:00
Vexatos
5b165ff95c Fix event handler method parameters. 2017-02-07 07:58:45 +01:00
Florian Nücke
36f9dcfbd9 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2017-02-05 16:05:59 +01:00
Florian Nücke
43f3537e6d Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4
# Conflicts:
#	src/main/scala/li/cil/oc/common/item/DebugCard.scala
2017-02-05 16:05:42 +01:00
Florian Nücke
5f04b13f04 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2017-02-05 16:04:38 +01:00
Florian Nücke
10853f7a9a Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 2017-02-05 16:01:51 +01:00
Florian Nücke
2751cec8c1 Fixed nodes able to reach an added node but not being reachable by the added node not being notified of the node being added.
This fixes screens stopping to respond *in some configurations* when their chunk is loaded. Closes #2225.
2017-02-05 16:01:32 +01:00
Florian Nücke
60e10cbc32 Update Forge. 2017-02-05 14:17:24 +01:00
payonel
d8471278ba require("internet").request now returns a function object
The function object can be called to read from the stream, same usage as before
But the object also exposes the request handle userdata, to allow calling close for example:

```
local request = require("internet").request("http://www.google.com")
print(request()) -- same as before
request:close() -- clean up resources now, as opposed to waiting for gc
```

closes #2255
2017-02-04 14:50:15 -08:00
Vexatos
afff699dff Merge remote-tracking branch 'origin/master-MC1.7.10' into master-MC1.7.10 2017-02-04 22:11:37 +01:00
Vexatos
e8352fb07f Use lower-case name for checking debug card access so that comparison with whitelist works properly.
Closes #2262.
2017-02-04 22:11:08 +01:00
payonel
989f39b7c8 Merge pull request #2261 from payonel/1.6.1-update
term safe slow write, fix pastebin get, low mem loadfile fix
closes #2230 
closes #1308
2017-02-04 11:53:45 -08:00
payonel
dbd2f3067f term safe slow write, fix pastebin get, low mem loadfile fix 2017-02-04 11:26:21 -08:00
Vexatos
130084d931 Re-added ProjectRed integration.
Closes #2259.
2017-02-04 18:00:33 +01:00
Florian Nücke
3920d25900 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2017-02-04 16:54:32 +01:00
Florian Nücke
8a76585694 Avoid Rotatable causing chunk loads when being accessed by, say, tiles's sidedNode() methods (to get the facing) called during dispose().
I think I handled all cases where this change would've caused NPEs now, but we'll see..
2017-02-04 16:54:08 +01:00
Florian Nücke
8a9bba2e3f Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2017-02-04 14:23:39 +01:00
Florian Nücke
330d71157f Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4 2017-02-04 14:23:23 +01:00
Florian Nücke
a564639804 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9
# Conflicts:
#	src/main/scala/li/cil/oc/server/component/traits/InventoryWorldControl.scala
#	src/main/scala/li/cil/oc/util/InventoryUtils.scala
2017-02-04 14:21:57 +01:00
Florian Nücke
81c34e0c14 Fire item toss event when agents try to drop items into the world. 2017-02-04 14:11:48 +01:00
Florian Nücke
13cd17e3e7 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2017-02-04 13:53:07 +01:00
Florian Nücke
94cbcb38b7 Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4 2017-02-04 13:52:42 +01:00
Florian Nücke
45507d84ef Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2017-02-04 13:52:26 +01:00
Florian Nücke
706905603d Waila's back to calling server methods on the client apparently \o/ 2017-02-04 13:52:08 +01:00
Florian Nücke
5c7b55e208 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2017-02-04 00:37:43 +01:00
Florian Nücke
f611a22f92 Gah, wrong IDE window. 2017-02-04 00:36:19 +01:00
Florian Nücke
416b5a9fdd Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4
# Conflicts:
#	build.properties
2017-02-04 00:19:06 +01:00
Florian Nücke
b196224775 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9
# Conflicts:
#	src/main/scala/li/cil/oc/common/init/Items.scala
2017-02-04 00:18:18 +01:00
Florian Nücke
5105266f90 Merge branch 'mfu' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10
# Conflicts:
#	src/main/resources/assets/opencomputers/lang/en_US.lang
2017-02-03 23:37:49 +01:00
Florian Nücke
a84b557e93 Renderer to indicate block held MFU is bound to (and the face). 2017-02-03 23:37:09 +01:00
Florian Nücke
330745055f Tooltip for MFU. 2017-02-03 23:36:49 +01:00
Vexatos
645ca3e448 Added manual entry for MFU. 2017-02-03 23:36:14 +01:00
Florian Nücke
32c383ea11 Item icons for MFU. 2017-02-03 23:26:41 +01:00
Vexatos
0c64dd30fd Added device info to MFU. 2017-02-03 23:03:42 +01:00
Vexatos
56ced10215 Merge remote-tracking branch 'origin/master-MC1.9.4' into master-MC1.10
# Conflicts:
#	src/main/scala/li/cil/oc/server/component/DebugCard.scala
2017-02-03 22:27:48 +01:00
Vexatos
0901589ebd Merge remote-tracking branch 'origin/master-MC1.8.9' into master-MC1.9.4 2017-02-03 22:24:22 +01:00
Vexatos
2e77561081 Merge remote-tracking branch 'origin/master-MC1.7.10' into master-MC1.8.9
# Conflicts:
#	src/main/scala/li/cil/oc/server/component/DebugCard.scala
2017-02-03 22:22:01 +01:00
Florian Nücke
0286b76b53 Merge branch 'mfu' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 2017-02-03 22:16:59 +01:00