5816 Commits

Author SHA1 Message Date
payonel
e2331b67ff improvements to guid, devfs, cat, cp, and system error clarity
renaming guid to uuid and removing useless method toHex
adding text read and writer, compare to c++ stdlib stringstream. needed for advanced devfs
fix globbing with relative paths and . and .. in path
moving install confirmation before calling .install
fix cp: cp -r . /another/path (should copy contents of current dir)
fix cat when stdin is missing or closed
improved devfs supporting custom dir handlers for dynamic file listing

other non functional changes to clean up code and improved error messages
2016-07-16 01:08:31 -07:00
Vexatos
3423d93ae1 Moved Loot Disk Cycling handler into separate file. 2016-07-16 09:01:09 +02:00
Vexatos
34382d3d00 Added Manual usage handler for JEI. 2016-07-16 08:34:07 +02:00
Florian Nücke
a06dbdba3e Why did this still compile earlier .-. 2016-07-14 19:01:19 +02:00
Florian Nücke
b4389cc70d Closes #1958. 2016-07-13 19:48:32 +02:00
Florian Nücke
ad82071eb5 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2016-07-13 19:36:56 +02:00
Florian Nücke
62caf35d80 Merge branch 'fix-boots' of https://github.com/Vexatos/OpenComputers into master-MC1.9.4 2016-07-13 19:36:01 +02:00
Florian Nücke
3d7c3c3e8e Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4
# Conflicts:
#	src/main/scala/li/cil/oc/common/tileentity/traits/Computer.scala
2016-07-13 19:35:09 +02:00
Florian Nücke
7d68bcdcb6 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-07-13 19:33:42 +02:00
Florian Nücke
7106021888 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9
# Conflicts:
#	src/main/scala/li/cil/oc/common/tileentity/traits/Computer.scala
#	src/main/scala/li/cil/oc/server/component/DebugCard.scala
2016-07-13 19:33:26 +02:00
Florian Nücke
6837c7e02f Should fix duplicate UUID in TCP signals. 2016-07-13 19:33:09 +02:00
Florian Nücke
2e122599af Should fix #1941. 2016-07-13 18:53:36 +02:00
Florian Nücke
400d3981e1 Should fix missing updates in high precision mode, closes #1947. 2016-07-13 18:48:20 +02:00
Florian Nücke
a29c048a84 Merge branch 'proper-mc-dependency' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 2016-07-13 18:30:48 +02:00
Florian Nücke
16e020adf0 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 2016-07-13 18:30:22 +02:00
tuckertwo
de9ab0906d Fix Typoes in application.conf (#1423)
* Fix Typoes in application.conf
2016-07-13 18:30:40 +02:00
Vexatos
7387a0aba8 Added a hard Minecraft version dependency to avoid the coremod not loading on incorrect versions. 2016-07-13 18:30:04 +02:00
Florian Nücke
2ee0c92530 Merge branch 'gametype-fix' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 2016-07-13 18:18:01 +02:00
Florian Nücke
62c6b14b82 Merge branch 'too-many-screens' of https://github.com/payonel/OpenComputers into master-MC1.7.10 2016-07-13 18:17:29 +02:00
Florian Nücke
8e64739db0 Merge branch 'scrench-size' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 2016-07-13 18:14:44 +02:00
Łukasz Magiera
4fbbb21f2e Fix internet TCP events 2016-07-13 17:38:53 +02:00
payonel
d46eed8a4a make reliable screen and keyboard selection for boot and terminals
closes #1933
2016-07-11 16:00:10 -07:00
Vexatos
a92b20ac4a Set the max stack size of the Scrench to 1. 2016-07-11 12:18:35 +02:00
Vexatos
c4fa6f157e Made wrenching an Adapter's side turn it off.
For #1851.
No texture changes yet, but client sync is in place.
2016-07-09 18:03:47 +02:00
Vexatos
882b23694b Fixed Debug Card's setGameType.
Closes #1939.
2016-07-09 18:02:41 +02:00
Vexatos
a9e670bad4 Moved most floppy software from /bin to /usr/bin.
Closes #1875.
2016-07-09 16:28:05 +02:00
Vexatos
317cb577a7 Fixed hover boots not being coloured. 2016-07-09 16:01:42 +02:00
Florian Nücke
3f26590b02 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2016-07-05 20:16:56 +02:00
Florian Nücke
a8c5433b29 Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4 2016-07-05 20:16:38 +02:00
Florian Nücke
fc3a081105 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-07-05 20:16:22 +02:00
Florian Nücke
1fdd30ae72 Ah, right. 2016-07-05 20:15:52 +02:00
Florian Nücke
645bbd1766 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2016-07-03 20:36:09 +02:00
Florian Nücke
0cba7a5872 Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4 2016-07-03 20:35:28 +02:00
Florian Nücke
68c144c8c0 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-07-03 20:34:34 +02:00
Florian "Sangar" Nücke
3e49ca4d58 Merge pull request #1931 from hws689/master-MC1.7.10
pt_BR's Translation
2016-07-03 20:31:55 +02:00
Florian Nücke
219ddddd77 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2016-07-03 20:29:02 +02:00
Florian Nücke
8fc5539505 Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4 2016-07-03 20:28:42 +02:00
Florian Nücke
01c4c6f375 Fixed hologram rotation not working. 2016-07-03 20:27:57 +02:00
Florian Nücke
efceb7093e Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2016-07-03 20:03:53 +02:00
Florian Nücke
d86411c4a0 Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4 2016-07-03 20:03:36 +02:00
Florian Nücke
66a04e5406 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-07-03 20:03:19 +02:00
Florian Nücke
a3c6c4c14b Making an exception. One. 2016-07-03 20:02:47 +02:00
Florian Nücke
0f7d40319f Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10 2016-07-03 19:59:25 +02:00
Florian Nücke
7955ca5884 Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4 2016-07-03 19:59:11 +02:00
Florian Nücke
2e6298f39d Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-07-03 19:58:51 +02:00
Florian Nücke
32ab472370 Fix potential division by zero in loot disk cycling recipe. 2016-07-03 19:58:27 +02:00
hws689
9d30864478 pt_BR's Translation 2016-07-02 21:04:01 -03:00
Florian Nücke
2cc3159df4 Merge branch 'master-MC1.9.4' of github.com:MightyPirates/OpenComputers into master-MC1.10
# Conflicts:
#	build.properties
#	src/main/resources/mcmod.info
2016-07-02 22:48:33 +02:00
Florian Nücke
2257e61b49 Merge branch 'master-MC1.8.9' of github.com:MightyPirates/OpenComputers into master-MC1.9.4 2016-07-02 22:47:48 +02:00
Florian Nücke
0d76284260 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.8.9 2016-07-02 22:47:26 +02:00