User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 17:05, 16 February 2015 (diff | hist) . . (+1,009) . . N Commands.exec (Created page with "{{lowercase}} {{Function |name=commands.exec |args={{type|string}} command |returns={{type|boolean}} success [<nowiki/>, {{type|string}} error] |api=commands |addon=ComputerCr...")
- 16:46, 16 February 2015 (diff | hist) . . (+668) . . N Commands.list (Created page with "{{lowercase}} {{Function |name=commands.list |args= |returns={{type|table}} commands |api=commands |addon=ComputerCraft |desc=Available only to Command Computers, returns...")
- 16:19, 16 February 2015 (diff | hist) . . (+614) . . N Commands.getBlockPosition (Created page with "{{lowercase}} {{Function |name=commands.getBlockPosition |args= |returns={{type|number}} x, {{type|number}} y, {{type|number}} z |api=commands |addon=ComputerCraft |desc=Avail...")
- 16:05, 16 February 2015 (diff | hist) . . (-29) . . Commands.getBlockInfo (Fixed example's description)
- 15:01, 16 February 2015 (diff | hist) . . (+321) . . Commands.getBlockInfo (Added a more straightforward example)
- 14:39, 16 February 2015 (diff | hist) . . (+145) . . Commands (API) (Fixed parameter types and return values. Added a note about command limit. Changed formatting a bit. Lets stick with one API function link style in all of the wiki: commands.exec() (don't include parenthesis in the link))
- 23:19, 15 February 2015 (diff | hist) . . (+84) . . Template:News (Updated to ComputerCraft 1.7)
- 23:16, 15 February 2015 (diff | hist) . . (+195) . . Template:Version (Updated to ComputerCraft 1.7)
- 23:11, 15 February 2015 (diff | hist) . . (+538) . . Template:Changelog (Updated to ComputerCraft 1.7)
- 19:40, 29 January 2015 (diff | hist) . . (-264) . . Paintutils.drawBox (Removed misinformation. It's allowed to exchange startX and endX values, but not startY and endY. For simplicity didn't add this in.) (current)
- 19:38, 29 January 2015 (diff | hist) . . (+610) . . N Paintutils.drawFilledBox (Created the page for the missing function) (current)
- 19:28, 29 January 2015 (diff | hist) . . (+846) . . N Paintutils.drawBox (Created the page for the missing function)
- 19:18, 29 January 2015 (diff | hist) . . (+737) . . Paintutils (API) (Added missing functions drawBox and drawFilledBox, expanded the note about optional color params)
- 19:01, 29 January 2015 (diff | hist) . . (+186) . . Template:Changelog (Updated with new paintutils functions: draw*Box)
- 10:45, 12 October 2014 (diff | hist) . . (0) . . ComputerCraft.cfg
- 10:29, 12 October 2014 (diff | hist) . . (-805) . . ComputerCraft.cfg (Updated to CC 1.65)
- 12:45, 11 October 2014 (diff | hist) . . (+100) . . Template:News (Added CC 1.65)
- 12:43, 11 October 2014 (diff | hist) . . (+197) . . Template:Version (Added CC 1.65)
- 12:38, 11 October 2014 (diff | hist) . . (+298) . . Template:Changelog (Added CC 1.65)
- 23:29, 27 September 2014 (diff | hist) . . (-58) . . Turtle (API) (Failed with return values and description a bit... Fixed now)
- 23:27, 27 September 2014 (diff | hist) . . (+957) . . N Turtle.getItemDetail (Created page with "{{lowercase}} {{Function |name=turtle.getItemDetail |args=[<nowiki/>{{type|number}} slotNum] |api=turtle |returns={{type|table}} data |addon=ComputerCraft |desc=Returns the ID...")
- 23:19, 27 September 2014 (diff | hist) . . (-34) . . Turtle.inspectDown (And another one... [face-cow])
- 23:19, 27 September 2014 (diff | hist) . . (-34) . . Turtle.inspectUp (Same as the other one [double-facepalm])
- 23:18, 27 September 2014 (diff | hist) . . (-34) . . Turtle.inspect ([facepalm] derp, this function doesn't take any arguments)
- 23:17, 27 September 2014 (diff | hist) . . (+694) . . N Turtle.inspectDown (Created page with "{{lowercase}} {{Function |name=turtle.inspectDown |args=[<nowiki/>{{type|number}} slotNum] |api=turtle |returns={{type|boolean}} success, {{type|table}} data/{{type|string}} e...")
- 23:16, 27 September 2014 (diff | hist) . . (+690) . . N Turtle.inspectUp (Created page with "{{lowercase}} {{Function |name=turtle.inspectUp |args=[<nowiki/>{{type|number}} slotNum] |api=turtle |returns={{type|boolean}} success, {{type|table}} data/{{type|string}} err...")
- 23:14, 27 September 2014 (diff | hist) . . (+704) . . N Turtle.inspect (Created page with "{{lowercase}} {{Function |name=turtle.inspect |args=[<nowiki/>{{type|number}} slotNum] |api=turtle |returns={{type|boolean}} success, {{type|table}} data/{{type|string}} error...")
- 23:01, 27 September 2014 (diff | hist) . . (+966) . . Turtle (API) (Added turtle.inspect*() and turtle.getItemDetail() methods)
- 22:20, 27 September 2014 (diff | hist) . . (0) . . m Template:News (Leaving only the latest four news)
- 22:18, 27 September 2014 (diff | hist) . . (0) . . m Template:Version (Reformatted row colors)
- 22:15, 27 September 2014 (diff | hist) . . (+384) . . Template:Changelog (Added CC 1.64)
- 14:58, 16 August 2014 (diff | hist) . . (+30) . . m Turtle.suck (Fixed up some formatting)
- 23:35, 31 July 2014 (diff | hist) . . (-150) . . Rednet.broadcast (Fixed return parameters from boolean to nil)
- 16:15, 11 June 2014 (diff | hist) . . (+77) . . Os.pullEvent (Added a note about key and char events)
- 09:02, 6 June 2014 (diff | hist) . . (-1,576) . . m HTTP (API) (Recreated the table using {{API table}} template, Removed the caution)
- 08:51, 6 June 2014 (diff | hist) . . (+182) . . m Http.request (Cleaned up the example, added a warning) (current)
- 22:50, 3 June 2014 (diff | hist) . . (+68) . . m Os.reboot (Fixed/Expnaded) (current)
- 22:49, 3 June 2014 (diff | hist) . . (+20) . . m Os.shutdown (Fixed/Expanded) (current)
- 22:46, 3 June 2014 (diff | hist) . . (+171) . . m Os.sleep (Fixed/Expanded) (current)
- 22:38, 3 June 2014 (diff | hist) . . (-122) . . m Os.time (Fixed/Expanded)
- 22:34, 3 June 2014 (diff | hist) . . (+48) . . m Os.version (Fixed/Expanded) (current)
- 22:33, 3 June 2014 (diff | hist) . . (+87) . . m Os.getComputerLabel (Fixed/Expanded) (current)
- 22:31, 3 June 2014 (diff | hist) . . (+46) . . m Os.setComputerLabel (Fixed/Expanded) (current)
- 22:28, 3 June 2014 (diff | hist) . . (+55) . . m OS (API) (Fixed/Added links)
- 21:49, 3 June 2014 (diff | hist) . . (+464) . . N Os.unloadAPI (Created the page)
- 21:06, 3 June 2014 (diff | hist) . . (-38) . . m OS (API) (Linked 'os.loadAPI' to its page)
- 21:04, 3 June 2014 (diff | hist) . . (+1,305) . . N Os.loadAPI (Created the page)
- 10:50, 3 June 2014 (diff | hist) . . (+427) . . N Multishell.setFocus (Created the page)
- 10:40, 3 June 2014 (diff | hist) . . (+450) . . N Multishell.setTitle (Created the page)
- 10:30, 3 June 2014 (diff | hist) . . (+496) . . N Multishell.getTitle (Created the page)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)