Difference between revisions of "Template:Changelog"

From ComputerCraft Wiki
Jump to: navigation, search
m (Reformatted function links)
Line 18: Line 18:
 
|
 
|
 
*Fixed some bugs which were crashing the game.
 
*Fixed some bugs which were crashing the game.
*[[Chat_(program)|Chat]] now supports IRC commands.
+
*[[Chat]] now supports IRC commands.
 
|align=center|1.6.4
 
|align=center|1.6.4
 
|-
 
|-
Line 31: Line 31:
 
*Added [[Pocket Computer]]s.
 
*Added [[Pocket Computer]]s.
 
*Added a [[Multishell|multi-tasking system]] for [[Advanced Computer]]s and [[Turtle]]s.
 
*Added a [[Multishell|multi-tasking system]] for [[Advanced Computer]]s and [[Turtle]]s.
*[[Turtle]]s can now [[Equip_(program)|swap out their tools and peripherals]] at runtime.
+
*[[Turtle]]s can now [[Equip|swap out their tools and peripherals]] at runtime.
 
*[[Turtle]]s can now carry two tools or peripherals at once in any combination.
 
*[[Turtle]]s can now carry two tools or peripherals at once in any combination.
 
*[[Turtle]]s and [[Computer]]s can now be labelled using Name Tags and Anvils.
 
*[[Turtle]]s and [[Computer]]s can now be labelled using Name Tags and Anvils.
 
*Added a [[ComputerCraft.cfg|configurable fuel limit]] for [[Turtle]]s.
 
*Added a [[ComputerCraft.cfg|configurable fuel limit]] for [[Turtle]]s.
 
*Added hostnames, protocols and long distance routing to the [[Rednet (API)|rednet API]].
 
*Added hostnames, protocols and long distance routing to the [[Rednet (API)|rednet API]].
*Added a peer-to-peer [[Chat_(program)|chat]] program to demonstrate new rednet capabilities.
+
*Added a peer-to-peer [[chat]] program to demonstrate new rednet capabilities.
*Added a new game, only on [[Pocket Computer]]s: “[[Falling_(program)|falling]]” by [http://www.computercraft.info/forums2/index.php?/user/3545-gopheratl/ GopherATL].
+
*Added a new game, only on [[Pocket Computer]]s: “[[falling]]” by [http://www.computercraft.info/forums2/index.php?/user/3545-gopheratl/ GopherATL].
 
*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]]() gets the current terminal object and [[term.redirect]]() replaces it. [[term.restore]]() has been removed.
 
*[[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]], [[bg]], [[multishell]], [[chat]], [[repeat]], [[Redstone (program)|redstone]], [[equip]], [[unequip]].
*Improved programs: [[Copy_(program)|copy]], [[Move_(program)|move]], [[Delete_(program)|delete]], [[Rename_(program)|rename]], [[paint]], [[CraftOS|shell]].
+
*Improved programs: [[copy]], [[move]], [[delete]], [[rename]], [[paint]], [[CraftOS|shell]].
 
*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]].
Line 129: Line 129:
 
*Redesigned [[Wireless Modem]]s; they can now send and receive on multiple channels, independent of the computer ID. To use these features, interface with modem peripherals [[Modem_(API)|directly]]. The [[Rednet_(API)|rednet API]] still functions as before.
 
*Redesigned [[Wireless Modem]]s; they can now send and receive on multiple channels, independent of the computer ID. To use these features, interface with modem peripherals [[Modem_(API)|directly]]. The [[Rednet_(API)|rednet API]] still functions as before.
 
*[[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|“excavate”]] program now retains fuel in it’s inventory, so can run unattended.
 
*[[turtle.place]]() now tries all possible block orientations before failing.
 
*[[turtle.place]]() now tries all possible block orientations before failing.
 
*[[turtle.refuel]](0) returns true if a fuel item is selected.
 
*[[turtle.refuel]](0) returns true if a fuel item is selected.
Line 198: Line 198:
 
|
 
|
 
*Fixed labelled [[Computer]]s not keeping their data when destroyed.
 
*Fixed labelled [[Computer]]s not keeping their data when destroyed.
*Fixed the [[Excavate_(program)|“excavate”]] program outputting lots of spam.
+
*Fixed the [[Excavate|“excavate”]] program outputting lots of spam.
 
*File system size limits now take into account empty files and directories.
 
*File system size limits now take into account empty files and directories.
 
*Some small changes to the Turtle Upgrade API ahead of it’s impending release. (Update: The API has now been released).
 
