1. 4c6a4d2 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.7.10 by Florian Nücke · 10 years ago
  2. e647e37 Made boots work when power is disabled. by Florian Nücke · 10 years ago
  3. ce0ec1d Made boots not consume energy when in creative mode. by Florian Nücke · 10 years ago
  4. 6040644 Fixed non-creative players being able to power up creative computers by sneak-right-clicking them. by Florian Nücke · 10 years ago
  5. e0f5356 Some more refactoring. by Florian Nücke · 10 years ago
  6. 4f804c3 Added hover boots. Because I can. by Florian Nücke · 10 years ago
  7. 66203d8 Minor cleanup. by Florian Nücke · 10 years ago
  8. a63a352 Fixed charger energy conversion when charging foreign items. by Florian Nücke · 10 years ago
  9. 917aca3 Bump version. by Florian Nücke · 10 years ago
  10. 287ffd0 Null handling in class transformer ClassWriter workaround. Should fix #1166. by Florian Nücke · 10 years ago
  11. 3f3e349 Added APU to item index in manual. by Florian Nücke · 10 years ago
  12. b68061f Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.7.10 by Florian Nücke · 10 years ago
  13. 24b6222 Update JNLua, fixes #1104. by Florian Nücke · 10 years ago
  14. f497a7b Updated native libraries to Lua 5.2.4. by Florian Nücke · 10 years ago
  15. 9a96cb1 Added banner image for readme. by Florian Nücke · 10 years ago
  16. 7755ed4 Play dummy computer running sound when entering the game to force preloading it. May solve the short lag when turning on the first computer after entering a game. by Florian Nücke · 10 years ago
  17. 0ab6636 Moved ItemTier to traits package. by Florian Nücke · 10 years ago
  18. 3540809 Added getter to internal.Robot to allow upgrade renderers know whether to animate or not. Closes #1127. by Florian Nücke · 10 years ago
  19. 576b28f Some more typos. by Florian Nücke · 10 years ago
  20. aa1974c Merge branch 'patch-1' of https://github.com/logangorence/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  21. 0f0953f Added CPUs with integrated graphics capabilities, closes #1154. by Florian Nücke · 10 years ago
  22. e67587a Should avoid issues with components that remove themselves or other components from their host inventory, such as the Computronics Boom Card. by Florian Nücke · 10 years ago
  23. f96515a Make raid blocks without content drop without NBT data to make them stackable. Closes #1152. by Florian Nücke · 10 years ago
  24. 38f4a22 Update README.md by Logan Gorence · 10 years ago
  25. 5ad8ef3 Made AE2 interface block always provide controller functionality, closes #1152. by Florian Nücke · 10 years ago
  26. 359fa0f Fixed maximum flight height computation involving built-in hover upgrades. Fixes #1156. by Florian Nücke · 10 years ago
  27. a683ff4 Merge branch 'patch-1' of https://github.com/mpmxyz/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  28. 315aa57 Removed duplicate Ctrl+C-Handling from term.read by mpmxyz · 10 years ago
  29. a0fd81c Close GUI of screens getting invalidated. by Florian Nücke · 10 years ago
  30. 554192e Merge pull request #1153 from cyber01/RU_doc by Florian "Sangar" Nücke · 10 years ago
  31. e88708d Updated index.md and added endstone in russian translation by cyber01 · 10 years ago
  32. aaba071 Merge pull request #1151 from rashdanml/patch-1 by Florian "Sangar" Nücke · 10 years ago
  33. 62a724a Update index.md by rashdanml · 10 years ago
  34. f73418f Increase max allowed EEPROM label length. by Florian Nücke · 10 years ago
  35. 39cf701 Removed now useless indirection for item stack loading (was for upgrading blocks to new format many versions back). by Florian Nücke · 10 years ago
  36. 13e1b22 Added API entry to allow mods to register their own loot disks and EEPROMs. by Florian Nücke · 10 years ago
  37. 611f76c Added fake endstone, oredicted that and normal endstone for use in drone recipe. by Florian Nücke · 10 years ago
  38. e27b7bf Slow block breaking for robots and drones. by Florian Nücke · 10 years ago
  39. ac853b9 Fixed doc string pattern for NEI handler to not be greedy. Also fixes behavior for multiline doc strings. Closes #1143. by Florian Nücke · 10 years ago
  40. a039667 Trying to keep tablets running across dimension changes, closes #1145, closes #1146. by Florian Nücke · 10 years ago
  41. 9deaf71 Fixes #1147. by Florian Nücke · 10 years ago
  42. 4ce73e6 Minor cleanup. by Florian Nücke · 10 years ago
  43. eee133d Added support for AE2's spatial I/O (i.e. moving computers etc. into spatial storage cells). by Florian Nücke · 10 years ago
  44. 5413a2a Added special handling for "phantom slots" in shift-click logic, closes #1139. by Florian Nücke · 10 years ago
  45. 3bdb3a3 Dogfooding IMC helper class. by Florian Nücke · 10 years ago
  46. 3d63c9a Added IMC helper class to API. by Florian Nücke · 10 years ago
  47. 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
  48. 1ecd506 Fixed driver for AE2 export bus derpiness. Might also fix #1137. by Florian Nücke · 10 years ago
  49. dc0c26f Fixed printer shape limit test being off by one. by Florian Nücke · 10 years ago
  50. dce3bf1 Rebind primary screen to primary GPU if necessary. by Florian Nücke · 10 years ago
  51. 0fa5fcb Append instead of prepend CC return port in network messages. by Florian Nücke · 10 years ago
  52. fbc7368 Added waypoint and hover upgrade to index pages in manual. by Florian Nücke · 10 years ago
  53. a78c1b6 Merge pull request #1128 from cyber01/RU_doc by Florian "Sangar" Nücke · 10 years ago
  54. 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
  55. fda0c53 Make access points report false for isWireless via their fake modem peripheral. by Florian Nücke · 10 years ago
  56. b60466c Made argument parsing for CC modem emulation more forgiving, avoids crashing computers. by Florian Nücke · 10 years ago
  57. c77eef2 Added waypoint to index.md by cyber01 · 10 years ago
  58. c2798c3 Corrected mistakes/ Added hover upgrade by cyber01 · 10 years ago
  59. 8c9f974 Should fix duplicate equipped item rendering on powered-off robots... again... by Florian Nücke · 10 years ago
  60. 5b0e896 Added getter for players online as well as registered dimensions to debug card. Closes #1122. by Florian Nücke · 10 years ago
  61. 48b4bed Custom implementation of ClassWriter#getCommonSuperClass to compensate for recent change in Forge, should fix #1121. by Florian Nücke · 10 years ago
  62. e17134e Bump version. by Florian Nücke · 10 years ago
  63. 5c6771e Should fix MFR Safari Net converter in newer versions. by Florian Nücke · 10 years ago
  64. b900f5a Release. by Florian Nücke · 10 years ago
  65. 75223ca Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.7.10 by Florian Nücke · 10 years ago
  66. 6851128 Add support for generic recipes in recipe declaration (i.e. arbitrary output). by Florian Nücke · 10 years ago
  67. 2e634a0 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  68. b96204d Should fix #1119. by Florian Nücke · 10 years ago
  69. ec4611c Merge pull request #1118 from Kubuxu/master-MC1.7.10 by Florian "Sangar" Nücke · 10 years ago
  70. b55641b Allow [name]/init.lua in require. by Kubuxu · 10 years ago
  71. d2b51db Storing and restoring OpenGL attribs in robot renderer. by Florian Nücke · 10 years ago
  72. c5eec99 Allow experience upgrade to consume bottles of enchanting and enchanted items for experience. by Florian Nücke · 10 years ago
  73. 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
  74. b2dfdd2 Don't initialize BluePower integration if present version is too old. Closes #1114. by Florian Nücke · 10 years ago
  75. caed87d Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.7.10 by Florian Nücke · 10 years ago
  76. 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
  77. 757d002 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.7.10 by Florian Nücke · 10 years ago
  78. 19afcab Fixed piping broken in previous commit, also improved it a little. by Florian Nücke · 10 years ago
  79. 9de0544 RC1 by Florian Nücke · 10 years ago
  80. ac921f0 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.7.10 by Florian Nücke · 10 years ago
  81. d77bc3d Added -u flag to cp.lua, added -u flag to install.lua. Closes #1092. by Florian Nücke · 10 years ago
  82. a421491 Some print->io.write. by Florian Nücke · 10 years ago
  83. cf89399 Fixed derp in previous commit >_> by Florian Nücke · 10 years ago
  84. 76b015c Fixed redstone input computation. by Florian Nücke · 10 years ago
  85. 1e642a0 Added fallback beeping when failing to generate tones, using MC note sound. Closes #1023. by Florian Nücke · 10 years ago
  86. 7d69f99 Added handling for OOM errors when allocating hologram rendering data. Closes #1105. by Florian Nücke · 10 years ago
  87. d5f1280 Added `beep(short, short)` and `beep(String)` to the Machine interface. Closes #1112. by Florian Nücke · 10 years ago
  88. 495f341 Make safe subset of `debug.getinfo` available in sandbox. Closes #1110. by Florian Nücke · 10 years ago
  89. 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
  90. 4c40515 Make dmesg use new event capabilities. by Kubuxu · 10 years ago
  91. f78d5a4 Fixed potential log spam in disassembler. Closes #1107. by Florian Nücke · 10 years ago
  92. 4a036f8 Implement event.pullMultiple and event.pullFiltered by Kubuxu · 10 years ago
  93. 8b149e1 Merge branch 'RU_doc' of https://github.com/cyber01/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  94. cb704da Basic integration for IGWMod, providing manual pages for blocks and items. by Florian Nücke · 10 years ago
  95. 15cc9a7 Caching redstone devices for bluepower. by Florian Nücke · 10 years ago
  96. 2886fdc Reworked redstone logic to make it more modular. by Florian Nücke · 10 years ago
  97. 4956271 Added support for BluePower's bundled redstone system. Closes #1103. by Florian Nücke · 10 years ago
  98. a30f2d1 Corrected mistakes by cyber01 · 10 years ago
  99. 6c85fd8 Added waypoint. Corrected mistakes by cyber01 · 10 years ago
  100. e547c87 Closing waypoint GUI when confirming new label. by Florian Nücke · 10 years ago