Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2021-06-06 | Uses GT_WirelessRedstoneCover packets now | Matt | |
2021-06-05 | Made fixes based on Glease's suggestions | Matt | |
2021-06-05 | refactor a bit (readability, restore string order, avoid double tax) | repo_alt | |
2021-06-05 | Display plant stats when the cropstick is empty | repo_alt | |
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8015 | |||
2021-06-04 | All covers now record which player last opened that cover's gui | Matt | |
2021-05-31 | Merge pull request #550 from GTNewHorizons/long-distance-pipe-warning | Martin Robertz | |
Remove false warning about missing texture | |||
2021-05-29 | Remove false warning about missing texture | Glease | |
2021-05-25 | Add input bus initial filter preference | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-05-25 | Allow client send preference to server | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-05-24 | feat(glow): iconset machines glow support | Léa Gris | |
- Add glow support for all sides and states of iconset machines (same as with basicmachines). Automated code cleanup with IDEA of: - Optiimise all imports (remove unused, sort) - Reorder all modifiers to the canonical preferred order (as stated in the Java Language Specification) - Add all missing @Override annotations | |||
2021-05-23 | It's ugly, but it works. | Jason Mitchell | |
2021-05-23 | Disable unnecessary hot ingot generation | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-05-22 | Merge branch 'experimental' into glow-texture | Martin Robertz | |
2021-05-22 | Merge pull request #542 from Usernm0/experimental | Martin Robertz | |
Fix translations from resourcepacks. | |||
2021-05-21 | code layout | Léa Gris | |
2021-05-21 | feat(render): implementation-free api texture factory | Léa Gris | |
Provides an implementation-free API Texture factory an builder. Deprecates gregtech.api.objects.GT_*Texture.java classes Once all GregTech add-on will be migrated to the new implemnetation-free API, changes to the implementation will not affect the add-on. For now, this API allow rendering of in-world glow textures. In-inventory/hand rendering of glow texture require implementation changes that are postponed until no add-on uses the deprecated embedded implementation API. | |||
2021-05-21 | fix(render): move new textures rendering to new package | Léa Gris | |
Old textures rendering are kept in api/objects for backward compatibility. The old textures rendering does not handle glow textures or independant inventory tessellation. The old textures will only work with the old GT_Renderer_Block class New textures rendering with own tessellation in inventory and handling of glow emisssive textures are moved to the api/render package. These must not be used with the Old GT_Renderer_Block class or it will crash with: Already Tessellating Exception from the Tessellator class | |||
2021-05-21 | feat(render): support all basic machines glow | Léa Gris | |
Support glow textures on all sides and states of basic machines. When a glow is irrelevant, a blank placeholder still maintain support for customization from resource packs. | |||
2021-05-21 | feat(render): buffers glow | Léa Gris | |
Add code support and blank glow placeholders so resource pack can provide own glow. Applies to: - Chest Buffer - Item Filter - Distributor - Regulator - SuperBuffer - Type Filter | |||
2021-05-21 | feat(render): pipeline side glow | Léa Gris | |
2021-05-21 | feat(render): active disassembler top glow | Léa Gris | |