Skip to content

Releases: sandalle/minecraft_bigreactor_control

lolmer_bigreactor-0.3.17

11 May 23:16
Compare
Choose a tag to compare
  • 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

25 Mar 21:49
Compare
Choose a tag to compare
  • 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

25 Mar 21:49
Compare
Choose a tag to compare
  • 0.3.15
    • Add ability to override safe values for Issue #39.
  • 0.3.14
    • Fix Issue #5. EZ-Nuke should now work with ComputerCraft 1.58 or 1.63.

lolmer_bigreactor-0.3.13

25 Mar 21:49
Compare
Choose a tag to compare

lolmer_bigreactor_0.3.12

25 Mar 21:50
Compare
Choose a tag to compare
  • 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

25 Mar 21:50
Compare
Choose a tag to compare
  • 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

25 Mar 21:50
Compare
Choose a tag to compare
  • 0.3.10
    • Turbine algorithm pass by Mechaet.
    • Updated turbine GUI.
    • Fix single monitor (again) for Issue #22.

lolmer_bigreactor-0.3.9

25 Mar 21:50
Compare
Choose a tag to compare
  • 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

25 Mar 21:52
Compare
Choose a tag to compare

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

25 Mar 21:52
Compare
Choose a tag to compare
  • 0.3.8
    • Update to ComputerCraft 1.6 API (only term.restore() -> term.native() required :)).