1. 8152130 Fixed ore processing by Vexatos · 10 years ago
  2. 63e2a40 Added Ore Processing to OpenComputers. by Vexatos · 10 years ago
  3. 85393fe Relative links, and adjusted most of them, I think... by Florian Nücke · 10 years ago
  4. 8aff571 Refactored docs into directories - WARNING this means its broken now, will add relative links to make it work again now, don't adjust links just yet. by Florian Nücke · 10 years ago
  5. 7c9f7e4 Merge branch 'master-MC1.7.10' of https://github.com/rashdanml/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  6. 3257a28 Modified case1.md by Rashdan · 10 years ago
  7. 6c30511 Fixed creative drone, whoops. by Florian Nücke · 10 years ago
  8. 9a04734 Added some more links, modified case1.md for specific Case info by Rashdan · 10 years ago
  9. 296cc46 Fix potential crashes from bad block/item definitions for images. Fix wrapped whitespace not being trimmed. by Florian Nücke · 10 years ago
  10. 2f4a3cd Added some internal links by Rashdan · 10 years ago
  11. f68aea9 Added Computer.md summary by Rashdan · 10 years ago
  12. 89818f6 Fixed GUI desync issue, guess have to tell the server we closed the manual after all. by Florian Nücke · 10 years ago
  13. 90f4031 Fix manual not opening from NEI usage screen when not holding manual in hand. Closes #1033. by Florian Nücke · 10 years ago
  14. 91d93b1 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  15. 0cc67b9 Merge pull request #1032 from Vexatos/patch-20 by Florian "Sangar" Nücke · 10 years ago
  16. 79c855d Ignore page changes if we're already on that page. by Florian Nücke · 10 years ago
  17. fe1cd79 Removed NEI usage handler for documentation, added button opening manual instead. by Florian Nücke · 10 years ago
  18. 5a60dc8 Re-did some of the weight values. by Vexatos · 10 years ago
  19. 92df9d3 Recoloured some of the loot disks. by Vexatos · 10 years ago
  20. bb3ecce Pulled all the usage strings into doc files. by Florian Nücke · 10 years ago
  21. 2ca87ff Made manual localizable. I doubt anyone ever will, but hey. by Florian Nücke · 10 years ago
  22. bf9a41e Added support for http links. by Florian Nücke · 10 years ago
  23. 6b4e5f0 Scaling down images that are too wide, moved example stuff to example page. by Florian Nücke · 10 years ago
  24. e496bf3 Made scrollbar in manual mouse-interactive. by Florian Nücke · 10 years ago
  25. a8a570d Closing manual when popping the last history entry. by Florian Nücke · 10 years ago
  26. e44b65b Open page of clicked blocks. Redirects, e.g. for blocks with tiers. by Florian Nücke · 10 years ago
  27. 38a6b62 Manual localizations. by Florian Nücke · 10 years ago
  28. 0281d03 Fixed manual GUI init order. by Florian Nücke · 10 years ago
  29. 6f621f5 Recipe for manual, using manual in recipe for Lua BIOS and OpenOS now. by Florian Nücke · 10 years ago
  30. 9a23e10 Forget about hovered links when not hovering them anymore. by Florian Nücke · 10 years ago
  31. d49bb94 Links work, basic navigation is in place. by Florian Nücke · 10 years ago
  32. 61f2eb2 Allow specifying items, blocks or oredict names for images. by Florian Nücke · 10 years ago
  33. c65142a Basic imager suppert, loading documents from resource. by Florian Nücke · 10 years ago
  34. c1156aa Fixed gap in hit detection. by Florian Nücke · 10 years ago
  35. 282875c Added testing tooltips for links and fixed spacing after headers. by Florian Nücke · 10 years ago
  36. dc5bc93 Interactive segment hover detection, link hightlight rendering and some nested rendering fixes. by Florian Nücke · 10 years ago
  37. bef070b Basic scrolling logic. by Florian Nücke · 10 years ago
  38. ca8f1e3 Initial work on ingame documentation via a manual / book. by Florian Nücke · 10 years ago
  39. 2d778f2 Backported a few more code improvements from the 1.8 branch, to make keeping the branches in sync easier. by Florian Nücke · 10 years ago
  40. 654749c Did I mention constants, yet? >_> by Florian Nücke · 10 years ago
  41. 715c68a Builderized achievements. by Florian Nücke · 10 years ago
  42. 838083b All the constants. All of them. by Florian Nücke · 10 years ago
  43. eaf97ae Renamed some internal constants for consistency. by Florian Nücke · 10 years ago
  44. f672f88 Pulling a bunch of constants (item and block names for now) into a single class. by Florian Nücke · 10 years ago
  45. 7628210 Pulling a bunch of constants (item and block names for now) into a single class. by Florian Nücke · 10 years ago
  46. 4d33a48 The mysteries of the MC lighting model. by Florian Nücke · 10 years ago
  47. 8e66c25 Allow using dyes directly, much less efficiently than cartridges. by Florian Nücke · 10 years ago
  48. 187d4ef Split printer settings into own category. If you changed printer related settings, you may have to set them again. by Florian Nücke · 10 years ago
  49. 565b691 Updated comment in config wrt. print light level. by Florian Nücke · 10 years ago
  50. a22e694 Allow wiping HDDs by self-crafting, too (like floppies, i.e. insert into crafting grid on their own). Closes #1026. by Florian Nücke · 10 years ago
  51. 5ac8d1e Show light level of prints in tooltip. by Florian Nücke · 10 years ago
  52. 8288539 Better: show alternative state in item render when extended tooltip key is pressed. by Florian Nücke · 10 years ago
  53. 6dd9069 Showing redstone output of prints in tooltip. by Florian Nücke · 10 years ago
  54. d9d6fa3 Item rendering of prints with two states will now alternate the state rendered. by Florian Nücke · 10 years ago
  55. 77944aa Manual light update required on print place; needed in 1.8 so adding it in 1.7 just to be on the safe side. by Florian Nücke · 10 years ago
  56. 57efc24 Version bump. by Florian Nücke · 10 years ago
  57. ed516fc Added debug.isModLoaded. Added debug level log messages for registered drivers. by Florian Nücke · 10 years ago
  58. 69cc18b In the meantime... this was easier than I thought, after remembering I could just getmetatable my way up... by Florian Nücke · 10 years ago
  59. ffd0908 Allow specifying level of redstone signal emitted by prints. by Florian Nücke · 10 years ago
  60. bb14c64 Merge pull request #1022 from Vexatos/patch-19 by Florian "Sangar" Nücke · 10 years ago
  61. 6f477a3 <Censored> by Vexatos · 10 years ago
  62. b5f30a5 Update de_DE.lang by Vexatos · 10 years ago
  63. 48e3218 I totally saved... by Florian Nücke · 10 years ago
  64. d22579f Update German localization. Fixed sort order of some translation strings. by Florian Nücke · 10 years ago
  65. 5b4ba8a Fixed sending wireless messages potentially triggering chunk loads. by Florian Nücke · 10 years ago
  66. ed24b53 Cleaning up old native libs when not using the tmp dir. by Florian Nücke · 10 years ago
  67. 0ff4cd0 Bump version number. by Florian Nücke · 10 years ago
  68. 38b6f4b Added back old generic export bus methods to avoid breaking things, marked them deprecated. by Florian Nücke · 10 years ago
  69. 02a13f4 Corrected Javadoc on a few methods. by Florian Nücke · 10 years ago
  70. 4ba7afd Fixed not building Sorry by DrummerMC · 10 years ago
  71. d5b4db0 Fixed merge problems by DrummerMC · 10 years ago
  72. 038319b Merge pull request #1 from MightyPirates/master-MC1.7.10 by DrummerMC · 10 years ago
  73. 45ef5bf Added Driver ME Import Bus/Interface by DrummerMC · 10 years ago
  74. 2eb0c18 Changed ME export bus method names Added NEI integration for ME export bus by DrummerMC · 10 years ago
  75. e24e2df Floppy disks can no longer be "formatted" by shift-rightclicking, added crafting as alternative. by Florian Nücke · 10 years ago
  76. 7fd0dda Applying Forestry individual converter to item stacks, not just to stuff in analyzer/bee house/apiary/alveary. by Florian Nücke · 10 years ago
  77. a213a07 Got rid of another non-API reference in the AE2 integration. by Florian Nücke · 10 years ago
  78. a1e42e6 Added tooltip to prints that serve as beacon prints, to make the recipe self-explanatory when viewed in NEI. by Florian Nücke · 10 years ago
  79. 6ac910c Fixed 3d print preview in WAILA (by using a deprecated method \o/). by Florian Nücke · 10 years ago
  80. 3251a8b Adjusted export bus driver for AE2 API changes. Closes #997. by Florian Nücke · 10 years ago
  81. 171e58c Keep the tutorials coming ;-) by Florian Nücke · 10 years ago
  82. dc9f5e1 Cleanup. by Florian Nücke · 10 years ago
  83. 0d2554e Fixed number of returned items from disassembler not taking into account recipe output size. Closes #1017. by Florian Nücke · 10 years ago
  84. 6f02aba Assigning 3D prints to multipart "slots" where they intersect with those areas. Makes them properly block Project Red bundled cables, for example. Closes #1015. by Florian Nücke · 10 years ago
  85. e988664 Updated as per Magik6k's request. by Florian Nücke · 10 years ago
  86. f3e151a Finally cleaned up the (almost) eternal makeshift that was handling missing recipes. Recipes can be properly disabled by assigning a boolean value to them; assigning false will also hide the item in the creative tab/NEI, true will only disable the recipe, but keep the item visible. If a recipe is broken, a warning message will now be displayed when entering a world. by Florian Nücke · 10 years ago
  87. 86cce25 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  88. 2ebced3 Made Chamelium edible, closes #1001. by Florian Nücke · 10 years ago
  89. 7ee7fb2 Merge pull request #1009 from xbony2/patch-1 by Florian "Sangar" Nücke · 10 years ago
  90. 122bbcf Update README.md by xbony2 · 10 years ago
  91. 9f4fbea Update README.md by xbony2 · 10 years ago
  92. 02b9c48 Maked redstone i/o block properly wake computers. Closes #1007. by Florian Nücke · 10 years ago
  93. 681f1f0 Special thingers. by Florian Nücke · 10 years ago
  94. 66d4356 Merge pull request #995 from xbony2/patch-1 by Florian "Sangar" Nücke · 10 years ago
  95. 5fce10b Update .gitignore by xbony2 · 10 years ago
  96. dcb6cce Make lore entry of items readable via the item stack converter. by Florian Nücke · 10 years ago
  97. 4dab10d Version bump. by Florian Nücke · 10 years ago
  98. de39954 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  99. 221f42b Not making mod integration depend on whether power use is enabled or not... closes #992. by Florian Nücke · 10 years ago
  100. 7a5acd5 Merge pull request #991 from mpmxyz/patch-1 by Florian "Sangar" Nücke · 10 years ago