

- #Computercraft multi event filter mod
- #Computercraft multi event filter upgrade
- #Computercraft multi event filter iso
* New turtle functions: turtle.inspect(), turtle.inspectUp(), turtle.inspectDown(), turtle.getItemDetail() * Fixed fs.getDrive() returning incorrect results on remote peripherals * Fixed a multiplayer-only crash with ace() * Documented the new features in the in-game help * Fixed various bugs, crashes and exploits * Disk Drives and Printers can now be renamed with Anvils * Added ILuaContext.executeMainThreadTask() for peripheral developers * The "exec" program, commands.exec() and all related Command Computer functions now return the console output of the command. * Added "_CC_VERSION" and "_MC_VERSION" constants. * Fixed the "edit" program being hard to use on certain European keyboards. * Fixed the "pick block" key not working on ComputerCraft items in creative mode. * Command Computers can no longer be broken by survival players.
#Computercraft multi event filter upgrade
* Added a config option to disable parts of the Lua 5.1 API which will be removed when a future Lua version upgrade happens. * Implemented a subset of the Lua 5.2 API so programs can be written against it now, ahead of a future Lua version upgrade.
#Computercraft multi event filter mod
* Added a turtle permissions API for mod authors.

* Turtles now respect server spawn protection (configurable). * Turtles can now push players and entities (configurable). * Added a "Run" button to the edit program on Advanced Computers. * Improved the performance of text rendering on Advanced Computers. * Added term.getTextColour(), term.getBackgroundColour() and term.blit(). * Non-advanced terminals now accept both grey colours.

* Added tab completion options to read(). * Added plete(), fs.complete(), plete(), tCompletionFunction() and plete(). * Added tab completion to "edit", "lua" and the shell. * Fixed monitors sometimes rendering without part of their text. This is used by all autogenerated methods in the "commands" api except for "title" and "tellraw" * rialiseJSON() now takes an optional parameter allowing it to produce JSON text with unquoted object keys. * Shortened the length of time that "Ctrl+T", "Ctrl+S" and "Ctrl+R" must be held down for to terminate, shutdown and reboot the computer * Replaced the "_CC_VERSION" and "_MC_VERSION" constants with a new "_HOST" constant * Added commands.getBlockInfos() function for Command Computers * The return values of turtle.inspect() and commands.getBlockInfo() now include blockstate information * Added support for the new commands in Minecraft 1.8 to the Command Computer * Added some extra graphical characters in the unused character positions, including a suite of characters for Teletext style drawing
#Computercraft multi event filter iso
All the characters in the ISO 8859-1 codepage can now be displayed * Added Ender Modems for cross-dimensional communication * All Computer and Turtle items except Command Computers can now be mounted in Disk Drives The default values for these settings can be customised in ComputerCraft.cfg * Added settings to disable multishell, startup scripts, and tab completion on a per-computer basis. * Ported ComputerCraftEdu to Minecraft 1.8.9 * Startup can now be a directory containing multiple startup files

* Added speaker block, turtle upgrade, pocket upgrade, and peripheral api * Fixed a handful of bugs in ComputerCraft * shell.resolveProgram now picks up on *.lua files * Redstone inputs are no longer reset when adding peripherals * General improvements to the documentation * Small terminal & monitor rendering improvements * The number of values to unpack can now be manually specified * The Filesystem.list result is now sorted * Turtle upgrades now act as tools and peripherals * Termination signals are now sent unless the computer is off * There is now a configurable file descriptor limit * Labels can now only include characters within the printable range ( to ~) * Disk labels are limited to 32 characters * Requires the player to be interacting with the computer when typing * Added tPaletteColor()/term.getPaletteColor() to change/check colors * Added pocket.equipBack()/pocket.unequipBack() to add/remove pocket upgrades. * Added a "Pocket Computer upgrade API" so mod developers can add their own pocket upgrades. * os.time() and os.day() now accept parameters to give the real world time. * Added a GUI to change ComputerCraft config options. * Return a HTTP response when a HTTP error occurs.
