CC-Tweaked

Just another ComputerCraft fork

Stars
917
Committers
109

Bot releases are hidden (Show)

CC-Tweaked - [1.18.1] 1.100.2

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.100.2

Several bug fixes:

  • Fix wired modems swapping the modem/peripheral block state.
  • Remove debugging logging line from turtle.attack.
CC-Tweaked - [1.17.1] 1.100.2

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.100.2

Several bug fixes:

  • Fix wired modems swapping the modem/peripheral block state.
  • Remove debugging logging line from turtle.attack.
CC-Tweaked - [1.16.5] 1.100.2

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.100.2

Several bug fixes:

  • Fix wired modems swapping the modem/peripheral block state.
  • Remove debugging logging line from turtle.attack.
CC-Tweaked - [1.18.1] 1.100.1

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.100.1

Several bug fixes:

  • Fix peripheral.hasType not working with wired modems (Toad-Dev).
  • Fix crashes when noisy pocket computer are shutdown.
CC-Tweaked - [1.17.1] 1.100.1

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.100.1

Several bug fixes:

  • Fix peripheral.hasType not working with wired modems (Toad-Dev).
  • Fix crashes when noisy pocket computer are shutdown.
CC-Tweaked - [1.16.5] 1.100.1

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.100.1

Several bug fixes:

  • Fix peripheral.hasType not working with wired modems (Toad-Dev).
  • Fix crashes when noisy pocket computer are shutdown.
CC-Tweaked - [1.18.1] 1.100.0

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.100.0

  • Speakers can now play arbitrary PCM audio.
  • Add support for encoding and decoding DFPWM streams, with the cc.audio.dfpwm module.
  • Wired modems now only render breaking progress for the part which is being broken.
  • Various documentation improvements.

Several bug fixes:

  • Fix the "repeat" program not repeating broadcast rednet messages.
  • Fix the drag-and-drop upload functionality writing empty files.
  • Prevent turtles from pushing non-pushable entities.
CC-Tweaked - [1.17.1] 1.100.0

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.100.0

  • Speakers can now play arbitrary PCM audio.
  • Add support for encoding and decoding DFPWM streams, with the cc.audio.dfpwm module.
  • Wired modems now only render breaking progress for the part which is being broken.
  • Various documentation improvements.

Several bug fixes:

  • Fix the "repeat" program not repeating broadcast rednet messages.
  • Fix the drag-and-drop upload functionality writing empty files.
  • Prevent turtles from pushing non-pushable entities.
CC-Tweaked - [1.16.5] 1.100.0

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.100.0

  • Speakers can now play arbitrary PCM audio.
  • Add support for encoding and decoding DFPWM streams, with the cc.audio.dfpwm module.
  • Wired modems now only render breaking progress for the part which is being broken.
  • Various documentation improvements.

Several bug fixes:

  • Fix the "repeat" program not repeating broadcast rednet messages.
  • Fix the drag-and-drop upload functionality writing empty files.
  • Prevent turtles from pushing non-pushable entities.
CC-Tweaked - [1.18.1] 1.99.1

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.99.1

  • Add package.searchpath to the cc.require API. (MCJack123)
  • Provide a more efficient way for the Java API to consume Lua tables in certain restricted cases.

Several bug fixes:

  • Fix keys being "sticky" when opening the off-hand pocket computer GUI.
  • Correctly handle broken coroutine managers resuming Java code with a nil event.
  • Prevent computer buttons stealing focus from the terminal.
  • Fix a class cast exception when a monitor is malformed in ways I do not quite understand.
CC-Tweaked - [1.17.1] 1.99.1

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.99.1

  • Add package.searchpath to the cc.require API. (MCJack123)
  • Provide a more efficient way for the Java API to consume Lua tables in certain restricted cases.

Several bug fixes:

  • Fix keys being "sticky" when opening the off-hand pocket computer GUI.
  • Correctly handle broken coroutine managers resuming Java code with a nil event.
  • Prevent computer buttons stealing focus from the terminal.
  • Fix a class cast exception when a monitor is malformed in ways I do not quite understand.
