This repository has been 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
IExtendedComputerAccess
to provide more info to custom APIs. - Drop support for ComputerCraft 1.75 (for Minecraft 1.7.10).
- No longer set
_LUAJ_VERSION
,_MC_VERSION
or_CCVERSION
globals for Cobalt runtime. - Add
_RUNTIME
global to specify the current Lua runtime. - Improve various argument error messages.
- Add support for websockets.