Commit Graph

2927 Commits

Author SHA1 Message Date
raoulvdberge
9a6d38d473 Fixed last modified date not being sent when extracting from an External Storage 2017-11-28 11:15:44 +01:00
raoulvdberge
46699bc42f Fixed not being able to autocraft certain Modular Routers items, fixes #1290 2017-11-27 21:12:10 +01:00
raoulvdberge
f5dbd441f0 Fixed not being able to autocraft different Storage Drawers' wood drawers, fixes #1092 2017-11-27 20:35:22 +01:00
raoulvdberge
a7e92e2af8 Bump to 1.5.25 2017-11-27 20:34:50 +01:00
raoulvdberge
4cd84755d7 Added view type for portable grid as well, to change detailed mode 2017-11-26 12:20:43 +01:00
raoulvdberge
fe023a37d0 Removed unused translation 2017-11-26 12:04:18 +01:00
raoulvdberge
e5f59b88a6 Added icon for last modified sorting type 2017-11-26 11:56:16 +01:00
raoulvdberge
c7969c29ca Fixed possible crash with network scanning, fixes #1544 2017-11-26 11:32:19 +01:00
raoulvdberge
05a84af1c0 Fixed patterns being able to crash when no inputs are provided, fixes #1537 2017-11-26 11:23:28 +01:00
raoulvdberge
f6afe6fef1 Fixed crash with the Constructor, fixes #1546 2017-11-26 11:20:38 +01:00
raoulvdberge
1cb72d9cb3 Added a "detailed" variant for every Grid view type option, to disable the modified information on the tooltip 2017-11-25 13:20:11 +01:00
raoulvdberge
4b68fbf977 Added "Last modified" sorting option 2017-11-25 12:47:44 +01:00
raoulvdberge
b16b441e5a Fix formatting issue 2017-11-25 00:23:33 +01:00
raoulvdberge
0bea6d701e Removed craft-only mode for the Exporter and Fixed Exporter with Stack Upgrade not working correctly in Regulator Mode 2017-11-25 00:22:03 +01:00
raoulvdberge
12ed0dc174 Use server safe class 2017-11-24 23:44:42 +01:00
raoulvdberge
810825649f The Grid now displays last modified information (player name and date) and size on tooltips of stacks 2017-11-24 23:40:15 +01:00
raoulvdberge
66b0506929 Bump to 1.5.24 2017-11-24 23:36:48 +01:00
raoulvdberge
4edaaa42fd Add comment 2017-11-13 23:16:04 +01:00
Raoul
f36e4680f6 Update CHANGELOG.md 2017-11-13 23:05:41 +01:00
raoulvdberge
4305b3cd8f Fixed fluids in Fluid Grid not showing actual mB on tooltip when pressing CTRL + SHIFT, fixes #1536 2017-11-13 22:53:31 +01:00
raoulvdberge
6e7471eaab Fixed Fluid Interface with Stack Upgrade not exporting liquids, fixes #1536 2017-11-13 22:50:38 +01:00
raoulvdberge
0905f2fb90 Fixed duplication bug with autocrafting, fixes #1500 2017-11-13 22:34:55 +01:00
raoulvdberge
295cc68088 Bump to 1.5.23 2017-11-13 22:34:55 +01:00
Raoul
4f4b78a044 Update CHANGELOG.md 2017-11-11 13:57:38 +01:00
raoulvdberge
9b10d907c9 Reformat 2017-11-11 13:33:19 +01:00
raoulvdberge
f321e76036 Rename variable 2017-11-11 13:32:29 +01:00
raoulvdberge
ed3010d2b2 Attempt to fix build 6 - will it keep working? 2017-11-10 12:04:19 +01:00
raoulvdberge
d0d9627ce5 Attempt to fix build 5 2017-11-10 11:57:26 +01:00
raoulvdberge
52fd882046 Attempt to fix build 4 2017-11-10 11:54:50 +01:00
raoulvdberge
cde53077e1 Attempt to fix build 3 2017-11-10 11:36:07 +01:00
raoulvdberge
244fd8215d Attempt to fix build 2 2017-11-10 11:33:07 +01:00
raoulvdberge
03a4311e59 Forgot about this 2017-11-10 11:23:29 +01:00
raoulvdberge
60214e6f0d Update changelog 2017-11-10 11:22:32 +01:00
raoulvdberge
0ad40e01b4 Fixed lag when opening a Grid with lots of items by offloading the grid sorting to another thread 2017-11-10 11:22:19 +01:00
tartaric_acid
44a4820109 Update zh_Cn language file (#1526) 2017-11-10 11:16:05 +01:00
raoulvdberge
b5afddb771 Attempt to fix build 2017-11-05 10:09:00 +01:00
raoulvdberge
14a11c8a1a Add jar signing, fixes #1514 2017-11-05 10:05:03 +01:00
raoulvdberge
5927a6e78a Allow overriding of a pattern 2017-11-05 00:39:38 +01:00
raoulvdberge
92c0b2aece Added shortcut to clear Grid crafting matrix, fixes #1516 2017-11-04 20:20:56 +01:00
raoulvdberge
18b4fbe358 You can now re-insert a Pattern in the pattern output slot in the Pattern Grid to modify an existing pattern 2017-11-04 19:12:46 +01:00
xinyuan liu
8b0d2255ad Fix issue #1511 . Use hashmap to optimize the performance in building CraftingPatternChainList (#1512)
* Use hashmap to optimize the performance in building CraftingPatternChainList

* Another implementation of the hashcode

* some adjustment on code style

* add NBT data in the hash of CraftingPattern

* replace tab with spaces

* fix code style as required
2017-11-02 16:23:13 +01:00
raoulvdberge
15681b6ba4 Fixed not being able to use JEI R and U keys on Grid with tabs, fixes #1499 2017-10-29 22:29:31 +01:00
raoulvdberge
fbdc0f4752 Added oredict, blocking, processing, ore inputs access to OpenComputers API, fixes #1508 2017-10-29 22:09:11 +01:00
raoulvdberge
4cced6b4ba The Crafter can now only store 1 stack size pattern per slot 2017-10-29 22:08:02 +01:00
raoulvdberge
e54314512f Bump to 1.5.22 2017-10-29 22:07:49 +01:00
raoulvdberge
12c55641ee Fixed cable blocks, Wireless Transmitter, Detector and Portable Grid acting as full blocks (being able to place torches on them etc), fixes #1493 2017-10-19 22:48:40 +02:00
Lordmau5
8a978e4c40 Better implementation for crafting grid (#1496)
* Better implementation for crafting grid

Tackles #1368 and tries to fix it by caching the recipe to not call "CraftingManager.findMatchingResult" every single time it tries to craft

* Fix code-style and update changelog
2017-10-19 20:36:06 +02:00
raoulvdberge
0614ea6dbf Fixed crash with External Storage, fixes #1490 2017-10-16 21:14:31 +02:00
raoulvdberge
476de42b31 Updated Portuguese (Brazilian) translation, by Pinz714 2017-10-16 19:27:40 +02:00
raoulvdberge
cd1528438a Bump to 1.5.21 2017-10-16 19:27:04 +02:00