Difference between revisions of "Template:Changelog"

From ComputerCraft Wiki
Jump to: navigation, search
m (moved Changelog to Template:Changelog: So we can include the Change log on other pages as well)
Line 1: Line 1:
Changes that have occured in the history of [[ComputerCraft]].
 
 
{| class="wikitable sortable" style="width: 100%"
 
{| class="wikitable sortable" style="width: 100%"
 
|-
 
|-
Line 71: Line 70:
 
|
 
|
 
*Added a ModLoader configuration file, so the computers block ID can be changed.
 
*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."
+
*Made the error message that displays when Lua files are not correctly installed much more clear, no more "Assertion failed."
 
| style="text-align: center"  | 1.0
 
| style="text-align: center"  | 1.0
 
|-
 
|-
Line 79: Line 78:
 
| style="text-align: center"  | 1.0
 
| style="text-align: center"  | 1.0
 
|}
 
|}
[[Category:Lists]]
 

Revision as of 21:24, 25 February 2012

Version New Features or Changes Minecraft Version
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.
  • Added a help API add-on pack.
  • Various bug fixes.
1.1
ComputerCraft 1.2
  • Added Disk Drives
  • Added shortcut keys to terminate the current program and reboot the computer.
  • Added a new system for user created APIs.
  • Added RedNet.
  • Added shell.setPath() and shell.setAlias().
  • Added a new ROM startup script.
  • Added os.clock(), os.time(), and os.setAlarm().
  • Added game: "Worm!"
  • Added programs: alias, apis, copy, delete, dj, drive, eject, id, label, list, move, reboot, redset, rename, time, worm.
  • Added APIs: bit, colours, disk, help, rednet, parallel, textutils
  • Text can be edited with left and right arrow keys.
  • Many bug fixes
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 Console.
  • Added config options to change the size of the Console 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