1. d1563e1 Merge branch 'master-MC1.7.10' into onesix by Florian Nücke · 9 years ago
  2. 6118211 Should avoid issue with silly people touching config files. Closes #1500. by Florian Nücke · 9 years ago
  3. 0eefb26 Updated to Forestry 4.x API. Closes #1508. by Florian Nücke · 9 years ago
  4. 528f2ee Version bump. by Florian Nücke · 9 years ago
  5. 8bd4235 Glorious bugfix. Closes #1504. by Florian Nücke · 9 years ago
  6. 7588d92 Generalized callBudget setting description since it now also applies to memory. by Florian Nücke · 9 years ago
  7. f46c22b Change `GeolyzerEvent.Scan` to define a bounding box instead of a column. Closes #1149. by Florian Nücke · 9 years ago
  8. d6838a9 Actually implemented call budget in memory. by Florian Nücke · 9 years ago
  9. 16be5bb Added `Architecture.onSignal`. Closes #1202. by Florian Nücke · 9 years ago
  10. 521b868 Move call budget definition to new item driver interface (instead of hardcoded by tier in Machine). Closes #1165. by Florian Nücke · 9 years ago
  11. 33ac0f6 Reworked dynamic callback cost logic by popular demand. by Florian Nücke · 9 years ago
  12. fc23602 Untested fix for #1496. by Florian Nücke · 9 years ago
  13. 6a895a7 Fixes #1498. by Florian Nücke · 9 years ago
  14. b0d0fa0 Made disk drive expose a component, allows checking for disk presence and programmatic ejection of disks. Closes #1144. by Florian Nücke · 9 years ago
  15. bf7bb9b Made filesystems and drives make use of the dynamic call cost system. by Florian Nücke · 9 years ago
  16. 97527cf Doing some black magic to avoid reflection for component callbacks. by Florian Nücke · 9 years ago
  17. 5c92706 Make GPU use new dynamic cost computation. by Florian Nücke · 9 years ago
  18. 4f9cd74 First attempt dynamic call cost computation. by Florian Nücke · 9 years ago
  19. 99f9794 Version bump. by Florian Nücke · 9 years ago
  20. 142e705 Merge branch 'alias' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  21. f0ff379 Homogeneity, ho! by Florian Nücke · 9 years ago
  22. 1928cb3 Emit signal when internal tank of an agent changes. Closes #1487. by Florian Nücke · 9 years ago
  23. ffecc83 Lesson learned: structural typing and obfuscation don't play nice. Fixes #1492. by Florian Nücke · 9 years ago
  24. e47cc37 Properly send error state to newly connected clients. by Florian Nücke · 9 years ago
  25. 34eab8a Using power-led to indicate error when computer did not shut down cleanly by making it flash red. Closes #1416. by Florian Nücke · 9 years ago
  26. bdcb86a Added `getComparatorInput` to redstone component. Closes #1488. by Florian Nücke · 9 years ago
  27. da10c24 Add null check in crafting event. Closes #1490. by Florian Nücke · 9 years ago
  28. 6c84522 Might fix #1485. Shouldn't break everything else. Hopefully. by Florian Nücke · 9 years ago
  29. 663eef1 Merge pull request #1481 from payonel/du by Florian "Sangar" Nücke · 9 years ago
  30. c1c27ce add du (disk usage) command to OpenOS bin utils by payonel · 9 years ago
  31. 3e8616e Merge branch 'bc-builder-compat' into master-MC1.7.10 by Florian Nücke · 9 years ago
  32. 32d637b BC builder compat fixery. by Florian Nücke · 9 years ago
  33. e8697e6 Interface parameters, the bane of integration. by Florian Nücke · 9 years ago
  34. cbfa615 Null check in Sound handler in case of partial initializations. by Florian Nücke · 9 years ago
  35. 1d0f1cb Now with 120% less derp! That's how math works, right? by Florian Nücke · 9 years ago
  36. b1e29e9 Includes FTW. by Florian Nücke · 9 years ago
  37. 816ab0c Fixed some recipes not using proper ore dict name. Closes #1399. by Florian Nücke · 9 years ago
  38. eb5b44f Integration for BuildCraft Programming Table (for loot disks). Closes #1475. by Florian Nücke · 9 years ago
  39. 475903d Initial JSONs to allow saving OC blocks in blueprints. by Florian Nücke · 9 years ago
  40. b99baf0 Added special handling for Magnanimous Tools. Closes #1467. by Florian Nücke · 9 years ago
  41. 2ead961 Removed rotatable from assembler, because it's pointless. by Florian Nücke · 9 years ago
  42. 1aa69f4 alias change to use equal sign and allow list of input by payonel · 9 years ago
  43. c7cd325 Allow passing the side from which to interact with an inventory when using inventory controller's suck/drop. Closes #1391. by Florian Nücke · 9 years ago
  44. 14f54bd Pulled together side argument checking a bit. by Florian Nücke · 9 years ago
  45. 05845fa Ensure vanilla chests are in the OreDictionary. Closes #1399. by Florian Nücke · 9 years ago
  46. ad4787b Cache item values in RC converters. by Florian Nücke · 9 years ago
  47. 17c4160 Merge branch 'dev' of https://github.com/Voidi/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  48. 909767a Allow saving nanomachine configuration to other nanomachines in player's inventory. Closes #1462. by Florian Nücke · 9 years ago
  49. 2bdb295 Re-create controller when overwriting nanomachines, resetting some more state. Closes #1465. by Florian Nücke · 9 years ago
  50. efcd32d make cd.lua nearly POSIX compliant by payonel · 9 years ago
  51. 56755e8 Should fix potential performance issues in container GUIs in combination with NEI. by Florian Nücke · 9 years ago
  52. ed4c1dd fix tab complete bug when using ./ as path by payonel · 9 years ago
  53. 16e4808 Allow robots to move if max flight height is world height, closes #1454. by Florian Nücke · 9 years ago
  54. 85f463e Add Rotarycraft Integration ((item stack converters for jetpacks and springpowered pumps) by Tobias Wohlfarth · 9 years ago
  55. 29793e7 Fixes #1453. by Florian Nücke · 9 years ago
  56. 72ae2ca Derp. by Florian Nücke · 9 years ago
  57. e0f4a0c Disable chance of stuff breaking when disassembling creatively, closes #1447. by Florian Nücke · 9 years ago
  58. bff25a3 Include particle name in hint, closes #1450. by Florian Nücke · 9 years ago
  59. e6922f8 Increase the likelihood of some behaviors not being available at all in a configuration. by Florian Nücke · 9 years ago
  60. 2b970bc Added command to generate debug nanomachine configuration (/oc_debugNanomachines or /oc_dn). by Florian Nücke · 9 years ago
  61. 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
  62. f440245 Fix potential stackoverflow in charger, closes #1451. by Florian Nücke · 9 years ago
  63. d66fb2a Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  64. a5f4262 Fixes #1449. by Florian Nücke · 9 years ago
  65. 07fd47e Merge pull request #1446 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  66. 979dea5 Fix #1445 in RU translation by cyber01 · 9 years ago
  67. e9ad0f2 Should fix issues rendering some items when equipped by robots, closing #1429. by Florian Nücke · 9 years ago
  68. b5b7a44 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  69. 30f8e17 Fixes #1445. by Florian Nücke · 9 years ago
  70. 62cbce1 Merge pull request #1441 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  71. 5237233 Merge pull request #1439 from xPucTu4/patch-1 by Florian "Sangar" Nücke · 9 years ago
  72. 09f718d Merge pull request #1443 from LizzyTrickster/patch-4 by Florian "Sangar" Nücke · 9 years ago
  73. 5375d92 name change and added chappie by Lizzy · 9 years ago
  74. 103d520 Some tweaks to the nanomachines in RU translation by cyber01 · 9 years ago
  75. 7bd6ff7 Update robot.names by Hristo Bogdanov · 9 years ago
  76. 6a6adfd Copy-pasta, my old friend, we meet again. by Florian Nücke · 9 years ago
  77. 772e98b Replace all uses of `getCurrentEquippedItem` with `getHeldItem`. Technically the same, but more generic. by Florian Nücke · 9 years ago
  78. 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
  79. 531d6a5 Added isWrench checks to existing wrench integration. by Florian Nücke · 9 years ago
  80. 29af7e8 Extended wrench system to allow simple "isWrench" checks without context / checking for usability. by Florian Nücke · 9 years ago
  81. a6e6e29 Added some checks for fake players to avoid trying to send network messages to them (#1430). by Florian Nücke · 9 years ago
  82. 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
  83. d4e257a Only try charging players with nanomachines. by Florian Nücke · 9 years ago
  84. 7760077 Made sink slot optional when specifying source slot in `transposer.transferItem` (#1425). by Florian Nücke · 9 years ago
  85. 36002da Make transposer usable as upgrade in microcontrollers. Closes #1425. by Florian Nücke · 9 years ago
  86. a4b11f5 Pulled core transposer logic out into trait. by Florian Nücke · 9 years ago
  87. 75a3fee Closes #1438. by Florian Nücke · 9 years ago
  88. b78017c Some tweaks to the nanomachines. by Florian Nücke · 9 years ago
  89. 783aa6c Merge pull request #1436 from cyber01/RU_doc by Florian "Sangar" Nücke · 9 years ago
  90. fa96020 Merge pull request #1437 from Vexatos/patch-27 by Florian "Sangar" Nücke · 9 years ago
  91. 50b56e1 Made OC not crash on startup by Vexatos · 9 years ago
  92. 696260f Added death messages to RU translation by cyber01 · 9 years ago
  93. 1e7bc65 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 9 years ago
  94. 13db6cc And this why you `???`, kids! by Florian Nücke · 9 years ago
  95. ac71c87 Merge pull request #1435 from Vexatos/patch-26 by Florian "Sangar" Nücke · 9 years ago
  96. 733f37a Update en_US.lang by Vexatos · 9 years ago
  97. aef4165 Added a reason parameter to onDisable. by Florian Nücke · 9 years ago
  98. 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
  99. 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
  100. 10dd699 Moved simple base classes for behavior and provider to api.prefab. by Florian Nücke · 9 years ago