1. a131029 Merge pull request #2181 from Vexatos/fix-item-inventory-control by Florian "Sangar" Nücke · 8 years ago
  2. 75356d1 Fixed methods ItemInventoryControl not doing what they are supposed to do. by Vexatos · 8 years ago
  3. 6e1270e Merge pull request #2174 from Vexatos/no-crash-in-NBT by Florian "Sangar" Nücke · 8 years ago
  4. f48dfee Fix #2173. by Vexatos · 8 years ago
  5. 21be185 Merge pull request #2149 from gamax92/fix-luaj-kernel-name by payonel · 8 years ago
  6. 60512f7 Fix kernel naming in LuaJ by gamax92 · 8 years ago
  7. 6b662a4 Merge pull request #2139 from Vexatos/redlogic-fix by payonel · 8 years ago
  8. f2bbc4b Merge pull request #2131 from gamax92/uuid-verify by payonel · 8 years ago
  9. baff8dc Fixed RedLogic redstone input reading. by Vexatos · 8 years ago
  10. d0f4a67 Validate NBT address of FileSystems by gamax92 · 8 years ago
  11. 1d5c699 Merge pull request #2118 from payonel/openloader-installer by payonel · 8 years ago
  12. c80943c make openloader installer compatable with openos install tool by payonel · 8 years ago
  13. dd10cd7 Merge pull request #2109 from payonel/cleanup-program-locations by payonel · 8 years ago
  14. 83129f2 check args by payonel · 8 years ago
  15. e5d2b00 simple error reporting and message to craft install disk if user tries to use program known to computer.getProgramLocations() by payonel · 8 years ago
  16. c875381 wget and pastebin are now core to openos install by payonel · 8 years ago
  17. 0d9c938 Merge pull request #2108 from payonel/io-readnum-no-asterisk by payonel · 8 years ago
  18. 280bebb grammar corrections by payonel · 8 years ago
  19. e5c18fe lua 5.3 allows no * prefix in io.read by payonel · 8 years ago
  20. 06e7149 greatly simplify readnum by leveraging tonumber by payonel · 8 years ago
  21. 4dccd26 Don't consume XP items when upgrade is at max level. Closes #2035. by Florian Nücke · 8 years ago
  22. feb886b Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  23. 8309e52 Merge branch 'master-MC1.7.10' of https://github.com/makkarpov/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  24. e36d8ec Merge pull request #1994 from makkarpov/sign-upgrades by Florian "Sangar" Nücke · 8 years ago
  25. ee620ae Merge pull request #2010 from Fingercomp/bit32-rotate-fix by Florian "Sangar" Nücke · 8 years ago
  26. fc56f31 Merge pull request #2060 from joserobjr/patch-1 by Florian "Sangar" Nücke · 8 years ago
  27. e1ad0f6 Avoid NPE that I don't know how it comes to be. Closes #2024. by Florian Nücke · 8 years ago
  28. c2a79a1 Power mountables without requiring them to be connected to the outside. Closes #2020. by Florian Nücke · 8 years ago
  29. 7d6da94 Fix NPE when other mods request tooltips before font renderer is available. Closes #2016. by Florian Nücke · 8 years ago
  30. f702949 Allow draining dynamic liquid blocks if they're "full" and work around the fluid registry not knowing dynamic liquid blocks... fixes ##2015. Should also fix #2023. by Florian Nücke · 8 years ago
  31. 884842b Hmm, I wonder why that was there. Oh well. Fixes #2001. by Florian Nücke · 8 years ago
  32. 7ea2060 Check if the world is remote before killing the drone by joserobjr · 8 years ago
  33. 917befc memory, sandbox, devfs, signals, log, rc, terminal, oppm by payonel · 8 years ago
  34. 9dcc607 minor bug fix: disable fs.remove of devfs files by payonel · 8 years ago
  35. b95cf7c fix bit32.lrotate and bit32.rrotate by Fingercomp · 8 years ago
  36. e21992c Added SignChangeEvent to sign upgrade by Maxim Karpov · 8 years ago
  37. 537b8c2 Added whitelisting of debug card owners. by Maxim Karpov · 8 years ago
  38. 2a5de68 some fixes learned from btm for term, grep, and devfs by payonel · 8 years ago
  39. f388340 Make packet builder use buffering. by Florian Nücke · 8 years ago
  40. 97b1313 math.pow compat in Lua 5.3 (#1992). by Florian Nücke · 8 years ago
  41. b503b94 Huh, still had this lying around. Can't remember what it was trying to fix, but it doesn't seem to make things more broken so eh. by Florian Nücke · 8 years ago
  42. 9546130 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  43. aa10334 Try to prevent nodes loading into an illegal state. by Florian Nücke · 8 years ago
  44. 49666de safer install on low memory by payonel · 8 years ago
  45. a4850a5 allow soft interrupts to stop cp by payonel · 8 years ago
  46. aa422bf fix /bin/touch by payonel · 8 years ago
  47. 367f268 reduce RAM costs by delaying part of /lib/buffer by payonel · 8 years ago
  48. 03947eb Avoid event handlers throwing up making inv controller not work. by Florian Nücke · 8 years ago
  49. f4c18cc small fixes for term, cp, df, mv, rm, and init by payonel · 8 years ago
  50. 66d7337 fix ^c for lua prompt by payonel · 8 years ago
  51. 05ded1a match real bash behavior and limit user defined io fds to 3-9 by payonel · 8 years ago
  52. 35d93e2 fix piping of redirected stdout by payonel · 8 years ago
  53. 5be3dc5 Merge pull request #1984 from payonel/soft-term-available by payonel · 8 years ago
  54. 5f8fd43 oops, i shouldn't assert if the terminal becomes unavailable by payonel · 8 years ago
  55. 74e88ee Fixes #1972. by Florian Nücke · 8 years ago
  56. 4c80160 Merge branch 'move-programs' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  57. ecbce30 improved terminal interruptions with smart shell support by payonel · 8 years ago
  58. 450924d Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  59. 5c306ea Allow properly launching OC in a dev env again. (#1965) by Vexatos · 8 years ago
  60. 0fa7acc Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  61. 7295b36 Fixed Navigation Upgrade recipe. (#1964) by Vexatos · 8 years ago
  62. e2331b6 improvements to guid, devfs, cat, cp, and system error clarity by payonel · 8 years ago
  63. 6837c7e Should fix duplicate UUID in TCP signals. by Florian Nücke · 8 years ago
  64. 2e12259 Should fix #1941. by Florian Nücke · 8 years ago
  65. 400d398 Should fix missing updates in high precision mode, closes #1947. by Florian Nücke · 8 years ago
  66. a29c048 Merge branch 'proper-mc-dependency' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  67. 16e020a Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  68. de9ab09 Fix Typoes in application.conf (#1423) by tuckertwo · 8 years ago
  69. 7387a0a Added a hard Minecraft version dependency to avoid the coremod not loading on incorrect versions. by Vexatos · 8 years ago
  70. 2ee0c92 Merge branch 'gametype-fix' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  71. 62c6b14 Merge branch 'too-many-screens' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  72. 8e64739 Merge branch 'scrench-size' of https://github.com/Vexatos/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  73. 4fbbb21 Fix internet TCP events by Łukasz Magiera · 8 years ago
  74. d46eed8 make reliable screen and keyboard selection for boot and terminals closes #1933 by payonel · 8 years ago
  75. a92b20a Set the max stack size of the Scrench to 1. by Vexatos · 8 years ago
  76. 882b236 Fixed Debug Card's setGameType. by Vexatos · 8 years ago
  77. a9e670b Moved most floppy software from /bin to /usr/bin. Closes #1875. by Vexatos · 8 years ago
  78. 1fdd30a Ah, right. by Florian Nücke · 8 years ago
  79. 3e49ca4 Merge pull request #1931 from hws689/master-MC1.7.10 by Florian "Sangar" Nücke · 8 years ago
  80. a3c6c4c Making an exception. One. by Florian Nücke · 8 years ago
  81. 32ab472 Fix potential division by zero in loot disk cycling recipe. by Florian Nücke · 8 years ago
  82. 9d30864 pt_BR's Translation by hws689 · 8 years ago
  83. 650ee2c Merge branch 'openos-1.6-cleanup' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  84. 7f55cea Merge branch 'install-and-shell' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  85. d3841d1 Another one of those "why the hell did it work in 1.7" cases... closes #1923. by Florian Nücke · 8 years ago
  86. 7ae2d74 Fixed MCUs passing out messages other than network messages, closes #1926. by Florian Nücke · 8 years ago
  87. 462b264 improve /mnt and PS1 conformity by payonel · 8 years ago
  88. 031f907 fixes for install, cp, ln, and shell parsing by payonel · 8 years ago
  89. 1279537 Added custom intersect check for racks to take into account the mountables being inset by one. by Florian Nücke · 8 years ago
  90. 9a3fd0f Explicit null checks to avoid it trickling down into code where it's harder to tell. by Florian Nücke · 8 years ago
  91. 422592d Send internet events when ready to read. by Łukasz Magiera · 8 years ago
  92. a9f2c6d Readonly logger. by Florian Nücke · 8 years ago
  93. ecda757 fixes for buffer, install, ls, package, profile, rc, sh by payonel · 8 years ago
  94. c9e6ddc Merge branch 'install-nil-check' of https://github.com/payonel/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  95. 0dfba9b Merge pull request #1880 from payonel/plan9k-prop by Florian "Sangar" Nücke · 8 years ago
  96. 76be38a plan9k .prop to guide openos install by payonel · 8 years ago
  97. 203649a install fix and cleanup, cp quality, network loot .prop by payonel · 8 years ago
  98. 2cdc2b0 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 8 years ago
  99. 698f71d Shuffled some of the old loot disks file structure to work well with new install. Removed (most) .autoruns on old loot disks. by Florian Nücke · 8 years ago
  100. 16dde2f optimizations for install and cp and filesystem links fixes by payonel · 8 years ago