Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-21 | Moved files after merging | Yehonal | |
2017-12-21 | Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk ↵ | Yehonal | |
into dir-restructure | |||
2017-12-21 | Using TC structure allowing easier patches importing | Yehonal | |
2017-11-20 | Add summoner information to TeleportTo function and created OnBeforeTeleport ↵ | Yehonal | |
hook | |||
2017-11-20 | Fixed aura for GM visibility at login | Yehonal | |
2017-11-19 | Allow near commands to list only object of your current phase | Yehonal | |
2017-11-14 | Update Vmaps | Mmaps | Recastnav and fixed FleeingMovement | sucofog | |
- 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-21 | Fixed gcc warnings | Yehonal | |
2017-09-19 | Add GMSummonPlayer Config Option (#643) | StygianTheBest | |
2017-09-19 | Cleaning unused variables | Yehonal | |
2017-09-19 | Fixed linux compilation error with linker | Yehonal | |
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-18 | Uncommented some utils functions for LFG | Yehonal | |
2017-09-18 | Fixed all unused-parameters warnings | Yehonal | |
issue #121 used clang-tidy to achieve this | |||
2017-09-18 | Removed more warnings, mostly related to unused-variable | Yehonal | |
issue #121 We still have to work on unused-parameter | |||
2017-09-16 | Core: step 1 - starting to fix core warnings | Yehonal | |
expecially from headers and some cpp files Scripts and tools in next steps | |||
2017-08-26 | [CORE/Command] fixed wrong db worker for IP2NATION statement | Yehonal | |
2017-08-20 | Merge branch 'master' into master | Yehonal | |
2017-08-20 | Another huge compilation fix | Yehonal | |
please delete cache and re-run cmake | |||
2017-08-19 | changed DISABLED_ cmake variable to ENABLED_ and implemented for all ↵ | Yehonal | |
disabled logs | |||
2017-08-02 | Core/Command: Fix a crash when using wp show info pathid | Inifield | |
Fix #530 thanks to @BarbzYHOOL for testing | |||
2017-06-30 | Tabs | Nefertumm | |
2017-06-30 | Implement ip2nation and ip2nationCountries | Nefertumm | |
2017-06-08 | Adding character deleted command from trinitycore (#164) | Kalhac | |
* Importing character deleted commands * Adding command .character erase and SQL help description | |||
2017-03-15 | Core/Command: Added disable commands. (#423) | HeartWell | |
* Core/Command: Added disable commands. | |||
2016-11-25 | DB/World: move questItem* fields to *_questitems tables (#249) | Shin | |
2016-11-06 | Scripts/Commands: Adding command reload broadcast text. (#228) | HeartWell | |
2016-11-05 | Core/Object: Localization objects. (#226) | HeartWell | |
2016-11-05 | Core/Creature: Localization creatures. (#224) | HeartWell | |
2016-11-04 | Core/Item: Localization items. (#223) | HeartWell | |
2016-10-29 | Script/Commands: implemented .reload battleground_template (#210) | HeartWell | |
- Closes #28 | |||
2016-09-04 | Revert "Build/Clang: fixed 96 warnings + improved code readability" | ShinDarth | |
This reverts commit a4589f71d5906281581303b4d9430ea65f79c31a. | |||
2016-09-02 | Using IsGMAccount instead of direct check | Yehonal | |
2016-08-28 | Script/Commands: correction of ↵ | ShinDarth | |
https://github.com/azerothcore/azerothcore-wotlk/commit/1b1767e9f4c20d1e20541968de98d00814f63247#diff-de077c84577b8885f0df1d20707bbb38L243 | |||
2016-08-26 | Script/Commands: enhanced .lookup player command | ShinDarth | |
2016-08-26 | Misc: fix copyright header | ShinDarth | |
2016-08-24 | Core/Commands: enable .gm ingame command + misc cleaning | ShinDarth | |
2016-08-24 | Core/Chat: properly prevent crashes + cleaning (import from TrinityCore) | ShinDarth | |
- Closes #111 | |||
2016-08-21 | Script/Commands: fix all command permissions | ShinDarth | |
2016-08-20 | Fix commands and starting to use nullptr instead of NULL | Yehonal | |
2016-08-20 | fixed compilation of latest commands rewrite work | Yehonal | |
2016-08-19 | Merge branch 'threading_rewrite' of ↵ | Yehonal | |
https://github.com/ShinDarth/azerothcore-wotlk into threading_rewrite | |||
2016-08-19 | Merge branch 'master' of github.com:azerothcore/azerothcore-wotlk | Yehonal | |
2016-08-19 | Fixed compilation without PCH enabled | Yehonal | |
please avoid to miss header files in your sources | |||
2016-08-19 | Corrected more copyrights | ShinDarth | |
2016-08-19 | Update chat system, based on TrinityCore commit | ShinDarth | |
2016-08-17 | Fix License issue, closes #21 | ShinDarth | |
2016-08-16 | Build/Clang: fixed 96 warnings + improved code readability | ShinDarth | |
2016-08-14 | Misc: fix SQL updates + move some lines of code | ShinDarth | |
2016-08-14 | Core/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-14 | Fix warning on Windows. (#89) | Rival | |