aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2014-12-01Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-12-01Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into SpellsRat
2014-12-01Core/Spells:Rat
- some work on player starting spells and skills - fixed basic spell learning - fixed some spell related datastore loads
2014-12-01Core/Game: Fix several warnings about wrong data typesGacko
2014-12-01Core/Misc: Fixed some of the Coverity defectsIntel
2014-12-01Core/Packets: Added CMSG_SET_ACTION_BUTTON packetIntel
2014-11-30Core: Fixed an old merge mistakejoschiwald
2014-11-30Core/Packets: Added SMSG_MOVE_TELEPORT, SMSG_MOVE_UPDATE_TELEPORT, ↵Intel
CMSG_MOVE_TELEPORT_ACK packets
2014-11-30Core/DBC: Move sPhasesByGroupStore and access method to DB2StoresGacko
DB2Stores were not loaded yet at the old position.
2014-11-30Core/Packets: Added SMSG_SPELL_FAILURE, SMSG_SPELL_FAILED_OTHER, ↵Intel
SMSG_SET_FLAT_SPELL_MODIFIER, SMSG_SET_PCT_SPELL_MODIFIER packets
2014-11-30Core/Units: Updated byte order in UNIT_FIELD_BYTES_0 - fixes weird modelsShauren
Closes #13648
2014-11-30Core/Spells: fixed some crashesRat
2014-11-30Core/Packets: Added SMSG_LEARNED_SPELLS packetIntel