Implement initial expedition system

Add Expeditions logging category

Add handlers for all Dynamic Zone/Expedition related opcodes

Add FormatName string_util function to format character names

Add Zone::IsZone helper method

Add cross zone MessageString support with variable parameters

Add static Client method helpers for cross zone messaging

Add #dz gm command to debug expedition cache for current zone
This commit is contained in:
hg
2020-04-14 17:18:54 -04:00
parent e69f0b230b
commit 0a4151b7c5
31 changed files with 4011 additions and 12 deletions
+2
View File
@@ -9,6 +9,7 @@ SET(world_sources
console.cpp
eql_config.cpp
eqemu_api_world_data_service.cpp
expedition.cpp
launcher_link.cpp
launcher_list.cpp
lfplist.cpp
@@ -39,6 +40,7 @@ SET(world_headers
console.h
eql_config.h
eqemu_api_world_data_service.h
expedition.h
launcher_link.h
launcher_list.h
lfplist.h