CC-Tweaked - [1.16.5] 1.99.1

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.99.1

  • Add package.searchpath to the cc.require API. (MCJack123)
  • Provide a more efficient way for the Java API to consume Lua tables in certain restricted cases.

Several bug fixes:

  • Fix keys being "sticky" when opening the off-hand pocket computer GUI.
  • Correctly handle broken coroutine managers resuming Java code with a nil event.
  • Prevent computer buttons stealing focus from the terminal.
  • Fix a class cast exception when a monitor is malformed in ways I do not quite understand.
CC-Tweaked - [1.18] 1.99.0

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.99.0

  • Pocket computers in their offhand will open without showing a terminal. You can look around and interact with the world, but your keyboard will be forwarded to the computer. (Wojbie, MagGen-hub).
  • Peripherals can now have multiple types. peripheral.getType now returns multiple values, and peripheral.hasType checks if a peripheral has a specific type.
  • Add several missing keys to the keys table. (ralphgod3)
  • Add feature introduction/changed version information to the documentation. (MCJack123)
  • Increase the file upload limit to 512KiB.
  • Rednet can now handle computer IDs larger than 65535. (Ale32bit)
  • Optimise deduplication of rednet messages (MCJack123)
  • Make term.blit colours case insensitive. (Ocawesome101)
  • Add a new about program for easier version identification. (MCJack123)
  • Optimise peripheral calls in rednet.run. (xAnavrins)
  • Add dimension parameter to commands.getBlockInfo.
  • Add cc.pretty.pretty_print helper function (Lupus590).
  • Add back JEI integration.
  • Turtle and pocket computer upgrades can now be added and modified with data packs.
  • Various translation updates (MORIMORI3017, Ale2Bit, mindy15963)

And several bug fixes:

  • Fix various computer commands failing when OP level was 4.
  • Various documentation fixes. (xXTurnerLP, MCJack123)
  • Fix textutils.serialize not serialising infinity and nan values. (Wojbie)
  • Wired modems now correctly clean up mounts when a peripheral is detached.
  • Fix incorrect turtle and pocket computer upgrade recipes in the recipe book.
  • Fix speakers not playing sounds added via resource packs which are not registered in-game.
  • Fix speaker upgrades sending packets after the server has stopped.
  • Monitor sizing has been rewritten, hopefully making it more stable.
  • Peripherals are now invalidated when the computer ticks, rather than when the peripheral changes.
  • Fix printouts and pocket computers rendering at fullbright when in item frames.
  • All mod blocks now have an effective tool (pickaxe).
CC-Tweaked - [1.17.1] 1.99.0

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.99.0

  • Pocket computers in their offhand will open without showing a terminal. You can look around and interact with the world, but your keyboard will be forwarded to the computer. (Wojbie, MagGen-hub).
  • Peripherals can now have multiple types. peripheral.getType now returns multiple values, and peripheral.hasType checks if a peripheral has a specific type.
  • Add several missing keys to the keys table. (ralphgod3)
  • Add feature introduction/changed version information to the documentation. (MCJack123)
  • Increase the file upload limit to 512KiB.
  • Rednet can now handle computer IDs larger than 65535. (Ale32bit)
  • Optimise deduplication of rednet messages (MCJack123)
  • Make term.blit colours case insensitive. (Ocawesome101)
  • Add a new about program for easier version identification. (MCJack123)
  • Optimise peripheral calls in rednet.run. (xAnavrins)
  • Add dimension parameter to commands.getBlockInfo.
  • Add cc.pretty.pretty_print helper function (Lupus590).
  • Add back JEI integration.
  • Turtle and pocket computer upgrades can now be added and modified with data packs.
  • Various translation updates (MORIMORI3017, Ale2Bit, mindy15963)

And several bug fixes:

  • Fix various computer commands failing when OP level was 4.
  • Various documentation fixes. (xXTurnerLP, MCJack123)
  • Fix textutils.serialize not serialising infinity and nan values. (Wojbie)
  • Wired modems now correctly clean up mounts when a peripheral is detached.
  • Fix incorrect turtle and pocket computer upgrade recipes in the recipe book.
  • Fix speakers not playing sounds added via resource packs which are not registered in-game.
  • Fix speaker upgrades sending packets after the server has stopped.
  • Monitor sizing has been rewritten, hopefully making it more stable.
  • Peripherals are now invalidated when the computer ticks, rather than when the peripheral changes.
  • Fix printouts and pocket computers rendering at fullbright when in item frames.
  • All mod blocks now have an effective tool (pickaxe).
