aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers
AgeCommit message (Expand)Author
2015-07-08Core/Instances: Fix some Instance Lock chat messagesjackpoz
2015-06-29Merge pull request #14941 from ShinDarth/db_backports3Carbenium
2015-06-29DB/World schema backport: move questItem* fields to *_questitem tablesShinDarth
2015-06-24Core/Instances: Make achievements and loot rolls instance-widejackpoz
2015-06-03Core/Player: Don't allow to join bg/lfg when frozen by a GMjackpoz
2015-05-19Merge pull request #14454 from ariel-/cdDuarte Duarte
2015-05-19Fix build after recent cherry-picksDDuarte
2015-04-24Core/Misc: Ported relevant barbershop fixes from 4208c0d8396e10dc806939e1d178...Shauren
2015-04-13Port commit 56186319bdd41dd26b6cc14f84e6e41eef5d953b (6.x branch)ariel-
2015-04-05Merge pull request #13862 from ariel-/pr_tmpCarbenium
2015-04-04Core/Dungeon Finder: Add additional logs for SMSG_LFG_QUEUE_STATUSjackpoz
2015-03-30Core/Misc: Remove unused headersleak
2015-03-18Core/Spells: Implement HasAttribute() helper for SpellInfo for easier readabi...Nayd
2015-03-01Core/Player: Optimize Player::HaveAtClient() performancejackpoz
2015-02-22Core/Log: Move a few PetHandler INFO-notifications over to DEBUG-levelclick
2015-01-31Core/Quests: Fixed WPE exploit that allowed to accept any questNayd
2015-01-27Implement CharSections.dbc and Serverside Checks.arks
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-24Core/PetitionsHandler: Move charter costs to configmthsena
2014-12-21Merge PR https://github.com/TrinityCore/TrinityCore/pull/13702 into 3.3.5jackpoz
2014-12-21Core/RBAC: Add two side trade to RBACmthsena
2014-11-26Core: Use the correct function to convert strings to unsigned longs and unsig...Nayd
2014-11-08Core/LFG: Fix being unable to re-queue after leaving queuejackpoz
2014-11-07Core/LFG: Fix party members not being able to vote to kick Leaderjackpoz
2014-10-26Core/AH: Code cleanupjackpoz
2014-10-19Core/Misc: fixed a scenario when character factionchange create unexpected re...joschiwald
2014-10-18Merge pull request #13353 from ShinDarth/335_quest_trackerDuarte Duarte
2014-10-18Core/Quest: implement Quest TrackerShinDarth
2014-10-18Core/ObjectAccessor: don't use singleton when calling static methodsjoschiwald
2014-10-17Core/Player: Additional fixes related to https://github.com/TrinityCore/Trini...jackpoz
2014-10-17Core/Players: Fix players not being notified if on loading screenjackpoz
2014-10-12Core/Misc: Fix current player state when logging outKittnz
2014-10-08Core/Logging: Replaced direct calls to GetCounter() in logs with ToString()Shauren
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-09-19Core/AreaTriggers: enable areatrigger teleports in battlegroundjoschiwald
2014-09-18Core/Trade: Fixed enchanting soulbound items in tradeShauren
2014-09-18SQL: Fix sql importVincent-Michael
2014-09-17Core/Spells: consider spell speed in SPELL_EFFECT_CHARGEjoschiwald
2014-09-17Core: Fix warningsVincent-Michael
2014-09-16Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCoreShauren
2014-09-16Core/Logging: Fixed incorrect usage of guid in logsShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-13Core/Quests: Don't display a message if the player doesn't meet the requireme...Sebastian Valle Herrera
2014-09-13Core/Chat: cleanup MonsterText methodsjoschiwald
2014-09-13Core/Entities: Use new PackedGuid classShauren
2014-09-12Core/Entities: Added ObjectGuid class from MaNGOSShauren
2014-09-12Core/Quests: Only prompt the player to take the next quest in a chain if he m...Subv
2014-09-05Allow players to track both herbs and minerals at the same timeMrSmite
2014-08-25Merge pull request #12919 from MitchesD/misc_3Duarte Duarte
2014-08-24Core/Channels: fixed possible exploit with channel passwordMitchesD