6952 Commits

Author SHA1 Message Date
payonel
5e983f01a9 ItemStack.EMPTY and not null for ae integration
closes #3054
2019-03-08 20:59:59 -08:00
payonel
396399a91a put updated stack in offhand for robot.use
the offhand on the robot is only used for internal action handling,
so the result of item use can simply be in the offhand
also found that using vanilla buckets was broken
so embarrassing. i need to pay my qa team more
resolves: https://oc.cil.li/index.php?/topic/1838-robotuse-not-working-with-water-bucket/#comment-8584
closes #3051
2019-03-08 15:19:01 -08:00
payonel
48fab37b83 Merge branch 'master-MC1.11' into master-MC1.12 2019-03-06 21:20:16 -08:00
payonel
e568249098 Merge branch 'master-MC1.10' into master-MC1.11 2019-03-06 21:20:00 -08:00
payonel
c29fe8ef33 Merge branch 'master-MC1.7.10' into master-MC1.10 2019-03-06 21:19:46 -08:00
payonel
92426e33d2 call uptime instead of using cached time
waiting timers are starved otherwise
Also increment timeouts without drift
closes #3058
2019-02-28 12:45:18 -08:00
payonel
fdd0f8c554 check for etc before trying to install oppm
closes #2875
2019-02-07 14:24:40 -08:00
payonel
7b43e9c447 Merge branch 'master-MC1.11' into master-MC1.12 2019-02-06 21:33:25 -08:00
payonel
ebb745a35b Merge branch 'master-MC1.10' into master-MC1.11
# Conflicts:
#	build.properties
2019-02-06 21:33:18 -08:00
payonel
7e836e73f1 Merge branch 'master-MC1.7.10' into master-MC1.10 2019-02-06 21:32:58 -08:00
payonel
cd9a92fd41 update changelog for 1.7.4 v1.7.4 2019-02-06 21:30:32 -08:00
payonel
e782d738ac Merge branch 'master-MC1.11' into master-MC1.12 2019-02-06 21:28:51 -08:00
payonel
ff087b8df9 Merge branch 'master-MC1.10' into master-MC1.11
# Conflicts:
#	build.properties
2019-02-06 21:26:59 -08:00
payonel
6fd468b1d2 Merge branch 'master-MC1.11' into master-MC1.12 2019-02-06 21:11:19 -08:00
payonel
5773b48985 Merge branch 'master-MC1.10' into master-MC1.11 2019-02-06 21:11:12 -08:00
payonel
27d34a668b Merge branch 'master-MC1.7.10' into master-MC1.10 2019-02-06 21:11:04 -08:00
payonel
d9efb57bea more efficient buffer allocation 2019-02-06 21:10:52 -08:00
payonel
b392949b0d Merge branch 'master-MC1.11' into master-MC1.12 2019-02-06 21:07:35 -08:00
payonel
92b89c9b8f Merge branch 'master-MC1.10' into master-MC1.11
# Conflicts:
#	build.properties
2019-02-06 21:05:25 -08:00
payonel
57dd3d7b2b Merge branch 'master-MC1.7.10' into master-MC1.10 2019-02-06 20:58:33 -08:00
payonel
0d72b19d2e OC 1.7.4 patch changelog update 2019-02-06 20:52:39 -08:00
payonel
0cdaf8c87d fix motd without gpu
hide some irrelavent luacheck warnings
2019-02-06 18:42:14 -08:00
payonel
bf7636f533 fix io.dup for code that sets new keys 2019-02-04 19:02:30 -08:00
payonel
2e98e4f9bb motd doesn't need gpu 2019-02-04 19:02:20 -08:00
payonel
3004bcc94f kb event code reduc 2019-02-04 19:02:17 -08:00
payonel
9c6537ea7c stop using the gpu and kb addr 2019-02-04 19:02:07 -08:00
payonel
47455c1d43 another late fix
computer.pullSignal needs to use closest event registrant
2019-02-04 19:01:59 -08:00
payonel
aa963bfd26 tty may be a custom tty stream that didn't care about a cursor 2019-02-04 19:01:48 -08:00
TheCodex6824
1089a13235 Fixed some container names being unlocalized on 1.11+ 2019-02-04 17:34:11 -08:00
payonel
d8346988f9 start drones above a block if on non-full blocks
closes #3029
2019-02-04 17:33:27 -08:00
payonel
16253f39b7 Merge branch 'master-MC1.11' into master-MC1.12 2019-02-03 19:52:13 -08:00
payonel
0b05ae4314 Merge branch 'master-MC1.10' into master-MC1.11 2019-02-03 19:52:05 -08:00
payonel
c0812c25af Merge branch 'master-MC1.7.10' into master-MC1.10 2019-02-03 19:51:54 -08:00
payonel
c67f700fa9 use ByteBuffer to deal with transferFrom
transferFrom giving us grief on some platforms (openjdk for arch and debian)
ByteBuffer appears to be more reliable

closes #3038
closes #3031
2019-02-03 19:51:38 -08:00
payonel
d1b80719fa Merge branch 'master-MC1.11' into master-MC1.12 2019-02-02 00:54:19 -08:00
payonel
da30aa0b72 Merge branch 'master-MC1.10' into master-MC1.11 2019-02-02 00:52:25 -08:00
payonel
6cb67d3e6b check for nulls on waila integration
closes #3017

# Conflicts:
#	src/main/scala/li/cil/oc/integration/waila/BlockDataProvider.scala
2019-02-02 00:49:53 -08:00
payonel
d10ea01abf totally the wrong way to use Some
Some(null) is still Some, which is not None. whoops

closes #3033
2019-02-02 00:45:10 -08:00
TheCodex6824
04a1fb77c9 Fixed T1 wireless cards receiving wired messages 2019-02-02 00:34:54 -08:00
Anar Abdullayev
96a856c669 Update robot.names 2019-02-02 00:32:06 -08:00
Anar Abdullayev
9d03bd497f Update robot.names 2019-02-02 00:32:06 -08:00
Wilma456 (Jakob0815)
b1083980c4 Add \v escape sequenz 2019-02-02 00:31:36 -08:00
payonel
69c9240426 check ItemStack equals, not same object, for lock
closes #2995
2019-02-02 00:29:24 -08:00
payonel
170ce28ebe use transferBetweenInventoriesSlots for the slot
closes #2988
2019-02-01 22:46:36 -08:00
payonel
618323a701 dont pass null for EnumFacing, breaks stuff
closes #3011
2019-02-01 01:03:57 -08:00
payonel
01b9b623f3 make agent swing only work for canHarvestBlock
closes #3035
2019-02-01 00:54:41 -08:00
payonel
ef4f7417b3 totally the wrong way to use Some
Some(null) is still Some, which is not None. whoops

closes #3033
2019-02-01 00:22:45 -08:00
payonel
18461f37f8 reduce missing mappings warnings to oc only
closes #3028
2019-01-31 00:13:46 -08:00
payonel
25828c3b3d check for nulls on waila integration
closes #3017
2019-01-31 00:04:37 -08:00
Vexatos
7f4759f46c Merge remote-tracking branch 'origin/master-MC1.11' into master-MC1.12 2018-11-16 22:06:31 +01:00