OpenFusion/src/core
dongresource 0c8e209360 [WIP] Convert all chunk-related logic to the new system's semantics
Replaced all references to chunk->players and chunk->NPCs with
chunk->entities and all instances of the old NPCClass enum with
EntityType.

The server compiles but will not yet run properly.
2021-03-31 22:28:27 +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 [refactor] Implement generic, validating sendPacket() wrapper 2021-03-31 21:10:54 +02:00
Core.hpp [refactor] Move files to core/ and servers/ subdirectories 2021-03-17 20:16:48 +01:00
Defines.hpp [WIP] Convert all chunk-related logic to the new system's semantics 2021-03-31 22:28:27 +02: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