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
21 files
+1 −1 | .github/workflows/build.yml | |
+58 −16 | docs/ElunaDoc/parser.py | |
+ − | docs/ElunaDoc/static/eluna-logo.png | |
+311 −0 | docs/ElunaDoc/static/highlight.css | |
+323 −0 | docs/ElunaDoc/static/highlight.min.js | |
+15 −0 | docs/ElunaDoc/static/lua.min.js | |
+202 −64 | docs/ElunaDoc/static/main.css | |
+0 −7 | docs/ElunaDoc/static/main.js | |
+22 −0 | docs/ElunaDoc/static/theme.js | |
+34 −13 | docs/ElunaDoc/templates/_base.html | |
+10 −1 | docs/ElunaDoc/templates/method.html | |
+5 −2 | methods/CMangos/ItemMethods.h | |
+4 −4 | methods/CMangos/PlayerMethods.h | |
+74 −4 | methods/CMangos/UnitMethods.h | |
+1 −1 | methods/CMangos/WorldObjectMethods.h | |
+2 −5 | methods/Mangos/PlayerMethods.h | |
+69 −1 | methods/Mangos/UnitMethods.h | |
+385 −439 | methods/TrinityCore/GlobalMethods.h | |
+19 −1 | methods/TrinityCore/PlayerMethods.h | |
+66 −0 | methods/TrinityCore/UnitMethods.h | |
+69 −1 | methods/VMangos/UnitMethods.h |