Edit: Both gray colors are usable. That makes a huge difference. Feel the color! Oh and key_up and mouse_up will be fun to test.
Edited by wojbie, 31 March 2015 - 11:29 AM.
Posted 31 March 2015 - 11:19 AM
Edited by wojbie, 31 March 2015 - 11:29 AM.
Posted 31 March 2015 - 11:45 AM
Quote
Posted 31 March 2015 - 01:57 PM
Posted 31 March 2015 - 03:59 PM
Posted 31 March 2015 - 06:00 PM
Edited by MKlegoman357, 31 March 2015 - 08:41 PM.
Posted 31 March 2015 - 07:03 PM
Posted 31 March 2015 - 07:22 PM
Edited by wojbie, 31 March 2015 - 07:23 PM.
Posted 31 March 2015 - 08:20 PM
MKlegoman357, on 31 March 2015 - 06:00 PM, said:
Posted 31 March 2015 - 08:26 PM
MKlegoman357, on 31 March 2015 - 06:00 PM, said:
Edited by wojbie, 31 March 2015 - 08:27 PM.
Posted 31 March 2015 - 08:42 PM
Bomb Bloke, on 31 March 2015 - 08:20 PM, said:
MKlegoman357, on 31 March 2015 - 06:00 PM, said:
wojbie, on 31 March 2015 - 08:26 PM, said:
MKlegoman357, on 31 March 2015 - 06:00 PM, said:
Posted 02 April 2015 - 10:13 AM
New Features in ComputerCraft 1.74: * Added tab-completion to "edit", "lua" and the shell. * Added textutils.complete(), fs.complete(), shell.complete() and shell.setCompletionFunction(). * Added an autocomplete parameters to read(). * Added "key_up" and "mouse_up" events. * Non-advanced terminals now accept both grey colours. * Added term.getTextColour(), term.getBackgroundColour() and term.blit(). * Improved the performance of text rendering on Advanced Computers. * Added a "Run" button to the edit program on Advanced Computers. * Turtles now respect server spawn protection (configurable). * Added a turtle permissions API for mod authors. * Command Computers can no longer be broken by survival players. * Fixed the "pick block" key not working on ComputerCraft items in creative mode. * Fixed the "edit" program being hard to use on certain European keyboards. * Added a "_CCVERSION" constant.
Posted 02 April 2015 - 11:01 AM
Posted 02 April 2015 - 12:04 PM
Posted 02 April 2015 - 12:19 PM
Posted 02 April 2015 - 12:26 PM
Posted 02 April 2015 - 12:36 PM
local myText = "This is a line of text"
term.blit(myText, string.rep("f", #myText), string.rep("0", #myText))
term.blit("RAINBOW!","01234567","89abcdef")
Posted 02 April 2015 - 01:13 PM
Posted 03 April 2015 - 10:32 PM
0 members, 3 guests, 0 anonymous users