This repository was archived by the owner on Jul 1, 2018. It is now read-only.
- Bump Cobalt version
- Change the table system to be closer to Lua's.
- Fix string metatable not being used for arithmetic operators.
- Add
IExtendedComputerAccessto provide more info to custom APIs. - Drop support for ComputerCraft 1.75 (for Minecraft 1.7.10).
- No longer set
_LUAJ_VERSION,_MC_VERSIONor_CCVERSIONglobals for Cobalt runtime. - Add
_RUNTIMEglobal to specify the current Lua runtime. - Improve various argument error messages.
- Add support for websockets.