1. 989f39b Merge pull request #2261 from payonel/1.6.1-update by payonel · 8 years ago
  2. dbd2f30 term safe slow write, fix pastebin get, low mem loadfile fix by payonel · 8 years ago
  3. 81c34e0 Fire item toss event when agents try to drop items into the world. by Florian Nücke · 8 years ago
  4. 7069056 Waila's back to calling server methods on the client apparently \o/ by Florian Nücke · 8 years ago
  5. 5105266 Merge branch 'mfu' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  6. a84b557 Renderer to indicate block held MFU is bound to (and the face). by Florian Nücke · 8 years ago
  7. 3307450 Tooltip for MFU. by Florian Nücke · 8 years ago
  8. 645ca3e Added manual entry for MFU. by Vexatos · 8 years ago
  9. 32c383e Item icons for MFU. by Florian Nücke · 8 years ago
  10. 0c64dd3 Added device info to MFU. by Vexatos · 8 years ago
  11. 0286b76 Merge branch 'mfu' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  12. 9fd7adc Added device info to MFU. by Vexatos · 8 years ago
  13. 709bfb7 So I'm told we're at 1.6.2 already. Waddaya know. by Florian Nücke · 8 years ago
  14. a9615de Merge branch 'mfu' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  15. 4c3b7d0 Added device info to MFU. by Vexatos · 8 years ago
  16. f00b828 Merge branch 'master-MC1.7.10' into mfu by Vexatos · 8 years ago
  17. 5209f57 Merge branch 'debug-messages' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  18. a5e718b Allow debug cards to send messages to one another and text to a player's clipboard. Also added a command for sending messages to a debug card. by Vexatos · 8 years ago
  19. c86ce4d 1.6.1 update: memory, performance, devfs, relative links by payonel · 8 years ago
  20. 9332bc7 Properly send the cycling disk list to the client. by Vexatos · 8 years ago
  21. 02add30 Merge pull request #2209 from Vexatos/addon-disk-cycling by Vexatos · 8 years ago
  22. ce304ea Allow nil to be passed to optional type-specific arguments, making them return their default value. by Vexatos · 8 years ago
  23. 5c76be7 Just making sure on the paths on OPPM installation. by Vexatos · 8 years ago
  24. 790f597 Merge remote-tracking branch 'origin/master-MC1.7.10' into master-MC1.7.10 by Vexatos · 8 years ago
  25. fa3fff4 Update OPPM floppy to use new install features. Also updated OPPM. by Vexatos · 8 years ago
  26. dcdf834 Merge pull request #2210 from magik6k/master-MC1.7.10 by Vexatos · 8 years ago
  27. 742c8ee Fixed plan9k by Łukasz Magiera · 8 years ago
  28. 337ecbb Update Plan9k by Łukasz Magiera · 8 years ago
  29. 42519e8 Allow addons to register their floppies for loot disk cycling. by Vexatos · 8 years ago
  30. 16fc8a9 May fix #2192. by Vexatos · 8 years ago
  31. 94efa8d Don't close all sides for adapters placed before the last update. I hope you didn't update if you used adapters to control anything... sensitive. You didn't, right? Right?! by Florian Nücke · 8 years ago
  32. 008f55f Version bump. by Florian Nücke · 8 years ago
  33. 9441679 Merge pull request #2113 from MoonlightOwl/patch-1 by Florian "Sangar" Nücke · 8 years ago
  34. 3548062 Merge branch 'multi-environment-providers' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  35. 0013233 Added overlay for adapter to indicate open sides. Using same graphic for all adapter sides. Fixed match error when side is closed, homogenized removal logic. by Florian Nücke · 8 years ago
  36. 15f7524 Merge branch 'adapter-sides' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  37. cca50d7 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  38. 0148ccf Make Machine.signal less picky about the types of maps it accepts. by Florian Nücke · 8 years ago
  39. ffc6561 Merge pull request #2180 from Vexatos/fuzzy-compare by Florian "Sangar" Nücke · 8 years ago
  40. 648a289 Merge pull request #2183 from gamax92/fix-time-formatter by payonel · 8 years ago
  41. 16d2723 Fix broken c and e time formatting flags by gamax92 · 8 years ago
  42. f831526 Fix os.time and os.date affected by host timezone by gamax92 · 8 years ago
  43. a131029 Merge pull request #2181 from Vexatos/fix-item-inventory-control by Florian "Sangar" Nücke · 8 years ago
  44. 75356d1 Fixed methods ItemInventoryControl not doing what they are supposed to do. by Vexatos · 8 years ago
  45. db0a67e Added metadata-ignoring fuzzy option to robot.compare. by Vexatos · 8 years ago
  46. 6e1270e Merge pull request #2174 from Vexatos/no-crash-in-NBT by Florian "Sangar" Nücke · 8 years ago
  47. 4b70a02 Allow multiple environment providers to return environments for the same ItemStack. by Vexatos · 8 years ago
  48. f48dfee Fix #2173. by Vexatos · 8 years ago
  49. 21be185 Merge pull request #2149 from gamax92/fix-luaj-kernel-name by payonel · 8 years ago
  50. 60512f7 Fix kernel naming in LuaJ by gamax92 · 8 years ago
  51. 6b662a4 Merge pull request #2139 from Vexatos/redlogic-fix by payonel · 8 years ago
  52. f2bbc4b Merge pull request #2131 from gamax92/uuid-verify by payonel · 8 years ago
  53. baff8dc Fixed RedLogic redstone input reading. by Vexatos · 8 years ago
  54. d0f4a67 Validate NBT address of FileSystems by gamax92 · 8 years ago
  55. 1d5c699 Merge pull request #2118 from payonel/openloader-installer by payonel · 8 years ago
  56. c80943c make openloader installer compatable with openos install tool by payonel · 8 years ago
  57. dd10cd7 Merge pull request #2109 from payonel/cleanup-program-locations by payonel · 8 years ago
  58. 83129f2 check args by payonel · 8 years ago
  59. e5d2b00 simple error reporting and message to craft install disk if user tries to use program known to computer.getProgramLocations() by payonel · 8 years ago
  60. c875381 wget and pastebin are now core to openos install by payonel · 8 years ago
  61. 0d9c938 Merge pull request #2108 from payonel/io-readnum-no-asterisk by payonel · 8 years ago
  62. 62e837c Update ru_RU.lang by Zhidenkov Dmitry · 8 years ago
  63. 280bebb grammar corrections by payonel · 8 years ago
  64. e5c18fe lua 5.3 allows no * prefix in io.read by payonel · 8 years ago
  65. 06e7149 greatly simplify readnum by leveraging tonumber by payonel · 8 years ago
  66. 4dccd26 Don't consume XP items when upgrade is at max level. Closes #2035. by Florian Nücke · 8 years ago
  67. feb886b Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  68. 8309e52 Merge branch 'master-MC1.7.10' of https://github.com/makkarpov/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  69. e36d8ec Merge pull request #1994 from makkarpov/sign-upgrades by Florian "Sangar" Nücke · 8 years ago
  70. ee620ae Merge pull request #2010 from Fingercomp/bit32-rotate-fix by Florian "Sangar" Nücke · 8 years ago
  71. fc56f31 Merge pull request #2060 from joserobjr/patch-1 by Florian "Sangar" Nücke · 8 years ago
  72. e1ad0f6 Avoid NPE that I don't know how it comes to be. Closes #2024. by Florian Nücke · 8 years ago
  73. c2a79a1 Power mountables without requiring them to be connected to the outside. Closes #2020. by Florian Nücke · 8 years ago
  74. 7d6da94 Fix NPE when other mods request tooltips before font renderer is available. Closes #2016. by Florian Nücke · 8 years ago
  75. f702949 Allow draining dynamic liquid blocks if they're "full" and work around the fluid registry not knowing dynamic liquid blocks... fixes ##2015. Should also fix #2023. by Florian Nücke · 8 years ago
  76. 884842b Hmm, I wonder why that was there. Oh well. Fixes #2001. by Florian Nücke · 8 years ago
  77. 7ea2060 Check if the world is remote before killing the drone by joserobjr · 8 years ago
  78. 917befc memory, sandbox, devfs, signals, log, rc, terminal, oppm by payonel · 8 years ago
  79. 9dcc607 minor bug fix: disable fs.remove of devfs files by payonel · 8 years ago
  80. b95cf7c fix bit32.lrotate and bit32.rrotate by Fingercomp · 8 years ago
  81. e21992c Added SignChangeEvent to sign upgrade by Maxim Karpov · 8 years ago
  82. 537b8c2 Added whitelisting of debug card owners. by Maxim Karpov · 8 years ago
  83. 2a5de68 some fixes learned from btm for term, grep, and devfs by payonel · 8 years ago
  84. f388340 Make packet builder use buffering. by Florian Nücke · 8 years ago
  85. 97b1313 math.pow compat in Lua 5.3 (#1992). by Florian Nücke · 8 years ago
  86. 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 · 8 years ago
  87. 9546130 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  88. aa10334 Try to prevent nodes loading into an illegal state. by Florian Nücke · 8 years ago
  89. 49666de safer install on low memory by payonel · 8 years ago
  90. a4850a5 allow soft interrupts to stop cp by payonel · 8 years ago
  91. aa422bf fix /bin/touch by payonel · 8 years ago
  92. 367f268 reduce RAM costs by delaying part of /lib/buffer by payonel · 8 years ago
  93. 03947eb Avoid event handlers throwing up making inv controller not work. by Florian Nücke · 8 years ago
  94. f4c18cc small fixes for term, cp, df, mv, rm, and init by payonel · 8 years ago
  95. 66d7337 fix ^c for lua prompt by payonel · 8 years ago
  96. 05ded1a match real bash behavior and limit user defined io fds to 3-9 by payonel · 8 years ago
  97. 35d93e2 fix piping of redirected stdout by payonel · 8 years ago
  98. 5be3dc5 Merge pull request #1984 from payonel/soft-term-available by payonel · 8 years ago
  99. 5f8fd43 oops, i shouldn't assert if the terminal becomes unavailable by payonel · 8 years ago
  100. 74e88ee Fixes #1972. by Florian Nücke · 8 years ago