This repository has been archived by the owner on Jul 1, 2018. It is now read-only.
Releases: SquidDev-CC/CCTweaks-Lua
Releases · SquidDev-CC/CCTweaks-Lua
1.5.0pr4
- Test against ComputerCraft 1.80pr1build3
- Fix issue with whitelist and blacklist being inverted
1.5.0 build0
General changes
- Update to the latest ComputerCraft commit (dan200/ComputerCraft@0f982e6)
- Remove
IArguments
- Remove
http.fetch
- Remove special binary support, as CC's binary file handles have been improved.
Removed features which are now in CC
- Open file handle limiting
- Computer/disk label limiting.
http_failure
containing the HTTP handle..getResponseHeaders()
on HTTP handle.- Fix computers ignoring termination signals when a shutdown is queued.
fs.find
performance improvements.
1.4.0
- 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.
1.3.0
- Add API for registering custom VMs.
- Migrate Rembulan and luajc to a separate package.
- Add Plugin infrastructure for registering using the CCTweaks-Lua API in an emulator.
- Rewrite the computer thread to correctly terminate programs.
- Remove
IBinaryHandler
. - Add
socket_message
andsocket_connect
events.