| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-01 | Make gtpp happy | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-08-01 | Visibility changes & new methods in GT_MetaTileEntity_Boiler for using them ↵ | TimeConqueror | |
| in GTPP | |||
| 2021-08-01 | Merge branch 'experimental' into code-improvements | Andrey | |
| 2021-08-01 | GT_MetaTileEntity_Boiler: Forgot to replace sendSound | TimeConqueror | |
| 2021-08-01 | Improved readability of GT_MetaTileEntity_Boiler#doSound | TimeConqueror | |
| 2021-07-31 | Add comments | D-Cysteine | |
| 2021-07-31 | Fix iteration over invalid slots | D-Cysteine | |
| 2021-07-31 | Fix large boiler copy paste error | Glease | |
| 2021-07-30 | Merge branch 'experimental' into fix-clay-buckets | Martin Robertz | |
| 2021-07-30 | Make GT_MetaTileEntity_CubicMultiBlockBase easier to use | Glease | |
| 2021-07-30 | Fix typo in implosion compressor. fixed DT hint | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | Fix frame box hint & placement | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | Make variable size multi's hint length depend on item in hand | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | Make block hint text more informative | Glease | |
| Also migrated from defer to lazy where possible Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 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 | Fix mod loading order problem | Glease | |
| This utility method could probably be extracted to upstream. Let's do it when the structurelib integration comes to the end of test phase. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | make rotation marker a bit fancier, fix fusion texture | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | fix distillation tower structure | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | general bugfix & tweaking pass for multis | Glease | |
| 1. stupid typo in EBF preventing it from working at all. 2. All multis now require exactly one maintenance hatch to form. 3. All multis now use the unified overclocking mechanism if possible. 4. All multis that emits pollution now require at least one muffler hatch to form. 5. Coil structure element slightly tweaked. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | fix turbine casing dynamic texture | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | re-enable flipping, but add an option to render them not flipped | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | fix distillation tower not outputting bottom fluid | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | loosen access control even more to make bartworks happy | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | Fix coil structure checks | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | open up some fields in EBF to make bartworks happy | Glease | |
| Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
| 2021-07-30 | turn off flipping as it bothers some people too much | 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 | Fix rebase derp | 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 even more 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 | unbreak newMetaEntity | Glease | |
| 2021-07-30 | render rotated controllers front face | Glease | |
| 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 | Turn off EBF rotation limit | Glease | |
| 2021-07-30 | Implement IConstructable for demo multis | Glease | |
| 2021-07-30 | Initial StructureLib integration | Glease | |
| 2021-07-29 | Add clay bucket ore prefix; fix oredicting | D-Cysteine | |
| 2021-07-29 | Merge pull request #608 from D-Cysteine/delete-dynamic-recipes | Martin Robertz | |
| Delete no longer needed dynamic pyrolyse recipe code | |||
| 2021-07-29 | Merge pull request #604 from repo-alt/experimental | Martin Robertz | |
| Missing bit of ME output bus optimization | |||
| 2021-07-28 | Delete dynamic recipe generation code | D-Cysteine | |
| 2021-07-24 | Fix method formatting | D-Cysteine | |
| 2021-07-24 | Update single-block boiler GUI to use getCapacity() | D-Cysteine | |
| Update single-block boiler GUI to use GT_MetaTileEntity_Boiler.getCapacity() for computing water and steam fill percentages. Also change lava boiler to have 32000 capacity (from 16000). | |||
| 2021-07-24 | Missing bit of ME output bus optimization (leftover piece of cached stack ↵ | repo_alt | |
| gets stuck in the bus) | |||
| 2021-07-23 | Merge pull request #600 from repo-alt/experimental | Martin Robertz | |
| ME Output bus optimization | |||
| 2021-07-22 | Added caching to the ME output bus, to reduce stress on ME system in high ↵ | repo_alt | |
| output rate cases Also, added item detector cover support to the bus, so that the item detector will signal "full" in case of ME failure https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8231 | |||
| 2021-07-22 | Fix cleanroom blocks color | Usernm | |
| Fix cleanroom maintenance and energy hatch color | |||
| 2021-07-20 | Made digital chest prioritized like partitioned cell | repo_alt | |
| 2021-07-18 | ME Output bus storeAll returned inverted value | repo_alt | |
| 2021-07-15 | Removed useless method callings | TimeConqueror | |
