This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
dan200's profile picture

ComputerCraft 1.77 (Minecraft 1.8.9) Beta Information

Started by dan200, 12 January 2016 - 05:51 PM
dan200 #1
Posted 12 January 2016 - 06:51 PM
Hey everyone, Welcome to the Beta Testing thread for the first version of ComputerCraft for Minecraft 1.8!
This port has been a lot of work, so will require quite extensive testing before the final release. Please test every feature you can think of, and file bug reports for every bug that you find. I'm using GitHub for bug reports, see below for more info.

Download

ComputerCraft 1.77 has now been released

Changelog
  • Ported to Minecraft 1.8.9
  • Added settings API
  • Added set and wget programs
  • Added settings to disable multishell, startup scripts, and tab completion on a per-computer basis
  • All Computer and Turtle items except Command Computers can now be mounted in Disk Drives
Bug Reports

For this round of ComputerCraft Beta Testing, I'm using GitHub for bug reports. If you find a bug, please visit https://github.com/d...terCraft/issues to report it.

As always, please include screenshots or crash logs with your report if applicable, and please clearly state in the title of the report the version of ComputerCraft you found the bug in. All bugs are valid to report, including ones already present in previous versions of ComputerCraft. If the use of GitHub for bug reports goes well, I may switch all ComputerCraft bug reporting to this system in the future.

Happy testing!
apemanzilla #2
Posted 12 January 2016 - 07:06 PM
I'm glad to finally have a built-in wget program - now all it needs is a -r option to run the response as code instead of saving it :P/>
Alekso56 #3
Posted 12 January 2016 - 07:18 PM
As per usual: Lua Changelog
Wojbie #4
Posted 12 January 2016 - 07:22 PM
Can i propose that setting "bios.use_multishell" to true on basic computer would cause bios to run multishell?
It seems like intuitive change for me.
Edited on 12 January 2016 - 06:23 PM
MKlegoman357 #5
Posted 12 January 2016 - 07:34 PM
Here are the Lua-side changes of 1.76 -> 7.77pr0.

EDIT: I've probably had this page opened for too long, didn't notice Alekso56 already posted this :P/>.
Edited on 12 January 2016 - 06:35 PM
dan200 #6
Posted 12 January 2016 - 07:39 PM
Can i propose that setting "bios.use_multishell" to true on basic computer would cause bios to run multishell?
It seems like intuitive change for me.

I tried this, then remembered that multishell requires the mouse to navigate, and there's no mouse support on basic comps :)/>
Wojbie #7
Posted 12 January 2016 - 08:07 PM
Can i propose that setting "bios.use_multishell" to true on basic computer would cause bios to run multishell?
It seems like intuitive change for me.

I tried this, then remembered that multishell requires the mouse to navigate, and there's no mouse support on basic comps :)/>

Oh right. I forgot vanilla multishell don't have key shortcuts. I keep using my modified one witth ctrl+ n- new tab <-left >-right and k to kill tab all the time.
HPWebcamAble #8
Posted 13 January 2016 - 02:32 AM
All Computer and Turtle items except Command Computers can now be mounted in Disk Drives

10 out of 10 would mount again

- IGN
Wojbie #9
Posted 13 January 2016 - 12:05 PM
OH and i just noticed.
The "S:default_computer_settings=" part of computercraft config allows you to set the _CC_DEFAULT_SETTINGS global variable. And said variable sets default settings on all computer. So server owners can per example disable disk drive startup for all computers by default. And then owners of said computers can turn it on using settings api if they want it. I really like this setup.
Ajt86 #10
Posted 13 January 2016 - 08:04 PM
Thank you for finally adding an option for disabling disk startup! :lol:/>
Luca_S #11
Posted 13 January 2016 - 09:08 PM
I made a little change to wget, so you don't have to give the file name, it will automatically resolve it from the URL. See the examples below
Spoiler

>wget http://www.google.com
Connecting to http://www.google.com...Success.
Downloaded as www.google.com
>wget http://www.google.com?cat=meow&cow=moo
Connecting to http://www.google.com...Success.
Downloaded as www.google.com
>wget http://www.google.com/subpage
Connecting to http://www.google.com/subpage...Success.
Downloaded as subpage
>wget http://www.google.com/subpage?cat=meow&cow=moo
Connecting to http://www.google.com/subpage?cat=meow&cow=moo...Success.
Downloaded as subpage
>wget http://www.google.com otherFileName
Connecting to http://www.google.com...Success.
Downloaded as otherFileName
http://pastebin.com/2varmnk0
Lemmmy #12
Posted 15 January 2016 - 05:30 PM
Sorry for bumping the idea, but is there any ETA on other HTTP verbs?
dan200 #13
Posted 15 January 2016 - 05:40 PM
ComputerCraft 1.77 has now been released, thanks for testing!
http://www.computercraft.info/2016/01/15/computercraft-1-77/
Gumball #14
Posted 16 January 2016 - 06:19 PM
ComputerCraft 1.77 has now been released, thanks for testing!
http://www.computerc...utercraft-1-77/

This is awesome! The force must have been with you with this one :P/>
Edited on 16 January 2016 - 06:45 PM
Lemmmy #15
Posted 17 January 2016 - 01:13 AM
wget is pretty useful, thanks for that! The settings API seems fun to experiment with, too!
massimoG12345 #16
Posted 26 February 2016 - 03:39 PM
Where can we download the newest beta? I'm that guy fro github with the whitescreen error… :D/>
Lyqyd #17
Posted 26 February 2016 - 03:51 PM
The latest release of ComputerCraft is 1.78. There are no current beta releases.