1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-10 17:30:29 +00:00
CC-Tweaked/src/main/java/dan200/computercraft
SquidDev 7ec8ddcf7d Delete previous chat messages of the same type
This uses a custom ComputerCraft packet to send chat messages to the
client. When received, we delete all messages of the same category
before sending the new ones.

This avoids cluttering the chat with near-identical messages, and helps
make working with the "individual dump" command easier, as the previous
computer's dump output is deleted.

Also change the max height of the TextTable to 18, so it fits within
Minecraft's default chat limit.
2018-05-15 11:44:23 +01:00
..
api Various improvements to peripheral invalidation 2018-04-16 18:22:28 +01:00
client Delete previous chat messages of the same type 2018-05-15 11:44:23 +01:00
core Delete previous chat messages of the same type 2018-05-15 11:44:23 +01:00
server/proxy Add support for viewing arbitrary computers in a GUI 2017-12-06 15:43:25 +00:00
shared Delete previous chat messages of the same type 2018-05-15 11:44:23 +01:00
ComputerCraft.java A couple of fixes for maven and CCEmuX 2018-04-20 19:39:53 +01:00