aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/World
AgeCommit message (Expand)Author
2016-08-18Core/World: short circuit setWorldState and avoid a db query in case there's ...ariel-
2016-08-13Core/Worldstates: move WS_ARENA_DISTRIBUTION_TIME declarationShinDarth
2016-08-06Scripts/Commands: Some adjustments to make shutdown commands more user-friendly.treeston
2016-08-01Core/Chat: Split ChatLevelReq.Say into 3Aokromes
2016-08-01Core/Player: New PartyLevelReq setting (#17707)Aokromes
2016-07-31Core/PVP: Move report AFK requirement to config (#17699)Aokromes
2016-07-16Core/World: fix race condition in _UpdateRealmCharCountariel-
2016-06-23Core/Player: Add option to prevent rename during character customizationpsayafan
2016-06-04Implement real time statistic visualization (#16956)Duarte Duarte
2016-05-30Core/World: Remove unused config CONFIG_SIGHT_GUARDERDDuarte
2016-05-11Core/Maps - Improvements to Cinematic functionr00ty-tc
2016-05-11Merge branch '3.3.5-commandfixes' into 3.3.5 (PR #16335)treeston
2016-05-10Core/Common: Move the query callback header to the database projectNaios
2016-05-10Scripts/Commands: Small QoL adjustmentstreeston
2016-04-25Core/Misc: Move STOP_TIME_FOR_PLAYER value to config. (#17024)Mikhail Redko
2016-04-11Core/Game: Rewrote the ScriptMgr to support script reloading.Naios
2016-04-11Core/Game: Add a dynamic script reloader which reloads scripts modules on cha...Naios
2016-03-28Core/Config: Remove references to Arena.QueueAnnouncer.PlayerOnly which hasn'...DDuarte
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-03-15Core/Maps: Implement optional pre-loading of maps.r00ty-tc
2016-03-11Core/Worldserver: Move the Realm instance into the game libraryNaios
2016-03-11Core/Game: Move singleton instances into compilation unitsNaios
2016-03-11Core/Common: Move singleton instances into compilation unitsNaios
2016-03-06Core: Backport 6.x realm changesDDuarte
2016-02-18Core/Packets: Adjust 'TalentsInspecting' option so it no longer doesn't actua...treeston
2016-02-05Implement AuctionHouse features: GetAll scan and search throttlingpete318
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