CC-Tweaked

Just another ComputerCraft fork

Stars
917
Committers
109

Bot releases are hidden (Show)

CC-Tweaked - [1.15.2] 1.97.1

Published by SquidDev about 3 years ago

New features in CC: Tweaked 1.97.1

  • Add config options to limit total bandwidth used by the HTTP API.

And several bug fixes:

  • Fix selected slot indicator not appearing in turtle interface.
  • Fix crash when printers are placed as part of world generation.
  • Fix crash when breaking a speaker on a multiplayer world.
  • Prevent issue in rednet when the message ID is NaN.
  • Fix help program crashing when terminal changes width.
  • Ensure monitors are well-formed when placed, preventing graphical glitches
    when using Carry On or Quark.
  • Accept several more extensions in the websocket client.
  • Prevent wget crashing when given an invalid URL and no filename.
CC-Tweaked - [1.16.5] 1.97.0

Published by SquidDev over 3 years ago

New features in CC: Tweaked 1.97.0

  • Update several translations (Anavrins, Jummit, Naheulf).
  • Add button to view a computer's folder to /computercraft dump.
  • Allow cleaning dyed turtles in a cauldron.
  • Add scale subcommand to monitor program (MCJack123).
  • Add option to make textutils.serialize not write an indent (magiczocker10).
  • Allow comparing vectors using == (fatboychummy).
  • Improve HTTP error messages for SSL failures.
  • Allow craft program to craft unlimited items (fatboychummy).
  • Impose some limits on various command queues.
  • Add buttons to shutdown and terminate to computer GUIs.
  • Add program subcompletion to several programs (Wojbie).
  • Update the help program to accept and (partially) highlight markdown files.
  • Remove config option for the debug API.
  • Allow setting the subprotocol header for websockets.
  • Add basic JMX monitoring on dedicated servers.
  • Add support for MoreRed bundled.
  • Allow uploading files by dropping them onto a computer.

And several bug fixes:

  • Fix NPE when using a treasure disk when no treasure disks are available.
  • Prevent command computers discarding command ouput when certain game rules are off.
  • Fix turtles not updating peripherals when upgrades are unequipped (Ronan-H).
  • Fix computers not shutting down on fatal errors within the Lua VM.
  • Speakers now correctly stop playing when broken, and sound follows noisy turtles and pocket computers.
  • Update the wget to be more resiliant in the face of user-errors.
  • Fix exiting paint typing "e" in the shell.
  • Fix coloured pocket computers using the wrong texture.
  • Correctly render the transparent background on pocket/normal computers.
  • Don't apply CraftTweaker actions twice on single-player worlds.
CC-Tweaked - [1.15.2] 1.97.0

Published by SquidDev over 3 years ago

New features in CC: Tweaked 1.97.0

  • Update several translations (Anavrins, Jummit, Naheulf).
  • Add button to view a computer's folder to /computercraft dump.
  • Allow cleaning dyed turtles in a cauldron.
  • Add scale subcommand to monitor program (MCJack123).
  • Add option to make textutils.serialize not write an indent (magiczocker10).
  • Allow comparing vectors using == (fatboychummy).
  • Improve HTTP error messages for SSL failures.
  • Allow craft program to craft unlimited items (fatboychummy).
  • Impose some limits on various command queues.
  • Add buttons to shutdown and terminate to computer GUIs.
  • Add program subcompletion to several programs (Wojbie).
  • Update the help program to accept and (partially) highlight markdown files.
  • Remove config option for the debug API.
  • Allow setting the subprotocol header for websockets.

And several bug fixes:

  • Fix NPE when using a treasure disk when no treasure disks are available.
  • Prevent command computers discarding command ouput when certain game rules are off.
  • Fix turtles not updating peripherals when upgrades are unequipped (Ronan-H).
  • Fix computers not shutting down on fatal errors within the Lua VM.
  • Speakers now correctly stop playing when broken, and sound follows noisy turtles and pocket computers.
  • Update the wget to be more resiliant in the face of user-errors.
  • Fix exiting paint typing "e" in the shell.
CC-Tweaked - [1.16.4] 1.96.0

Published by SquidDev over 3 years ago

New features in CC: Tweaked 1.96.0

  • Use lightGrey for folders within the "list" program.
  • Add getLimit to inventory peripherals.
  • Expose the generic peripheral system to the public API.
  • Add cc.expect.range (Lupus590).
  • Allow calling cc.expect directly (MCJack123).
  • Numerous improvements to documentation.

And several bug fixes:

  • Fix paintutils.drawLine incorrectly sorting coordinates (lilyzeiset).
  • Improve JEI's handling of turtle/pocket upgrade recipes.
  • Correctly handle sparse arrays in cc.pretty.
  • Fix crashes when a turtle places a monitor (baeuric).
  • Fix very large resource files being considered empty.
  • Allow turtles to use compostors.
  • Fix dupe bug when colouring turtles.
