Commit Graph

665 Commits

Author SHA1 Message Date
Yehonal
2f71abc6c6 implemented cmake options to disable extra features for performances optimization
can be easily extended to all features that can be optional
but have high performance impact
2017-03-26 01:09:45 +01:00
Yehonal
12fa25c322 Some cmake improvements for modules 2017-03-26 01:09:44 +01:00
Yehonal
603753dfff CMAKE: implemented method to disable a module via cmake
use -DDISABLED_AC_MODULES or config.cmake file to define it
2017-03-26 01:09:44 +01:00
Yehonal
ab98e56839 Allow custom include directories for cmake hooks 2017-03-26 01:09:43 +01:00
Yehonal
c6bfab883f Ruby Sanctum: Fixed Siphoned might distance check 2017-03-26 01:09:43 +01:00
Yehonal
b522a0cb72 Implemented gperftools support
it allows you to profile cpu/memory under unix systems
2017-03-26 01:09:42 +01:00
Yehonal
693dc56bf1 Moved uwd modules under drassil 2017-03-26 01:09:42 +01:00
Yehonal
c6c21fac1f Fixed death knight Army of the dead pet damage
it also scale with level now
2017-03-26 01:09:40 +01:00
Yehonal
f95ba1db79 Avoid high level auras on pet when summon 2017-03-26 01:09:40 +01:00
Yehonal
b652300542 fixed totem rank scaling with low level players 2017-03-26 01:09:39 +01:00
Yehonal
5514859e56 Implemented custom expiration parameter for SendMailTo 2017-03-26 01:09:39 +01:00
Yehonal
ed037f04bb Fixed area aura scaling on lower level players 2017-03-26 01:09:38 +01:00
Yehonal
ca0c630b86 Fixed heirloom armor mod for cloak 2017-03-26 01:09:38 +01:00
Yehonal
b1c5c2aa71 Moved onStartup hook under Master.cpp to avoid issues with freezing check 2017-03-26 01:09:37 +01:00
Yehonal
28e2d76cb4 Fixed possible crash with unordered maps 2017-03-26 01:09:37 +01:00
Gargarensis
813be46f17 moved hook from battleground script to formula script 2017-03-26 01:09:37 +01:00
Matteo Emili
cbdecc0828 Fixed hooks OnPlayerJoinArena and OnPlayerJoinBG 2017-03-26 01:09:36 +01:00
Gargarensis
25a38da1e3 hook OnAfterArenaRatingCalculation 2017-03-26 01:09:36 +01:00
Matteo Emili
0cf5a7cc1a Created new hook for AttackPower 2017-03-26 01:09:35 +01:00
Matteo Emili
5eb789d4dc OnBeforeUpdateAttackPowerAndDamage -> OnAfterUpdateAttackPowerAndDamage 2017-03-26 01:09:35 +01:00
Matteo Emili
15b1a99b55 New hook OnBeforeUpdateAttackPowerAndDamage 2017-03-26 01:09:34 +01:00
Matteo Emili
f3b2dd4f1f New hook OnAfterUpdateMaxHealth 2017-03-26 01:09:34 +01:00
Matteo Emili
cb6fbe79e5 Fix to OnBeforeRollMeleeOutcomeAgainst hook 2017-03-26 01:09:33 +01:00
Matteo Emili
cc0f7cee68 Fix for OnAfterUpdateMaxPower hook 2017-03-26 01:09:33 +01:00
Matteo Emili
a67c6eeddf New hooks OnAfterUpdateMaxPower and OnBeforeRollMeleeOutcomeAgainst 2017-03-26 01:09:33 +01:00
Gargarensis
f6be52ab40 fix hook 2017-03-26 01:09:32 +01:00
Gargarensis
a870e5fae4 hook before a player buys something 2017-03-26 01:09:32 +01:00
Yehonal
384ff412bf fixed parentheses 2017-03-25 20:05:04 +01:00
Matteo Emili
1bf0f981cc New hooks OnAfterRefCount and OnBeforeDropAddItem 2017-03-25 20:02:58 +01:00
Кирилл
b32a9b244b Core/BG: WG Tenacity Buff fix
Closes https://github.com/azerothcore/azerothcore-wotlk/issues/430
2017-03-24 07:30:36 +03:00
starrheld
21c5562702 [VANILLA][OBJECT] Gold Vein, Ooze Covered Gold Vein, Tin Vein, Mithril Deposit (#436)
Removal of some incorrectly spawned objects in Durotar.
2017-03-21 22:18:23 +00:00
Rochet2
31f43a6cd1 Fix the encoding problems from e4a3f61e72 2017-03-20 17:50:23 +02:00
Lee
0a7416d86a Merge pull request #434 from Viste/pvptoken
Fix config option PVP_TOKEN_ENABLE close issue #183
2017-03-20 07:52:12 +00:00
Viste
4a88315b07 Fix config option PVP_TOKEN_ENABLE close issue #183 2017-03-20 02:15:09 +03:00
starrheld
a67ceca682 Core/Auth: Per SRP6a protocol, terminate connection of A % N == 0. This resolves another authentication bypass issue 2017-03-19 21:18:43 +03:00
triluch
6908181569 Core/Misc: Fix building mmaps_geenrator on linux. 2017-03-17 10:26:40 +03:00
starrheld
c4ed0375d4 DB/Item: Missing loot from Leandro's pet box and Gift box. 2017-03-16 14:39:44 +03:00
Кирилл
0c414a05be Core/Quest: Fixed display of quests.
Closes https://github.com/azerothcore/azerothcore-wotlk/issues/420
2017-03-15 22:58:23 +03:00
HeartWell
fbe5e8c0dc Core/Command: Added disable commands. (#423)
* Core/Command: Added disable commands.
2017-03-15 10:48:28 +03:00
HeartWell
e4a3f61e72 Merge pull request #425 from Rochet2/patch-1
Fix bad SQL
2017-03-14 23:37:34 +03:00
Rochet2
77d08db26c Remove stored procedure from sql 2017-03-14 21:42:56 +02:00
Rochet2
93ffaebc83 Add fixed SQL 2017-03-14 21:29:14 +02:00
Rochet2
cd53bad4e2 Delete bad SQL 2017-03-14 21:24:03 +02:00
Кирилл
e0d951c16c May fix issue #306 need tests (#421) 2017-03-10 19:45:09 +01:00
ShinDarth
e04409ee23 Import pending SQL files 2017-03-04 14:32:14 +01:00
ShinDarth
79e86bc2e4 Added SQL file using the proper format 2017-03-04 14:25:45 +01:00
Lee
9c82b2179b Merge pull request #406 from starrheld/master
Minor fixes!
2017-03-03 20:23:34 +00:00
Кирилл
4a6350dc83 Locales for quests (#407) 2017-03-03 16:24:20 +01:00
starrheld
a8e09d7c31 [NPC] Lagoon Eel
Currently swimming above water surface.
2017-03-03 12:07:40 +01:00
starrheld
2e497c0f85 Update spell_generic.cpp 2017-03-03 12:02:21 +01:00