1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-25 08:26:54 +00:00
CC-Tweaked/projects
Jonathan Coates 286f969f94
Remove computers from both lookups when they timeout
In 5d8c46c7e6, we switched to using UUIDs
for looking up computers (rather than an integer ID). However, for
compatibility in some of the command code, we need to maintain the old
integer lookup map.

Most of the code was updated to handle this, *except* the code to remove
a computer from the registry. This meant that we'd fail to remove a
computer from the UUID lookup map, so computers ended up in a phantom
state where they were destroyed, but still accessible.

This is not an issue on 1.20.4, because the legacy int lookup map was
removed.

Fixes #1760
2024-03-23 10:59:47 +00:00
..
common Remove computers from both lookups when they timeout 2024-03-23 10:59:47 +00:00
common-api Load services with the service's classloader 2024-03-21 20:50:31 +00:00
core Bump CC:T to 1.110.0 2024-03-21 21:57:05 +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 Use a platform method to register item properties 2024-03-22 20:19:32 +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