aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-20Merge pull request #13720 from AriDEV/6.xDuarte Duarte
Server/DataStore: Updated DBC & DB2 Checks For 6.0.3 (19342)
2014-12-20Server/DataStore: Updated Error Message TextAriDEV
Signed-off-by: AriDEV <aridev666@gmail.com>
2014-12-20Server/DataStore: Updated DBC & DB2 Checks For 6.0.3 (19342)AriDEV
Signed-off-by: AriDEV <aridev666@gmail.com>
2014-12-20DB/BattleNet: Update wow build to 19342Vincent-Michael
2014-12-19Hide Battleground List windowGooyeth
The Battleground List window never showed on retail. Blizzlike. (cherry picked from commit 2a307f685c3fabfaca87342d19e896f3d72d61d7) Conflicts: src/server/game/Battlegrounds/BattlegroundMgr.cpp
2014-12-20Core/Battle.net: Decrypt remainder of the packet that arrives together with ↵Shauren
EnableEncryption
2014-12-19Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spellsShauren
2014-12-19Tools/ConnectionPatcher: Pause program when an error happensNayd
Similar to what is done in mmaps_generator and vmap4_extractor. This hopefully reduces the number of problems that Windows users have when patching fails. Closes #13580
2014-12-19DB/Quests: Added a new quest table for their objectivesKinzcool
2014-12-19Core/Packets: Fix typo (meh @Intelz)Vincent-Michael
2014-12-19Core/Spells: fixed build and SelectEffectImplicitTargets logicRat
2014-12-19Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into SpellsRat
Conflicts: src/server/scripts/Northrend/Ulduar/HallsOfLightning/boss_loken.cpp
2014-12-19Core/Spells: added .auras command (temp, for easy aura debugging)Rat
2014-12-19Core/Spells: Implemented varying damage for spells with no base valueShauren
2014-12-17Scripts/HallsOfLightning: Readd a safe-measure line to remove Loken's auraNyeriah
(cherry picked from commit 37ccea13cbdb78b4c635ea9f3ec718d2e75e3c50)
2014-12-17Scripts/Naxxramas:Nyeriah
* Implement dialogue after Sapphiron dies. * Spawn missing triggers at Kel'Thuzad's room. * Implement a couple of missing texts and emotes to Kel'Thuzad's fight. (cherry picked from commit dd942db85fbd5e42fcd60fa4620c51093cc7ebfe)
2014-12-15Scripts/MountHyjal: Kill warningmthsena
(cherry picked from commit 884953942b1281c5d7f53a9c5876bba2222de9fa)
2014-12-15Scripts/HallsOfLightning: Implement Loken's intro speech and rewrite boss ↵Nyeriah
script to EventMaps/BossAI (cherry picked from commit d417e929307b4db65a89c188b2273199a33d3396)
2014-12-15Scripts/Archimonde: replaced one yell with proper db content and unhacked ↵joschiwald
drain world tree
2014-12-14Core/Spells: Updated base scaling value calculationShauren
2014-12-14Core/Items: Updated random property value calculationShauren
2014-12-14Core/Spells: Fixed player spells with only spellpower scaling doing no damageShauren
2014-12-14Core/Auras: Fixed a possible crash in proc triggeringShauren
2014-12-14Core/Spells: Optimized spell effect info loadingShauren
2014-12-14Core/PacketIO: Corrected values sent in SetSpellModifier - fixes client ↵Shauren
tooltips reporting incorrect damage/healing
2014-12-14Core/Spells: Fixed a crash in SpellInfo::GetEffect happening when the ↵Shauren
current difficulty did not have an overriding effect
2014-12-13Scripts/Naxxramas: Implement Kel'Thuzad's taunts after defeating each wing ↵Nyeriah
and the one after killing Mr. Bigglesworth (cherry picked from commit ee1fa933607342947fa579a02bd135858fd6cf99)
2014-12-13tools/connection_patcher: add executable permissions to binary to avoid the ↵Bernd Lörwald
rare case where permissions of replaced file are ignored
2014-12-12Update worldserver.conf.distAokromes
2014-12-12Scripts/Naxxramas: Implement the Four Horsemen's dialogue that happens after ↵Nyeriah
Gothik's death (cherry picked from commit f7a5a19f00d5a5df8df67b051a5606292d6eea6e
2014-12-12DB/Conditions: Update instance data enum value on condition for Descent into ↵Nyeriah
Madness teleporter gossip (previous value was 14 which now refers to BOSS_BRIGHTLEAF) (cherry picked from commit 1076b469db9b932f5cdd4bb5405658e7b5ae1cc0)
2014-12-12DB/Creature: Onyxia's immunitiesNyeriah
* Add immunity to interrupt effects * Remove immunity to taunt effects as that was only valid for the classic version (cherry picked from commit e75534301d707cdf30f4ebe03923b8b4bcfa72d3)
2014-12-12DB/Misc: Add missing spawns of Bloodcursed Voyagers and few additional scriptsNyeriah
* Scripts Captain Edward Hanes to cast The Captain's Kiss upon accepting "The Bloodcursed Legacy" and "The Hopeless Ones..." * Script his gossip and add menu option from sniffs Closes #9611 (cherry picked from commit 72ad55469d448a06e24efda5e8cda94f41707cad)
2014-12-11Core/Misc: Fix buildNyeriah
(previously broken due to a branch disparity)
2014-12-10Core/RBAC: Allow setting different default security level roles to different ↵Nyeriah
realms (cherry picked from commit c79af3f16f84d0d26bd69b5d06dd8754643ddc7f)
2014-12-08Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-12-07Merge branch '6.x' into SpellsIntel
Conflicts: src/server/game/DataStores/DBCStores.h src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Unit/Unit.cpp src/server/game/Server/Protocol/Opcodes.cpp src/server/scripts/Spells/spell_druid.cpp
2014-12-07Compile warning fixShauren
2014-12-07Core/Packets: Add connection indexes for server packetsIntel
Fixed IOCP define for linux Minor code style change in inventory loading
2014-12-07Core/Spells: some work on effects scalingRat
2014-12-07Core: fixed gcc buildjoschiwald
2014-12-07Core/DataStores: Refactored "gt" dbc handling. Wrapped these stores in a new ↵Shauren
GameTable class which will calculate correct dbc entry index based on given row/column as well as read number of rows/columns from client files instead of hardcoded GT_MAX_LEVEL
2014-12-07Core: fixed few coverity issues and warningsjoschiwald
2014-12-06Fixed buildjoschiwald
2014-12-05Core/Scripts: log ScriptNames assigned in database without core scriptjoschiwald
2014-12-05Create INSTALLAokromes
2014-12-05DB/BattleNet: Update wow build to 19243Vincent-Michael
2014-12-05Update CONTRIBUTING.mdAokromes
2014-12-05Core/Player: Prevent updating visibility if player is not in world. Closes ↵Intel
#13659
2014-12-05Scripts/Misc: Initialize a couple of fieldsNyeriah
(cherry picked from commit 548cc1cd2f31ca5fa767f148a086c76f8e9ef903)