payonel
21c67ce31d
the y value passed to render methods changed in 1.10 to ref feet instead of eyes
...
this breaks our screen render check when the player is standing just below the y value of text on the screen, but should still be able to see the text.
closes #3252
2020-05-14 23:53:00 -07:00
payonel
2e33be4b5a
fix motion sensor again because block pos is whole number
2020-05-13 15:18:43 -07:00
payonel
7676c64dd9
Merge branch 'master-MC1.7.10' into master-MC1.10
...
# Conflicts:
# src/main/scala/li/cil/oc/server/component/MotionSensor.scala
2020-05-13 09:49:09 -07:00
payonel
310120df31
fix a couple of devfs adapter issues
...
gpu: remove screen link when there is no screen
modem: remove max packet size, as this method no longer exists
2020-05-13 09:09:30 -07:00
payonel
f5b5170f5c
fix \27[6n response, it should write [ before the coords
...
improve motion sensor check both feet and eyes
2020-05-13 00:50:30 -07:00
PrismaticYT
abcc7cea22
Add Cortana
...
Add Cortana (from Halo; https://en.wikipedia.org/wiki/Cortana_(Halo) )
2020-05-12 22:30:47 -07:00
PrismaticYT
6e924cd325
Update README.md
2020-05-12 09:00:58 -07:00
payonel
463d5635fe
fix hologram.copy - we weren't sending the full dirty region on updates in some cases
...
closes #3254
2020-05-11 22:59:41 -07:00
payonel
f82ccc5fc4
pass errors back to shell.execute. it seems reasonable for only interactive shell to assert (and thus print stack) on failed commands)
2020-05-11 11:15:00 -07:00
Avevad
58943f9e74
[OpenOS] Tiny ls manual fixes
...
Removed unnecessary characters in the OpenOS manpage for ls
2020-05-11 08:11:02 -07:00
payonel
be1cf8c24c
fix shift+back in /bin/edit - it should backspace normally
2020-05-06 22:09:13 -07:00
Amanda Cameron
db91f2c601
barcode-reader: Oops, turns out if you try and scan literally anything else, it'll break the scan.
2020-05-04 01:41:43 -07:00
payonel
ad5443c415
close handles on procs in reverse order
...
also explicitly close stdout in cat. proc closes it, but this is cleaner
2020-04-28 10:36:25 -07:00
payonel
56eaafabdc
Merge branch 'master-MC1.7.10' into master-MC1.10
2020-04-27 00:10:13 -07:00
payonel
b117cbf89b
keep old files, besides, deleting them does cause machine failure with autosaving mods that may adjust file timestamps
...
closes #3225
closes #2999
2020-04-27 00:04:34 -07:00
payonel
77b3819f2f
nevermind, I was wrong. and apparently we need the cache to nil the key else more problems with something we're doing with lua callbacks
2020-04-26 12:38:43 -07:00
payonel
ee8c2902e2
a weak table does not need its keys removed
...
also, this apparently increases the chance for obscure edge case bugs in lua gc
2020-04-24 12:10:06 -07:00
hohserg
b9cc1663b2
Added waypoints addresses to navigation#findWaypoints
...
Like
{
redstone = <power>,
position={<x>,<y>,<z>},
label = "<label>",
address = "<waypoint address uuid>"
}
2020-01-30 19:22:52 -08:00
payonel
a19bb2b692
fix for setGameType, asie and BrisingrAerowing were right
...
closes #2911
2020-01-30 19:17:25 -08:00
payonel
6475dae52f
Merge branch 'master-MC1.7.10' into master-MC1.10
2020-01-28 00:19:21 -08:00
payonel
d179c0c20d
whoops, forgot color
...
#closes 3184 again
2020-01-28 00:18:41 -08:00
JakobDev
352c1cb09a
Update de_DE.lang
2020-01-28 00:18:41 -08:00
JakobDev
cca9c95945
Fix Comment
2020-01-28 00:18:41 -08:00
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
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
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
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
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
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
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
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
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
569829ee69
Merge branch 'master-MC1.7.10' into master-MC1.10
2019-11-14 00:37:43 -08:00