forked from cmangos/mangos-wotlk
-
Notifications
You must be signed in to change notification settings - Fork 4
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
19 files
+87 −0 | ElunaTemplate.cpp | |
+46 −2 | ElunaTemplate.h | |
+2 −2 | LuaEngine.cpp | |
+0 −227 | LuaFunctions.cpp | |
+36 −44 | README.md | |
+2 −2 | docs/ElunaDoc/__main__.py | |
+27 −0 | methods/CMangos/CustomMethods.h | |
+17 −4 | methods/CMangos/GlobalMethods.h | |
+15 −0 | methods/CMangos/PlayerMethods.h | |
+27 −0 | methods/Mangos/CustomMethods.h | |
+17 −4 | methods/Mangos/GlobalMethods.h | |
+2 −1 | methods/Mangos/PlayerMethods.h | |
+122 −0 | methods/Methods.cpp | |
+41 −0 | methods/TrinityCore/CustomMethods.h | |
+17 −4 | methods/TrinityCore/GlobalMethods.h | |
+14 −0 | methods/TrinityCore/PlayerMethods.h | |
+27 −0 | methods/VMangos/CustomMethods.h | |
+17 −4 | methods/VMangos/GlobalMethods.h | |
+2 −1 | methods/VMangos/PlayerMethods.h |