Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-09 | replace HashMap with a (bounded) Guava Cache | repo_alt | |
2020-09-08 | A simple cache for the furnace recipes, to avoid linear iteration | repo_alt | |
(Should help with https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6416) | |||
2020-08-23 | Attempt at improving chest buffers, also slowing down lower tier ones. | moller21 | |
2020-07-31 | Better optimization for moving items between inventories. | Kalle | |
2020-07-29 | Simple optimization to GT_Utility.moveOneItemStack | Kalle | |
2020-06-09 | Fixed NEI time value for Replicators | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-06-01 | Added gui's for the rest of em covers. | moller21 | |
2020-05-16 | bee changes | DreamMasterXXL | |
Autoclave get a new input slot | |||
2020-05-10 | Merge pull request #281 from moller21/coverguis2 | Martin Robertz | |
Cover GUI's take 2 | |||
2020-05-06 | Cover gui: Right click to open instead take.2 | moller21 | |
2020-05-05 | Merge pull request #279 from GTNewHorizons/DropBartApi | Martin Robertz | |
Drop barts api | |||
2020-05-04 | Drop barts api | Technus | |
2020-05-04 | Added cover guis for pump/filter | moller21 | |
2020-05-03 | Clean up the fluid display thing. | moller21 | |
2020-04-24 | Merge pull request #269 from GTNewHorizons/ReplicatorNERF | Martin Robertz | |
Nerfed replicator | |||
2020-04-19 | Reduced log | bartimaeusnek | |
+ removed "isNice" easter egg + reduced loglines to log every 5% instead of every 1% + replaced Iterator for loop with enhanced for Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-19 | Refactored CLS support into an own Compat | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-19 | Nerfed replicator | bartimaeusnek | |
+ added a config option + made TankSize of Replicator a bit nicer Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-10 | replaced magic numbers with string identifiers | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-10 | different fixes | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-10 | renormalize line endings | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-10 | Added all Ores to Voidminer in DeepDark | bartimaeusnek | |
+ removed Infinity Ore Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-10 | Removed T5 & T6 Miners | bartimaeusnek | |
+ Added BW Compat for easier use of BW Materials in code + Removed DD Veins Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-04-06 | Added a better way for the Processing Array to handle recipes. | Dream-Master | |
https://github.com/Blood-Asp/GT5-Unofficial/pull/1551 add missing Packer machines back | |||
2020-04-06 | Commented texture paging | Technus | |
2020-04-05 | Display fluid amount in the fluid display stack. | moller21 | |
2020-03-15 | Made ObjectCast explicit | bartimaeusnek | |
For some reason intellij dropped this when pushing... | |||
2020-03-15 | Refactored GT_Recipe.java | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2020-02-25 | Provide owner's UUID to forge event bus for fake players. Second PR cuz line ↵ | karpov.evgeniy | |
endings fixed. | |||
2020-02-15 | removed unused imports | Dream-Master | |
changed subversion to 33 | |||
2020-02-06 | Merge branch 'experimental' of ↵ | Dream-Master | |
https://github.com/GTNewHorizons/GT5-Unofficial into experimental | |||
2020-02-06 | Suggestion for Distilled Water uses #5520 | Dream-Master | |
https://github.com/GTNewHorizons/NewHorizons/issues/5520 | |||
2020-01-30 | Set correct mass fabricator recipe map amperage | repo_alt | |
(Massfab recipes are fake, so no one except NEI actually uses it's amperage) https://github.com/GTNewHorizons/NewHorizons/issues/5474 | |||
2020-01-17 | Fluxed electrum no mixer recipe, only shapeless #5366 | Dream-Master | |
https://github.com/GTNewHorizons/NewHorizons/issues/5366 | |||
2020-01-03 | Can't breed firestone bees #5271 | Dream-Master | |
https://github.com/GTNewHorizons/NewHorizons/issues/5271 | |||
2019-12-16 | Updated Seismic Prospector ore and oil outputs to be more useful. | Richard Hendricks | |
2019-12-15 | Updated prospector oilfield output | Richard Hendricks | |
2019-12-15 | Prospector display improvements | Richard Hendricks | |
2019-12-02 | improved 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-10-31 | made the assembly line translation class more robust | bartimaeusnek | |
+wont crash anymore with broken language file Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2019-10-29 | More gracefully handle nulls in LCR recipes | Jason Mitchell | |
2019-10-15 | Vacume Freezer NEI Interface #5042 | Dream-Master | |
https://github.com/GTNewHorizons/NewHorizons/issues/5042 | |||
2019-05-17 | adjusted recipe map sizes | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2019-05-17 | fixed NBT dependant Recipes | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2019-04-09 | fixes | bartimaeusnek | |
+refractored code, +restored compability to vanilla ore gen, +moved GC and Forrestry code to own classes to prevent crashes inDev +implemented equals and hashcode on NearbySeeds class +added an information line to the Implosion Compressor tooltip | |||
2019-03-03 | add nei support for the second cutter input slot | Dream-Master | |
2019-02-16 | remove Tec Tech researchstaion text. | Dream-Master | |
Not needed Tec Tech have own Gui | |||
2019-02-15 | Update assemby line/ reserach station info in nei for scanner recipes | Alkalus | |
2019-02-12 | restored compability for the Driller Base | bartimaeusnek | |
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | |||
2019-02-08 | fixed NPE related to custom materials, might break their language support. | bartimaeusnek | |