Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-30 | feat(texture API): integrate ExtendedFacing rotation | Léa Gris | |
Add ExtendedFacing rotation to the texture API. Rotatable ExtendedFacing textures can be created with: ```java TextureFactory.builder().addIcon(IICon).extFacing().build(); ``` Improve and unify internal implementation of standard oriented and glow textures. | |||
2021-07-30 | Implement IConstructable for demo multis | Glease | |
2021-07-30 | Initial StructureLib integration | Glease | |
2021-07-22 | Increase the EU cap even more | Glease | |
2021-07-22 | Update GT_Recipe.java | GlodBlock | |
2021-07-22 | change it into hashset back | GlodBlock | |
2021-07-21 | Merge pull request #594 from GTNewHorizons/fix-recipe-check | Martin Robertz | |
2021-07-21 | make it thread safe | GlodBlock | |
2021-07-15 | Merge pull request #598 from TimeConqueror/experimental | Martin Robertz | |
More optimizaaations | |||
2021-07-15 | Removed useless method callings | TimeConqueror | |
2021-07-15 | Merge pull request #597 from TimeConqueror/experimental | Martin Robertz | |
Improvements to Vanilla Replacement & GT_Utility#copy | |||
2021-07-15 | Merge pull request #593 from GTNewHorizons/gui-manipulate-fluid | Martin Robertz | |
Extended GUI fluid manipulation support to GT_MetaTileEntity_BasicTank | |||
2021-07-15 | Removed useless array creation in most #copy methods by changing them to ↵ | TimeConqueror | |
#copyOrNull variant with single parameter. | |||
2021-07-15 | Optimized Replacing Vanilla Materials code, removed uselessly-repeated ↵ | TimeConqueror | |
operations | |||
2021-07-14 | Add option to not change GUI color based on paint | Glease | |
2021-07-10 | fix recipe check | GlodBlock | |
2021-07-10 | Extended GUI fluid manipulation support to GT_MetaTileEntity_BasicTank | Glease | |
2021-07-08 | Merge pull request #585 from GTNewHorizons/cover-optimization | Martin Robertz | |
2021-07-05 | Merge pull request #590 from GTNewHorizons/beter-power-net | Martin Robertz | |
fix overvolatage null crach | |||
2021-07-05 | fix overvolatage null crach | korneel vandamme | |
2021-07-03 | Merge pull request #587 from GTNewHorizons/beter-power-net | boubou19 | |
Beter power net | |||
2021-07-03 | fix extra { | korneel vandamme | |
2021-07-03 | prevent crach in case getBase is null | korneel vandamme | |
2021-07-03 | nake rest rf actualy work | korneel vandamme | |
2021-07-03 | Merge pull request #586 from GTNewHorizons/beter-power-net | boubou19 | |
Beter power net | |||
2021-07-03 | fix ae p2p not working | korneel vandamme | |
2021-07-03 | and actualy push if it is not full amount | korneel vandamme | |
2021-07-03 | store rest of RF to later push it | korneel vandamme | |
2021-07-03 | fix not reconetcing | korneel vandamme | |
2021-07-03 | Remove unnecessary redstone state query for covers | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-02 | Merge pull request #572 from GTNewHorizons/beter-power-net | Martin Robertz | |
Better power net | |||
2021-07-03 | fix typos in enet implementation | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-02 | remove debug code | korneel vandamme | |
2021-06-29 | make arc furnace smelt Naquadah parts into ingot | GlodBlock | |
i don't see a point why this method have to turn Naquadah and Enriched Naquadah into dust material, they should be ingot material in common sense. | |||
2021-06-29 | Change bio circuit raw material names | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-25 | Update ItemList.java | GlodBlock | |
2021-06-25 | Fix redstone cover UX being weird | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-22 | change side to from int to byte | korneel vandamme | |
2021-06-21 | fix NPE/infinit loop and small refractoring | korneel vandamme | |
2021-06-20 | Update GT_MetaTileEntity_Hatch_OutputBus.java | GlodBlock | |
2021-06-20 | stop the output bus generating ghost item | GlodBlock | |
2021-06-18 | Fix consistent crash | amy null | |
2021-06-16 | add graph network to pipes and implement it for power | korneel vandamme | |
2021-06-16 | Fix UnsupportedOperationException for listContainsItem | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-06-15 | Merge pull request #560 from YannickMG/steam-gui-cleanup | Martin Robertz | |
No auto-output rendering for steam basic machines | |||
2021-06-14 | Using explicit steam machine check | Yannick Marcotte-Gourde | |
2021-06-14 | Formatting change | Prometheus0000 | |
2021-06-13 | No auto-output rendering for steam basic machines | Yannick Marcotte-Gourde | |
2021-06-07 | Merge pull request #553 from MatthewCOwen/experimental | Martin Robertz | |
Made the wireless redstone recievers safer to use on public servers | |||
2021-06-07 | removed covervariable as a parameter and applied proper masking | Matt | |