CC-Tweaked - [1.16.5] 1.99.0

Published by SquidDev almost 3 years ago

New features in CC: Tweaked 1.99.0

  • Pocket computers in their offhand will open without showing a terminal. You can look around and interact with the world, but your keyboard will be forwarded to the computer. (Wojbie, MagGen-hub).
  • Peripherals can now have multiple types. peripheral.getType now returns multiple values, and peripheral.hasType checks if a peripheral has a specific type.
  • Add several missing keys to the keys table. (ralphgod3)
  • Add feature introduction/changed version information to the documentation. (MCJack123)
  • Increase the file upload limit to 512KiB.
  • Rednet can now handle computer IDs larger than 65535. (Ale32bit)
  • Optimise deduplication of rednet messages (MCJack123)
  • Make term.blit colours case insensitive. (Ocawesome101)
  • Add a new about program for easier version identification. (MCJack123)
  • Optimise peripheral calls in rednet.run. (xAnavrins)
  • Add dimension parameter to commands.getBlockInfo.
  • Add cc.pretty.pretty_print helper function (Lupus590).
  • Various translation updates (MORIMORI3017, Ale2Bit, mindy15963)

And several bug fixes:

  • Fix various computer commands failing when OP level was 4.
  • Various documentation fixes. (xXTurnerLP, MCJack123)
  • Fix textutils.serialize not serialising infinity and nan values. (Wojbie)
  • Wired modems now correctly clean up mounts when a peripheral is detached.
  • Fix incorrect turtle and pocket computer upgrade recipes in the recipe book.
  • Fix speakers not playing sounds added via resource packs which are not registered in-game.
  • Fix speaker upgrades sending packets after the server has stopped.
  • Monitor sizing has been rewritten, hopefully making it more stable.
  • Peripherals are now invalidated when the computer ticks, rather than when the peripheral changes.
CC-Tweaked - [1.17.1] 1.98.2

Published by SquidDev about 3 years ago

New features in CC: Tweaked 1.98.2

  • Add JP translation (MORIMORI0317)
  • Migrate several recipes to data generators.

Several bug fixes:

  • Fix volume speaker sounds are played at.
  • Fix several rendering issues when holding pocket computers and printouts in
    hand.
  • Ensure wired modems and cables join the wired network on chunk load.
  • Fix stack overflow when using wired networks.
CC-Tweaked - [1.16.5] 1.98.2

Published by SquidDev about 3 years ago

New features in CC: Tweaked 1.98.2

  • Add JP translation (MORIMORI0317)
  • Migrate several recipes to data generators.

Several bug fixes:

  • Fix volume speaker sounds are played at.
CC-Tweaked - [1.17.1] 1.98.1

Published by SquidDev about 3 years ago

New features in CC: Tweaked 1.98.1

Several bug fixes:

  • Fix monitors not correctly resizing when placed.
  • Update Russian translation (DrHesperus).
CC-Tweaked - [1.16.5] 1.98.1

Published by SquidDev about 3 years ago

New features in CC: Tweaked 1.98.1

Several bug fixes:

  • Fix monitors not correctly resizing when placed.
  • Update Russian translation (DrHesperus).
CC-Tweaked - [1.16.5] 1.98.0

Published by SquidDev about 3 years ago

New features in CC: Tweaked 1.98.0

  • Add motd for file uploading.
  • Add config options to limit total bandwidth used by the HTTP API.

And several bug fixes:

  • Fix settings.define not accepting a nil second argument (SkyTheCodeMaster).
  • Various documentation fixes (Angalexik, emiliskiskis, SkyTheCodeMaster).
  • 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.
  • Add a missing type check for http.checkURL.
  • Prevent parallel.* from hanging when no arguments are given.
  • 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.
  • Correctly wrap string within textutils.slowWrite.
Badges
Extracted from project README
Current build status Download CC: Tweaked on CurseForge Download CC: Tweaked on Modrinth