4611 Commits

Author SHA1 Message Date
payonel
462b264f31 improve /mnt and PS1 conformity
filesystem: don't mount tmpfs in /mnt
shell: remove trailing slash for pwd
ps1: make the default prompt easier to interpret
2016-06-30 22:05:50 -07:00
payonel
031f9079c3 fixes for install, cp, ln, and shell parsing
fix install stdin read defaults
fix cp over links to update links
fixed ''| parse error (it isn't)
better os.exit for customer installer
2016-06-30 21:47:32 -07:00
Florian Nücke
1279537f8d Added custom intersect check for racks to take into account the mountables being inset by one.
Avoid floating point inaccuracies leading to incorrect local coordinates for mountable onActivate.
2016-06-26 11:21:59 +02:00
Florian Nücke
9a3fd0feb2 Explicit null checks to avoid it trickling down into code where it's harder to tell. 2016-06-25 14:26:28 +02:00
Łukasz Magiera
422592d84e Send internet events when ready to read. 2016-06-25 13:17:06 +02:00
Florian Nücke
a9f2c6d77b Readonly logger. 2016-06-25 12:50:44 +02:00
payonel
ecda757ee3 fixes for buffer, install, ls, package, profile, rc, sh
buffer: don't allow reading zero bytes from a stream, and fix libraries that should be allowed to set zero size buffer
install: report setting boot address, ^d should not accept prompts
ls: use shell to get working dir, not PWD
package: remove clutter for library keys and _G
rc: add unload to lib methods and fix typo in source
sh: remove clutter from _G and use zero sized buffer for piping
2016-06-23 07:09:30 -07:00
Florian Nücke
c9e6ddcbd3 Merge branch 'install-nil-check' of https://github.com/payonel/OpenComputers into master-MC1.7.10 2016-06-15 21:35:57 +02:00
Florian "Sangar" Nücke
0dfba9baf4 Merge pull request #1880 from payonel/plan9k-prop
plan9k .prop to guide openos install
2016-06-15 21:35:33 +02:00
payonel
76be38a710 plan9k .prop to guide openos install 2016-06-12 17:03:02 -07:00
payonel
203649a2dc install fix and cleanup, cp quality, network loot .prop
install was crashing if there were no options. Having no options is a perfectly valid case where install is trying to exit early (e.g. --help, or user cancelled) I forgot the check for nil.

During tests I found that cp was unnecessarily slow due to constant event pulling on every file. I introduced a 4 second gap between checking events. But his caused cp very hard (nearly impossible) to interrupt. Thus, it is preferrable to slow down copy so that the user could interrupt it.

Also, thanks to Inari, we have improved the text of the install prompts. Please review and comment if you feel the text still needs some revising. I'm not a technical writer, so I hope we are making this simple.

Also, if the user tries to run install with the network loot disk, the /data dir will be copied to /, and the user probably wants the data/. dir used. Using .prop's {fromDir="/data/"} fixes  this
2016-06-12 15:54:15 -07:00
Florian Nücke
2cdc2b0df7 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 2016-06-12 20:28:28 +02:00
Florian Nücke
698f71d753 Shuffled some of the old loot disks file structure to work well with new install. Removed (most) .autoruns on old loot disks. 2016-06-12 20:27:28 +02:00
payonel
16dde2fc5b optimizations for install and cp and filesystem links fixes
optmized code and split up install to reduce memory costs. Can now install on 1x T1 RAM systems.

found old bug in filesystem:
touch a
ln a b
mkdir d
cd d
touch b
rm b

And the link in the parent dir would be lost. The reason is that the virtual nodes created for the link were being selected when removing the b file in d, as well as removing b from the real fs. The fix was to check that the node was the correct node, and not just remove the key from any node returned from findNode
2016-06-11 23:00:04 -07:00
Florian "Sangar" Nücke
68c0fa21c3 Merge pull request #1855 from cyber01/RU_doc
Added saveConfiguration to manual
2016-06-11 12:30:08 +02:00
payonel
80e25f7be7 1.6 rc version 2
advanced install features as well as simplified install for common usage
renamed .osprop to .prop
support for named installed
cp link copy fixes
fix /bin/less pgdown and space
package delay lookup no longer weak value
fixed regression in sh tab complete for first arg completion
2016-06-10 23:05:34 -07:00
payonel
3e86a32783 openos 1.6 release candidate
cat: default to stdin with no args

cp: support "contents of" /. paths, correct verbose output, prefer link copy over directory, error on missing source files

df: support relative paths

guid: correct guid format (8-4-4-4-12)

head: close stdin

install: support major rework to search for candidates filesystems and support .lootprop feature, new manual file

less: new pager option, supports scrollback and mouse scroll

ln: use source name when omitted

mv: report error when target path is read only, and report error when source path is a mount point

profile: remove less alias (we have /bin/less now)

rm: fix issue where links to dirs could not be removed

serialization: inline pairs in case of [C] boundary issue with delay loaded libraries

/lib/sh: support white space in tab completion with back slashes, emulate SIGPIPE on closed pipe writes,

shell: allow calls to getWorkingDirectory during boot before PWD is set (defaults to /)

term: fix to not consume(hide) hard interrupt in term.pull, and new method term.scroll for vertical scrolling

text: advanced internal tokenizer upgrade to more fully support whitespace metadata needs of the shell

transforms: new api, at(tbl, index), to return key-value pairs by index

other files: fix formatting and typos
2016-06-10 22:54:02 -07:00
Florian Nücke
cf43ca1d86 Added computer.getProgramLocations and IMC message to populate the returned table. 2016-06-09 21:33:48 +02:00
cyber01
694a630ad3 Added saveConfiguration to manual 2016-06-07 14:51:38 +03:00
Florian Nücke
2874f4720a Added IMC message to notify OC of a 3rd party power system. Closes #1784. 2016-06-06 20:52:54 +02:00
Florian "Sangar" Nücke
37249142af Merge pull request #1836 from LizzyTrickster/patch-5
link update
2016-06-06 20:13:50 +02:00
Florian Nücke
d931f19007 Added saveConfiguration to manual. 2016-06-06 20:12:58 +02:00
Florian Nücke
8da15681bf Fixed CPU and memory not being neighbor only visible.
Fixed tier numbers being used 0-indexed in device info texts.
Fixed machine hosts' device info not being exposed.
2016-06-05 11:04:06 +02:00
Florian Nücke
735ed6b271 For example indeed... 2016-06-04 16:11:42 +02:00
Florian Nücke
4626e1ca8e Moved attribute and class constants into API. 2016-06-04 13:55:22 +02:00
Florian Nücke
9fb8ad57f9 Avoid herpderps. 2016-06-04 02:13:31 +02:00
Florian Nücke
8531c22106 Added DeviceInfo API, allows environments to provide basic information even when they do not expose a component. Made available via computer.getDeviceInfo().
Must be implemented on Environments. Queried on environments of nodes reachable / visible (when a component / not) from a machine.
Added very *very* basic program for listing device info from shell, `lshw`.
2016-06-04 01:46:21 +02:00
Florian Nücke
aa546dfce5 I think this should work. Closes #1839. 2016-05-30 20:46:53 +02:00
Florian Nücke
9acb5eb26f Should fix tablet disassembly ignoring upgrade container, closes #1838. 2016-05-30 20:36:37 +02:00
Lizzy
533e7443e8 link update 2016-05-28 19:15:01 +01:00
payonel
ce77d77baf tab complete fix where whitespace after redirection would not be trimmed 2016-05-28 10:19:13 -07:00
Florian Nücke
7ab37217b0 Well that certainly was a fascinating derp to track down. 2016-05-27 23:37:05 +02:00
Florian Nücke
5964911a80 Allow disabling loot disk cycling via config as per special request :P 2016-05-27 16:51:06 +02:00
Florian Nücke
4737520b6a Recipe sorting. 2016-05-27 14:34:08 +02:00
Florian Nücke
896bfa2728 Cleanup. 2016-05-27 13:43:15 +02:00
Florian Nücke
b50d3872ee Moved all the things! Renamed all the things! Broke all the things!
Made most component ROMs into loot disks (except robot for hopefully obvious reasons).
Changed loot disk naming convention (this will break existing loot disks). Closes #1456.
Made all loot disks craftable by cycling through them by crafting one with a wrench (so e.g. craft OpenOS then cycle through).
2016-05-27 13:33:22 +02:00
Florian Nücke
6e271c79d8 Update player last active time to avoid AFK kicks while working in screens e.g. Closes #1811. 2016-05-25 18:33:15 +02:00
payonel
c819466b04 simplify term hint text indexing and fix lua prompt hint handler 2016-05-24 19:04:33 -07:00
Florian Nücke
9e21c3d4f5 Fix setResolution return false even when the resolution changed, closes #1809. 2016-05-21 13:44:14 +02:00
Florian Nücke
a21bb1ce3b Might fix #1805. 2016-05-14 14:02:10 +02:00
Florian Nücke
cdd59cff05 Initialize components in client tile entities when loading / receiving description packet. Should fix #1801. 2016-05-14 13:59:31 +02:00
Florian Nücke
ca5d95cff5 Only pass X and Y to RackMountable.onActivate, adjusted to the actual surface area of the mountable (in [0, 1] for both, on the 14x3 pixel surface). Closes #1794. 2016-05-14 13:23:11 +02:00
Florian Nücke
af07508587 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 2016-05-13 19:30:19 +02:00
Florian Nücke
6a40619696 Fix robots being able to drain from flowing liquid blocks... closes #1796.
Seriously? Did flowing liquids always magically convert from BlockDynamicLiquid into BlockStaticLiquid after a while? Meta checks? Ugh...
2016-05-13 19:27:59 +02:00
Florian Nücke
da1dbecae9 Should fix generator upgrade eating container items if they're not taken out in time. Closes #1779. 2016-05-13 18:39:07 +02:00
Florian "Sangar" Nücke
2949fdd276 Merge pull request #1787 from hsson/feature/additional-robot-name
Adds three more names to the list
2016-05-11 22:10:47 +02:00
Florian "Sangar" Nücke
d0f7fd7e3f Merge pull request #1786 from payonel/devfs-patch
devfs should be rw
2016-05-11 22:09:20 +02:00
Alexander Håkansson
26c4c0d33c Adds three more names to the list 2016-04-29 22:57:51 +02:00
payonel
2dd3efedc9 isReadOnly is in boot/, move return false to boot file 2016-04-28 16:43:57 -07:00
Florian Nücke
00bc7e2cee Added some missing methods to the devfs to avoid programs expecting them to be there breaking (such as df) and ordered them the same way as they are in the Scala filesystem component. 2016-04-27 23:47:46 +02:00