aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/util/GT_Utility.java
AgeCommit message (Expand)Author
2022-03-30Optimize item transfer and inventory sorting (#992)Jakub
2022-02-12Fix separatorl. (#932)Colen
2022-02-06Provide a runtime solution for number rendering. (#922)Daniel
2022-02-04Translation related fixes (#920)Glease
2022-02-03Basic Machine NEI Power Tiers (#914)YannickMG
2021-12-13add unlocalizedname fluid map (#796)Yang Xizhi
2021-12-08Fix assline oredict support (#786)Glease
2021-12-02add select circuit gui for machine and circuits itself (#773)Martin Robertz
2021-11-17Rename GT_CoverBehavior_New to GT_CoverBehaviorBaseGlease
2021-11-17convert cover data storage to a full nbt tagGlease
2021-11-16underground oil and pollution persistence form reworkGlease
2021-10-23Try to use locale formattingD-Cysteine
2021-10-19Fix comment grammarD-Cysteine
2021-10-19Detect the ore type and replace with that type of cobbleD-Cysteine
2021-09-26preload all FluidContainerDataGlodBlock
2021-08-16Removed useless concurrency for some mapsTimeConqueror
2021-08-12Sped up GT_Utility#areUnificationsEqualTimeConqueror
2021-08-10Added Damage Source Based on Hot Item (for gloves in GTNHCoreMod)TimeConqueror
2021-08-08Add formatting to getCoordinateScan()D-Cysteine
2021-08-08Remove scientific notation formatterD-Cysteine
2021-08-07Print powers of 10 instead, for large numbers onlyD-Cysteine
2021-08-07Merge branch 'format-numbers' of https://github.com/D-Cysteine/GT5-Unofficial...D-Cysteine
2021-08-07Make DecimalFormat staticD-Cysteine
2021-08-07Add warning comment just in caseD-Cysteine
2021-08-07Also format recipe timeD-Cysteine
2021-08-07Add number formatting for tooltips & recipesD-Cysteine
2021-08-03GT_Recipe: speedupTimeConqueror
2021-07-30fix (GT) build on jenkinsDreamMasterXXL
2021-07-30make fuel recipe map index building a bit more robustGlease
2021-07-30Implement IConstructable for demo multisGlease
2021-07-15Merge pull request #598 from TimeConqueror/experimentalMartin Robertz
2021-07-15Removed useless method callingsTimeConqueror
2021-07-15Merge pull request #597 from TimeConqueror/experimentalMartin Robertz
2021-07-15Removed useless array creation in most #copy methods by changing them to #cop...TimeConqueror
2021-07-15Optimized Replacing Vanilla Materials code, removed uselessly-repeated operat...TimeConqueror
2021-07-10Extended GUI fluid manipulation support to GT_MetaTileEntity_BasicTankGlease
2021-06-16Fix UnsupportedOperationException for listContainsItemGlease
2021-06-05refactor a bit (readability, restore string order, avoid double tax)repo_alt
2021-06-05Display plant stats when the cropstick is emptyrepo_alt
2021-05-21feat(render): implementation-free api texture factoryLéa Gris
2021-05-21fix(render): move new textures rendering to new packageLéa Gris
2021-05-16Dirty fix for ore drill not mining certain oreGlease
2021-04-27fix(logspam): spam unification typos (#514)Léa Gris
2021-04-02Added scanning data reflecting if device shut down.charles
2021-01-31BasicMachine fluid tank manipulations in GUIGlease
2021-01-17Changed removing part with O(n) instead of O(n^2)TimeConqueror
2021-01-08Merge pull request #394 from GTNewHorizons/infinty-chest-compatibiletyMartin Robertz
2021-01-03infinity chest compatibilteybotn365
2021-01-021) Remove mAddGTRecipesToIC2Machines (stolen from @Glease)Jason Mitchell
2020-12-31Implemented ReverseRecipesbartimaeusnek