3929 Commits

Author SHA1 Message Date
Florian Nücke
cc9883cd72 Updated a few dependencies. 2015-04-11 01:52:04 +02:00
Florian Nücke
23306b5a09 Merge branch 'master-MC1.7.10' of https://github.com/KamranMackey/OpenComputers into master-MC1.7.10 2015-04-11 01:37:54 +02:00
Florian Nücke
90897f3b09 Removed dead code. 2015-04-11 01:30:44 +02:00
Florian Nücke
c7dfddd009 Added proper code formatting renderer (using font renderer used for screens). Closes #1054.
Fixed text wrapping, strings without "wrap points" caused an infinite loop.
2015-04-11 01:28:46 +02:00
Florian Nücke
a1283c9aa2 Added current mod version to manual tooltip, closes #1048. 2015-04-10 22:33:30 +02:00
Florian Nücke
e974a87f71 Parse code as italic for now. 2015-04-10 22:21:23 +02:00
Florian Nücke
3593a17e58 Added interface to allow for interactive custom rendered elements on manual pages.
Fix log spam introduced by last commit, now showing message in tooltip.
Changed API of ImageRenderer to take mouse coords in render call.
2015-04-10 21:45:49 +02:00
Florian Nücke
7a46657835 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.
Fixed crash caused by invalid `block:` image definitions.
Fixed `mods` dir being included in builds... with a part of the RC API... wherever the heck that comes from...
2015-04-10 19:48:46 +02:00
Florian Nücke
e91f6671c4 Subtle gray background for images when hovered, mostly for dark items to be able to see them better.
Also more state witchery.
2015-04-10 19:01:20 +02:00
Florian Nücke
2d9764da8c Tried to improve and stabilize masking logic for manual content a bit. 2015-04-10 17:56:11 +02:00
Florian Nücke
5c2464f43d Converted rendering for normal images into ImageRenderer, for consistency.
Also got rid of some weird constants.
Added keybinds for navigating manual (jump key for back, inv key for exit).
2015-04-10 16:07:51 +02:00
Florian Nücke
b5abd7dd7a May fix issues with relative paths in manual containing ..s. 2015-04-10 15:10:04 +02:00
Florian Nücke
cf52f6ae51 Javadoc fixes. 2015-04-10 11:05:23 +02:00
Kamran Mackey
8913478a9a Gradle 2.3! 2015-04-09 19:00:42 -06:00
Florian Nücke
25f27c0475 Go away. 2015-04-10 01:43:58 +02:00
Florian Nücke
59113902f0 Some more refactoring, vastly improved masking for manual.
Fixed light desync when opening manual via NEI usage screen.
2015-04-10 01:41:58 +02:00
Florian Nücke
8e65c9f057 Force resource content provider to use UTF-8.
Also some fixes in doc.
2015-04-10 00:54:51 +02:00
Florian Nücke
17ca2c31ee Split it up a bit, because the number of internal classes was getting a bit silly. Nevermind the package depth being silly now. 2015-04-10 00:50:55 +02:00
Florian Nücke
a8d07183c1 Filling in some more javadoc. 2015-04-10 00:31:21 +02:00
Florian Nücke
d87912105f Fixed NEI manual usage page showing for irrelevant items. 2015-04-09 23:57:29 +02:00
Florian Nücke
b173c942bf Reworked image rendering in documentation to use custom renderers. 2015-04-09 23:44:09 +02:00
Florian "Sangar" Nücke
580241805e Merge pull request #1042 from KJA1582/Index-Block
Index file for Blocks
2015-04-09 19:08:41 +02:00
Florian Nücke
23266b776e Tooltips for tabs. 2015-04-09 19:07:46 +02:00
Florian Nücke
770bd5c28a Made resource content provider into a prefab.
Screw the icon prefab, broken and cba to fix.
2015-04-09 18:48:54 +02:00
Florian Nücke
b28bb6b2ad Added API for the ingame manual. 2015-04-09 18:06:35 +02:00
Kilian Hofmann
0f63066339 Index file for Blocks 2015-04-09 17:17:47 +02:00
Florian Nücke
b0c302ff1c Updated Unifont. 2015-04-09 13:18:51 +02:00
Florian Nücke
c6bf4d156b Added memory to manual (well, made it remember where you were when closing it with escape).
More documentation fixes.
2015-04-09 13:17:12 +02:00
Florian Nücke
33af3d6734 Added item index, fixed some documentation derps. 2015-04-09 12:45:40 +02:00
Florian Nücke
9402c78dd4 Added documentation for a bunch of stuff that was still missing. 2015-04-09 12:20:26 +02:00
Florian "Sangar" Nücke
45379d50f9 Merge pull request #1037 from Vexatos/patch-21
Added Ore Processing to OpenComputers.
2015-04-09 09:55:23 +02:00
Vexatos
815213059f Fixed ore processing 2015-04-09 09:53:39 +02:00
Florian "Sangar" Nücke
f28fd0dba4 Merge pull request #1036 from rashdanml/master-MC1.7.10
In-game documentation files
2015-04-09 09:48:45 +02:00
Vexatos
63e2a40f55 Added Ore Processing to OpenComputers.
As requested by https://twitter.com/SangarWasTaken/status/585822670899568641.
2015-04-09 08:43:06 +02:00
Rashdan
01867788a0 Added worldSensorUpgrade.md, added links and changes to items documents. 2015-04-08 22:36:20 -07:00
Rashdan
5c42eaf3a6 Changed links from server.md to server1.md 2015-04-08 18:28:34 -07:00
Rashdan
4d83e86625 Updated documentation for all blocks, added details and links. 2015-04-08 18:23:40 -07:00
Florian Nücke
85393fe340 Relative links, and adjusted most of them, I think... 2015-04-09 00:39:01 +02:00
Florian Nücke
8aff571a88 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. 2015-04-08 22:40:25 +02:00
Florian Nücke
7c9f7e4503 Merge branch 'master-MC1.7.10' of https://github.com/rashdanml/OpenComputers into master-MC1.7.10 2015-04-08 22:38:56 +02:00
Rashdan
3257a285f6 Modified case1.md 2015-04-08 13:36:16 -07:00
Florian Nücke
6c305118e8 Fixed creative drone, whoops. 2015-04-08 22:27:19 +02:00
Rashdan
9a047348ed Added some more links, modified case1.md for specific Case info 2015-04-08 13:23:17 -07:00
Florian Nücke
296cc461bb Fix potential crashes from bad block/item definitions for images. Fix wrapped whitespace not being trimmed. 2015-04-08 22:17:51 +02:00
Rashdan
2f4a3cd9a7 Added some internal links 2015-04-08 12:59:02 -07:00
Rashdan
f68aea962e Added Computer.md summary 2015-04-08 12:35:51 -07:00
Florian Nücke
89818f676a Fixed GUI desync issue, guess have to tell the server we closed the manual after all. 2015-04-08 21:07:51 +02:00
Florian Nücke
90f403115a Fix manual not opening from NEI usage screen when not holding manual in hand. Closes #1033. 2015-04-08 20:36:02 +02:00
Florian Nücke
91d93b1975 Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10 2015-04-08 19:23:27 +02:00
Florian "Sangar" Nücke
0cc67b9139 Merge pull request #1032 from Vexatos/patch-20
Recoloured some of the loot disks.
2015-04-08 19:22:58 +02:00