Skip to content

Commit

Permalink
Move TODO to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
sandalle committed Apr 15, 2015
1 parent c72d1f4 commit 040979d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,4 @@ ChangeLog

TODO
============================
- Add min/max RF/t output and have it override temperature concerns (maybe?).
- Add support for wireless modems, see http://computercraft.info/wiki/Modem_%28API%29, will not be secure (anyone can send/listen to your channels)!
- Add support for any sized monitor (minimum 3x3), dynamic allocation/alignment.
- Lookup using pcall for better error handling http://www.computercraft.info/forums2/index.php?/topic/10992-using-pcall/ .
- Update cruise mode to work independently for each actively-cooled reactor.
- Move helper functions into seperate file(s)
- Redo efficiency as a rate of RF per mB of fuel?
- "Gauge" GUI for smaller monitors than 3x2, maybe even as small as 1x1.
- Passive reactor tuning GUI options, control by heat without disabling automatic rod control.
See https://github.com/sandalle/minecraft_bigreactor_control/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement :)
10 changes: 1 addition & 9 deletions lolmer_bigreactor_monitor_prog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,7 @@ Prior ChangeLogs are posted at https://github.com/sandalle/minecraft_bigreactor_
TODO
============================
- Add min/max RF/t output and have it override temperature concerns (maybe?).
- Add support for wireless modems, see http://computercraft.info/wiki/Modem_%28API%29, will not be secure (anyone can send/listen to your channels)!
- Add support for any sized monitor (minimum 3x3), dynamic allocation/alignment.
- Lookup using pcall for better error handling http://www.computercraft.info/forums2/index.php?/topic/10992-using-pcall/ .
- Update cruise mode to work independently for each actively-cooled reactor.
- Move helper functions into seperate file(s)
- Redo efficiency as a rate of RF per mB of fuel?
- "Gauge" GUI for smaller monitors than 3x2, maybe even as small as 1x1.
- Passive reactor tuning GUI options, control by heat without disabling automatic rod control.
See https://github.com/sandalle/minecraft_bigreactor_control/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement :)
]]--

Expand Down

0 comments on commit 040979d

Please sign in to comment.