*Some small changes to the Turtle Upgrade API ahead of it’s impending release. (Update: The API has now been released).
Line 223: Line 223:
 
*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 [[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]], [[refuel]].
*[[Excavate_(program)|“excavate”]] program is now much smarter: will return items to a chest when full, attack mobs, and refuel itself automatically.
+
*[[Excavate|“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.
Line 268: Line 268:
 
*[[Computer]]s and [[Turtle]]s can connect to adjacent devices and turn them on or off.
 
*[[Computer]]s and [[Turtle]]s can connect to adjacent devices and turn them on or off.
 
*User programs now give line numbers in their error messages, for easier debugging.
 
*User programs now give line numbers in their error messages, for easier debugging.
*New APIs and programs for [[Turtle]]s: [[Turtle_(API)|turtle]], [[Excavate_(program)|excavate]], [[Tunnel_(program)|tunnel]], [[Go_(program)|go]], [[Turn_(program)|turn]] and [[Dance_(program)|dance]].
+
*New APIs and programs for [[Turtle]]s: [[Turtle_(API)|turtle]], [[excavate]], [[tunnel]], [[go]], [[turn]] and [[dance]].
 
*Lots of additions to existing APIs and programs. Type "help whatsnew" in game for the full details.
 
*Lots of additions to existing APIs and programs. Type "help whatsnew" in game for the full details.
 
|align=center|1.1
 
|align=center|1.1
Line 289: Line 289:
 
*Added [[os.clock]](), [[os.time]]() and [[os.setAlarm]]().
 
*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]], [[apis]], [[copy]], [[delete]], [[dj]], [[drive]], [[eject]], [[id]], [[label]], [[list]], [[move]], [[reboot]], [[redset]], [[rename]], [[time]].
 
*Added APIs: [[Bit_(API)|bit]], [[Colours_(API)|colours]], [[Disk_(API)|disk]], [[Help_(API)|help]], [[Rednet_(API)|rednet]], [[Parallel_(API)|parallel]], [[Textutils_(API)|textutils]].
 
*Added APIs: [[Bit_(API)|bit]], [[Colours_(API)|colours]], [[Disk_(API)|disk]], [[Help_(API)|help]], [[Rednet_(API)|rednet]], [[Parallel_(API)|parallel]], [[Textutils_(API)|textutils]].
 
*Text can be edited with left and right arrow keys.
 
*Text can be edited with left and right arrow keys.

Revision as of 09:51, 17 June 2014

Version New Features or Changes Minecraft Version
ComputerCraft 1.63
  • Turtles can now be painted with dyes, and cleaned with water buckets.
  • Added a new game: Redirection – ComputerCraft Edition by RamiLego (type “redirection” on an Advanced Computer to play).
  • 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.
  • http.get() and http.post() now accept parameters to control the request headers.
  • New fs API function: fs.getDir( path ).
  • Fixed some bugs.
1.6.4
ComputerCraft 1.62
  • Fixed some bugs which were crashing the game.
  • Chat now supports IRC commands.
1.6.4
ComputerCraft 1.61
  • Fixed a bug where newly placed Computers would share their folder structure until game restart.
  • Fixed a bug where running Computers might not automatically restart as the game did so.
1.6.4
ComputerCraft 1.6 1.6.4
ComputerCraft 1.58
  • Fixed a long standing bug where Turtles could lose their identity.
  • Fixed use of deprecated code, ensuring mod compatibility with the latest versions of Minecraft Forge and world compatibility with future versions of Minecraft.
1.6.4
ComputerCraft 1.57
  • Ported to Minecraft 1.6.4.
  • Added two new Treasure Disks: Conway’s Game of Life by vilsol and Protector by fredthead.
  • Fixed a very nasty item duplication bug.
1.6.4
ComputerCraft 1.56
  • Added Treasure Disks: Rare Floppy Disks found only in dungeons, which contain fun programs made by the community. Find them all!
  • All turtle API functions now return additional error messages when they fail.
  • Resource Packs with Lua Programs can now be loaded when extracted to a folder, for easier editing.
1.6.2
Computercraft 1.55 1.6.2
ComputerCraft 1.53 1.5.2
Computercraft 1.52
  • Ported to Minecraft 1.5.1.
1.5.1
Computercraft 1.51 1.5
Computercraft 1.5
  • Redesigned Wireless Modems; they can now send and receive on multiple channels, independent of the computer ID. To use these features, interface with modem peripherals directly. The rednet API still functions as before.
  • Floppy Disks can now be dyed with multiple dyes, just like armour.
  • The “excavate” program now retains fuel in it’s inventory, so can run unattended.
  • turtle.place() now tries all possible block orientations before failing.
  • turtle.refuel(0) returns true if a fuel item is selected.
  • 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.
  • A romantic surprise.
