aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/GT_Proxy.java
AgeCommit message (Collapse)Author
2021-10-30Add support for more fluidsD-Cysteine
2021-10-29Make metaitem.98 more flexible, and add oredict support for steam cellD-Cysteine
2021-10-29Make steam cell usable in oil cracking. Also made new cells less of a pain ↵Glease
to work with
2021-10-18Cache sorted recipe list in NEI handlersGlease
2021-10-13add indicator on hatchesGlodBlock
2021-08-29change same RC items they wrongly namedDreamMasterXXL
add some null pointers (cherry picked from commit 09501578667ca0d47fcf96b1e4fb03bf29dfd6eb)
2021-08-10Added Damage Source Based on Hot Item (for gloves in GTNHCoreMod)TimeConqueror
2021-08-03Code cleanupD-Cysteine
2021-08-01Add cracked fluid cellsD-Cysteine
2021-08-01Delete dead codeD-Cysteine
2021-07-31Format long lineD-Cysteine
2021-07-30Change hard dep on IguanaTweaks to soft depD-Cysteine
2021-07-30Merge branch 'experimental' into fix-clay-bucketsMartin Robertz
2021-07-30re-enable flipping, but add an option to render them not flippedGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-29Add clay bucket ore prefix; fix oredictingD-Cysteine
2021-07-29Oredict clay buckets + fix railcraft item IDsD-Cysteine
2021-07-26clean, fixed nanoSphyix
2021-07-26added tooltip to armors providing hazmatSphyix
2021-07-26added hazmat armorsSphyix
2021-05-25Allow client send preference to serverGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-05-24feat(glow): iconset machines glow supportLé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-21feat(render): glowing texture rendererLéa Gris
Implement a glowing texture renderer class Add option to not render glowing textures
2021-03-11Implemented Builder Patternbartimaeusnek
2021-03-10Added missingbartimaeusnek
2021-03-10Refactor World Eventsbartimaeusnek
World events have way to many parameters, so the code gets unreadable, this commit fixes that behavior.
2021-02-16feat(render): tile ambient occlusionLéa Gris
Render smooth lighting ambient occlusion on all Gregtech tiles: - Ores - Machines - Pipes, Cables, Wires, Frames Add new Client-side configuration entry in Gregtech.cfg. If false, the flat lighting rendering of older versions is used. ```yml render { B:TileAmbientOcclusion_true=true } ```
2021-01-21Make sure the onServerTick event is actually called.Jason Mitchell
2021-01-18Hashmap insteadJason Mitchell
2021-01-18Less silly getBurnTime()Jason Mitchell
2021-01-17Debloat - Remove Modular Armor (It's buggy and not in use anyway)Jason Mitchell
2021-01-021) Remove mAddGTRecipesToIC2Machines (stolen from @Glease)Jason Mitchell
2) Batch (most) recipe map removals and additions (significant speedup) 3) Modernize old java constructs --> java8 (in the files touched)
2020-07-19Rework clientside pollution (#302)moller21
* Rework clientside pollution * Pollution rework * removed debug
2020-05-04Added cover guis for pump/filtermoller21
2020-04-19Refactored CLS support into an own Compatbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2020-04-19CLS not a dependency anymorejackowski626
Works through reflection now
2020-04-19CLS supportjackowski626
OpenGL is a bit of a pita, wants only to be used in main thread. The easiest solution was to trigger CLS screen updates from GT. It is a soft dependency, if CLS isn't present, nothing breaks.
2020-04-19Revert "CLS support"jackowski626
This reverts commit 76c7090220f83008b157eb4ae9e1541c9ac6c1ee.
2020-04-19CLS supportjackowski626
OpenGL is a bit of a pita, wants only to be used in main thread. The easiest solution was to trigger CLS screen updates from GT. It is a soft dependency, if CLS isn't present, nothing breaks. Second pr because cloned fresh repo or else it attributed not my changes to me
2020-03-02Undo bounding box size increase, for now. After testing might increase.Richard Hendricks
2020-03-02Add separate debug variables for pumps and minersRichard Hendricks
2020-02-15removed unused importsDream-Master
changed subversion to 33
2019-12-28Chunkloading support for multiblock miner (#227)repo-alt
* WIP, doesn't do anything yet, up to RFC * Initial attempt at Chunk manager * Added chunkloading support to multiblock miner. * moved basic miner-independent chunkloading-related stuff up tier, to be more reusable Co-authored-by: Richard Hendricks <richardhendricks@pobox.com>
2019-12-23Fixed dust crafting bug when caching recipesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-12-02improved loading times a lot (#211)bartimaeusnek
* improved loading times a lot + whitelisted only a few materials that really get changed with gt + code maintenance + tested and ready for shipping Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * improved readability Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * improved loading times by buffing recipes + buffer increases performance by another ~40% Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixed breaking bug + added a config option to disable material whitelist Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-09-20fixed bee stuff with geneticsbartimaeusnek
+added mica crop +code improvements Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-07-15IC2 ENet compat for GT transformers & GT cablesJason Mitchell
* Fixes every face of ic2 nuclear reactors giving full energy * Should reduce performance concerns from previous ic2 energy compat * Removes Tec's workaround
2019-07-13Update transformers and pollutionTechnus
2019-01-25Fix copper tin orevein to be 80-200, not 180-200. Minor orevein ↵Richard Hendricks
optimization. Add more messages during startup so players know things are working.
2018-12-12Fix flask gui.Dimach
2018-12-11cherry pick 0beea9037cd8ff7a899c14c53d6b9a381c22f42cDimach
Add volumetric flask. (#1500)