- 917befc memory, sandbox, devfs, signals, log, rc, terminal, oppm by payonel · 9 years ago
- 9dcc607 minor bug fix: disable fs.remove of devfs files by payonel · 9 years ago
- 2a5de68 some fixes learned from btm for term, grep, and devfs by payonel · 9 years ago
- f388340 Make packet builder use buffering. by Florian Nücke · 9 years ago
- 97b1313 math.pow compat in Lua 5.3 (#1992). by Florian Nücke · 9 years ago
- b503b94 Huh, still had this lying around. Can't remember what it was trying to fix, but it doesn't seem to make things more broken so eh. by Florian Nücke · 9 years ago
- 9546130 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- aa10334 Try to prevent nodes loading into an illegal state. by Florian Nücke · 9 years ago
- 49666de safer install on low memory by payonel · 9 years ago
- a4850a5 allow soft interrupts to stop cp by payonel · 9 years ago
- aa422bf fix /bin/touch by payonel · 9 years ago
- 367f268 reduce RAM costs by delaying part of /lib/buffer by payonel · 9 years ago
- 03947eb Avoid event handlers throwing up making inv controller not work. by Florian Nücke · 9 years ago
- f4c18cc small fixes for term, cp, df, mv, rm, and init by payonel · 9 years ago
- 66d7337 fix ^c for lua prompt by payonel · 9 years ago
- 05ded1a match real bash behavior and limit user defined io fds to 3-9 by payonel · 9 years ago
- 35d93e2 fix piping of redirected stdout by payonel · 9 years ago
- 5be3dc5 Merge pull request #1984 from payonel/soft-term-available by payonel · 9 years ago
- 5f8fd43 oops, i shouldn't assert if the terminal becomes unavailable by payonel · 9 years ago
- 74e88ee Fixes #1972. by Florian Nücke · 9 years ago
- 4c80160 Merge branch 'move-programs' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- ecbce30 improved terminal interruptions with smart shell support by payonel · 9 years ago
- 450924d Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 5c306ea Allow properly launching OC in a dev env again. (#1965) by Vexatos · 9 years ago
- 0fa7acc Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 7295b36 Fixed Navigation Upgrade recipe. (#1964) by Vexatos · 9 years ago
- e2331b6 improvements to guid, devfs, cat, cp, and system error clarity by payonel · 9 years ago
- 6837c7e Should fix duplicate UUID in TCP signals. by Florian Nücke · 9 years ago
- 2e12259 Should fix #1941. by Florian Nücke · 9 years ago
- 400d398 Should fix missing updates in high precision mode, closes #1947. by Florian Nücke · 9 years ago
- a29c048 Merge branch 'proper-mc-dependency' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 16e020a Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- de9ab09 Fix Typoes in application.conf (#1423) by tuckertwo · 9 years ago
- 7387a0a Added a hard Minecraft version dependency to avoid the coremod not loading on incorrect versions. by Vexatos · 9 years ago
- 2ee0c92 Merge branch 'gametype-fix' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 62c6b14 Merge branch 'too-many-screens' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 8e64739 Merge branch 'scrench-size' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 4fbbb21 Fix internet TCP events by Łukasz Magiera · 9 years ago
- d46eed8 make reliable screen and keyboard selection for boot and terminals closes #1933 by payonel · 9 years ago
- a92b20a Set the max stack size of the Scrench to 1. by Vexatos · 9 years ago
- 882b236 Fixed Debug Card's setGameType. by Vexatos · 9 years ago
- a9e670b Moved most floppy software from /bin to /usr/bin. Closes #1875. by Vexatos · 9 years ago
- 1fdd30a Ah, right. by Florian Nücke · 9 years ago
- 3e49ca4 Merge pull request #1931 from hws689/master-MC1.7.10 by Florian "Sangar" Nücke · 9 years ago
- a3c6c4c Making an exception. One. by Florian Nücke · 9 years ago
- 32ab472 Fix potential division by zero in loot disk cycling recipe. by Florian Nücke · 9 years ago
- 9d30864 pt_BR's Translation by hws689 · 9 years ago
- 650ee2c Merge branch 'openos-1.6-cleanup' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 7f55cea Merge branch 'install-and-shell' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- d3841d1 Another one of those "why the hell did it work in 1.7" cases... closes #1923. by Florian Nücke · 9 years ago
- 7ae2d74 Fixed MCUs passing out messages other than network messages, closes #1926. by Florian Nücke · 9 years ago
- 462b264 improve /mnt and PS1 conformity by payonel · 9 years ago
- 031f907 fixes for install, cp, ln, and shell parsing by payonel · 9 years ago
- 1279537 Added custom intersect check for racks to take into account the mountables being inset by one. by Florian Nücke · 9 years ago
- 9a3fd0f Explicit null checks to avoid it trickling down into code where it's harder to tell. by Florian Nücke · 9 years ago
- 422592d Send internet events when ready to read. by Łukasz Magiera · 9 years ago
- a9f2c6d Readonly logger. by Florian Nücke · 9 years ago
- ecda757 fixes for buffer, install, ls, package, profile, rc, sh by payonel · 9 years ago
- c9e6ddc Merge branch 'install-nil-check' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 0dfba9b Merge pull request #1880 from payonel/plan9k-prop by Florian "Sangar" Nücke · 9 years ago
- 76be38a plan9k .prop to guide openos install by payonel · 9 years ago
- 203649a install fix and cleanup, cp quality, network loot .prop by payonel · 9 years ago
- 2cdc2b0 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 698f71d Shuffled some of the old loot disks file structure to work well with new install. Removed (most) .autoruns on old loot disks. by Florian Nücke · 9 years ago
- 16dde2f optimizations for install and cp and filesystem links fixes by payonel · 9 years ago
- 68c0fa2 Merge pull request #1855 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
- 80e25f7 1.6 rc version 2 by payonel · 9 years ago
- 3e86a32 openos 1.6 release candidate by payonel · 9 years ago
- cf43ca1 Added `computer.getProgramLocations` and IMC message to populate the returned table. by Florian Nücke · 9 years ago
- 694a630 Added saveConfiguration to manual by cyber01 · 9 years ago
- 2874f47 Added IMC message to notify OC of a 3rd party power system. Closes #1784. by Florian Nücke · 9 years ago
- 3724914 Merge pull request #1836 from LizzyTrickster/patch-5 by Florian "Sangar" Nücke · 9 years ago
- d931f19 Added saveConfiguration to manual. by Florian Nücke · 9 years ago
- 8da1568 Fixed CPU and memory not being neighbor only visible. by Florian Nücke · 9 years ago
- 735ed6b For example indeed... by Florian Nücke · 9 years ago
- 4626e1c Moved attribute and class constants into API. by Florian Nücke · 9 years ago
- 9fb8ad5 Avoid herpderps. by Florian Nücke · 9 years ago
- 8531c22 Added DeviceInfo API, allows environments to provide basic information even when they do not expose a component. Made available via `computer.getDeviceInfo()`. by Florian Nücke · 9 years ago
- aa546df I think this should work. Closes #1839. by Florian Nücke · 9 years ago
- 9acb5eb Should fix tablet disassembly ignoring upgrade container, closes #1838. by Florian Nücke · 9 years ago
- 533e744 link update by Lizzy · 9 years ago
- ce77d77 tab complete fix where whitespace after redirection would not be trimmed by payonel · 9 years ago
- 7ab3721 Well that certainly was a fascinating derp to track down. by Florian Nücke · 9 years ago
- 5964911 Allow disabling loot disk cycling via config as per special request :P by Florian Nücke · 9 years ago
- 4737520 Recipe sorting. by Florian Nücke · 9 years ago
- 896bfa2 Cleanup. by Florian Nücke · 9 years ago
- b50d387 Moved all the things! Renamed all the things! Broke all the things! by Florian Nücke · 9 years ago
- 6e271c7 Update player last active time to avoid AFK kicks while working in screens e.g. Closes #1811. by Florian Nücke · 9 years ago
- c819466 simplify term hint text indexing and fix lua prompt hint handler by payonel · 9 years ago
- 9e21c3d Fix setResolution return false even when the resolution changed, closes #1809. by Florian Nücke · 9 years ago
- a21bb1c Might fix #1805. by Florian Nücke · 9 years ago
- cdd59cf Initialize components in client tile entities when loading / receiving description packet. Should fix #1801. by Florian Nücke · 9 years ago
- ca5d95c 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. by Florian Nücke · 9 years ago
- af07508 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
- 6a40619 Fix robots being able to drain from flowing liquid blocks... closes #1796. by Florian Nücke · 9 years ago
- da1dbec Should fix generator upgrade eating container items if they're not taken out in time. Closes #1779. by Florian Nücke · 9 years ago
- 2949fdd Merge pull request #1787 from hsson/feature/additional-robot-name by Florian "Sangar" Nücke · 9 years ago
- d0f7fd7 Merge pull request #1786 from payonel/devfs-patch by Florian "Sangar" Nücke · 9 years ago
- 26c4c0d Adds three more names to the list by Alexander Håkansson · 9 years ago
- 2dd3efe isReadOnly is in boot/, move return false to boot file by payonel · 9 years ago