1. c81efe9 moved recipes into own class for vanilla added gregtech recipe options by Johannes Lohrer · 10 years ago
  2. 419697a check for gt_api class, to prevent crash when using GT6 by Johannes Lohrer · 10 years ago
  3. 91bf2c7 Added `FilteredEnvironment` to allow dynamically hiding callbacks when they get connected to a computer. Closes #1010. by Florian Nücke · 10 years ago
  4. 6d7cc3c EEPROM now also can be cleared via self-crafting, floppies keep their color, closes #1052. by Florian Nücke · 10 years ago
  5. f4c4d4c FluidStack.fluidID -> FluidStack.getFluid.getId by Florian Nücke · 10 years ago
  6. b7169eb Removed test dead link... by Florian Nücke · 10 years ago
  7. 3d133be Fixed some dead links, formatting. by Florian Nücke · 10 years ago
  8. b8a2420 Color dead links red. Typos, consistency, removed example page. by Florian Nücke · 10 years ago
  9. 11cb4fe Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  10. cea8fc6 Added text to index.md, added lua.md and openOS.md, fixed up formatting, etc by Rashdan · 10 years ago
  11. e8f4e79 Rendering multiline list elements indented (checking if line starts with `- ` or `* `). by Florian Nücke · 10 years ago
  12. 0f1946f Fixed / improved word wrapping. by Florian Nücke · 10 years ago
  13. 90897f3 Removed dead code. by Florian Nücke · 10 years ago
  14. c7dfddd Added proper code formatting renderer (using font renderer used for screens). Closes #1054. by Florian Nücke · 10 years ago
  15. a1283c9 Added current mod version to manual tooltip, closes #1048. by Florian Nücke · 10 years ago
  16. e974a87 Parse code as italic for now. by Florian Nücke · 10 years ago
  17. 3593a17 Added interface to allow for interactive custom rendered elements on manual pages. by Florian Nücke · 10 years ago
  18. 7a46657 Showing question mark texture when trying to render items/blocks/oredict entries that cannot be resolved instead of an error string, logging error to console. Closes #1053. by Florian Nücke · 10 years ago
  19. e91f667 Subtle gray background for images when hovered, mostly for dark items to be able to see them better. by Florian Nücke · 10 years ago
  20. 2d9764d Tried to improve and stabilize masking logic for manual content a bit. by Florian Nücke · 10 years ago
  21. 5c2464f Converted rendering for normal images into ImageRenderer, for consistency. by Florian Nücke · 10 years ago
  22. b5abd7d May fix issues with relative paths in manual containing `..`s. by Florian Nücke · 10 years ago
  23. cf52f6a Javadoc fixes. by Florian Nücke · 10 years ago
  24. 25f27c0 Go away. by Florian Nücke · 10 years ago
  25. 5911390 Some more refactoring, vastly improved masking for manual. by Florian Nücke · 10 years ago
  26. 8e65c9f Force resource content provider to use UTF-8. Also some fixes in doc. by Florian Nücke · 10 years ago
  27. 17ca2c3 Split it up a bit, because the number of internal classes was getting a bit silly. Nevermind the package depth being silly now. by Florian Nücke · 10 years ago
  28. a8d0718 Filling in some more javadoc. by Florian Nücke · 10 years ago
  29. d879121 Fixed NEI manual usage page showing for irrelevant items. by Florian Nücke · 10 years ago
  30. b173c94 Reworked image rendering in documentation to use custom renderers. by Florian Nücke · 10 years ago
  31. 5802418 Merge pull request #1042 from KJA1582/Index-Block by Florian "Sangar" Nücke · 10 years ago
  32. 23266b7 Tooltips for tabs. by Florian Nücke · 10 years ago
  33. 770bd5c Made resource content provider into a prefab. by Florian Nücke · 10 years ago
  34. b28bb6b Added API for the ingame manual. by Florian Nücke · 10 years ago
  35. 0f63066 Index file for Blocks by Kilian Hofmann · 10 years ago
  36. b0c302f Updated Unifont. by Florian Nücke · 10 years ago
  37. c6bf4d1 Added memory to manual (well, made it remember where you were when closing it with escape). by Florian Nücke · 10 years ago
  38. 33af3d6 Added item index, fixed some documentation derps. by Florian Nücke · 10 years ago
  39. 9402c78 Added documentation for a bunch of stuff that was still missing. by Florian Nücke · 10 years ago
  40. 0186778 Added worldSensorUpgrade.md, added links and changes to items documents. by Rashdan · 10 years ago
  41. 5c42eaf Changed links from server.md to server1.md by Rashdan · 10 years ago
  42. 4d83e86 Updated documentation for all blocks, added details and links. by Rashdan · 10 years ago
  43. 85393fe Relative links, and adjusted most of them, I think... by Florian Nücke · 10 years ago
  44. 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
  45. 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
  46. 3257a28 Modified case1.md by Rashdan · 10 years ago
  47. 6c30511 Fixed creative drone, whoops. by Florian Nücke · 10 years ago
  48. 9a04734 Added some more links, modified case1.md for specific Case info by Rashdan · 10 years ago
  49. 296cc46 Fix potential crashes from bad block/item definitions for images. Fix wrapped whitespace not being trimmed. by Florian Nücke · 10 years ago
  50. 2f4a3cd Added some internal links by Rashdan · 10 years ago
  51. f68aea9 Added Computer.md summary by Rashdan · 10 years ago
  52. 89818f6 Fixed GUI desync issue, guess have to tell the server we closed the manual after all. by Florian Nücke · 10 years ago
  53. 90f4031 Fix manual not opening from NEI usage screen when not holding manual in hand. Closes #1033. by Florian Nücke · 10 years ago
  54. 91d93b1 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
  55. 79c855d Ignore page changes if we're already on that page. by Florian Nücke · 10 years ago
  56. fe1cd79 Removed NEI usage handler for documentation, added button opening manual instead. by Florian Nücke · 10 years ago
  57. 5a60dc8 Re-did some of the weight values. by Vexatos · 10 years ago
  58. 92df9d3 Recoloured some of the loot disks. by Vexatos · 10 years ago
  59. bb3ecce Pulled all the usage strings into doc files. by Florian Nücke · 10 years ago
  60. 2ca87ff Made manual localizable. I doubt anyone ever will, but hey. by Florian Nücke · 10 years ago
  61. bf9a41e Added support for http links. by Florian Nücke · 10 years ago
  62. 6b4e5f0 Scaling down images that are too wide, moved example stuff to example page. by Florian Nücke · 10 years ago
  63. e496bf3 Made scrollbar in manual mouse-interactive. by Florian Nücke · 10 years ago
  64. a8a570d Closing manual when popping the last history entry. by Florian Nücke · 10 years ago
  65. e44b65b Open page of clicked blocks. Redirects, e.g. for blocks with tiers. by Florian Nücke · 10 years ago
  66. 38a6b62 Manual localizations. by Florian Nücke · 10 years ago
  67. 0281d03 Fixed manual GUI init order. by Florian Nücke · 10 years ago
  68. 6f621f5 Recipe for manual, using manual in recipe for Lua BIOS and OpenOS now. by Florian Nücke · 10 years ago
  69. 9a23e10 Forget about hovered links when not hovering them anymore. by Florian Nücke · 10 years ago
  70. d49bb94 Links work, basic navigation is in place. by Florian Nücke · 10 years ago
  71. 61f2eb2 Allow specifying items, blocks or oredict names for images. by Florian Nücke · 10 years ago
  72. c65142a Basic imager suppert, loading documents from resource. by Florian Nücke · 10 years ago
  73. c1156aa Fixed gap in hit detection. by Florian Nücke · 10 years ago
  74. 282875c Added testing tooltips for links and fixed spacing after headers. by Florian Nücke · 10 years ago
  75. dc5bc93 Interactive segment hover detection, link hightlight rendering and some nested rendering fixes. by Florian Nücke · 10 years ago
  76. bef070b Basic scrolling logic. by Florian Nücke · 10 years ago
  77. ca8f1e3 Initial work on ingame documentation via a manual / book. by Florian Nücke · 10 years ago
  78. 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
  79. 654749c Did I mention constants, yet? >_> by Florian Nücke · 10 years ago
  80. 715c68a Builderized achievements. by Florian Nücke · 10 years ago
  81. 838083b All the constants. All of them. by Florian Nücke · 10 years ago
  82. eaf97ae Renamed some internal constants for consistency. by Florian Nücke · 10 years ago
  83. f672f88 Pulling a bunch of constants (item and block names for now) into a single class. by Florian Nücke · 10 years ago
  84. 7628210 Pulling a bunch of constants (item and block names for now) into a single class. by Florian Nücke · 10 years ago
  85. 4d33a48 The mysteries of the MC lighting model. by Florian Nücke · 10 years ago
  86. 8e66c25 Allow using dyes directly, much less efficiently than cartridges. by Florian Nücke · 10 years ago
  87. 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
  88. 565b691 Updated comment in config wrt. print light level. by Florian Nücke · 10 years ago
  89. 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
  90. 5ac8d1e Show light level of prints in tooltip. by Florian Nücke · 10 years ago
  91. 8288539 Better: show alternative state in item render when extended tooltip key is pressed. by Florian Nücke · 10 years ago
  92. 6dd9069 Showing redstone output of prints in tooltip. by Florian Nücke · 10 years ago
  93. d9d6fa3 Item rendering of prints with two states will now alternate the state rendered. by Florian Nücke · 10 years ago
  94. 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
  95. ed516fc Added debug.isModLoaded. Added debug level log messages for registered drivers. by Florian Nücke · 10 years ago
  96. 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
  97. ffd0908 Allow specifying level of redstone signal emitted by prints. by Florian Nücke · 10 years ago
  98. 6f477a3 <Censored> by Vexatos · 10 years ago
  99. b5f30a5 Update de_DE.lang by Vexatos · 10 years ago
  100. 48e3218 I totally saved... by Florian Nücke · 10 years ago