- e294ec4 Actually tried fixing OPPM auto-installer by Vexatos · 10 years ago
- 8eaeb46 Update oppm.lua by Vexatos · 10 years ago
- b6d6c5c Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 8b81e44 Should fix potential NPE in worker thread when arch is re-evaluated, closes #1070. by Florian Nücke · 10 years ago
- 5ece86c Merge pull request #1063 from Vexatos/patch-22 by Florian "Sangar" Nücke · 10 years ago
- 1a66fbf OPPM is apparently craftable now. by Vexatos · 10 years ago
- 85a07e4 Header levels. by Florian Nücke · 10 years ago
- 531e584 Fixed chamelium blocks being registered breaking mipmaps. Closes #1061. by Florian Nücke · 10 years ago
- d334dd1 Merge pull request #1062 from rashdanml/master-MC1.7.10 by Florian "Sangar" Nücke · 10 years ago
- cefe7f4 Made speed of gpu.setPaletteColor depend on GPU tier and made it a lot faster. by Florian Nücke · 10 years ago
- b725cb9 Major/minor changes, made sure everything was linked, reworded some stuffs. by Rashdan · 10 years ago
- 518e000 Remove duplicate entries in Lua interpreter tab completion. by Florian Nücke · 10 years ago
- e54536d Not ignoring index in Lua interpreter tab completion anymore. by Florian Nücke · 10 years ago
- 5349645 Fix potential crash when trying to render a char that could not be generated. by Florian Nücke · 10 years ago
- 58b50ad Polished up documentation some more. by Florian Nücke · 10 years ago
- 85a45e8 Disabled printed block opacity by default, added setting to enable. Rendering too derpy with MC's lighting engine for this for my taste. by Florian Nücke · 10 years ago
- 0e883fb Added functionality to allow defining recipes for (built-in) loot disks. by Florian Nücke · 10 years ago
- 3fe3f81 Make prints set to emit redstone but not having a second state emit redstone always. by Florian Nücke · 10 years ago
- c0ff965 Fixed regression in redstone handling of print with only one state. by Florian Nücke · 10 years ago
- 10a640d Give a free manual to players once. by Florian Nücke · 10 years ago
- 9fb1406 Also registering manual as `craftingBook` in oredict. by Florian Nücke · 10 years ago
- fe66cec More cleanup, pulled common functionality from text and code segments into trait. by Florian Nücke · 10 years ago
- c6bfcb4 Moved link handling into link segment, using mouse click handler. by Florian Nücke · 10 years ago
- 2b6a257 Improved culling for document rendering a bit, cleaned up code some. by Florian Nücke · 10 years ago
- 9280fc7 Added a basic tutorial to the manual. by Florian Nücke · 10 years ago
- 419697a check for gt_api class, to prevent crash when using GT6 by Johannes Lohrer · 10 years ago
- 91bf2c7 Added `FilteredEnvironment` to allow dynamically hiding callbacks when they get connected to a computer. Closes #1010. by Florian Nücke · 10 years ago
- 6d7cc3c EEPROM now also can be cleared via self-crafting, floppies keep their color, closes #1052. by Florian Nücke · 10 years ago
- f4c4d4c FluidStack.fluidID -> FluidStack.getFluid.getId by Florian Nücke · 10 years ago
- b7169eb Removed test dead link... by Florian Nücke · 10 years ago
- 3d133be Fixed some dead links, formatting. by Florian Nücke · 10 years ago
- b8a2420 Color dead links red. Typos, consistency, removed example page. by Florian Nücke · 10 years ago
- 11cb4fe Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- da023a5 Merge pull request #1057 from rashdanml/master-MC1.7.10 by Florian "Sangar" Nücke · 10 years ago
- cea8fc6 Added text to index.md, added lua.md and openOS.md, fixed up formatting, etc by Rashdan · 10 years ago
- e8f4e79 Rendering multiline list elements indented (checking if line starts with `- ` or `* `). by Florian Nücke · 10 years ago
- 0f1946f Fixed / improved word wrapping. by Florian Nücke · 10 years ago
- cc9883c Updated a few dependencies. by Florian Nücke · 10 years ago
- 23306b5 Merge branch 'master-MC1.7.10' of https://github.com/KamranMackey/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 90897f3 Removed dead code. by Florian Nücke · 10 years ago
- c7dfddd Added proper code formatting renderer (using font renderer used for screens). Closes #1054. by Florian Nücke · 10 years ago
- a1283c9 Added current mod version to manual tooltip, closes #1048. by Florian Nücke · 10 years ago
- e974a87 Parse code as italic for now. by Florian Nücke · 10 years ago
- 3593a17 Added interface to allow for interactive custom rendered elements on manual pages. by Florian Nücke · 10 years ago
- 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
- 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
- 2d9764d Tried to improve and stabilize masking logic for manual content a bit. by Florian Nücke · 10 years ago
- 5c2464f Converted rendering for normal images into ImageRenderer, for consistency. by Florian Nücke · 10 years ago
- b5abd7d May fix issues with relative paths in manual containing `..`s. by Florian Nücke · 10 years ago
- cf52f6a Javadoc fixes. by Florian Nücke · 10 years ago
- 8913478 Gradle 2.3! by Kamran Mackey · 10 years ago
- 25f27c0 Go away. by Florian Nücke · 10 years ago
- 5911390 Some more refactoring, vastly improved masking for manual. by Florian Nücke · 10 years ago
- 8e65c9f Force resource content provider to use UTF-8. Also some fixes in doc. by Florian Nücke · 10 years ago
- 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
- a8d0718 Filling in some more javadoc. by Florian Nücke · 10 years ago
- d879121 Fixed NEI manual usage page showing for irrelevant items. by Florian Nücke · 10 years ago
- b173c94 Reworked image rendering in documentation to use custom renderers. by Florian Nücke · 10 years ago
- 5802418 Merge pull request #1042 from KJA1582/Index-Block by Florian "Sangar" Nücke · 10 years ago
- 23266b7 Tooltips for tabs. by Florian Nücke · 10 years ago
- 770bd5c Made resource content provider into a prefab. by Florian Nücke · 10 years ago
- b28bb6b Added API for the ingame manual. by Florian Nücke · 10 years ago
- 0f63066 Index file for Blocks by Kilian Hofmann · 10 years ago
- b0c302f Updated Unifont. by Florian Nücke · 10 years ago
- c6bf4d1 Added memory to manual (well, made it remember where you were when closing it with escape). by Florian Nücke · 10 years ago
- 33af3d6 Added item index, fixed some documentation derps. by Florian Nücke · 10 years ago
- 9402c78 Added documentation for a bunch of stuff that was still missing. by Florian Nücke · 10 years ago
- 45379d5 Merge pull request #1037 from Vexatos/patch-21 by Florian "Sangar" Nücke · 10 years ago
- 8152130 Fixed ore processing by Vexatos · 10 years ago
- f28fd0d Merge pull request #1036 from rashdanml/master-MC1.7.10 by Florian "Sangar" Nücke · 10 years ago
- 63e2a40 Added Ore Processing to OpenComputers. by Vexatos · 10 years ago
- 0186778 Added worldSensorUpgrade.md, added links and changes to items documents. by Rashdan · 10 years ago
- 5c42eaf Changed links from server.md to server1.md by Rashdan · 10 years ago
- 4d83e86 Updated documentation for all blocks, added details and links. by Rashdan · 10 years ago
- 85393fe Relative links, and adjusted most of them, I think... by Florian Nücke · 10 years ago
- 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
- 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
- 3257a28 Modified case1.md by Rashdan · 10 years ago
- 6c30511 Fixed creative drone, whoops. by Florian Nücke · 10 years ago
- 9a04734 Added some more links, modified case1.md for specific Case info by Rashdan · 10 years ago
- 296cc46 Fix potential crashes from bad block/item definitions for images. Fix wrapped whitespace not being trimmed. by Florian Nücke · 10 years ago
- 2f4a3cd Added some internal links by Rashdan · 10 years ago
- f68aea9 Added Computer.md summary by Rashdan · 10 years ago
- 89818f6 Fixed GUI desync issue, guess have to tell the server we closed the manual after all. by Florian Nücke · 10 years ago
- 90f4031 Fix manual not opening from NEI usage screen when not holding manual in hand. Closes #1033. by Florian Nücke · 10 years ago
- 91d93b1 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 by Florian Nücke · 10 years ago
- 0cc67b9 Merge pull request #1032 from Vexatos/patch-20 by Florian "Sangar" Nücke · 10 years ago
- 79c855d Ignore page changes if we're already on that page. by Florian Nücke · 10 years ago
- fe1cd79 Removed NEI usage handler for documentation, added button opening manual instead. by Florian Nücke · 10 years ago
- 5a60dc8 Re-did some of the weight values. by Vexatos · 10 years ago
- 92df9d3 Recoloured some of the loot disks. by Vexatos · 10 years ago
- bb3ecce Pulled all the usage strings into doc files. by Florian Nücke · 10 years ago
- 2ca87ff Made manual localizable. I doubt anyone ever will, but hey. by Florian Nücke · 10 years ago
- bf9a41e Added support for http links. by Florian Nücke · 10 years ago
- 6b4e5f0 Scaling down images that are too wide, moved example stuff to example page. by Florian Nücke · 10 years ago
- e496bf3 Made scrollbar in manual mouse-interactive. by Florian Nücke · 10 years ago
- a8a570d Closing manual when popping the last history entry. by Florian Nücke · 10 years ago
- e44b65b Open page of clicked blocks. Redirects, e.g. for blocks with tiers. by Florian Nücke · 10 years ago
- 38a6b62 Manual localizations. by Florian Nücke · 10 years ago
- 0281d03 Fixed manual GUI init order. by Florian Nücke · 10 years ago