1. eb8bd31 Improved rotation of computer spawning command. by Vexatos · 9 years ago
  2. 876279a Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  3. 88f3412 Backport switch achievement fix. by Florian Nücke · 9 years ago
  4. fcf1c09 Typo in WirelessNetworkCard.setStrength? by sashok724 · 9 years ago
  5. 2cba7bc Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  6. 91e8b46 Merge branch 'about-time' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  7. cbf6764 give /bin/time much better output using uptime, big thanks to gamax92 by payonel · 9 years ago
  8. 53d97fd make coroutine wrap create tracked coroutines, needed for process data by payonel · 9 years ago
  9. cfa5130 Updates for 1.6 by cyber01 · 9 years ago
  10. 8087d65 Hardened unbuffered filesystems. Closes #1707. by Florian Nücke · 9 years ago
  11. 0c0880d Properly erroring on ".." as path to FS methods. Closes #1708. by Florian Nücke · 9 years ago
  12. 9bb3fae Update zh_CN.lang by Urey.X · 9 years ago
  13. 93db1e1 Updated LuaJ and passing along raw bytes from LuaJ strings for checkByteArray, leaving utf8 decoding to checkString. by Florian Nücke · 9 years ago
  14. 399e0f4 This is now a one-way street. by Florian Nücke · 9 years ago
  15. 7c8b886 Sided! by Florian Nücke · 9 years ago
  16. be17da8 Merge branch 'master-MC1.7.10' of https://github.com/gdude2002/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  17. c102f35 Remove setEnabled as a block update will override it by Gareth Coles · 9 years ago
  18. e984654 Colors remember their color when in item form now. This also means that dye is consumed when dyeing cables. They can also be recolored while in item form by crafting them with a dye. Closes #1529. by Florian Nücke · 9 years ago
  19. 504d139 Add integration with the IC2 redstone port by Gareth Coles · 9 years ago
  20. 9099729 Wording. by Florian Nücke · 9 years ago
  21. fb7aa12 Added setting to allow disabling nanomachine particle effects client side for people running MC on a toaster. Closes #1550. by Florian Nücke · 9 years ago
  22. 72d8a13 Reworked some recipes in an attempt to reduce tedium by adjusting costs and introducing more multi-output (e.g. getting multiple raw circuit boards from one crafting operation). by Florian Nücke · 9 years ago
  23. 8a5cdad Update manual for 1.6 changes, closes #1694. by Florian Nücke · 9 years ago
  24. f2d0ad4 Blacklist fake endstone from manual. by Florian Nücke · 9 years ago
  25. 5deb808 Added support for RotaryCraft power, closes #1695. by Florian Nücke · 9 years ago
  26. e5439df Hide access point and switch in NEI b/c they're deprecated. by Florian Nücke · 9 years ago
  27. d5468bf Switch *ALL THE THINGS* to SidedBlock .-. Closes #1674. Also added new prefabs and deprecated Block using ones, closes #1691. by Florian Nücke · 9 years ago
  28. 755a77d Made cowfs in p9k not depend on handles being numbers, closes #1696. by Florian Nücke · 9 years ago
  29. cc02d69 Fixed tostring on userdata in LuaJ. by Florian Nücke · 9 years ago
  30. 8d0db7b Fixed userdata in LuaJ, closes #1692. by Florian Nücke · 9 years ago
  31. 6b073bf Trying to prevent #1684, #1685. by Florian Nücke · 9 years ago
  32. 166df96 OK, OK, I'll stop being lazy already. by Florian Nücke · 9 years ago
  33. 0bdf3af Goodbye unifont, hello unscii (thanks to @asiekierka). by Florian Nücke · 9 years ago
  34. 4cfbf12 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  35. 2e4e337 Merge pull request #1680 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  36. c771538 term crash guard for writes before binding, and resize support by payonel · 9 years ago
  37. cfe97d8 fix term ctrl key (regression), fix grep display by payonel · 9 years ago
  38. c89246a Updated hoverBoots description by cyber01 · 9 years ago
  39. a4dc3e3 fix click cursor, add ctrl+move to jump words, and fix 1st tab by payonel · 9 years ago
  40. add0b6f More stable network merging of networks containing nodes with duplicate addresses. by Florian Nücke · 9 years ago
  41. c7931a7 Merge branch 'next-term' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  42. 0253167 new term library, faster, light-weight, better widechars by payonel · 9 years ago
  43. 22495b9 Make adapter use new SidedBlock drivers. Updated some more JDoc. by Florian Nücke · 9 years ago
  44. 4780e86 Call Architecture.onSignal outside all locks. Closes #1672. by Florian Nücke · 9 years ago
  45. 44e771c Limit max number of items crafted in one command to one stack, closes #1651. by Florian Nücke · 9 years ago
  46. 13cff88 Fixed recipe sorting. by Florian Nücke · 9 years ago
  47. df269a5 Added `driver.SidedBlock` interface, deprecated old `driver.Block` interface, closes #1650. by Florian Nücke · 9 years ago
  48. 0613237 Cleanup. by Florian Nücke · 9 years ago
  49. 49a0f85 Say no to sideonly fields! by Florian Nücke · 9 years ago
  50. f85c441 Merge branch 'master-MC1.7.10' of https://github.com/tim4242/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  51. 593ae97 Merge branch 'cp-x' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  52. 6c05003 Organize imports. by Florian Nücke · 9 years ago
  53. bb3b9fd Merge branch 'dyeable-hoverboots' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  54. 94721f0 Super minor cleanup. by Florian Nücke · 9 years ago
  55. b2105d9 Added information on dyeing to the manual. by Vexatos · 9 years ago
  56. 1f13395 Made hover boots lose their colour when tossed into a cauldron. by Vexatos · 9 years ago
  57. 726ceae Made Hover Boots dyeable. by Vexatos · 9 years ago
  58. f5d347e Modernized PetRenderer by tim4242 · 9 years ago
  59. f76f244 Disable ThaumicEnergistics by default by DrummerMC · 9 years ago
  60. 590eceb Add ThaumicEnergistics support by DrummerMC · 9 years ago
  61. d9bd009 fixing cp -x by payonel · 9 years ago
  62. 54de3fe Merge branch 'text-split-perf' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  63. c3a391d fix cp one file system option by payonel · 9 years ago
  64. a59859b severe text split inefficiency found and fixed by payonel · 9 years ago
  65. c7f959d Merge branch 'openos-upgrade-merge' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  66. 2d28a6e Remove __gc from pipes and rename table in guid lib to match lib name. by Florian Nücke · 9 years ago
  67. 181ddc2 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  68. 55b9809 Oredictify diamonds in recipes. Closes #1637. by Florian Nücke · 9 years ago
  69. 7555a95 fix cp one file system option and fix no args to time command by payonel · 9 years ago
  70. be45ced Fixes Mystcraft integration looking for wrong name tag by ItsTheKais · 9 years ago
  71. c414f74 openos 1.6 upgrade: new bin utils, memory optimizations, and bug fixes by payonel · 9 years ago
  72. 55dd320 Merge branch 'patch-2' of https://github.com/SoniEx2/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  73. c1749ef Log restored chunk loader ticket locations, closes #1616. by Florian Nücke · 9 years ago
  74. 6ef92b9 Better screen fixery. I hope. by Florian Nücke · 9 years ago
  75. 07f4521 Fix __gc and use raw metatable when it's disabled by Soni L · 9 years ago
  76. ac64edd Properly send viewport size in text buffer init, should fix #1609. by Florian Nücke · 9 years ago
  77. 969e6eb Fixed (harmless) occasional warnings in sound system when computer errored when powering on. Closes #1558. by Florian Nücke · 9 years ago
  78. c762129 Get rid of usages of __gc. Closes #1606. by Florian Nücke · 9 years ago
  79. 3b00823 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  80. 45d8a20 Fix potentially unexpected behavior when using custom __pairs for metatables. Closes #1625. by Florian Nücke · 9 years ago
  81. a14c7cf Merge pull request #1628 from habnabit/ae2-cpu-selection by Florian "Sangar" Nücke · 9 years ago
  82. bc10042 Merge pull request #1622 from Landrash/patch-1 by Florian "Sangar" Nücke · 9 years ago
  83. c1181ba Allow specifying AE2 CPU when crafting. by Aaron Gallagher · 9 years ago
  84. 0cbd75b Mycroft Holmes by Landrash · 9 years ago
  85. 457e18b Added `playSoundAt` to debug card. by gamax92 · 9 years ago
  86. 0ba31b7 Less copy-pasta-y doc for viewport. by Florian Nücke · 9 years ago
  87. 11606c7 Merge pull request #1603 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  88. 9976b64 Trading Upgrade/TIS3d by cyber01 · 9 years ago
  89. e7f0384 Added `Rack.indexOfMountable`. by Florian Nücke · 9 years ago
  90. fe99d68 Should fix #1589. by Florian Nücke · 9 years ago
  91. bbedc98 Closes #1602. by Florian Nücke · 9 years ago
  92. 58899fb Implemented gpu.setViewport. by Florian Nücke · 9 years ago
  93. c3e44af Take into account NBT when trying to extract item of specified stack type from inventory. by Florian Nücke · 9 years ago
  94. 58de901 Refactored a few things out of the trading upgrade into InventoryUtils, making things a little more consistent, added manual entry for trade upgrade, tweaked the texture for the trade upgrade a bit. by Florian Nücke · 9 years ago
  95. 7af4b41 Merge branch 'UpgradeTrading' of https://github.com/Inari-Whitebear/OpenComputers-TradingUpgrade into master-MC1.7.10 by Florian Nücke · 9 years ago
  96. a95fa20 Moved hacky variable to SaveHandler, which totally makes it not a hack anymore. by Florian Nücke · 9 years ago
  97. e6a97f0 Add trading upgrade icon by Negi Springfield · 9 years ago
  98. 721bc9b Add trading card upgrade code, recipes, config options, and language names (for EN/DE) by Inari · 9 years ago
  99. db36d01 Fixed all file system speeds being off by one, causing raid to be broken. by Florian Nücke · 9 years ago
  100. 337fed7 Even hackier hacky hack fix for same issue with machine state. by Florian Nücke · 9 years ago