1. 3bdb3a3 Dogfooding IMC helper class. by Florian Nücke · 10 years ago
  2. 3d63c9a Added IMC helper class to API. by Florian Nücke · 10 years ago
  3. ba6053a Added IMC callback to add custom ink providers (i.e. callbacks that let us know how much ink an item is worth). Closes #1135. by Florian Nücke · 10 years ago
  4. 1ecd506 Fixed driver for AE2 export bus derpiness. Might also fix #1137. by Florian Nücke · 10 years ago
  5. dc0c26f Fixed printer shape limit test being off by one. by Florian Nücke · 10 years ago
  6. dce3bf1 Rebind primary screen to primary GPU if necessary. by Florian Nücke · 10 years ago
  7. 0fa5fcb Append instead of prepend CC return port in network messages. by Florian Nücke · 10 years ago
  8. fbc7368 Added waypoint and hover upgrade to index pages in manual. by Florian Nücke · 10 years ago
  9. a78c1b6 Merge pull request #1128 from cyber01/RU_doc by Florian "Sangar" Nücke · 10 years ago
  10. c4b3e0d Wrapping exceptions thrown in CC callbacks in LuaExceptions for nicer formatting on the Lua side. Closes #1126. by Florian Nücke · 10 years ago
  11. fda0c53 Make access points report false for isWireless via their fake modem peripheral. by Florian Nücke · 10 years ago
  12. b60466c Made argument parsing for CC modem emulation more forgiving, avoids crashing computers. by Florian Nücke · 10 years ago
  13. c77eef2 Added waypoint to index.md by cyber01 · 10 years ago
  14. c2798c3 Corrected mistakes/ Added hover upgrade by cyber01 · 10 years ago
  15. 8c9f974 Should fix duplicate equipped item rendering on powered-off robots... again... by Florian Nücke · 10 years ago
  16. 5b0e896 Added getter for players online as well as registered dimensions to debug card. Closes #1122. by Florian Nücke · 10 years ago
  17. 48b4bed Custom implementation of ClassWriter#getCommonSuperClass to compensate for recent change in Forge, should fix #1121. by Florian Nücke · 10 years ago
  18. 5c6771e Should fix MFR Safari Net converter in newer versions. by Florian Nücke · 10 years ago
  19. 6851128 Add support for generic recipes in recipe declaration (i.e. arbitrary output). by Florian Nücke · 10 years ago
  20. 2e634a0 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  21. b96204d Should fix #1119. by Florian Nücke · 10 years ago
  22. b55641b Allow [name]/init.lua in require. by Kubuxu · 10 years ago
  23. d2b51db Storing and restoring OpenGL attribs in robot renderer. by Florian Nücke · 10 years ago
  24. c5eec99 Allow experience upgrade to consume bottles of enchanting and enchanted items for experience. by Florian Nücke · 10 years ago
  25. 208c5b6 Added note in tooltip of microcontroller (and robot while at it) that they cannot connect to external components. by Florian Nücke · 10 years ago
  26. b2dfdd2 Don't initialize BluePower integration if present version is too old. Closes #1114. by Florian Nücke · 10 years ago
  27. e028924 Added -x option to cp.lua to allow not copying mounts, used in install.lua to avoid recursively copying target mount to itself. by Florian Nücke · 10 years ago
  28. 19afcab Fixed piping broken in previous commit, also improved it a little. by Florian Nücke · 10 years ago
  29. d77bc3d Added -u flag to cp.lua, added -u flag to install.lua. Closes #1092. by Florian Nücke · 10 years ago
  30. a421491 Some print->io.write. by Florian Nücke · 10 years ago
  31. cf89399 Fixed derp in previous commit >_> by Florian Nücke · 10 years ago
  32. 76b015c Fixed redstone input computation. by Florian Nücke · 10 years ago
  33. 1e642a0 Added fallback beeping when failing to generate tones, using MC note sound. Closes #1023. by Florian Nücke · 10 years ago
  34. 7d69f99 Added handling for OOM errors when allocating hologram rendering data. Closes #1105. by Florian Nücke · 10 years ago
  35. d5f1280 Added `beep(short, short)` and `beep(String)` to the Machine interface. Closes #1112. by Florian Nücke · 10 years ago
  36. 495f341 Make safe subset of `debug.getinfo` available in sandbox. Closes #1110. by Florian Nücke · 10 years ago
  37. 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
  38. 4c40515 Make dmesg use new event capabilities. by Kubuxu · 10 years ago
  39. f78d5a4 Fixed potential log spam in disassembler. Closes #1107. by Florian Nücke · 10 years ago
  40. 4a036f8 Implement event.pullMultiple and event.pullFiltered by Kubuxu · 10 years ago
  41. 8b149e1 Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  42. cb704da Basic integration for IGWMod, providing manual pages for blocks and items. by Florian Nücke · 10 years ago
  43. 15cc9a7 Caching redstone devices for bluepower. by Florian Nücke · 10 years ago
  44. 2886fdc Reworked redstone logic to make it more modular. by Florian Nücke · 10 years ago
  45. 4956271 Added support for BluePower's bundled redstone system. Closes #1103. by Florian Nücke · 10 years ago
  46. a30f2d1 Corrected mistakes by cyber01 · 10 years ago
  47. 6c85fd8 Added waypoint. Corrected mistakes by cyber01 · 10 years ago
  48. e547c87 Closing waypoint GUI when confirming new label. by Florian Nücke · 10 years ago
  49. 0e995fa Mentioning waypoint in nav upgrade's manual entry. by Florian Nücke · 10 years ago
  50. 5672cf8 Added waypoint block, can be queried using navigation upgrades. by Florian Nücke · 10 years ago
  51. 226fa52 Blacklisting hover upgrade in non-robot devices. by Florian Nücke · 10 years ago
  52. e6fca46 Merge branch 'patch-1' of https://github.com/Mstrodl/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  53. 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
  54. da7a5c6 Fixed charger if power use is disabled. by Florian Nücke · 10 years ago
  55. 69ee826 Spawning OpenOS floppy in creative tablets in its container upgrade now. by Florian Nücke · 10 years ago
  56. 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
  57. 043548e Removed broken workaround for not progressing robot hover animation when game is paused. Closes #1101. by Florian Nücke · 10 years ago
  58. d52ed57 Add mount point name to mount point class. by Florian Nücke · 10 years ago
  59. 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
  60. 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
  61. 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
  62. 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
  63. 2023978 Extended file system API to allow specifying a speed multiplier for file systems. by Florian Nücke · 10 years ago
  64. fa36908 Allow using glowstone block to increase prints light level faster. by Florian Nücke · 10 years ago
  65. 7207606 Merge remote-tracking branch 'remotes/origin/updated_recipes' into master-MC1.7.10 by Florian Nücke · 10 years ago
  66. 57714da Fixed ls -l in pure io mode. by Florian Nücke · 10 years ago
  67. 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
  68. 6377a58 sh.lua absorbed besh.lua's piping mechanics. RIP besh. by Florian Nücke · 10 years ago
  69. 0b000b7 Merge pull request #1095 from mpmxyz/patch-2 by Florian "Sangar" Nücke · 10 years ago
  70. 886ebaa Fixed rebooting computers via Java API not working (i.e. calling stop() and start() in succession). by Florian Nücke · 10 years ago
  71. ce552ff Should avoid unexpected error if trying to `tostring` a method that's now filtered out. by Florian Nücke · 10 years ago
  72. 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
  73. 690d664 Fix: standard io streams being closable by mpmxyz · 10 years ago
  74. a8389f7 Documented GT recipe handlers in recipe set. by Florian Nücke · 10 years ago
  75. 64dce8c Fixed use of setRawDelay config option by natedogith1 · 10 years ago
  76. 7a24883 made additional outputs a sequence to allow additional machines by Johannes Lohrer · 10 years ago
  77. 05e4c07 Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  78. 40bf4a3 Improved handling of tracking of changes to holograms to reduce bandwidth in certain cases some more. by Florian Nücke · 10 years ago
  79. 346daf9 Fix #1086 in russian manual by cyber01 · 10 years ago
  80. 2cf6728 Fixed a few issues with drones moving through portals. by Florian Nücke · 10 years ago
  81. 78ddda0 Homogenized indentation in config. by Florian Nücke · 10 years ago
  82. 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
  83. 7fc4d67 Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  84. dd975cc Merge branch 'patch-1' of https://github.com/CaitlynMainer/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  85. 662ef47 Fixed a few links in manual, closes #1086. Thanks @rashdanml. by Florian Nücke · 10 years ago
  86. 1dc12b5 fixed typo for Ink Cartridge by Caitlyn · 10 years ago
  87. 3fc9e96 Updated russian translation by cyber01 · 10 years ago
  88. 72a4a0e Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into updated_recipes by Johannes Lohrer · 10 years ago
  89. c81efe9 moved recipes into own class for vanilla added gregtech recipe options by Johannes Lohrer · 10 years ago
  90. be071be Made recipe set extraction a bit more generic, added the peaceful set. by Florian Nücke · 10 years ago
  91. 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
  92. 02dd439 Allow redrawing holograms a tad faster, closes #1064. by Florian Nücke · 10 years ago
  93. 0a14e05 Add peaceful-friendly recipe file by dgelessus · 10 years ago
  94. 87d25ab Fixed absolute paths in manual. by Florian Nücke · 10 years ago
  95. 060f3bb Fixed OpenOS being listed twice in creative tab/NEI. by Florian Nücke · 10 years ago
  96. 1bda68f Merge branch 'patch-23' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  97. e4dc955 Emitting particle effects from robots when they try to move but fail, as a visual indicator. by Florian Nücke · 10 years ago
  98. d03e78b Made time limit enforcement in __gc wrapper more memory friendly, closes #1079. by Florian Nücke · 10 years ago
  99. c62feb7 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  100. e1bad97 Centralized logic that prints last computer crash reason when analyzed. by Florian Nücke · 10 years ago