1.4.7
Computercraft 1.481
  • Fixed compatibility bug with MiscPeripherals.
1.4.6
Computercraft 1.48 1.4.6
ComputerCraft 1.47
  • Ported to Minecraft 1.4.4.
  • Fixed label tooltips not showing up in SMP.
1.4.4
ComputerCraft 1.46
  • Ported to Minecraft 1.4.2.
  • ComputerCraft items now have their own tab in Creative Mode.
1.4.2
ComputerCraft 1.45 1.3.2
ComputerCraft 1.43
  • Added Printed Pages (bind several Printed Page items into one with a string).
  • Added Printed Books (add a leather cover to the above).
  • Labelled Turtles now keep their fuel when broken.
  • Fixed incompatibility with Forge 275 and above.
1.3.2
ComputerCraft 1.42 1.3.2
ComputerCraft 1.41
  • Fixed labelled Computers not keeping their data when destroyed.
  • Fixed the “excavate” program outputting lots of spam.
  • File system size limits now take into account empty files and directories.
  • Some small changes to the Turtle Upgrade API ahead of it’s impending release. (Update: The API has now been released).
1.2.5
ComputerCraft 1.4 1.2.5
ComputerCraft 1.33
  • Ported to Minecraft 1.2.5.
1.2.5
ComputerCraft 1.32
  • Ported to Minecraft 1.2.4.
  • Fixed a big memory leak in LuaJ that caused extra threads to stay around forever when Computers were shut down.
1.2.4
ComputerCraft 1.31
  • Ported to Minecraft 1.2.3.
  • Added Monitors (thanks to Cloudy). Build huge external displays for your Computers!
  • New positioning capabilities for Computers and Turtles. Build GPS networks and triangulate the positions of your Turtle's position so they never get lost!
  • New turtle.compare() function for Turtles for more intelligent mining.
  • New programs and APIs: gps, monitor, vector API.
  • New program: pastebin (requires enableAPI_HTTP=1 in ComputerCraft.cfg), upload and download programs made by other users ingame!
  • Added a new top secret program designed for use with Monitors, see if you can find it.
  • Lots of additions to existing APIs and programs. Type "help whatsnew" in game for full details.
1.2.3
ComputerCraft 1.3
  • Ported to Minecraft Forge.
  • Added Turtles, Mining Turtles, Wireless Turtles and Wireless Mining Turtles (Block ID 209).
  • Added a Peripheral API to allow mod developers to create custom peripherals for ComputerCraft. Details on this will be posted in the next few days.
  • Added Wireless Modems. Use the rednet API to send data wirelessly between Computers and Turtles!
  • Computers and Disk Drives no longer get destroyed by water.
  • Computers and Turtles can now be labelled, destroyed, and moved around, keeping their state.
  • Computers and Turtles can connect to adjacent devices and turn them on or off.
  • User programs now give line numbers in their error messages, for easier debugging.
  • New APIs and programs for Turtles: turtle, excavate, tunnel, go, turn and dance.
  • Lots of additions to existing APIs and programs. Type "help whatsnew" in game for the full details.
1.1
ComputerCraft 1.21
  • Added shortcut key to shutdown the computer (CTRL + S).
  • Added a help API add-on pack.
  • Various bug fixes.
1.1
ComputerCraft 1.2 1.0
ComputerCraft 1.11
  • Fixed bug where Computers could not read input from RedPower cables which had a bend in the immediately adjacent square.
1.0
ComputerCraft 1.1
  • Changed the default block ID for the Computer to 207.
  • Added multiplayer support.
  • Added connectivity with RedPower bundled cables.
  • Added HTTP API.
  • Fixed support for HD textures on the front of Computers.
  • Added command history to the Computer.
  • Added config options to change the size of the Computer GUI and the text color.
  • Programs with infinite loops that don't yield will no longer freeze Minecraft and will terminate after 10 seconds.
  • Extended Help and fixed typos/small errors in various programs.
1.0
ComputerCraft 1.02
  • Fixed the MCPatcher HD textures incompatibility that was causing the computer texture to replace cobblestone blocks.
1.0
ComputerCraft 1.01
  • Added a ModLoader configuration file, so the computers block ID can be changed.
  • Made the error message that displays when Lua files are not correctly installed much more clear, no more "Assertion failed."
1.0
ComputerCraft 1.0
  • First Release.
1.0