mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
refactor(json): migrate from nlohmann to rapidjson
Replace nlohmann::json with rapidjson across localization, hitbox manager, server world, and sensitive filter. Add json_utils helper for converting rapidjson documents to maps, and improve parse error handling.
This commit is contained in:
@@ -103,4 +103,5 @@ target_sources(${PROJECT_NAME}
|
||||
gameplay/server_entity_manager.cpp
|
||||
gameplay/client_entity_manager.cpp
|
||||
gameplay/systems/wander_ai_system.cpp
|
||||
tools/json_utils.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user