SFM 4.20.0 release progress #185
Replies: 30 comments 5 replies
-
Backporting 'successful' because no compile errors. May have simply missed some stuff. Haven't checked if most of it works. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Reported an integer overflow to CoFH |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Getting "Test didn't complete in 100 ticks" messages. My hypothesis is that the xp_shard_many test, which edits the config, is causing a config revision bump which tells the managers to rebuild their programs a tick after the test monkey patches the manager program to check the end condition of the test. Preventing the manager program from rebuilding during a test should fix this if this hypothesis is correct. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
https://discord.com/channels/967118679370264627/1322996919265656892/1322998693153996850 INPUT when side is output-only, disabled should warn |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
https://discord.com/channels/967118679370264627/1324814481246785566/1324814481246785566 NAME "Ore Processing"
EVERY 20 TICKS DO
INPUT WITH #raw_materials FROM source
OUTPUT RETAIN 64 EACH TO EACH processing TOP SIDE
END |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Look for "isDown" https://discord.com/channels/254530689225981953/1202015348765753344/1329439941062823966 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Changelog at the time of creating this post:
SuperFactoryManager/src/main/resources/assets/sfm/template_programs/changelog.sfml
Lines 7 to 36 in cf518b8
Additionally, there is some more to be done before the release goes live.
I have merged some pull requests that need some massaging to fit better into codebase.
Fancy inventory cables
Resource type disallow config
Manager view server config button
Paste from clipboard confirmation dialog
Network Tool, Label Gun rendering optimization
Label gun show-only-selected toggle
Label gun pick-block to clone label
Label gun gui searching
Cable facades
WITH logic (parentheses, negation, conj, disj)
TestBarrelTank
Printing Press Crash
https://discord.com/channels/254530689225981953/1236826820200894496/1302308788358873163
Optimize endBatch
https://discord.com/channels/254530689225981953/1202015348765753344/1302315663099953263
Turns out still needed in older MC versions that SFM supports.
EVERY 20n+1 TICKS, EVERY 20g+1 TICKS
Cable piston interactions
Fix code ctrl+space action on label containing too many items causing crash
Add timeout config for auto-disabling managers
Final touches
Beta Was this translation helpful? Give feedback.
All reactions