CC-Tweaked - [1.15.2] 1.96.0

Published by SquidDev over 3 years ago

New features in CC: Tweaked 1.96.0

  • Use lightGrey for folders within the "list" program.
  • Add getLimit to inventory peripherals.
  • Expose the generic peripheral system to the public API.
  • Add cc.expect.range (Lupus590).
  • Allow calling cc.expect directly (MCJack123).
  • Numerous improvements to documentation.

And several bug fixes:

  • Fix paintutils.drawLine incorrectly sorting coordinates (lilyzeiset).
  • Improve JEI's handling of turtle/pocket upgrade recipes.
  • Correctly handle sparse arrays in cc.pretty.
  • Fix crashes when a turtle places a monitor (baeuric).
  • Fix very large resource files being considered empty.
  • Allow turtles to use compostors.
  • Fix dupe bug when colouring turtles.
CC-Tweaked - [1.16.4] 1.95.3

Published by SquidDev over 3 years ago

New features in CC: Tweaked 1.95.3

Several bug fixes:

  • Correctly serialise sparse arrays into JSON (livegamer999)
  • Fix hasAudio/playAudio failing on record discs.
  • Fix rs.getBundledInput returning the output instead (SkyTheCodeMaster)
  • Programs run via edit are now a little better behaved (Wojbie)
  • Add User-Agent to a websocket's headers.
  • Fix monitors not rendering on client-side chunk load.
CC-Tweaked - [1.15.2] 1.95.3

Published by SquidDev over 3 years ago

New features in CC: Tweaked 1.95.3

Several bug fixes:

  • Correctly serialise sparse arrays into JSON (livegamer999)
  • Fix hasAudio/playAudio failing on record discs.
  • Fix rs.getBundledInput returning the output instead (SkyTheCodeMaster)
  • Programs run via edit are now a little better behaved (Wojbie)
  • Add User-Agent to a websocket's headers.
  • Fix monitors not rendering on client-side chunk load.
CC-Tweaked - [1.16.4] 1.95.2

Published by SquidDev almost 4 years ago

New features in CC: Tweaked 1.95.2

  • Add isReadOnly to fs.attributes (Lupus590)
  • Many more programs now support numpad enter (Wojbie)

Several bug fixes:

  • Fix some commands failing to parse on dedicated servers.
  • Fix all disk recipes appearing to produce a white disk in JEI/recipe book.
  • Hopefully improve edit's behaviour with AltGr on some European keyboards.
  • Prevent files being usable after their mount was removed.
  • Fix the id program crashing on non-disk items (Wojbie).
  • Preserve registration order of turtle/pocket upgrades when displaying in JEI.
CC-Tweaked - [1.15.2] 1.95.2

Published by SquidDev almost 4 years ago

New features in CC: Tweaked 1.95.2

  • Add isReadOnly to fs.attributes (Lupus590)
  • Many more programs now support numpad enter (Wojbie)

Several bug fixes:

  • Fix some commands failing to parse on dedicated servers.
  • Fix all disk recipes appearing to produce a white disk in JEI/recipe book.
  • Hopefully improve edit's behaviour with AltGr on some European keyboards.
  • Prevent files being usable after their mount was removed.
  • Fix the id program crashing on non-disk items (Wojbie).
  • Preserve registration order of turtle/pocket upgrades when displaying in JEI.
CC-Tweaked - [1.16.4] 1.95.1

Published by SquidDev almost 4 years ago

New features in CC: Tweaked 1.95.1

Several bug fixes:

  • Command computers now drop items again.
  • Restore crafting of disks with dyes.
  • Fix CraftTweaker integrations for damageable items.
  • Catch reflection errors in the generic peripheral system, resolving crashes with Botania.
CC-Tweaked - [1.15.2] 1.95.1

Published by SquidDev almost 4 years ago

New features in CC: Tweaked 1.95.1

Several bug fixes:

  • Command computers now drop items again.
  • Restore crafting of disks with dyes.
  • Fix CraftTweaker integrations for damageable items.
  • Catch reflection errors in the generic peripheral system, resolving crashes with Botania.
CC-Tweaked - [1.16.4] 1.95.0

Published by SquidDev almost 4 years ago

New features in CC: Tweaked 1.95.0

  • Optimise the paint program's initial render.
  • Several documentation improvments (Gibbo3771, MCJack123).
  • fs.combine now accepts multiple arguments.
  • Add a setting (bios.strict_globals) to error when accidentally declaring a global. (Lupus590).
  • Add an improved help viewer which allows scrolling up and down (MCJack123).
  • Add cc.strings module, with utilities for wrapping text (Lupus590).
  • The clear program now allows resetting the palette too (Luca0208).

