6639 Commits

Author SHA1 Message Date
JakobDev
3190fed535 Update German Translation 2020-01-28 00:18:41 -08:00
payonel
67c375391b whoops, forgot color
#closes 3184 again
2020-01-28 00:07:59 -08:00
JakobDev
d03b217115 Update de_DE.lang 2020-01-26 23:07:26 -08:00
JakobDev
142ffdcf4c Fix Comment 2020-01-26 23:07:26 -08:00
JakobDev
4cc148778a Update German Translation 2020-01-26 23:07:26 -08:00
Mr. Jake
803402c4a9 Change modid from 'OpenComputers' to 'opencomputers'
Camel case doesn't seem to work while all-lowercase does.
2020-01-26 23:02:01 -08:00
payonel
2de3169e62 Merge branch 'master-MC1.10' into master-MC1.12 2020-01-26 22:24:36 -08:00
payonel
2647a59c02 Merge branch 'master-MC1.7.10' into master-MC1.10 2020-01-26 22:23:53 -08:00
payonel
e911f8af60 rotate side arg for redstone signal to relative side for rack and computer
closes #3184
2020-01-26 22:16:57 -08:00
payonel
5869bb3ebe Merge branch 'master-MC1.10' into master-MC1.12 2020-01-25 21:10:01 -08:00
payonel
2176854ff6 Merge branch 'master-MC1.7.10' into master-MC1.10 2020-01-25 21:09:34 -08:00
payonel
bec3b09fc0 fix wireless card behavior for tier 1 and tier 2
closes #3195
2020-01-25 21:08:04 -08:00
payonel
e9f92e0646 Merge branch 'master-MC1.10' into master-MC1.12
# Conflicts:
#	gradle/wrapper/gradle-wrapper.properties
#	src/main/resources/assets/opencomputers/lang/ru_RU.lang
2020-01-25 17:12:06 -08:00
payonel
3ece0d6f10 Merge branch 'master-MC1.7.10' into master-MC1.10
# Conflicts:
#	build.gradle
#	gradle/wrapper/gradle-wrapper.properties
2020-01-25 17:04:41 -08:00
payonel
5b1c60f5ed simplify io stream argument options
also, fix mistake in text streams

closes: #3201
2020-01-25 16:12:00 -08:00
payonel
8fe92ee191 fix text stream writer and clean up reader code along with this 2020-01-25 15:28:54 -08:00
Cruor
004ada9ae8 Fixed typo 2020-01-24 23:13:37 -08:00
Cruor
6e242128ee Added binary support to 'text.internal.reader' 2020-01-24 23:13:37 -08:00
Rodrigo Martins
8e69c06f52 Fix broken wireless card links in ingame manual 2020-01-24 21:58:41 -08:00
Vexatos
e452b1fb5e Switched to Gradle 5 version on Minecraft 1.7.10
Using a fork of ForgeGradle for that which updates it to that version.
2019-12-30 19:54:45 -08:00
Vexatos
36b9ba06d7
Downgraded Ubuntu version on travis to hopefully fix #3144. (#3198) 2019-12-26 00:10:03 +01:00
Smollet777
0a65a5a83b Update ru_RU.lang 2019-12-19 09:08:17 -08:00
Fingercomp
808d140b5f Use rawequal for comparison to avoid invoking __eq 2019-11-21 08:32:58 -08:00
Vexatos
310db04d33 Merge branch 'master-MC1.11' into master-MC1.12 2019-11-17 00:46:13 +01:00
Vexatos
5fa171a3ea Merge branch 'master-MC1.10' into master-MC1.11
# Conflicts:
#	build.properties
2019-11-17 00:44:44 +01:00
Vexatos
4ce2bf203e Merge remote-tracking branch 'origin/master-MC1.7.10' into master-MC1.10 2019-11-17 00:43:55 +01:00
Vexatos
343ce9687a Version and changelog bump. v1.7.5 2019-11-17 00:40:38 +01:00
payonel
54518a44bb Merge branch 'master-MC1.11' into master-MC1.12 2019-11-16 10:26:29 -08:00
payonel
ea27e2ecef Merge branch 'master-MC1.10' into master-MC1.11 2019-11-16 10:23:56 -08:00
payonel
db39561abf Merge branch 'master-MC1.7.10' into master-MC1.10
# Conflicts:
#	src/main/scala/li/cil/oc/integration/appeng/NetworkControl.scala
2019-11-16 10:22:39 -08:00
payonel
bfed64fa2d reducing some cost to calling ae getCraftables when no filter is given
this delays calling ae.getItemStack until user code calls it for individual
items. this is vey helpful for servers with huge numbers of craftables
otherwise, all serializing calls happen on the main thread
closes #2964
2019-11-16 10:17:47 -08:00
payonel
359f1c138d Merge branch 'master-MC1.11' into master-MC1.12 2019-11-15 23:07:52 -08:00
payonel
982dab9f70 Merge branch 'master-MC1.10' into master-MC1.11
# Conflicts:
#	src/main/scala/li/cil/oc/common/EventHandler.scala
2019-11-15 23:06:14 -08:00
payonel
751471905e Merge branch 'master-MC1.7.10' into master-MC1.10 2019-11-15 23:02:56 -08:00
payonel
dd63789b81 fix available archs based on configurations
closes #2986
2019-11-15 23:00:34 -08:00
payonel
73733dc7ad Merge branch 'master-MC1.11' into master-MC1.12 2019-11-14 22:47:42 -08:00
payonel
ba7e110c5f Merge branch 'master-MC1.10' into master-MC1.11
# Conflicts:
#	src/main/scala/li/cil/oc/util/FluidUtils.scala
2019-11-14 22:46:48 -08:00
payonel
d47915fece Merge branch 'master-MC1.7.10' into master-MC1.10
# Conflicts:
#	src/main/scala/li/cil/oc/util/FluidUtils.scala
2019-11-14 22:44:47 -08:00
payonel
063418a297 require minimum of 1000 mb to place fluid source block
closes #3116
2019-11-14 22:41:29 -08:00
payonel
4334aa0053 Merge branch 'master-MC1.11' into master-MC1.12 2019-11-14 00:58:55 -08:00
payonel
f5f8f8e0b2 Merge branch 'master-MC1.10' into master-MC1.11 2019-11-14 00:54:37 -08:00
payonel
569829ee69 Merge branch 'master-MC1.7.10' into master-MC1.10 2019-11-14 00:37:43 -08:00
payonel
fb2340baa3 raids are unlocked managed only devices
hard disk drives put in raids are wiped
and wiping a disk should reset it to managed and unlocked
resolves #2874
2019-11-14 00:32:07 -08:00
payonel
7cbbf132cf bring back wireless redstone (cbe) support
closes #2987
2019-11-12 23:57:25 -08:00
payonel
fb1ba7472f verify block is still at location changing state
closes #3175
2019-11-12 22:50:23 -08:00
payonel
e5370b5aec update codechickenlib 2019-11-11 19:35:35 -08:00
payonel
177542577c wip: wr-cbe 2019-11-11 19:08:31 -08:00
payonel
242ae9510b Merge branch 'master-MC1.11' into master-MC1.12 2019-11-10 23:52:29 -08:00
payonel
93034c4ca0 Merge branch 'master-MC1.10' into master-MC1.11 2019-11-10 23:52:19 -08:00
payonel
7d5f10a600 Merge branch 'master-MC1.7.10' into master-MC1.10 2019-11-10 23:52:01 -08:00