Difference between revisions of "Template:Changelog"
From ComputerCraft Wiki
MKlegoman357 (Talk | contribs) m (Added CC 1.63) |
MKlegoman357 (Talk | contribs) m (Reformatted function links) |
||
Line 10: | Line 10: | ||
*[[Turtle]] label nameplates now only show when the [[Turtle]] is moused-over. | *[[Turtle]] label nameplates now only show when the [[Turtle]] is moused-over. | ||
*The HTTP API is now enabled by default, and can be configured with a whitelist of permitted domains. | *The HTTP API is now enabled by default, and can be configured with a whitelist of permitted domains. | ||
− | *[[http.get | + | *[[http.get]]() and [[http.post]]() now accept parameters to control the request headers. |
− | *New [[Fs_(API)|fs API]] function: [[fs.getDir | + | *New [[Fs_(API)|fs API]] function: [[fs.getDir]]( path ). |
*Fixed some bugs. | *Fixed some bugs. | ||
|align=center|1.6.4 | |align=center|1.6.4 | ||
Line 40: | Line 40: | ||
*File system commands in the shell now accept wildcard arguments. | *File system commands in the shell now accept wildcard arguments. | ||
*The shell now accepts long arguments in quotes. | *The shell now accepts long arguments in quotes. | ||
− | *[[term.redirect|Terminal redirection]] now no longer uses a stack-based system. Instead: [[term.current | + | *[[term.redirect|Terminal redirection]] now no longer uses a stack-based system. Instead: [[term.current]]() gets the current terminal object and [[term.redirect]]() replaces it. [[term.restore]]() has been removed. |
*Added a new [[Window (API)|Windowing API]] for addressing sub-areas of the terminal. | *Added a new [[Window (API)|Windowing API]] for addressing sub-areas of the terminal. | ||
*New programs: [[Fg_(program)|fg]], [[Bg_(program)|bg]], [[multishell]], [[Chat_(program)|chat]], [[Repeat_(program)|repeat]], [[Redstone (program)|redstone]], [[Equip_(program)|equip]], [[Unequip_(program)|unequip]]. | *New programs: [[Fg_(program)|fg]], [[Bg_(program)|bg]], [[multishell]], [[Chat_(program)|chat]], [[Repeat_(program)|repeat]], [[Redstone (program)|redstone]], [[Equip_(program)|equip]], [[Unequip_(program)|unequip]]. | ||
Line 46: | Line 46: | ||
*Removed programs: redset, redprobe, redpulse. | *Removed programs: redset, redprobe, redpulse. | ||
*New [[:Category:APIs|APIs]]: [[Window (API)|window]], [[Multishell (API)|multishell]]. | *New [[:Category:APIs|APIs]]: [[Window (API)|window]], [[Multishell (API)|multishell]]. | ||
− | *New [[Turtle (API)|turtle API]] functions: [[turtle.equipLeft | + | *New [[Turtle (API)|turtle API]] functions: [[turtle.equipLeft]](), [[turtle.equipRight]](), [[turtle.getFuelLimit]](), [[turtle.getSelectedSlot]](). |
− | *New [[Peripheral (API)|peripheral API]] functions: [[peripheral.find | + | *New [[Peripheral (API)|peripheral API]] functions: [[peripheral.find]]( [type] ). |
− | *New [[Rednet (API)|rednet API]] functions: [[rednet.host | + | *New [[Rednet (API)|rednet API]] functions: [[rednet.host]]( protocol, hostname ), [[rednet.unhost]]( protocol ), [[rednet.lookup]]( protocol, [hostname] ). |
− | *Improved [[Rednet (API)|rednet API]] functions: [[rednet.send | + | *Improved [[Rednet (API)|rednet API]] functions: [[rednet.send]](), [[rednet.broadcast]]() and [[rednet.receive]]() now take optional protocol parameters. |
− | *New [[fs (API)|fs API]] function: [[fs.find | + | *New [[fs (API)|fs API]] function: [[fs.find]]( wildcard ). |
− | *New [[Shell (API)|shell API]] functions: [[shell.openTab | + | *New [[Shell (API)|shell API]] functions: [[shell.openTab]]( command ), [[shell.switchTab]]( number ). |
*New event “[[Term_resize_(event)|term_resize]]” fired when the size of a terminal changes. | *New event “[[Term_resize_(event)|term_resize]]” fired when the size of a terminal changes. | ||
− | *[[turtle.craft | + | *[[turtle.craft]](0) and [[turtle.refuel]](0) now return true if there is a valid recipe or fuel item, but do not craft or refuel anything. |
− | *[[turtle.suck | + | *[[turtle.suck]]( [limit] ) can now be used to limit the number of items picked up. |
− | *Users of [[turtle.dig | + | *Users of [[turtle.dig]]() and [[turtle.attack]]() can now specify which side of the turtle to look for a tool to use (by default, both will be considered). |
− | *[[textutils.serialize | + | *[[textutils.serialize]]() now produces human-readable output. |
− | *Refactored most of the codebase and fixed many old bugs and instabilities, [[ | + | *Refactored most of the codebase and fixed many old bugs and instabilities, [[Turtle]]s should never ever lose their content now. |
*Fixed the “[[turtle_inventory_(event)|turtle_inventory]]” event firing when it shouldn’t have. | *Fixed the “[[turtle_inventory_(event)|turtle_inventory]]” event firing when it shouldn’t have. | ||
*Added error messages to many more [[Turtle_(API)|turtle API]] functions after they return false. | *Added error messages to many more [[Turtle_(API)|turtle API]] functions after they return false. | ||
Line 97: | Line 97: | ||
| | | | ||
*Ported to Minecraft 1.5.2. | *Ported to Minecraft 1.5.2. | ||
− | *[[redstone.setBundledOutput | + | *[[redstone.setBundledOutput]]() and [[redstone.getBundledOutput]]() now work with cables from Minefactory Reloaded, as well as RedPower. |
*[[Monitor]]s and [[Advanced Monitor]]s can now be placed on floors and ceilings. | *[[Monitor]]s and [[Advanced Monitor]]s can now be placed on floors and ceilings. | ||
|align=center|1.5.2 | |align=center|1.5.2 | ||
Line 112: | Line 112: | ||
*Added [[Networking Cable]]s. | *Added [[Networking Cable]]s. | ||
*Made [[Wireless Modem]]s more expensive to craft. | *Made [[Wireless Modem]]s more expensive to craft. | ||
− | *New [[redstone_(API)|redstone API]] functions: [[redstone.getAnalogInput | + | *New [[redstone_(API)|redstone API]] functions: [[redstone.getAnalogInput]](), [[redstone.setAnalogOutput]](), [[redstone.getAnalogOutput]](). |
*Peripherals can now be controlled remotely over wired networks. | *Peripherals can now be controlled remotely over wired networks. | ||
− | *New [[peripheral_(API)|peripheral API]] function: [[peripheral.getNames | + | *New [[peripheral_(API)|peripheral API]] function: [[peripheral.getNames]](). |
*New event: [[monitor_resize_(event)|“monitor_resize”]]is fired when the size of a monitor changes. | *New event: [[monitor_resize_(event)|“monitor_resize”]]is fired when the size of a monitor changes. | ||
*Except for labelled [[Computer]]s and [[Turtle]]s, ComputerCraft blocks no longer drop items in creative mode. | *Except for labelled [[Computer]]s and [[Turtle]]s, ComputerCraft blocks no longer drop items in creative mode. | ||
Line 121: | Line 121: | ||
*Fixed [[Turtle]]s sometimes placing blocks with incorrect orientations. | *Fixed [[Turtle]]s sometimes placing blocks with incorrect orientations. | ||
*Fixed [[Wireless Modem]]s being able to send messages to themselves. | *Fixed [[Wireless Modem]]s being able to send messages to themselves. | ||
− | *Fixed [[turtle.attack | + | *Fixed [[turtle.attack]]() having a very short range. |
*Various bugfixes. | *Various bugfixes. | ||
|align=center|1.5 | |align=center|1.5 | ||
Line 130: | Line 130: | ||
*[[Floppy Disk]]s can now be dyed with multiple dyes, just like armour. | *[[Floppy Disk]]s can now be dyed with multiple dyes, just like armour. | ||
*The [[Excavate_(program)|“excavate”]] program now retains fuel in it’s inventory, so can run unattended. | *The [[Excavate_(program)|“excavate”]] program now retains fuel in it’s inventory, so can run unattended. | ||
− | *[[turtle.place | + | *[[turtle.place]]() now tries all possible block orientations before failing. |
− | *[[turtle.refuel | + | *[[turtle.refuel]](0) returns true if a fuel item is selected. |
− | *[[turtle.craft | + | *[[turtle.craft]](0) returns true if the inventory is a valid recipe. |
*The in-game help system now has documentation for all the peripherals and their methods, including the new [[Modem]] functionality. | *The in-game help system now has documentation for all the peripherals and their methods, including the new [[Modem]] functionality. | ||
*A romantic surprise. | *A romantic surprise. | ||
Line 150: | Line 150: | ||
*[[Turtle]]s can now push items. | *[[Turtle]]s can now push items. | ||
*[[Computer]]s can now [[Command_Block_(API)|control Command Blocks]], if enabled in the [[ComputerCraft.cfg|config]]. | *[[Computer]]s can now [[Command_Block_(API)|control Command Blocks]], if enabled in the [[ComputerCraft.cfg|config]]. | ||
− | *New API function: [[os.day | + | *New [[OS_(API)|os API]] function: [[os.day]](). |
*A Christmas surprise. | *A Christmas surprise. | ||
|align=center|1.4.6 | |align=center|1.4.6 | ||
Line 172: | Line 172: | ||
*New program: [[paint]] (by [http://www.computercraft.info/forums2/index.php?/user/643-nitrogenfingers/ nitrogenfingers]). | *New program: [[paint]] (by [http://www.computercraft.info/forums2/index.php?/user/643-nitrogenfingers/ nitrogenfingers]). | ||
*New API: [[paintutils_(API)|paintutils]]. | *New API: [[paintutils_(API)|paintutils]]. | ||
− | *New term functions: [[term.setBackgroundColor | + | *New term functions: [[term.setBackgroundColor]]( color ), [[term.setTextColor]]( color ), [[term.isColor]](). |
− | *New [[Turtle|Turtle API]] function: [[turtle.transferTo | + | *New [[Turtle|Turtle API]] function: [[turtle.transferTo]](). |
|align=center|1.3.2 | |align=center|1.3.2 | ||
|- | |- | ||
Line 210: | Line 210: | ||
*Labelled [[Computer]]s and [[Turtle]]s can now be crafted into [[Turtle]]s or other [[Turtle]] types without losing their ID, label and data. | *Labelled [[Computer]]s and [[Turtle]]s can now be crafted into [[Turtle]]s or other [[Turtle]] types without losing their ID, label and data. | ||
*Added a “[[Turtle]] Upgrade API” for mod developers to create their own tools and peripherals for [[Turtle]]s. | *Added a “[[Turtle]] Upgrade API” for mod developers to create their own tools and peripherals for [[Turtle]]s. | ||
− | *[[Turtle]]s can now attack entities with [[turtle.attack | + | *[[Turtle]]s can now attack entities with [[turtle.attack]]() and collect their dropped items. |
− | *[[Turtle]]s can now use [[turtle.place | + | *[[Turtle]]s can now use [[turtle.place]]() with any item the player can and can interact with entities. |
− | *[[Turtle]]s can now craft items with [[turtle.craft | + | *[[Turtle]]s can now craft items with [[turtle.craft]](). |
− | *[[Turtle]]s can now place items into inventories with [[turtle.drop | + | *[[Turtle]]s can now place items into inventories with [[turtle.drop]](). |
− | *Changed the behaviour of [[turtle.place | + | *Changed the behaviour of [[turtle.place]]() and [[turtle.drop]]() to only consider the currently selected slot. |
− | *[[Turtle]]s can now pick up items from the ground or from inventories with [[turtle.suck | + | *[[Turtle]]s can now pick up items from the ground or from inventories with [[turtle.suck]](). |
*[[Turtle]]s can now compare items in their inventories. | *[[Turtle]]s can now compare items in their inventories. | ||
− | *[[Turtle]]s can place signs with text on them with [[turtle.place | + | *[[Turtle]]s can place signs with text on them with [[turtle.place]]( [signText] ). |
*[[Turtle]]s now optionally require fuel items to move, and can [[turtle.refuel|refuel]] themselves. | *[[Turtle]]s now optionally require fuel items to move, and can [[turtle.refuel|refuel]] themselves. | ||
*The size of the the [[Turtle]] inventory has been increased to 16 slots. | *The size of the the [[Turtle]] inventory has been increased to 16 slots. | ||
*The size of the [[Turtle]] screen has been increased. | *The size of the [[Turtle]] screen has been increased. | ||
− | *New [[ | + | *New [[Turtle_(API)|turtle API]] functions: [[turtle.compareTo]]( [slotNum] ), [[turtle.craft]](), [[turtle.attack]](), [[turtle.attackUp]](), [[turtle.attackDown]](), [[turtle.dropUp]](), [[turtle.dropDown]](), [[turtle.getFuelLevel]](), [[turtle.refuel]](). |
− | *New [[Disk_(API)|disk API]] function: [[disk.getID | + | *New [[Disk_(API)|disk API]] function: [[disk.getID]](). |
*New [[Turtle]] programs: [[Craft_(program)|craft]], [[Refuel_(program)|refuel]]. | *New [[Turtle]] programs: [[Craft_(program)|craft]], [[Refuel_(program)|refuel]]. | ||
*[[Excavate_(program)|“excavate”]] program is now much smarter: will return items to a chest when full, attack mobs, and refuel itself automatically. | *[[Excavate_(program)|“excavate”]] program is now much smarter: will return items to a chest when full, attack mobs, and refuel itself automatically. | ||
*New API: [[Keys_(API)|keys]]. | *New API: [[Keys_(API)|keys]]. | ||
*Added optional [[Floppy Disk]] and Hard Drive space limits for [[Computer]]s and [[Turtle]]s. | *Added optional [[Floppy Disk]] and Hard Drive space limits for [[Computer]]s and [[Turtle]]s. | ||
− | *New [[Fs_(API)|fs API]] function: [[fs.getFreeSpace | + | *New [[Fs_(API)|fs API]] function: [[fs.getFreeSpace]]( path ). Also [[fs.getDrive]]() works again. |
*The send and receive range of wireless modems now increases with altitude, allowing long range networking from high-altitude [[Computer]]s (great for GPS networks). | *The send and receive range of wireless modems now increases with altitude, allowing long range networking from high-altitude [[Computer]]s (great for GPS networks). | ||
− | *[[http.request | + | *[[http.request]]() now supports <code>https://</code> URLs. |
*Right clicking a [[Disk Drive]] with a [[Floppy Disk]] or a Record when sneaking will insert the item into the [[Disk Drive]] automatically. | *Right clicking a [[Disk Drive]] with a [[Floppy Disk]] or a Record when sneaking will insert the item into the [[Disk Drive]] automatically. | ||
*The default size of the [[Computer]] screen has been increased. | *The default size of the [[Computer]] screen has been increased. | ||
Line 251: | Line 251: | ||
*Added [[Monitor]]s (thanks to Cloudy). Build huge external displays for your [[Computer]]s! | *Added [[Monitor]]s (thanks to Cloudy). Build huge external displays for your [[Computer]]s! | ||
*New positioning capabilities for [[Computer]]s and [[Turtle]]s. Build GPS networks and triangulate the positions of your [[Turtle]]'s position so they never get lost! | *New positioning capabilities for [[Computer]]s and [[Turtle]]s. Build GPS networks and triangulate the positions of your [[Turtle]]'s position so they never get lost! | ||
− | *New [[turtle.compare | + | *New [[turtle.compare]]() function for [[Turtle]]s for more intelligent mining. |
*New programs and APIs: [[Gps_(program)|gps]], [[Monitor_(program)|monitor]], [[Vector_(API)|vector API]]. | *New programs and APIs: [[Gps_(program)|gps]], [[Monitor_(program)|monitor]], [[Vector_(API)|vector API]]. | ||
*New program: [[Pastebin_(program)|pastebin]] (requires <code>enableAPI_HTTP=1</code> in [[ComputerCraft.cfg]]), upload and download programs made by other users ingame! | *New program: [[Pastebin_(program)|pastebin]] (requires <code>enableAPI_HTTP=1</code> in [[ComputerCraft.cfg]]), upload and download programs made by other users ingame! | ||
Line 285: | Line 285: | ||
*Added [[os.loadAPI|a new system]] for user created APIs. | *Added [[os.loadAPI|a new system]] for user created APIs. | ||
*Added [[Rednet_(API)|RedNet]]. | *Added [[Rednet_(API)|RedNet]]. | ||
− | *Added [[shell.setPath | + | *Added [[shell.setPath]]() and [[shell.setAlias]](). |
*Added a new ROM startup script. | *Added a new ROM startup script. | ||
− | *Added [[os.clock | + | *Added [[os.clock]](), [[os.time]]() and [[os.setAlarm]](). |
*Added game: [[Worm|"Worm!"]]. | *Added game: [[Worm|"Worm!"]]. | ||
*Added programs: [[Alias_(program)|alias]], [[Apis_(program)|apis]], [[Copy_(program)|copy]], [[Delete_(program)|delete]], [[Dj_(program)|dj]], [[Drive_(program)|drive]], [[Eject_(program)|eject]], [[Id_(program)|id]], [[Label_(program)|label]], [[List_(program)|list]], [[Move_(program)|move]], [[Reboot_(program)|reboot]], [[Redset_(program)|redset]], [[Rename_(program)|rename]], [[Time_(program)|time]]. | *Added programs: [[Alias_(program)|alias]], [[Apis_(program)|apis]], [[Copy_(program)|copy]], [[Delete_(program)|delete]], [[Dj_(program)|dj]], [[Drive_(program)|drive]], [[Eject_(program)|eject]], [[Id_(program)|id]], [[Label_(program)|label]], [[List_(program)|list]], [[Move_(program)|move]], [[Reboot_(program)|reboot]], [[Redset_(program)|redset]], [[Rename_(program)|rename]], [[Time_(program)|time]]. |
Revision as of 22:08, 16 April 2014
Version | New Features or Changes | Minecraft Version |
---|---|---|
ComputerCraft 1.63 |
|
1.6.4 |
ComputerCraft 1.62 |
|
1.6.4 |
ComputerCraft 1.61 | 1.6.4 | |
ComputerCraft 1.6 |
|
1.6.4 |
ComputerCraft 1.58 |
|
1.6.4 |
ComputerCraft 1.57 |
|
1.6.4 |
ComputerCraft 1.56 |
|
1.6.2 |
Computercraft 1.55 |
|
1.6.2 |
ComputerCraft 1.53 |
|
1.5.2 |
Computercraft 1.52 |
|
1.5.1 |
Computercraft 1.51 |
|
1.5 |
Computercraft 1.5 |
|
1.4.7 |
Computercraft 1.481 |
|
1.4.6 |
Computercraft 1.48 |
|
1.4.6 |
ComputerCraft 1.47 |
|
1.4.4 |
ComputerCraft 1.46 |
|
1.4.2 |
ComputerCraft 1.45 |
|
1.3.2 |
ComputerCraft 1.43 |
|
1.3.2 |
ComputerCraft 1.42 |
|
1.3.2 |
ComputerCraft 1.41 |
|
1.2.5 |
ComputerCraft 1.4 |
|
1.2.5 |
ComputerCraft 1.33 |
|
1.2.5 |
ComputerCraft 1.32 |
|
1.2.4 |
ComputerCraft 1.31 |
|
1.2.3 |
ComputerCraft 1.3 |
|
1.1 |
ComputerCraft 1.21 |
|
1.1 |
ComputerCraft 1.2 |
|
1.0 |
ComputerCraft 1.11 |
|
1.0 |
ComputerCraft 1.1 |
|
1.0 |
ComputerCraft 1.02 |
|
1.0 |
ComputerCraft 1.01 |
|
1.0 |
ComputerCraft 1.0 |
|
1.0 |