From ca7f267ce35b7a48d7905b1cfb14b50815b627c5 Mon Sep 17 00:00:00 2001 From: lantisnt Date: Sun, 9 Apr 2023 10:24:31 +0200 Subject: [PATCH] feat: cross server sync support for wow10 only --- LibEventSourcing.xml | 1 + runtests.sh | 13 ++- source/LogEntry.lua | 29 ++---- source/LogEntryCrossRealm.lua | 167 ++++++++++++++++++++++++++++++++++ tests/_bootstrap_wow10.lua | 87 ++++++++++++++++++ tests/_wowstubs.lua | 4 + tests/_wowstubs_wow10.lua | 6 ++ 7 files changed, 285 insertions(+), 22 deletions(-) create mode 100644 source/LogEntryCrossRealm.lua create mode 100644 tests/_bootstrap_wow10.lua create mode 100644 tests/_wowstubs_wow10.lua diff --git a/LibEventSourcing.xml b/LibEventSourcing.xml index 9cb1365..e5113ca 100644 --- a/LibEventSourcing.xml +++ b/LibEventSourcing.xml @@ -7,6 +7,7 @@