Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-30 | draw flipped textures & flipping markers | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | optimize fuel recipe lookup | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | use TT serialization form | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | migrate all other multis over | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | migrate a few more multis over | Glease | |
also removed the stupid ConcurrentHashMap in GT_MetaTileEntity_CubicMultiBlockBase Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | allow gt wrench to rotate the front of controller | Glease | |
also cleaned up GT_Client.java a little bit. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Add GT_MetaTileEntity_CubicMultiBlockBase and a few minor changes | Glease | |
1. add ofCoil() IStructureElement to standardise how to add a homogeneous set of coils to the structure definition 2. Changed newMetaEntity's return type back to IMetaTileEntity to prevent addons crying out 3. Initialize mExtendedFacing to ensure rendering code don't step on null | |||
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 | |