Commit Graph

22015 Commits

Author SHA1 Message Date
Shauren
fde9e8985f Core/Spells: Implemented auras 394 and 469 SPELL_AURA_SHOW_CONFIRMATION_PROMPT (WITH_DIFFICULTY) 2016-05-30 18:31:30 +02:00
Shauren
529e072fa3 Core/Spells: Defined new spell attribute (SPELL_ATTR12_IS_GARRISON_BUFF) 2016-05-29 19:05:45 +02:00
Trond B Krokli
186375d997 Core/DB/Updater: English grammar corrections (#17207)
Improve English text in strings and comments in UpdateFetcher.cpp
- replace incorrect text with the intended words in some output strings
- corrections in the comments to point out the intention of the code
2016-05-29 15:06:07 +01:00
Shauren
cd51e27e19 Core/Auras: Implemented aura 475 - SPELL_AURA_ALLOW_USING_GAMEOBJECTS_WHILE_MOUNTED 2016-05-28 11:33:06 +02:00
Golrag
d60fe0e5d5 Core/Battleground: Areatriggers will now check if player leaves the start area before the battleground begins in the following battlegrounds: (#15935) 2016-05-27 15:17:51 +02:00
Shauren
5776a256b8 Core/Pets: Fixed wrong prepared statement in bc1a81747a
Thanks Lordron for pointing it out
2016-05-26 23:13:31 +02:00
myran2
bc1a81747a Core/Pets: Implemented pet specializations (#17058)
* Use prepared statements in Pet::SavePetToDB
* Add support for resetting all of a player's pet specializations
* Send one big spell unlearn/learn packet instead of lots of small ones
* Implemented Adaptation talent
2016-05-26 17:20:01 +02:00
Shauren
6c71c8694f Core/Auras: Implemented SPELL_AURA_MOD_SPELL_COOLDOWN_BY_HASTE, SPELL_AURA_MOD_GLOBAL_COOLDOWN_BY_HASTE, SPELL_AURA_MOD_COOLDOWN_BY_HASTE_REGEN and SPELL_AURA_MOD_GLOBAL_COOLDOWN_BY_HASTE_REGEN 2016-05-26 14:47:36 +02:00
Shocker
b539ac6afa Core/GameObjects: Add isUse parameter to GossipHello for distinction between CMSG_GAMEOBJECT_USE and CMSG_GAMEOBJECT_REPORT_USE 2016-05-26 13:09:56 +03:00
Shauren
6b30b88910 Core/Bnet: Order account list by id when the bnet account has more than 1 game account attached 2016-05-25 20:55:28 +02:00
Shauren
a6205e4035 Core/Containers: Warning fixes and RandomResizeList with predicate optimization
(cherry picked from commit 0fbfa8ead0)
2016-05-24 18:52:34 +02:00
Shauren
40b38658c4 Core/DataStores: Fixed loading non-localized db2 strings 2016-05-23 21:18:54 +02:00
Shauren
18d28e8dc6 Core/PacketIO: Fixed sending OnHold pet cooldowns 2016-05-22 23:15:11 +02:00
Shauren
b426262d1b Core/PacketIO: Fixed LFGuildApplications structure 2016-05-21 11:25:58 +02:00
Shauren
9a6c08efa2 Core/Spells: Fixed Fulmination and Shaman T18 bonuses related to it 2016-05-20 21:11:43 +02:00
Shauren
7cf22eab81 Core/Auras: Implemented SPELL_AURA_MOD_XP_FROM_CREATURE_TYPE 2016-05-18 23:28:40 +02:00
MitchesD
f636141345 Core/Phase: phase_area table now support even parent area (known as zone)
Closes https://github.com/TrinityCore/TrinityCore/issues/17025
2016-05-18 20:06:47 +02:00
MitchesD
192c428865 Core/ConditionMgr: condition CONDITION_SOURCE_TYPE_PHASE should not break on first phaseID which is equal to condition phase Id, it should iterate over all and check if more areas are trying to apply the same phase
* it's required for example for Wandering Isle quests

Closes https://github.com/TrinityCore/TrinityCore/issues/17054
2016-05-17 21:35:54 +02:00
joschiwald
c194daf0b5 Scripts/Freya: removed obsolete code
(cherry picked from commit d812505fc2)

Makes travis happy
(cherry picked from commit ab2466ac01)
2016-05-17 21:22:06 +02:00
Shauren
22dc8b6871 Core/Spells: Fixed spell mod application order
Closes #10250
2016-05-17 17:23:40 +02:00
Shauren
17118f4832 Core/Auras: Implemented auras SPELL_AURA_PREVENT_DURABILITY_LOSS and SPELL_AURA_PREVENT_DURABILITY_LOSS_FROM_COMBAT 2016-05-17 00:02:55 +02:00
Shauren
316afd97e0 And nopch fix too 2016-05-16 16:35:15 +02:00
Shauren
0be1e269f6 Build fix for VS2013 - pls stop using it, upgrade to 2015. 2016-05-16 16:32:39 +02:00
Shauren
9ed0b20461 Core/PacketIO: Updated charm/vehicle spell sending 2016-05-16 15:59:49 +02:00
Shauren
7a806595ee Core/DataStores: Defined ChrSpecialization flag values 2016-05-15 00:04:06 +02:00
Vincent-Michael
0139d83e28 Core/Spells: Fixed non pch build 2016-05-14 21:27:22 +02:00
Gacko
5cb2ca5c81 Spell/Shaman: Fix non PCH linking.
Thanks @Shauren.
2016-05-14 16:09:51 +02:00
Aokromes
1a7df22122 Update worldserver.conf.dist 2016-05-14 06:43:04 +02:00
Shauren
698a197cf0 Core/Units: Updated rage generation formula 2016-05-14 00:06:23 +02:00
Shauren
00640dee97 Core/Auras: Implemented aura 481 - SPELL_AURA_CONVERT_CONSUMED_RUNE
Used by: Blood Rites, Reaping and Glyph of the Ice Reaper
2016-05-13 21:46:32 +02:00
Shauren
791e0f0513 Core/Spells: Fixed Lightning Shield dropping charges when attacked 2016-05-12 16:47:45 +02:00
Shauren
c9ba5ce591 Core/Misc: Warning fixes (/W4) 2016-05-11 16:52:39 +02:00
Vincent-Michael
cccdbf4755 Core/Spells: Fixed warning 2016-05-10 19:57:20 +02:00
Naios
a0dacd90cb Core/Game: Remove some unnecessary export macros
(cherry picked from commit f50c4b71a1)
2016-05-10 19:24:30 +02:00
Naios
be90932eda Core/Common: Move the query callback header to the database project
* Also renames the header to it's correct name QueryCallback

(cherry picked from commit d4d199d765)
2016-05-10 18:20:52 +02:00
Shauren
9fa5906c40 Core/Spells: Fixed Elemental Blast random buff (shaman) 2016-05-10 17:06:39 +02:00
Shauren
42ab42ce27 Core/Networking: Fixed cleanup of disconnected sockets
Ref #15892
2016-05-09 00:08:18 +02:00
Vincent-Michael
b29005925e Core: Fixed warning 2016-05-08 00:43:17 +02:00
Vincent-Michael
a3b4c40073 Core/Commands: Cleanup in 0940f3e077 2016-05-08 00:26:30 +02:00
Shauren
d621023192 Core/Auras: Implemented AURA_INTERRUPT_FLAG_LEAVE_COMBAT 2016-05-08 00:14:49 +02:00
Vincent-Michael
0940f3e077 Core/Commands: Allowed .server idlerestart / idleshutdown / restart / shutdown to take another parameter structure:
e.g.:
* .server idlerestart 12d3h13m13s
* .server idleshutdown 46m13s
* .server restart 45h56m
* .server shutdown 323m42s
2016-05-08 00:02:15 +02:00
Shauren
e226c315cf Core/Achievements: Add missing overrides 2016-05-07 14:55:15 +02:00
Shauren
6a1b8a4da8 Core/Achievements: Add new realm first achievements to list of excluded achievements during character/guild deletion 2016-05-07 14:04:23 +02:00
Shauren
5fe8e6f2cb GCC build fix 2016-05-07 12:55:50 +02:00
Shauren
ff05e0c1f6 Warning fix 2016-05-07 12:33:32 +02:00
Shauren
c75fcbe20b Core/Achievements: AchievementMgr refactoring
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation
* Fixed players earning guild achievements
2016-05-07 01:16:29 +02:00
Shauren
44962fe3a9 Core/Spells: Corrected spell effect value rounding 2016-05-06 00:05:45 +02:00
Shauren
dadbea4c6c Core/Spells: Fixed proc cooldowns read from dbc 2016-05-05 17:21:08 +02:00
Vincent-Michael
54d759d2bf Core/Units: Fixed warning 2016-05-04 19:36:09 +02:00
Shauren
a49b348d62 Core/Spells: Removed code for handling SPELL_AURA_OVERRIDE_CLASS_SCRIPTS whose miscvalue cases were removed from the game 2016-05-04 18:25:30 +02:00