| 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-12-13 | Fixed Mirror Image | talamortis | |
| close #730 | |||
| 2017-12-08 | Fixed Encounter Boss Faerlina: | Yehonal | |
| + fixed in combat with summons, you cannot skip them now + fixed naxxramas woshipper immunity: they are not immune to charm spells in 25 mode + fixed invisible Widow's Embrace spell in possessed npc bar | |||
| 2017-12-06 | Rewritten Naxxramas boss state system using BossAI methods | Yehonal | |
| 2017-12-05 | Fixed Majordomo Executus respawn at server restart | Yehonal | |
| 2017-12-05 | Fixed saving of icc buff switch | Yehonal | |
| 2017-12-04 | Fixed crash after 635f7831e1efa4030365aac0ee7531a75ca8e604 | yehonal | |
| 2017-11-29 | Fix travis | talamortis | |
| 2017-11-28 | Missed define out should fix travis aswell | talamortis | |
| 2017-11-28 | Added more checks to death grip | talamortis | |
| 2017-11-26 | Death grip should now check see if creature is immune to silence spells ↵ | talamortis | |
| before interrupting | |||
| 2017-11-25 | Fixed compilation | sucofog | |
| 2017-11-21 | Removed override functions in blackrock spire script | talamortis | |
| 2017-11-21 | Should fix travis build | talamortis | |
| 2017-11-20 | When player skins a creature it will tell instance aswell. | talamortis | |
| closes #614 | |||
| 2017-11-20 | Fixed halls of reflection wave timer according to deadly boss mods. | talamortis | |
| 2017-11-20 | Death Grip should now interrupt the target | talamortis | |
| closes #637 | |||
| 2017-11-20 | Fixed Lich King timers (step 2) | Yehonal | |
| Now we've blizzlike timers totally compatible with DBM addon | |||
| 2017-11-20 | Add summoner information to TeleportTo function and created OnBeforeTeleport ↵ | Yehonal | |
| hook | |||
| 2017-11-20 | Fixed Lich King timers | Yehonal | |
| maybe other minor adjustments needed but mostly correct now | |||
| 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-17 | Fixed arena statistics by type | Yehonal | |
| 2017-11-17 | Fixed behaviour of unrelenting assault warrior arms debuff | Yehonal | |
| 2017-11-16 | CMake - Made it easier to add your custom scripts (#703) | Barbz | |
| 2017-11-14 | Properly update Recastnav: | sucofog | |
| The commit not contained the last updates, added them and correct CMakeLists include. MMaps re-extraction wil be REQUIRED. | |||
| 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-11-10 | Molten Core - Core Hounds (#683) | Gargarensis | |
| * fixed core hounds * removed warning * removed warning | |||
| 2017-10-29 | Scripts/Northrend: fix event for quest A Suitable Test Subject (#700) | sucofog | |
| * Scripts/Northrend: talk event for quest A Suitable Test Subject Ported from: https://github.com/TrinityCore/TrinityCore/commit/fda99b2972aed2b98642f8974e34c5b18f7f3676 Credits to @Wyreth and Trinitycore * [Fix] No newline at end of file | |||
| 2017-10-13 | Fixed compilation after dir rework | Yehonal | |
| 2017-10-12 | Molten Core fixes (#604) | Gargarensis | |
| * Molten Core fixes * fix indentation * forgot to adjust 3 lines * Fixed warning | |||
| 2017-09-25 | Fixed warnings when EXTRA_LOGS are off | Yehonal | |
| 2017-09-24 | Fixed max heroic attempts ICC | Yehonal | |
| it must be 50 instead of 25 | |||
| 2017-09-23 | Scarlet Monastery - Chapel: Last Boss (#599) | Ercules76 | |
| * Core/Misc Created handler for character creation * [Core/Boss] Reworked final figth Scarlet Monastery - Chapel * correct the animation when Whitemain cast resurrection | |||
| 2017-09-23 | Fix CMake custom script (#658) | Barbz | |
| * CMake - CMake now detects custom scripts in the Custom directory * CMake - CMake now detects the custom script headers * CMake - Added an example in the README on how to make a CMakeLists.txt for a custom script | |||
| 2017-09-21 | Fixed PCH compilation and gcc warnings fixed | Yehonal | |
| + removed some useless warning suppressions | |||
| 2017-09-21 | Fixed gcc warnings | Yehonal | |
| 2017-09-19 | Stratholme's Rat Traps (#613) | Gargarensis | |
| * now rat traps in stratholme work correctly | |||
| 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 some variable/parameters type issues | Yehonal | |
| 2017-09-18 | Fixed all unused-parameters warnings | Yehonal | |
| issue #121 used clang-tidy to achieve this | |||
| 2017-09-18 | Script: Fixed yogg saron Drive Me Crazy achievement | Yehonal | |
| 2017-09-18 | Removed more warnings, mostly related to unused-variable | Yehonal | |
| issue #121 We still have to work on unused-parameter | |||
| 2017-09-17 | Scripts: Step 4 - Fixed all warnings inside scripts | Yehonal | |
| issue #121 Next step: enabling -DWITH_WARNINGS and fix | |||
| 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 | |||
