Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-30 | Refactors for easier reading (#839) | Jason Mitchell | |
* Refactors * Common functionality to base classes * GT Pre/Postload broken into more modular pieces * Extract common (mainly cover related) functionality from BaseMetaTileEntity & BaseMetaPipeEntity | |||
2021-12-18 | Fix derp in BaseMetaPipeEntity during git merge (#824) | Glease | |
Also added a bunch of fallback overrides to GT_Cover_None in the case of my stupid programming errors again | |||
2021-12-17 | Fix cover data not resetting on client | Glease | |
2021-12-16 | Fix oversight in cover NBT migration | Glease | |
2021-12-01 | Add a new ghost slot to single block machines for config circuits | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-27 | Merge pull request #755 from GTNewHorizons/patch-outbound-loss-reduce | Martin Robertz | |
Reduce innate outbound loss by one tier | |||
2021-11-26 | Reduce innate outbound loss by one tier | Glease | |
This will make LV power networks less annoying to build Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-23 | centralized pollution for GT multies | boubou_19 | |
2021-11-21 | Makes it not crash if someone calls in from UNKNOWN direction | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-17 | Rename GT_CoverBehavior_New to GT_CoverBehaviorBase | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-17 | convert cover data storage to a full nbt tag | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-10-23 | Try to use locale formatting | D-Cysteine | |
* Also format some more of the portable scanner's output | |||
2021-10-22 | Try start processing immediately upon manual fluid manipulation | Glease | |
2021-08-01 | Manual merging | TimeConqueror | |
2021-08-01 | Merge branch 'experimental' into code-improvements | Andrey | |
2021-08-01 | Improved readability of setBlockEvent | TimeConqueror | |
2021-08-01 | Improved readability of BaseMetaTileEntity receiveClientEvent | TimeConqueror | |
2021-07-30 | Fixes related to coil hint blocks | Glease | |
Also updates StructureLib to fix invisible block hint and pulled the utility methods up. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Implement IConstructable for demo multis | Glease | |
2021-07-30 | Initial StructureLib integration | Glease | |
2021-07-03 | Remove unnecessary redstone state query for covers | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-02 | remove debug code | korneel vandamme | |
2021-06-21 | fix NPE/infinit loop and small refractoring | korneel vandamme | |
2021-06-16 | add graph network to pipes and implement it for power | korneel vandamme | |
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-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-03-30 | Updated to use proper naming conventions. | charles | |
2021-03-30 | Made it so that machine control covers disable themselves when the | charles | |
machine runs out of energy | |||
2021-03-24 | feat(cover): hide covers when holding a soldering-iron | Léa Gris | |
2021-03-20 | feat(cover): handles transparent covers | Léa Gris | |
Add support for transparent covers (glass plate) on all GT Machines: - See pipes, wires, cables through transparent covers - Layer transparent covers over full-block pipes and machines | |||
2021-03-10 | Correctly release/reuse channel after ME bus removal and reconnect | repo_alt | |
2021-01-19 | ME output bus | repo_alt | |
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-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-08-29 | Move neighbour update to BaseTileEntity | moller21 | |
2020-08-25 | Redstone, power, strong, signal, cover | moller21 | |
2020-08-01 | Fix batteries in machines chugging cpu to look up recipes. | moller21 | |
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 | |||
2020-05-10 | Merge pull request #281 from moller21/coverguis2 | Martin Robertz | |
Cover GUI's take 2 | |||
2020-05-10 | Cover GUI: added fluid regulator, finished open on shiftrightclick. | moller21 | |
2020-05-06 | Cover gui: Right click to open instead take.2 | moller21 | |
2020-05-04 | Fix integer loopback in scanner averages | Technus | |
2020-05-04 | Added cover guis for pump/filter | moller21 | |
2020-04-15 | Refactor to fixed thread pool executor | Technus | |
Use actually something made for this task... | |||
2020-02-25 | Provide owner's UUID to forge event bus for fake players. Second PR cuz line ↵ | karpov.evgeniy | |
endings fixed. | |||
2019-07-15 | IC2 ENet compat for GT transformers & GT cables | Jason Mitchell | |
* Fixes every face of ic2 nuclear reactors giving full energy * Should reduce performance concerns from previous ic2 energy compat * Removes Tec's workaround | |||
2018-09-19 | added explosion log | bartimaeusnek | |
+readded GalacticraftFiles for @mitchej123 GC Compat +fixed a typo in IGregTechTileEntity | |||
2018-09-16 | Work with subclassed GT cables (ie: gt++ cables) | Jason Mitchell | |