aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/World
AgeCommit message (Expand)Author
2016-01-01Update copyright note for 2016Rushor
2015-12-19Merge pull request #15995 from ShinDarth/mmrMitchesD
2015-12-14Core/Arena: create more arena configsShinDarth
2015-12-14Improved Auction house deposit handling.pete318
2015-11-12Merge pull request #15732 from ShinDarth/reset-health-manaMitchesD
2015-11-03Core/Ticket improved ticket systemShinDarth
2015-10-31Core/DBLayer: Sprinkle some async magic on worldserver auth/session load processShauren
2015-10-29Core/World: Store account id in CharacterInfo to reduce the amount of databas...Shauren
2015-10-28Core/Battleground: implement deserters tracker featureShinDarth
2015-10-28Scripts/DuelReset:ShinDarth
2015-10-18Core/Scripts: convert the Duel Cooldown Reset feature to scriptsShinDarth
2015-10-17Merge pull request #15697 from ShinDarth/cdMitchesD
2015-10-17Core/Player rewritten duel CD reset systemShinDarth
2015-10-16Core/Misc split Rate.XP.Kill and Rate.XP.BattlegroundKill settingsShinDarth
2015-10-12Change many uint32 to ObjectGuid::LowType in line with 6.x changes.pete318
2015-10-11Gem Perfection implemented:treeston
2015-10-05Core/Player: implement ResetCoolDownAfterDuel configurable featureShinDarth
2015-09-29Core/Maps: Moved corpse management to map levelShauren
2015-09-22Map local guids 6.x -> 3.3.35:pete318
2015-08-16Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when...StormBytePP
2015-08-16Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in SEH...Shauren
2015-08-16Core/Build: Removed obsolete SystemConfig.h and made genrev be part of shared...StormBytePP
2015-07-25Core/Collision: Removed direct GameObject references from collision projectShauren
2015-07-20Core/Collision: Fix race conditions in mmapsjackpoz
2015-07-19Core/Collision: Fix race conditions in vmapsjackpoz
2015-06-29DB/World schema backport: move questItem* fields to *_questitem tablesShinDarth
2015-06-17Core/Players: Fix converting quests on faction changejackpoz
2015-05-19Core/GameObjects: Implemented gameobject_addon table, you can now set invisib...Rat
2015-04-02Core/World: Remove va_list from World::RecordTimeDiff.Naios
2015-03-15Core/Player: fixed some leftovers in db after player deletejoschiwald
2015-02-21Core/Logs: Throw a little more sensible textoutput when missing maps/vmaps (t...click
2015-02-20Core/Config: Force SaveRespawnTimeImmediately config to Enabledjackpoz
2015-01-26Core/Creatures: No gray aggro configHristo Bogdanov
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-24Core/PetitionsHandler: Move charter costs to configmthsena
2014-11-10DB/Spells: Cleaned playercreateinfo_spell_custom table and added WoTLK class ...Appled
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-09Build: Fixed game & collision depending on each other for linkingShauren
2014-10-05Core/Misc: Added support for calculate zoneId/areaId for creature / gameoject...Vincent-Michael
2014-09-30Revert "Core/AuctionHouse: Delete expired auctions at startup."jackpoz
2014-09-18Core/Misc: changed trinity string id to unsigned and removed obsolete codejoschiwald
2014-09-16Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCoreShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-13Core/Scripts: Nuke db_script_string table and make SCRIPT_COMMAND_TALK with b...DDuarte
2014-09-08Scripts/Commands: Allow to set a custom duration to the Freeze command applie...Odyssey
2014-09-05Merge pull request #12954 from MrSmite/ResourceTrackingDuarte Duarte
2014-09-05Allow players to track both herbs and minerals at the same timeMrSmite