Difference between revisions of "Template:Changelog"
From ComputerCraft Wiki
(Updating) |
|||
Line 1: | Line 1: | ||
{| class="wikitable sortable" style="width: 100%" | {| class="wikitable sortable" style="width: 100%" | ||
− | |||
! style="width: 15%" | Version | ! style="width: 15%" | Version | ||
! class="unsortable" | New Features or Changes | ! class="unsortable" | New Features or Changes | ||
! style="width: 15%" | Minecraft Version | ! style="width: 15%" | Minecraft Version | ||
− | |||
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.42 |
+ | | | ||
+ | *Ported to Minecraft 1.3.2 and the Forge mod system | ||
+ | *Added Printers | ||
+ | *Floppy Disks can now be dyed different colours | ||
+ | *Wireless Crafty Turtles can now be crafted | ||
+ | *All new textures | ||
+ | *New Forge config file | ||
+ | *Various tweaks and bug fixes | ||
+ | |align=center|1.3.2 | ||
+ | |- | ||
+ | |align=center|ComputerCraft 1.41 | ||
| | | | ||
*Fixed labelled Computers not keeping their data when destroyed | *Fixed labelled Computers not keeping their data when destroyed | ||
Line 12: | Line 21: | ||
*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) | ||
− | | | + | |align=center|1.2.5 |
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.4 |
| | | | ||
*Ported to Forge Mod Loader: ComputerCraft can now be ran directly from the .zip without extraction | *Ported to Forge Mod Loader: ComputerCraft can now be ran directly from the .zip without extraction | ||
Line 48: | Line 57: | ||
*The default size of the computer screen has been increased | *The default size of the computer screen has been increased | ||
*Several stability and security fixes: LuaJ can now no longer leave dangling threads when a computer is unloaded, turtles can no longer be destroyed by tree leaves or walking off the edge of the loaded map. Computers no longer crash when used with RedPower frames | *Several stability and security fixes: LuaJ can now no longer leave dangling threads when a computer is unloaded, turtles can no longer be destroyed by tree leaves or walking off the edge of the loaded map. Computers no longer crash when used with RedPower frames | ||
− | | | + | |align=center|1.2.5 |
− | + | ||
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.33 |
| | | | ||
*Ported to Minecraft 1.2.5 | *Ported to Minecraft 1.2.5 | ||
− | | | + | |align=center|1.2.5 |
− | + | ||
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.32 |
| | | | ||
*Ported to Minecraft 1.2.4 | *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. | *Fixed a big memory leak in LuaJ that caused extra threads to stay around forever when computers were shut down. | ||
− | | | + | |align=center|1.2.4 |
− | + | ||
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.31 |
| | | | ||
*Ported to Minecraft 1.2.3 | *Ported to Minecraft 1.2.3 | ||
Line 74: | Line 80: | ||
*Added a new top secret program designed for use with Monitors, see if you can find it. | *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 the full details. | *Lots of additions to existing APIs and programs. Type "help whatsnew" in game for the full details. | ||
− | | | + | |align=center|1.2.3 |
− | + | ||
− | + | ||
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.3 |
| | | | ||
*Ported to Minecraft Forge. | *Ported to Minecraft Forge. | ||
Line 90: | Line 94: | ||
*New APIs and programs for Turtles: turtle, excavate, tunnel, go, turn and dance. | *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. | *Lots of additions to existing APIs and programs. Type "help whatsnew" in game for the full details. | ||
− | | | + | |align=center|1.1 |
− | + | ||
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.21 |
| | | | ||
*Added shortcut key to shutdown the computer. | *Added shortcut key to shutdown the computer. | ||
*Added a help API add-on pack. | *Added a help API add-on pack. | ||
*Various bug fixes. | *Various bug fixes. | ||
− | | | + | |align=center|1.1 |
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.2 |
| | | | ||
*Added Disk Drives | *Added Disk Drives | ||
Line 114: | Line 117: | ||
*Text can be edited with left and right arrow keys. | *Text can be edited with left and right arrow keys. | ||
*Many bug fixes | *Many bug fixes | ||
− | | | + | |align=center|1.0 |
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.11 |
| | | | ||
*Fixed bug where [[Console|Computers]] could not read input from RedPower cables which had a bend in the immediately adjacent square. | *Fixed bug where [[Console|Computers]] could not read input from RedPower cables which had a bend in the immediately adjacent square. | ||
− | | | + | |align=center|1.0 |
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.1 |
| | | | ||
*Changed the default block ID for the [[Console|Computer]] to 207. | *Changed the default block ID for the [[Console|Computer]] to 207. | ||
Line 132: | Line 135: | ||
*Programs with infinite loops that don't yield will no longer freeze Minecraft and will terminate after 10 seconds. | *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. | *Extended Help and fixed typos/small errors in various programs. | ||
− | | | + | |align=center|1.0 |
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.02 |
| | | | ||
*Fixed the MCPatcher HD textures incompatibility that was causing the computer texture to replace cobblestone blocks. | *Fixed the MCPatcher HD textures incompatibility that was causing the computer texture to replace cobblestone blocks. | ||
− | | | + | |align=center|1.0 |
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.01 |
| | | | ||
*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." | ||
− | | | + | |align=center|1.0 |
|- | |- | ||
− | | | + | |align=center|ComputerCraft 1.0 |
| | | | ||
*First Release | *First Release | ||
− | | | + | |align=center|1.0 |
|} | |} |
Revision as of 18:06, 22 September 2012
Version | New Features or Changes | Minecraft Version |
---|---|---|
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 |