Releases: sandalle/minecraft_bigreactor_control
Releases · sandalle/minecraft_bigreactor_control
lolmer_bigreactor-0.3.17
- 0.3.17
- Display how much steam (in mB/t) a Turbine is receiving on that Turbine's monitor.
- Set monitor scale before checking size fixing Issue #50.
- Having a monitor is now optional, closing Issue #46.
- Incorporate steam supply and demand in reactor control thanks to @thetaphi (Nicolas Kratz).
- Added turbine coil auto dis-/engage (Issue #51 and #55) thanks to @thetaphi (Nicolas Kratz).
- Stop overzealous controlRodAdjustAmount adjustment amount adjustment Issue #56 thanks to @thetaphi (Nicolas Kratz).
- Monitors can be reconfigured via GUI fixes Issue #34 thanks to @thetaphi (Nicolas Kratz).
lolmer_bigreactor-0.3.16
- 0.3.16
- Add support for ComputerCraft 1.7 (thanks dkowis and jnyl42).
- Fix typo for unsupported OS (found from above)
lolmer_bigreactor-0.3.15
lolmer_bigreactor-0.3.13
- 0.3.13
- Fix one reactor and one monitor incorrectly using status display instead of control display (Issue #35)
- Fix concatenating a string and boolean, see http://stackoverflow.com/questions/6615572/how-to-format-a-lua-string-with-a-boolean-variable
- Hopefully fix concatenating string and nul in printLog (Issue #3)
lolmer_bigreactor_0.3.12
- 0.3.12
- Mechaet's changes:
- Redid some typing to correct a bug where the reactors always started with rod control disabled.
lolmer_bigreactor-0.3.11
- 0.3.11
- Mechaet's changes:
- Cleaned up global variables list
- Added in per-device naming (displays a friendly name on the bottom of the monitor if configured in the device options file)
- Bigger bypasses of control routines when the control has been overridden
- Individual config files for turbines and reactors. Persistent between reboots, remembers your last saved settings.
- Cruise mode override bypass
- Changing flow rate no longer toggles flow rate override on and off. Changing the flow rate clearly indicates intent, so we put the override flag on and leave it there.
- Changed the rate at which the regular algorithm adjusts reactor rod control rates. Instead of being 1:1 we now move at 1:5 speed because there is a wide loophole where big adjustments can cause a swinging pendulum effect continually missing the target.
lolmer_bigreactor-0.3.10
- 0.3.10
- Turbine algorithm pass by Mechaet.
- Updated turbine GUI.
- Fix single monitor (again) for Issue #22.
lolmer_bigreactor-0.3.9
- 0.3.9
- Reactor algorithm pass by Mechaet.
- Additional user config options by Mechaet.
- Fix multiple reactors and none or more turbines with only one status monitor.
- Fix monitor scaling after one was used as debug (or in case of other modifications).
- Cruise mode implemented, defaults off but is saved between boots.
- Fix energy/% displays to match Big Reactors' GUI (Issue #9).
- Always write out found devices on computer terminal.
- Much improved round() function from mechaet (Issue #14).
- Refactoring pass/algorithm change on the reactor temperature control. Should now adjust in increments to achieve the desired temperature range quicker and more accurately.
- Optimal passive-cooled reactor temperature range changed from 850-900 to 950-1400.
- Fix display Issue #15.
lolmer_bigreactor-0.3.8.1
Actually increment version to 0.3.8...
- 0.3.8
- Update to ComputerCraft 1.6 API (only term.restore() -> term.native() required :)).
lolmer_bigreactor-0.3.8
- 0.3.8
- Update to ComputerCraft 1.6 API (only term.restore() -> term.native() required :)).