Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-12 | fix(rendering): UV Mapping on tiles | Léa Gris | |
- Fix all faces use the same UV mapping and orientation to be same as standard vanilla full blocks Vanilla blocks's face rendering. - Fix the orientation of bottom-face's arrow overlay with fixed UV of the `GT_MetaTileEntity_Buffer` type machines (filters, buffers, regulators) - Fix UV mapping of item pipes restrictor overlay - Fix UV mapping of fluid pipes blocked input overlay orientation on all sides - Fix UV mappiong of thick covers - Remove the now useless and broken custom UVMapped vertices at the bottom face.  | |||
2020-12-10 | add the option to disable input filter (#365) | botn365 | |
2020-12-05 | This makes batteries drain/charge their tier loss extra charging their ↵ | David Lindström | |
contained machines buffer | |||
2020-11-29 | add(BloodArsenal)add blood infused iron to metal and add fine wires for the ↵ | DreamMasterXXL | |
vampire ring | |||
2020-11-27 | fix-infinit-while | botn365 | |
fix porention infinit while loop wit barrels/drawers | |||
2020-11-26 | isRecipeInputEqual optimization (#351) | Uristqwerty | |
* Optimize GT_Recipe.isRecipeInputEqual Used HEAVILY to catch duplicate recipes during game startup. Worst-case, it would result in 5 GT_OreDictUnificator.get calls for each pair of inputs. Instead, this is closer to 1 + 1/N, and as an added bonus, the modified unification it now uses doesn't copy its output only for it to be discarded immediately after comparison. Apart from inproved startup times, this might make a small difference when machines switch recipes. I am making an assumption that GT_OreDictUnificator.get(true, GT_OreDictUnificator.get(false, stack)) is equivalent to a just GT_OreDictUnificator.get(false, stack), and the original code only double-unificated because it was easier to code. If this turns out to be false, there's still some performance gain from factoring out the tStack unification, but some of the optimization here would be lost. * Changed method visibility according to PR feedback | |||
2020-11-21 | Merge pull request #335 from Prometheus0000/LCE2 | Martin Robertz | |
Added IV HOG only LCE | |||
2020-11-21 | Merge pull request #347 from GTNewHorizons/move-Item-optimazation | Martin Robertz | |
Move item optimazation | |||
2020-11-20 | Merge branch 'experimental' into LCE2 | Prometheus0000 | |
2020-11-20 | Fix merger problem | Prometheus0000000 | |
2020-11-19 | Change all the multi tooltips over. Also changed tooltip class a bit | Prometheus0000000 | |
2020-11-20 | add suport for drawers and barrels | korneel vandamme | |
2020-11-18 | Add new method of displaying MB tooltips. LCR as example for now | Prometheus0000000 | |
2020-11-16 | use moveMultipleItemStacks to variuos functions | korneel vandamme | |
2020-11-16 | add moveMultipleItemStacks to utils | korneel vandamme | |
2020-11-15 | Clean up Extreme Diesel Engine | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-11-14 | Miners may actually detect ores by the oredict | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5468 | |||
2020-11-10 | Cleanroom Callback Rework | bartimaeusnek | |
2020-11-03 | Minor text fixes | Prometheus0000000 | |
2020-11-03 | Added IV HOG only LCE | Prometheus0000000 | |
2020-10-25 | fix acidental perfect OC on all multies (#332) | botn365 | |
2020-10-20 | Merge pull request #330 from GTNewHorizons/GradleUnfck | Martin Robertz | |
Gradle unfck | |||
2020-10-19 | Lift checks out of Stripped Methodes to prevent NoSuchMethodErrors | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-10-19 | Unf****d build.gradle | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-10-19 | allow only from input side | botn365 | |
2020-10-19 | allow to pull items from input bus | botn365 | |
2020-10-05 | Invalid Muffler Hatch Facing | bartimaeusnek | |
Added the ability to change the invalid facing orientation on the Muffler Hatch Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-10-01 | worldObj.getPrecipitationHeight moved to variable | kaziu687 | |
2020-10-01 | Update BaseMetaTileEntity.java | kaziu687 | |
Fixes problem that may cause explosion on Thermos servers with load-chunks-on-request: false When machine stays at the edge of loaded chunk (where siblings is not loaded) worldObj.getPrecipitationHeight will return -1 (cuz chunk wont be loaded on request). Machine will explode even if there is a roof. | |||
2020-09-19 | put back oldTime | korneel vandamme | |
2020-09-19 | Merge branch 'experimental' into patch-4 | botn365 | |
2020-09-19 | fix to much power on non perfect OC | korneel vandamme | |
2020-09-19 | Revert "fix energy consumption on OC past tick limit" | DreamMasterXXL | |
This reverts commit efbaa3fcb94da0aea4a4d51519b58df4641e68d9. | |||
2020-09-18 | fix energy consumption on OC past tick limit | botn365 | |
fix the energy consumption of the large chemical reactor where it would reduce the energy consumption if the it OCd past the tick limit | |||
2020-09-09 | replace HashMap with a (bounded) Guava Cache | repo_alt | |
2020-09-08 | A simple cache for the furnace recipes, to avoid linear iteration | repo_alt | |
(Should help with https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6416) | |||
2020-09-02 | GT p2p tunnel was added to AE itself | repo_alt | |
2020-08-29 | Move neighbour update to BaseTileEntity | moller21 | |
2020-08-25 | Redstone, power, strong, signal, cover | moller21 | |
2020-08-23 | Revert stocking mode change. | moller21 | |
2020-08-23 | Attempt at improving chest buffers, also slowing down lower tier ones. | moller21 | |
2020-08-02 | Fix full size pipes restrictor textures. | moller21 | |
2020-08-01 | Merge pull request #306 from hohounk/experimental | Martin Robertz | |
Simple optimization to GT_Utility.moveOneItemStack | |||
2020-08-01 | Fix batteries in machines chugging cpu to look up recipes. | moller21 | |
2020-07-31 | Better optimization for moving items between inventories. | Kalle | |
2020-07-29 | Simple optimization to GT_Utility.moveOneItemStack | Kalle | |
2020-07-23 | feat(Gregtech) add Raw DD Portal Block | DreamMasterXXL | |
Add Raw Poatal Block for DD Infusion recipe | |||
2020-07-19 | Rework clientside pollution (#302) | moller21 | |
* Rework clientside pollution * Pollution rework * removed debug | |||
2020-07-17 | Fixed average EU input/output display | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5472 | |||
2020-07-17 | Transformer not change visually when mode changes to step up | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/5420 |