And several bug fixes:

  • Fix memory leak in generic peripherals.
  • Fix crash when a turtle is broken while being ticked.
  • textutils.*tabulate now accepts strings or numbers.
  • We now deny all local IPs, using the magic $private host. Previously the IPv6 loopback interface was not blocked.
  • Fix crash when rendering monitors if the block has not yet been synced. You will need to regenerate the config file to apply this change.
  • read now supports numpad enter (TheWireLord)
  • Correctly handle HTTP redirects to URLs containing escape characters.
  • Fix integer overflow in os.epoch.
  • Allow using pickaxes (and other items) for turtle upgrades which have mod-specific NBT.
  • Fix duplicate turtle/pocket upgrade recipes appearing in JEI.
CC-Tweaked - [1.15.2] 1.95.0

Published by SquidDev almost 4 years ago

New features in CC: Tweaked 1.95.0

  • Optimise the paint program's initial render.
  • Several documentation improvments (Gibbo3771, MCJack123).
  • fs.combine now accepts multiple arguments.
  • Add a setting (bios.strict_globals) to error when accidentally declaring a global. (Lupus590).
  • Add an improved help viewer which allows scrolling up and down (MCJack123).
  • Add cc.strings module, with utilities for wrapping text (Lupus590).
  • The clear program now allows resetting the palette too (Luca0208).

And several bug fixes:

  • Fix memory leak in generic peripherals.
  • Fix crash when a turtle is broken while being ticked.
  • textutils.*tabulate now accepts strings or numbers.
  • We now deny all local IPs, using the magic $private host. Previously the IPv6 loopback interface was not blocked.
  • Fix crash when rendering monitors if the block has not yet been synced. You will need to regenerate the config file to apply this change.
  • read now supports numpad enter (TheWireLord)
  • Correctly handle HTTP redirects to URLs containing escape characters.
  • Fix integer overflow in os.epoch.
  • Allow using pickaxes (and other items) for turtle upgrades which have mod-specific NBT.
  • Fix duplicate turtle/pocket upgrade recipes appearing in JEI.
CC-Tweaked - [1.16.4] 1.94.0

Published by SquidDev almost 4 years ago

New features in CC: Tweaked 1.94.0

  • Add getter for window visibility (devomaa)
  • Generic peripherals are no longer experimental, and on by default.
  • Use term.blit to draw boxes in paintutils (Lemmmy).

And several bug fixes:

  • Fix turtles not getting advancements when turtles are on.
  • Draw in-hand pocket computers with the correct transparent flags enabled.
  • Several bug fixes to SNBT parsing.
  • Fix several programs using their original name instead of aliases in usage hints (Lupus590).
CC-Tweaked - [1.15.2] 1.94.0

Published by SquidDev almost 4 years ago

New features in CC: Tweaked 1.94.0

  • Add getter for window visibility (devomaa)
  • Generic peripherals are no longer experimental, and on by default.
  • Use term.blit to draw boxes in paintutils (Lemmmy).

And several bug fixes:

  • Fix turtles not getting advancements when turtles are on.
  • Draw in-hand pocket computers with the correct transparent flags enabled.
  • Several bug fixes to SNBT parsing.
  • Fix several programs using their original name instead of aliases in usage hints (Lupus590).
CC-Tweaked - [1.16.3] 1.93.1

Published by SquidDev almost 4 years ago

New features in CC: Tweaked 1.93.1

  • Various documentation improvements (Lemmmy).
  • Fix TBO monitor renderer on some older graphics cards (Lemmmy).
CC-Tweaked - [1.15.2] 1.93.1

Published by SquidDev almost 4 years ago

New features in CC: Tweaked 1.93.1

  • Various documentation improvements (Lemmmy).
  • Fix TBO monitor renderer on some older graphics cards (Lemmmy).
CC-Tweaked - [1.16.3] 1.93.0

Published by SquidDev about 4 years ago

New features in CC: Tweaked 1.93.0

  • Update Swedish translations (Granddave).
  • Printers use item tags to check dyes.
  • HTTP rules may now be targetted for a specific port.
  • Don't propagate adjacent redstone signals through computers.

And several bug fixes:

  • Fix NPEs when turtles interact with containers.
CC-Tweaked - [1.15.2] 1.93.0

Published by SquidDev about 4 years ago

New features in CC: Tweaked 1.93.0

  • Update Swedish translations (Granddave).
  • Printers use item tags to check dyes.
  • HTTP rules may now be targetted for a specific port.
  • Don't propagate adjacent redstone signals through computers.

And several bug fixes:

  • Fix NPEs when turtles interact with containers.
CC-Tweaked - [1.16.3] 1.92.0

Published by SquidDev about 4 years ago

New features in CC: Tweaked 1.92.0

  • Bump Cobalt version:
    • Add support for the __pairs metamethod.
    • string.format now uses the __tostring metamethod.
  • Add date-specific MOTDs (MCJack123).

And several bug fixes:

  • Correctly handle tabs within textutils.unserailizeJSON.
  • Fix sheep not dropping items when sheared by turtles.
Badges
Extracted from project README
Current build status Download CC: Tweaked on CurseForge Download CC: Tweaked on Modrinth