aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2014-12-05Renamed wrong named sql file from mergeRat
2014-12-05Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-12-05Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-12-05Core/Spells: finished implementing talent learning, talent reset, ↵Rat
specialization learning
2014-12-05Core/Items: Fixed Inventory Loading from DBIntel
2014-12-05Core/Packets: Implemented SMSG_CAST_FAILED and updated SpellCastResult enumIntel
2014-12-04Core/Spells: Fixed spell powers initializationIntel
2014-12-04Scripts/MountHyjal: Update Archimonde's scriptNyeriah
@todo: instance scripts needs a major clean up Closes #6471 (cherry picked from commit 09b71ef8bd560166f07273bbf68b62e7d2633b67)
2014-12-04Core/DataStores: meh, wrong build -.-Vincent-Michael
2014-12-04Core/DataStores: Fix startup (meh, @intelz)Vincent-Michael
2014-12-04Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-12-04Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-12-04Core/Spells: some updates to player spell and talent learningRat
2014-12-04Merge pull request #13646 from Naios/pandaria_teleportKinzcool
DB/GameTele: Added some Pandaria teleport positions.
2014-12-04DB/GameTele: Add some Pandaria teleport positions.Naios
2014-12-02Core/Game: Add missing default cases in switchesGacko
2014-12-02Core/Packets: Added SMSG_SPELLNONMELEEDAMAGELOGIntel
2014-12-02Core/Packets: Convert SMSG_SPELL_START and SMSG_SPELL_GO to JAM structuresIntel
2014-12-01Core/Spells:Rat
- fixed special action buttons - added all 6.0.3 player starting spells (needs a little cleanup after level based auto learning is done) - added all 6.0.3 player starting actions