1. efcd32d make cd.lua nearly POSIX compliant by payonel · 9 years ago
  2. 56755e8 Should fix potential performance issues in container GUIs in combination with NEI. by Florian Nücke · 9 years ago
  3. ed4c1dd fix tab complete bug when using ./ as path by payonel · 9 years ago
  4. 16e4808 Allow robots to move if max flight height is world height, closes #1454. by Florian Nücke · 9 years ago
  5. 29793e7 Fixes #1453. by Florian Nücke · 9 years ago
  6. 72ae2ca Derp. by Florian Nücke · 9 years ago
  7. e0f4a0c Disable chance of stuff breaking when disassembling creatively, closes #1447. by Florian Nücke · 9 years ago
  8. bff25a3 Include particle name in hint, closes #1450. by Florian Nücke · 9 years ago
  9. e6922f8 Increase the likelihood of some behaviors not being available at all in a configuration. by Florian Nücke · 9 years ago
  10. 2b970bc Added command to generate debug nanomachine configuration (/oc_debugNanomachines or /oc_dn). by Florian Nücke · 9 years ago
  11. f3f7fb5 Only enable EnderIO integration for 2.2; will update to 2.3 when it's out of beta. by Florian Nücke · 9 years ago
  12. f440245 Fix potential stackoverflow in charger, closes #1451. by Florian Nücke · 9 years ago
  13. d66fb2a Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  14. a5f4262 Fixes #1449. by Florian Nücke · 9 years ago
  15. 07fd47e Merge pull request #1446 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  16. 979dea5 Fix #1445 in RU translation by cyber01 · 9 years ago
  17. e9ad0f2 Should fix issues rendering some items when equipped by robots, closing #1429. by Florian Nücke · 9 years ago
  18. b5b7a44 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  19. 30f8e17 Fixes #1445. by Florian Nücke · 9 years ago
  20. 62cbce1 Merge pull request #1441 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  21. 5237233 Merge pull request #1439 from xPucTu4/patch-1 by Florian "Sangar" Nücke · 9 years ago
  22. 09f718d Merge pull request #1443 from LizzyTrickster/patch-4 by Florian "Sangar" Nücke · 9 years ago
  23. 5375d92 name change and added chappie by Lizzy · 9 years ago
  24. 103d520 Some tweaks to the nanomachines in RU translation by cyber01 · 9 years ago
  25. 7bd6ff7 Update robot.names by Hristo Bogdanov · 9 years ago
  26. 6a6adfd Copy-pasta, my old friend, we meet again. by Florian Nücke · 9 years ago
  27. 772e98b Replace all uses of `getCurrentEquippedItem` with `getHeldItem`. Technically the same, but more generic. by Florian Nücke · 9 years ago
  28. 2aa4093 Added direct support for a few more wrenches (instead of indirectly via them also implementing other, "mainstream" wrench interfaces). by Florian Nücke · 9 years ago
  29. 531d6a5 Added isWrench checks to existing wrench integration. by Florian Nücke · 9 years ago
  30. 29af7e8 Extended wrench system to allow simple "isWrench" checks without context / checking for usability. by Florian Nücke · 9 years ago
  31. a6e6e29 Added some checks for fake players to avoid trying to send network messages to them (#1430). by Florian Nücke · 9 years ago
  32. 3ca9731 Require scrench to break drones, sneak-right-click powers them on now; also allow them being powered on this way by robots/other drones, closes #1430. by Florian Nücke · 9 years ago
  33. d4e257a Only try charging players with nanomachines. by Florian Nücke · 9 years ago
  34. 7760077 Made sink slot optional when specifying source slot in `transposer.transferItem` (#1425). by Florian Nücke · 9 years ago
  35. 36002da Make transposer usable as upgrade in microcontrollers. Closes #1425. by Florian Nücke · 9 years ago
  36. a4b11f5 Pulled core transposer logic out into trait. by Florian Nücke · 9 years ago
  37. 75a3fee Closes #1438. by Florian Nücke · 9 years ago
  38. b78017c Some tweaks to the nanomachines. by Florian Nücke · 9 years ago
  39. 783aa6c Merge pull request #1436 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  40. fa96020 Merge pull request #1437 from Vexatos/patch-27 by Florian "Sangar" Nücke · 9 years ago
  41. 50b56e1 Made OC not crash on startup by Vexatos · 9 years ago
  42. 696260f Added death messages to RU translation by cyber01 · 9 years ago
  43. 1e7bc65 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  44. 13db6cc And this why you `???`, kids! by Florian Nücke · 9 years ago
  45. ac71c87 Merge pull request #1435 from Vexatos/patch-26 by Florian "Sangar" Nücke · 9 years ago
  46. 733f37a Update en_US.lang by Vexatos · 9 years ago
  47. aef4165 Added a reason parameter to onDisable. by Florian Nücke · 9 years ago
  48. 155bf07 FUCK YOU MINECRAFT. Because *obviously* Potion.isBadEffect is client side only FOR NO FUCKING REASON. [/rant] So yeah, whitelist only it is. by Florian Nücke · 9 years ago
  49. 6d46cfa Added potion whitelist. All bad effects are allowed by default and have to be blacklisted; all good ones have to be whitelisted. by Florian Nücke · 9 years ago
  50. 10dd699 Moved simple base classes for behavior and provider to api.prefab. by Florian Nücke · 9 years ago
  51. e0d223d `onDisable` should now properly be called when running out of power, and when player disconnects. by Florian Nücke · 9 years ago
  52. fc8e14f Corrected use of max safe input config option. by Florian Nücke · 9 years ago
  53. 9a07f85 Merge pull request #1434 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  54. a8c145e Increase "duration" to keep potion effects at to make stuff work that needs time to activate (such as nausea and nightvision), make it instantly stop on disabling instead. by Florian Nücke · 9 years ago
  55. 615c496 Added NanoMachines to RU translation by cyber01 · 9 years ago
  56. fab26fb Fix typo in JavaDoc and newly introduced crash bug (few commits back). by Florian Nücke · 9 years ago
  57. 9e4a22b Merge branch 'sh-patch' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  58. 9eebcce Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  59. 8f3a0a5 Energy based, configurable (and potentially deadly) buff system: nanomachines! by Florian Nücke · 9 years ago
  60. 23ac58c Merge pull request #1431 from makkarpov/patch-1 by Florian "Sangar" Nücke · 9 years ago
  61. 0853095 Correct links in readme.md by Maxim Karpov · 9 years ago
  62. da2c5ed Fix and improve the tab complete in sh by payonel · 9 years ago
  63. 217650e Merge pull request #1426 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  64. b4a6328 Added transposer to manual index in RU by cyber01 · 9 years ago
  65. f3e1aef Merge pull request #1424 from Vexatos/patch-25 by Florian "Sangar" Nücke · 9 years ago
  66. d63c1cf Added transposer to manual index. by Vexatos · 9 years ago
  67. 2162f31 Merge pull request #1407 from chaoskagami/nek-fix-2 by Florian "Sangar" Nücke · 9 years ago
  68. 4e4e5d3 Creative tablets won't run out of energy anymore... by Florian Nücke · 9 years ago
  69. db9b373 Fixed server racks and MCUs actually having a node on the front face that just was never used internally. by Florian Nücke · 9 years ago
  70. 71cc2b8 Create environments for components in container slots on clients side, too... let's hope things don't blow up \o/ by Florian Nücke · 9 years ago
  71. f88af1f Oops. by Florian Nücke · 9 years ago
  72. 13b89b6 Added capability to arbitrarily rotate tier 2 holograms and set a rotation speed to auto-rotate them. Closes #1401. by Florian Nücke · 9 years ago
  73. 2791308 Fixed the bloody time formatting once and for all. Probably. Closes #1413. by Florian Nücke · 9 years ago
  74. 29d7746 Little more cleanup and homogenizing. by Florian Nücke · 9 years ago
  75. af49402 Likely proper implementation of IInventory.getStackInSlotOnClosing. by Florian Nücke · 9 years ago
  76. 27130ef Update to the proper final repo for NeK. Or so I hope, at least. by chaoskagami · 9 years ago
  77. f8b9436 Version bump by Florian Nücke · 9 years ago
  78. dacc219 Fixed potential dupe bug when having robots use ExU drums. by Florian Nücke · 9 years ago
  79. d92f3ca Merge branch 'nek-fix' of https://github.com/chaoskagami/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  80. d90325e Bump version. by Florian Nücke · 9 years ago
  81. a0ce592 Fixed crash when trying to change APU architecture. Closes #1404. by Florian Nücke · 9 years ago
  82. 38f3094 Fix for NeK maven being removed by chaoskagami · 9 years ago
  83. 81c2b7d Avoid hover boots taking actual damage, subtract energy instead. Closes #1400. by Florian Nücke · 9 years ago
  84. 0bc3546 Merge branch 'master' of https://github.com/magik6k/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  85. 3656ed9 Fixed stderr not being passed in os.spawn in Plan9k by Łukasz Magiera · 9 years ago
  86. 7042f7f Merge branch 'master' of https://github.com/magik6k/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  87. 06705e3 Update plan9k by Łukasz Magiera · 9 years ago
  88. e23378b Added setting to change delay enforced when changing redstone output. by Florian Nücke · 9 years ago
  89. ee3d269 Merge pull request #1393 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  90. 931a04c Taking into account ISidedInventory.getAccessibleSlotsFromSide in InventoryUtils, because some inventories are... special. by Florian Nücke · 9 years ago
  91. 83ce705 Finished migrating crop stuff to Geolyzer/converter logic (mostly because I cba to make new graphics >_>). by Florian Nücke · 9 years ago
  92. a6988ed Added Transposer by cyber01 · 9 years ago
  93. f41fe49 Merge branch 'farming_upgrade' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  94. 84d912c Added term.reset(). Closes #1377. by Florian Nücke · 9 years ago
  95. 0387264 Updated PSD with transposer textures. by Florian Nücke · 9 years ago
  96. f11faee Slight change to returned values from transposer.transferFluid (unified with erroneous case). by Florian Nücke · 9 years ago
  97. 01c92de Ignoring calls to change wireless frequency / value if nothing changes, avoid resetting state. Closes #1363. by Florian Nücke · 9 years ago
  98. 362b623 Added option to enable 'fuzzy' wake on LAN (ignoring additional arguments instead of requiring an exact match). Closes #1368. by Florian Nücke · 9 years ago
  99. fb816b9 Added transposer block for moving items and fluids between adjacent blocks. Closes #1244. by Florian Nücke · 9 years ago
  100. 9ab9861 Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago