- d77bc3d Added -u flag to cp.lua, added -u flag to install.lua. Closes #1092. by Florian Nücke · 10 years ago
- a421491 Some print->io.write. by Florian Nücke · 10 years ago
- cf89399 Fixed derp in previous commit >_> by Florian Nücke · 10 years ago
- 76b015c Fixed redstone input computation. by Florian Nücke · 10 years ago
- 1e642a0 Added fallback beeping when failing to generate tones, using MC note sound. Closes #1023. by Florian Nücke · 10 years ago
- 7d69f99 Added handling for OOM errors when allocating hologram rendering data. Closes #1105. by Florian Nücke · 10 years ago
- d5f1280 Added `beep(short, short)` and `beep(String)` to the Machine interface. Closes #1112. by Florian Nücke · 10 years ago
- 495f341 Make safe subset of `debug.getinfo` available in sandbox. Closes #1110. by Florian Nücke · 10 years ago
- 2b0da71 Merge branch 'master-MC1.7.10' of https://github.com/Kubuxu/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 4c40515 Make dmesg use new event capabilities. by Kubuxu · 10 years ago
- f78d5a4 Fixed potential log spam in disassembler. Closes #1107. by Florian Nücke · 10 years ago
- 4a036f8 Implement event.pullMultiple and event.pullFiltered by Kubuxu · 10 years ago
- 8b149e1 Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- cb704da Basic integration for IGWMod, providing manual pages for blocks and items. by Florian Nücke · 10 years ago
- 15cc9a7 Caching redstone devices for bluepower. by Florian Nücke · 10 years ago
- 2886fdc Reworked redstone logic to make it more modular. by Florian Nücke · 10 years ago
- 4956271 Added support for BluePower's bundled redstone system. Closes #1103. by Florian Nücke · 10 years ago
- a30f2d1 Corrected mistakes by cyber01 · 10 years ago
- 6c85fd8 Added waypoint. Corrected mistakes by cyber01 · 10 years ago
- e547c87 Closing waypoint GUI when confirming new label. by Florian Nücke · 10 years ago
- 0e995fa Mentioning waypoint in nav upgrade's manual entry. by Florian Nücke · 10 years ago
- 5672cf8 Added waypoint block, can be queried using navigation upgrades. by Florian Nücke · 10 years ago
- 226fa52 Blacklisting hover upgrade in non-robot devices. by Florian Nücke · 10 years ago
- e6fca46 Merge branch 'patch-1' of https://github.com/Mstrodl/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 01f63f7 Added hover upgrade to allow increasing robot flight height (tier two allows unlimited flight height, like it was in the olden days). by Florian Nücke · 10 years ago
- da7a5c6 Fixed charger if power use is disabled. by Florian Nücke · 10 years ago
- 69ee826 Spawning OpenOS floppy in creative tablets in its container upgrade now. by Florian Nücke · 10 years ago
- 62e5437 Made charger more generic to allow charging addon items. Also allow charging battery upgrades in the charger now. by Florian Nücke · 10 years ago
- 043548e Removed broken workaround for not progressing robot hover animation when game is paused. Closes #1101. by Florian Nücke · 10 years ago
- d52ed57 Add mount point name to mount point class. by Florian Nücke · 10 years ago
- fef2784 Seems like implementing a SideOnly interface makes the whole class SideOnly, instead of just stripping the interface... oh well. Closes #1098. by Florian Nücke · 10 years ago
- 1528a6e Scratch that and let's do it again. Might silence the voices in my head (aka @Vexatos). by Florian Nücke · 10 years ago
- fda54f2 All right then, have a few methods to allow influencing which mount point to render your upgrades in. by Florian Nücke · 10 years ago
- 9ac38ad Changed the way upgrades on robots are rendered, now using an interface on items instead of item renderer. Closes #1038. by Florian Nücke · 10 years ago
- 2023978 Extended file system API to allow specifying a speed multiplier for file systems. by Florian Nücke · 10 years ago
- fa36908 Allow using glowstone block to increase prints light level faster. by Florian Nücke · 10 years ago
- 7207606 Merge remote-tracking branch 'remotes/origin/updated_recipes' into master-MC1.7.10 by Florian Nücke · 10 years ago
- 57714da Fixed ls -l in pure io mode. by Florian Nücke · 10 years ago
- 76172d0 Made env variables local (i.e. os.getenv/setenv will operate per process now), to avoid programs running in parallel (via piping) to interfere. by Florian Nücke · 10 years ago
- 6377a58 sh.lua absorbed besh.lua's piping mechanics. RIP besh. by Florian Nücke · 10 years ago
- 0b000b7 Merge pull request #1095 from mpmxyz/patch-2 by Florian "Sangar" Nücke · 10 years ago
- 886ebaa Fixed rebooting computers via Java API not working (i.e. calling stop() and start() in succession). by Florian Nücke · 10 years ago
- ce552ff Should avoid unexpected error if trying to `tostring` a method that's now filtered out. by Florian Nücke · 10 years ago
- 8a31eba Removed use of a few remaining reflection thingers, since we have an `oc_at.cfg` now anyway. by Florian Nücke · 10 years ago
- 690d664 Fix: standard io streams being closable by mpmxyz · 10 years ago
- a8389f7 Documented GT recipe handlers in recipe set. by Florian Nücke · 10 years ago
- 64dce8c Fixed use of setRawDelay config option by natedogith1 · 10 years ago
- 7a24883 made additional outputs a sequence to allow additional machines by Johannes Lohrer · 10 years ago
- 05e4c07 Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 40bf4a3 Improved handling of tracking of changes to holograms to reduce bandwidth in certain cases some more. by Florian Nücke · 10 years ago
- 346daf9 Fix #1086 in russian manual by cyber01 · 10 years ago
- 2cf6728 Fixed a few issues with drones moving through portals. by Florian Nücke · 10 years ago
- 78ddda0 Homogenized indentation in config. by Florian Nücke · 10 years ago
- 30d722e Limit speed of `hologram.setRaw` a bit, to lower worst-case bandwidth use, but made it configurable. by Florian Nücke · 10 years ago
- 7fc4d67 Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- dd975cc Merge branch 'patch-1' of https://github.com/CaitlynMainer/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 662ef47 Fixed a few links in manual, closes #1086. Thanks @rashdanml. by Florian Nücke · 10 years ago
- 1dc12b5 fixed typo for Ink Cartridge by Caitlyn · 10 years ago
- 3fc9e96 Updated russian translation by cyber01 · 10 years ago
- 72a4a0e Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into updated_recipes by Johannes Lohrer · 10 years ago
- c81efe9 moved recipes into own class for vanilla added gregtech recipe options by Johannes Lohrer · 10 years ago
- be071be Made recipe set extraction a bit more generic, added the peaceful set. by Florian Nücke · 10 years ago
- 8e024c3 Merge branch 'master-MC1.7.10' of https://github.com/dgelessus/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 02dd439 Allow redrawing holograms a tad faster, closes #1064. by Florian Nücke · 10 years ago
- 0a14e05 Add peaceful-friendly recipe file by dgelessus · 10 years ago
- 87d25ab Fixed absolute paths in manual. by Florian Nücke · 10 years ago
- 060f3bb Fixed OpenOS being listed twice in creative tab/NEI. by Florian Nücke · 10 years ago
- 1bda68f Merge branch 'patch-23' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- e4dc955 Emitting particle effects from robots when they try to move but fail, as a visual indicator. by Florian Nücke · 10 years ago
- d03e78b Made time limit enforcement in __gc wrapper more memory friendly, closes #1079. by Florian Nücke · 10 years ago
- c62feb7 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- e1bad97 Centralized logic that prints last computer crash reason when analyzed. by Florian Nücke · 10 years ago
- 170cb4a Merge pull request #1078 from cyber01/RU_doc by Florian "Sangar" Nücke · 10 years ago
- a619c0d Added russian translation for manual by cyber01 · 10 years ago
- c42334b Fixed previous commit breaking computers after stopping once. by Florian Nücke · 10 years ago
- 15f5609 Should fix potential leakage of drones. Cleaned up robot name list a bit. by Florian Nücke · 10 years ago
- effe8eb Merge branch 'patch-1' of https://github.com/shadowkat10/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 2b2c8ce Merge branch 'patch-1' of https://github.com/KamranMackey/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- f79faa9 Update robot.names by shadowkat10 · 10 years ago
- 55b5ea8 Added Baymax as a robot name. by Kamran Mackey · 10 years ago
- e294ec4 Actually tried fixing OPPM auto-installer by Vexatos · 10 years ago
- 8eaeb46 Update oppm.lua by Vexatos · 10 years ago
- b6d6c5c Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 8b81e44 Should fix potential NPE in worker thread when arch is re-evaluated, closes #1070. by Florian Nücke · 10 years ago
- 1a66fbf OPPM is apparently craftable now. by Vexatos · 10 years ago
- 85a07e4 Header levels. by Florian Nücke · 10 years ago
- 531e584 Fixed chamelium blocks being registered breaking mipmaps. Closes #1061. by Florian Nücke · 10 years ago
- d334dd1 Merge pull request #1062 from rashdanml/master-MC1.7.10 by Florian "Sangar" Nücke · 10 years ago
- cefe7f4 Made speed of gpu.setPaletteColor depend on GPU tier and made it a lot faster. by Florian Nücke · 10 years ago
- b725cb9 Major/minor changes, made sure everything was linked, reworded some stuffs. by Rashdan · 10 years ago
- 518e000 Remove duplicate entries in Lua interpreter tab completion. by Florian Nücke · 10 years ago
- e54536d Not ignoring index in Lua interpreter tab completion anymore. by Florian Nücke · 10 years ago
- 5349645 Fix potential crash when trying to render a char that could not be generated. by Florian Nücke · 10 years ago
- 58b50ad Polished up documentation some more. by Florian Nücke · 10 years ago
- 85a45e8 Disabled printed block opacity by default, added setting to enable. Rendering too derpy with MC's lighting engine for this for my taste. by Florian Nücke · 10 years ago
- 0e883fb Added functionality to allow defining recipes for (built-in) loot disks. by Florian Nücke · 10 years ago
- 3fe3f81 Make prints set to emit redstone but not having a second state emit redstone always. by Florian Nücke · 10 years ago
- c0ff965 Fixed regression in redstone handling of print with only one state. by Florian Nücke · 10 years ago
- 10a640d Give a free manual to players once. by Florian Nücke · 10 years ago
- 9fb1406 Also registering manual as `craftingBook` in oredict. by Florian Nücke · 10 years ago