Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-21 | Add comment about GTppRecipeHelper | D-Cysteine | |
2021-11-20 | Rename variables and add some comments | D-Cysteine | |
2021-11-20 | Fix recipe input check | D-Cysteine | |
2021-11-20 | Merge pull request #743 from D-Cysteine/fix-gtpp-semifluid | Martin Robertz | |
Fix GT++ semi-fluid generator | |||
2021-11-20 | Merge pull request #732 from D-Cysteine/lock-single-recipe | Martin Robertz | |
[Proof of concept] Allow locking multi-block machines to a single recipe, to reduce server cost | |||
2021-11-20 | Merge pull request #735 from GTNewHorizons/AssLine-Data-Stick-Fix | Martin Robertz | |
Assembly line data stick fix | |||
2021-11-20 | Fix GT_Recipe_Map_Fuel not handling fuel recipes correctly | D-Cysteine | |
This fixes the GT++ semi-fluid generator | |||
2021-11-18 | Factor in stack sizes for Hashing. | Alkalus | |
2021-11-18 | Actually add items to the Input Array that is hashed. | Alkalus | |
2021-11-17 | Merge branch 'experimental' into lock-single-recipe | Martin Robertz | |
2021-11-17 | Added hashCode and equals overrides to GT_Recipe_AssemblyLine. | Alkalus | |
2021-11-17 | Fix NPE and math bugs | 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 | put my names on it somehow | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-17 | convert ItemFilter to use NBTTagCompound storage | 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-11-16 | Implemented use of GT_AssemblyLineUtils for the Scanner and Assembly line. | Alkalus | |
Cleaned up Assembly Line recipe handling code. Cleaned up Scanner AL recipe handling code. Cleaned up GT_AssemblyLineUtils a touch and added a little more debugging. (Turn D1 on in GT) | |||
2021-11-16 | Improved caching. | Alkalus | |
2021-11-16 | Cleaned up the class a little. | Alkalus | |
Added Caching to Assembly Line output lookups. | |||
2021-11-16 | Implemented groundwork for fixing Data Stick exploiting. | Alkalus | |
2021-11-15 | Fully optimize PA check | D-Cysteine | |
2021-11-16 | underground oil and pollution persistence form rework | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-11-14 | Add single recipe check | D-Cysteine | |
2021-11-13 | fix 4 slot mixer nei support | Martin Robertz | |
(cherry picked from commit 6272d6d84052a03cd7d9b3398573527217923907) | |||
2021-11-12 | Update GT_ModHandler.java | Alkalus | |
Fix GT_Tools not going into the IC2 Toolbox. https://media.discordapp.net/attachments/603348502637969419/908770911203758080/2021-11-12_17.29.53.png?width=1277&height=683 | |||
2021-11-06 | Make GT_LanguageManager injects into correct language | Raphael | |
2021-10-23 | Try to use locale formatting | D-Cysteine | |
* Also format some more of the portable scanner's output | |||
2021-10-21 | fix the same unlocalizedName | GlodBlock | |
fix https://discord.com/channels/181078474394566657/401118216228831252/900697821450215464 | |||
2021-10-21 | Make Input Bus and Input Hatch to remember recipe map | Glease | |
This recipe map is used to filter input. After chunk load, there will be a short delay between event "chunk finished loading" and "multiblock controller sets the recipe map". Not remembering it makes the hatch to temporarily accept arbitrary input until that happens. | |||
2021-10-19 | Fix comment grammar | D-Cysteine | |
2021-10-19 | Detect the ore type and replace with that type of cobble | D-Cysteine | |
2021-10-18 | Further optimization to NEI lookup | Glease | |
2021-10-18 | Optimize away potentially expensive NBT copy in getAssociation | Glease | |
2021-10-16 | Merge pull request #670 from GTNewHorizons/Silicon-Alu-Autoclave-update | Martin Robertz | |
Silicon alu autoclave update | |||
2021-09-27 | allow VF to accept fluid input | GlodBlock | |
2021-09-26 | preload all FluidContainerData | GlodBlock | |
2021-09-25 | fix Autoclave graphic | DreamMasterXXL | |
(cherry picked from commit 4544849c1afe7a6aa9a5da370cb98b19bad25c53) | |||
2021-09-25 | add 4 slots to Autoclave | DreamMasterXXL | |
LV is 1 Slot MV is 2 Slots HV is 3 Slots EV is 4 Slots remove Silicon ebf recipe added new Sio2 recipes | |||
2021-09-19 | Fix GT Tools | Minepolz320 | |
I tried to fix the tools | |||
2021-08-21 | use hook as Glease suggested | GlodBlock | |
2021-08-16 | Removed useless concurrency for some maps | TimeConqueror | |
2021-08-12 | Sped up GT_Utility#areUnificationsEqual | TimeConqueror | |
2021-08-10 | Added Damage Source Based on Hot Item (for gloves in GTNHCoreMod) | TimeConqueror | |
2021-08-08 | Add formatting to getCoordinateScan() | D-Cysteine | |
2021-08-08 | Remove scientific notation formatter | D-Cysteine | |
2021-08-07 | Print powers of 10 instead, for large numbers only | D-Cysteine | |
2021-08-07 | Merge branch 'format-numbers' of ↵ | D-Cysteine | |
https://github.com/D-Cysteine/GT5-Unofficial into format-numbers | |||
2021-08-07 | Make DecimalFormat static | D-Cysteine | |
2021-08-07 | Add warning comment just in case | D-Cysteine | |
2021-08-07 | Also format recipe time | D-Cysteine | |