OpenFusion/src/core
dongresource 129d1c2fe3 Use a specialized null value for ChunkPos
This prevents logic errors related to being in chunk 0 0 0.

Also:

* Moved some duplicated chunk teleportation logic to a new helper
  function
* Made ChunkPos into a proper class so it can default to INVALID_CHUNK
  when default-initialized
* Reversed the inclusion order of Chunking.hpp and Entities.hpp to work
  around problems with type definitions
2022-07-24 21:36:03 +02:00
..
CNProtocol.cpp [refactor] Implement generic, validating sendPacket() wrapper 2021-03-31 21:10:54 +02:00
CNProtocol.hpp [refactor] Implement generic, validating sendPacket() wrapper 2021-03-31 21:10:54 +02:00
CNShared.cpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00
CNShared.hpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00
CNStructs.hpp Use a specialized null value for ChunkPos 2022-07-24 21:36:03 +02:00
Core.hpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00
Defines.hpp Clean up indentation in a few places 2021-12-16 03:34:15 +01:00
Packets.cpp Fix PC_ATTACK_NPCs not being marked as variadic 2021-03-31 22:27:54 +02:00
Packets.hpp [refactor] Validate all inbound packets before handling them 2021-03-31 21:10:54 +02:00