Dylan K. Taylor 0289b45202
Chunk: Drop dirty flags for tiles and entities
instead, just ungate this and allow the provider to decide what to do.
Any chunk that contains entities or tiles is already always considered dirty, so the only thing the flags are good for is flagging chunks that previously had tiles and/or entities but no longer do.
In those cases, it's just removing keys from LevelDB anyway, so it's already very cheap.
Avoiding these redundant deletions is not worth the extra complexity and fragility of relying on flags to track this stuff.
2021-08-30 00:09:36 +01:00
..
2021-08-26 15:31:28 +01:00
2021-07-23 22:39:54 +01:00
2021-08-29 12:45:23 +01:00
2020-01-22 11:55:03 +00:00
2021-08-26 15:06:43 +01:00
2021-08-22 23:02:36 +01:00
2020-03-10 13:05:37 +00:00
2021-08-19 15:39:16 +01:00
2021-08-20 19:54:08 +01:00
2021-08-19 15:39:16 +01:00