1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-30 09:03:20 +00:00
CC-Tweaked/projects
Jonathan Coates 6363164f2b
Fix creating a zero-sized pocket terminal
When the terminal data is not present, width/height are set to 0, rather
than the terminal's width/height. This meant we'd create an empty
terminal, which then crashes when we try to render it.

We now make the terminal nullable and initialise it the first time we
receive the terminal data. To prevent future mistakes, we hide
width/height, and use TerminalState.create everywhere.

Fixes #1765
2024-03-26 21:59:41 +00:00
..
common Fix creating a zero-sized pocket terminal 2024-03-26 21:59:41 +00:00
common-api Load services with the service's classloader 2024-03-21 20:50:31 +00:00
core Merge pull request #1763 from cyberbit/patch-1 2024-03-24 15:18:44 +00:00
core-api Fix a couple of warnings 2024-03-10 12:04:40 +00:00
fabric Use a platform method to register item properties 2024-03-22 20:19:32 +00:00
fabric-api Rewrite turtle upgrade modeller registration API 2024-01-16 23:00:49 +00:00
forge Fallback to the current side when getting fluid cap 2024-03-26 21:40:44 +00:00
forge-api Rewrite turtle upgrade modeller registration API 2024-01-16 23:00:49 +00:00
lints Send entire DFPWM encoder state to the client 2024-03-15 18:25:57 +00:00
standalone Allow local domains in the standalone emulator 2023-12-20 17:43:08 +00:00
web Bump checkstyle, fix warnings from TeaVM upgrade 2024-03-13 21:52:09 +00:00
ARCHITECTURE.md Add a standalone CC:T UI 2023-10-28 17:58:11 +01:00