forked from cmangos/mangos-tbc
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule LuaEngine
updated
28 files
+20 −7 | .github/workflows/build.yml | |
+12 −0 | .github/workflows/pr-on-label.yml | |
+1 −1 | BindingMap.h | |
+24 −0 | ElunaCompat.cpp | |
+12 −6 | ElunaCompat.h | |
+2 −1 | ElunaConfig.cpp | |
+1 −0 | ElunaConfig.h | |
+87 −4 | ElunaLoader.cpp | |
+34 −0 | ElunaLoader.h | |
+69 −10 | ElunaTemplate.h | |
+22 −18 | LuaEngine.cpp | |
+11 −0 | LuaEngine.h | |
+23 −0 | LuaFunctions.cpp | |
+1 −0 | LuaValue.cpp | |
+2 −32 | hooks/PlayerHooks.cpp | |
+2 −0 | hooks/ServerHooks.cpp | |
+6 −4 | lmarshal.cpp | |
+12 −0 | methods/CMangos/CreatureMethods.h | |
+1 −0 | methods/Mangos/CreatureMethods.h | |
+2 −3 | methods/TrinityCore/AuraMethods.h | |
+12 −0 | methods/TrinityCore/CreatureMethods.h | |
+26 −8 | methods/TrinityCore/ElunaQueryMethods.h | |
+0 −1 | methods/TrinityCore/GameObjectMethods.h | |
+20 −35 | methods/TrinityCore/PlayerMethods.h | |
+1 −1 | methods/TrinityCore/WorldObjectMethods.h | |
+13 −1 | methods/VMangos/CreatureMethods.h | |
+8 −11 | methods/VMangos/GlobalMethods.h | |
+1 −1 | methods/VMangos/PlayerMethods.h |