Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-31 | Merge branch 'experimental' into long_distance_transfer | Jason Mitchell | |
2020-12-31 | add hardness to the blocks | DreamMasterXXL | |
(cherry picked from commit f21a80dcdd61f004b6cc78639c4448a120b76cdd) | |||
2020-12-31 | Merge pull request #389 from GTNewHorizons/dissassembler2 | Martin Robertz | |
NBT Dissassebly Data removal | |||
2020-12-31 | Implemented ReverseRecipes | bartimaeusnek | |
2020-12-31 | Disassembler rework | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-12-29 | Merge pull request #386 from GTNewHorizons/OilCrackerSync | Martin Robertz | |
Added wrong boni to Oil Cracker | |||
2020-12-29 | Remove leftover code of logistics energy cost | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-12-29 | Remove all energy cost of moving fluid and items | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2020-12-29 | Fixed Min/Max switcheroo | bartimaeusnek | |
2020-12-28 | Merge pull request #380 from GTNewHorizons/CoilsLogicRework | bartimaeusnek | |
Heating Coil Logic Overhaul | |||
2020-12-28 | Added TODOs for code smell | bartimaeusnek | |
2020-12-28 | Added Tier Colors | bartimaeusnek | |
2020-12-28 | More Refactor | bartimaeusnek | |
2020-12-28 | Refactor | bartimaeusnek | |
+ Added 2 more coils + Improved Tooltips | |||
2020-12-27 | fix | DreamMasterXXL | |
(cherry picked from commit c36d2276a0a192cfcdee8e965770fcf04d2ef08f) | |||
2020-12-27 | fix | DreamMasterXXL | |
Luv+ components are in the core mod | |||
2020-12-26 | Add ~~stolen~~ borrowed textures for long distance pipes | Jason Mitchell | |
2020-12-26 | Adds long distance Item & Fluid pipelines and pipes. Inspired/ported from ↵ | Jason Mitchell | |
GT6 under LGPL. | |||
2020-12-26 | Readability cleanup | Jason Mitchell | |
2020-12-26 | Update ranges (from upstream) | Jason Mitchell | |
2020-12-26 | Machine Block Update changes | Jason Mitchell | |
* Conditionally trigger an update on front facing (Needed for pipelines) * Use a queue instead of recursion | |||
2020-12-24 | Heating Coil Logic Overhaul | bartimaeusnek | |
2020-12-21 | attempt fix cme on gt block update | botn365 | |
attempt to fix a concurentModificationexeption crash when having large gt block updates | |||
2020-12-19 | use getAccesble slots again | korneel vandamme | |
2020-12-19 | make getAccessibleSlots more optimesed for pipes | korneel vandamme | |
2020-12-13 | Cache steam fluid IDs on startup and use those instead of string ↵ | Jason Mitchell | |
comparisions everywhere. NOTE: Also drops MFR steam compat | |||
2020-12-14 | add animated texture for the valve | DreamMasterXXL | |
2020-12-13 | added steam valve cover | KiloJoel | |
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 |