summaryrefslogtreecommitdiff
path: root/src/scripts/Commands
AgeCommit message (Collapse)Author
2017-12-21Moved files after mergingYehonal
2017-12-21Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk ↵Yehonal
into dir-restructure
2017-12-21Using TC structure allowing easier patches importingYehonal
2017-11-20Add summoner information to TeleportTo function and created OnBeforeTeleport ↵Yehonal
hook
2017-11-20Fixed aura for GM visibility at loginYehonal
2017-11-19Allow near commands to list only object of your current phaseYehonal
2017-11-14Update Vmaps | Mmaps | Recastnav and fixed FleeingMovementsucofog
- Fixes getHeight collision (Map height is now calculated properly core-side, extraction of Maps, Vmaps is required) - Fixes invisible walls causing LoS errores and wrong pathing in some zones. - Mmaps update, padding is used, now to ensure proper binary-identical mmtiles - Updated Recastnav to work properly with new updates - Updated Area Storage - Implement Map out of Bound (players will pop on closest graveyard if out of bounds) - FleeingMovementGenerator updated, LoS calc to not go out of bounds or in/under textured when fleeing - Added command .mmap, port from TC (info about mmaps)
2017-09-21Fixed gcc warningsYehonal
2017-09-19Add GMSummonPlayer Config Option (#643)StygianTheBest
2017-09-19Cleaning unused variablesYehonal
2017-09-19Fixed linux compilation error with linkerYehonal
This was caused by a GNUC compiler optimization that removes LFG.obj from binaries since its functions have never been called by gamelib. So we had to call at least one of them on LFGMgr forcing compiler to include LFG.cpp in build. I can't find another way.
2017-09-18Uncommented some utils functions for LFGYehonal
2017-09-18Fixed all unused-parameters warningsYehonal
issue #121 used clang-tidy to achieve this
2017-09-18Removed more warnings, mostly related to unused-variableYehonal
issue #121 We still have to work on unused-parameter
2017-09-16Core: step 1 - starting to fix core warningsYehonal
expecially from headers and some cpp files Scripts and tools in next steps
2017-08-26[CORE/Command] fixed wrong db worker for IP2NATION statementYehonal
2017-08-20Merge branch 'master' into masterYehonal
2017-08-20Another huge compilation fixYehonal
please delete cache and re-run cmake
2017-08-19changed DISABLED_ cmake variable to ENABLED_ and implemented for all ↵Yehonal
disabled logs
2017-08-02Core/Command: Fix a crash when using wp show info pathidInifield
Fix #530 thanks to @BarbzYHOOL for testing
2017-06-30TabsNefertumm
2017-06-30Implement ip2nation and ip2nationCountriesNefertumm
2017-06-08Adding character deleted command from trinitycore (#164)Kalhac
* Importing character deleted commands * Adding command .character erase and SQL help description
2017-03-15Core/Command: Added disable commands. (#423)HeartWell
* Core/Command: Added disable commands.
2016-11-25DB/World: move questItem* fields to *_questitems tables (#249)Shin
2016-11-06Scripts/Commands: Adding command reload broadcast text. (#228)HeartWell
2016-11-05Core/Object: Localization objects. (#226)HeartWell
2016-11-05Core/Creature: Localization creatures. (#224)HeartWell
2016-11-04Core/Item: Localization items. (#223)HeartWell
2016-10-29Script/Commands: implemented .reload battleground_template (#210)HeartWell
- Closes #28
2016-09-04Revert "Build/Clang: fixed 96 warnings + improved code readability"ShinDarth
This reverts commit a4589f71d5906281581303b4d9430ea65f79c31a.
2016-09-02Using IsGMAccount instead of direct checkYehonal
2016-08-28Script/Commands: correction of ↵ShinDarth
https://github.com/azerothcore/azerothcore-wotlk/commit/1b1767e9f4c20d1e20541968de98d00814f63247#diff-de077c84577b8885f0df1d20707bbb38L243
2016-08-26Script/Commands: enhanced .lookup player commandShinDarth
2016-08-26Misc: fix copyright headerShinDarth
2016-08-24Core/Commands: enable .gm ingame command + misc cleaningShinDarth
2016-08-24Core/Chat: properly prevent crashes + cleaning (import from TrinityCore)ShinDarth
- Closes #111
2016-08-21Script/Commands: fix all command permissionsShinDarth
2016-08-20Fix commands and starting to use nullptr instead of NULLYehonal
2016-08-20fixed compilation of latest commands rewrite workYehonal
2016-08-19Merge branch 'threading_rewrite' of ↵Yehonal
https://github.com/ShinDarth/azerothcore-wotlk into threading_rewrite
2016-08-19Merge branch 'master' of github.com:azerothcore/azerothcore-wotlkYehonal
2016-08-19Fixed compilation without PCH enabledYehonal
please avoid to miss header files in your sources
2016-08-19Corrected more copyrightsShinDarth
2016-08-19Update chat system, based on TrinityCore commitShinDarth
2016-08-17Fix License issue, closes #21ShinDarth
2016-08-16Build/Clang: fixed 96 warnings + improved code readabilityShinDarth
2016-08-14Misc: fix SQL updates + move some lines of codeShinDarth
2016-08-14Core/Commands: Add missing message for .ticket complete (#79)Luth31
Do not allow the completion of a ticket with or without response if the handler isn't the assignee Let players know when their ticket has been closed or they received a response.
2016-08-14Fix warning on Windows. (#89)Rival