Releases: cc-tweaked/CC-Tweaked
Releases · cc-tweaked/CC-Tweaked
[1.14.4] 1.85.0
New features in CC: Tweaked 1.85.0
- Window.reposition now allows changing the redirect buffer
- Add cc.completion and cc.shell.completion modules
- command.exec also returns the number of affected objects, when exposed by the game.
And several bug fixes:
- Change how turtle mining drops are handled, improving compatibility with some mods.
- Fix several GUI desyncs after a turtle moves.
- Fix os.day/os.time using the incorrect world time.
- Prevent wired modems dropping incorrectly.
- Fix mouse events not firing within the computer GUI.
[1.12.2] 1.85.0
New features in CC: Tweaked 1.85.0
- Window.reposition now allows changing the redirect buffer
- Add cc.completion and cc.shell.completion modules
- command.exec also returns the number of affected objects, when exposed by the game.
And several bug fixes:
- Change how turtle mining drops are handled, improving compatibility with some mods.
- Fix several GUI desyncs after a turtle moves.
[1.14.4] 1.84.1
New features in CC: Tweaked 1.84.1
- Update to latest Forge
[1.14.4] 1.84.0
New features in CC: Tweaked 1.84.0
- Improve validation in rename, copy and delete programs
- Add window.getLine - the inverse of blit
- turtle.refuel no longer consumes more fuel than needed
- Add "cc.expect" module, for improved argument type checks
- Mount the ROM from all mod jars, not just CC's
And several bug fixes:
- Ensure file error messages use the absolute correct path
- Fix NPE when closing a file multiple times.
- Do not load chunks when calling writeDescription.
- Fix the signature of loadfile
- Fix turtles harvesting blocks multiple times
- Improve thread-safety of various peripherals
- Prevent printed pages having massive/malformed titles
[1.12.2] 1.84.0
New features in CC: Tweaked 1.84.0
- Improve validation in rename, copy and delete programs
- Add window.getLine - the inverse of blit
- turtle.refuel no longer consumes more fuel than needed
- Add "cc.expect" module, for improved argument type checks
- Mount the ROM from all mod jars, not just CC's
And several bug fixes:
- Ensure file error messages use the absolute correct path
- Fix NPE when closing a file multiple times.
- Do not load chunks when calling writeDescription.
- Fix the signature of loadfile
- Fix turtles harvesting blocks multiple times
- Improve thread-safety of various peripherals
- Prevent printed pages having massive/malformed titles
[1.14.3] 1.83.1
New features in CC: Tweaked 1.83.1
- Add several new MOTD messages (JakobDev)
And several bug fixes:
- Fix type check in
rednet.lookup
- Error if turtle and pocket computer programs are run on the wrong system (JakobDev)
- Do not discard varargs after a nil.
[1.14.2] 1.83.1
New features in CC: Tweaked 1.83.1
- Add several new MOTD messages (JakobDev)
And several bug fixes:
- Fix type check in
rednet.lookup
- Error if turtle and pocket computer programs are run on the wrong system (JakobDev)
- Do not discard varargs after a nil.
[1.13.2] 1.83.1
New features in CC: Tweaked 1.83.1
- Add several new MOTD messages (JakobDev)
And several bug fixes:
- Fix type check in
rednet.lookup
- Error if turtle and pocket computer programs are run on the wrong system (JakobDev)
- Do not discard varargs after a nil.
[1.12.2] 1.83.1
New features in CC: Tweaked 1.83.1
- Add several new MOTD messages (JakobDev)
And several bug fixes:
- Fix type check in
rednet.lookup
- Error if turtle and pocket computer programs are run on the wrong system (JakobDev)
- Do not discard varargs after a nil.
[1.12.2] 1.83.0
New features in CC: Tweaked 1.83.0
- Add Chinese translation. (XuyuEre)
- Small performance optimisations for packet sending.
- Provide an
arg
table to programs fun from the shell, similar to PUC Lua. - Add
os.date
, and handle passing datetime tables toos.time
, making them largely compatible with PUC Lua. rm
andmkdir
accept multiple arguments. (hydraz, JakobDev)- Rework rendering of in-hand pocket computers.
- Prevent rendering of a bounding box on a monitor's screen.
- Refactor Lua-side type checking code into a single method. Also include the function name in error messages (hydraz).
- Add system for displaying a message of the day, enabled via the
motd.enabled
setting. (JaokbDev)
And several bug fixes:
- Fix incorrect computation of server-tick budget.
- Fix list-based config options not reloading.
- Ensure
require
is usable within the Lua REPL.