Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.14.4] 1.85.0

04 Oct 18:59
Compare
Choose a tag to compare

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

04 Oct 18:53
Compare
Choose a tag to compare

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

09 Aug 08:40
Compare
Choose a tag to compare

New features in CC: Tweaked 1.84.1

  • Update to latest Forge

[1.14.4] 1.84.0

04 Aug 15:56
Compare
Choose a tag to compare

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

04 Aug 15:54
Compare
Choose a tag to compare

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

26 Jun 07:30
Compare
Choose a tag to compare
[1.14.3] 1.83.1 Pre-release
Pre-release

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

02 Jun 17:43
Compare
Choose a tag to compare
[1.14.2] 1.83.1 Pre-release
Pre-release

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

02 Jun 17:38
Compare
Choose a tag to compare

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

02 Jun 17:27
Compare
Choose a tag to compare

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

31 May 12:56
Compare
Choose a tag to compare

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 to os.time, making them largely compatible with PUC Lua.
  • rm and mkdir 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.