aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps/Map.h
AgeCommit message (Expand)Author
2016-09-16Map/Instances: Greatly simplify PermBindAllPlayers logic. (#17940)Treeston
2016-09-09Core/Maps: Add override to allow InstanceMap const* -> InstanceScript const*.treeston
2016-06-04Core/VMaps: Fix some vmap height edge casesjackpoz
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-02-10Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392)treeston
2016-02-10Core/Maps: Moved min height calculation to worldserver for more precise resultsShauren
2016-02-10Maps/Instances: Implement handling of CMSG_SET_SAVED_INSTANCE_EXTENDtreeston
2016-02-09Core/Maps: Parse MFBO adt chunk to properly handle height where player counts...Shauren
2016-02-09Core/Maps: Changed the way area data is stored in maps, it now uses ID field ...Shauren
2016-01-01Update copyright note for 2016Rushor
2015-12-31Game/Maps: Clean up instance handling.treeston
2015-10-30Core/Corpses: Prevent deleting corpses by ObjectGridUnloader, fixes accessing...Shauren
2015-10-28Core/Corpses: Fixed leaking corpsesShauren
2015-10-12Change many uint32 to ObjectGuid::LowType in line with 6.x changes.pete318
2015-09-29Core/Maps: Moved corpse management to map levelShauren
2015-09-22Map local guids 6.x -> 3.3.35:pete318
2015-07-24Core/Misc: Add a few consts to methodsDDuarte
2015-05-19Core/Misc: Removed gcc specific packing pragma syntax - only unsupported (now...Shauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-12Core/Maps: Apply const-correctness to GridMap::loadData()jackpoz
2014-09-14Core/Misc: Fixed build without pchShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-08-09Core/Server: Add missing overridesDDuarte
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-02ACE cleanup on game, now the major issue remains WorldSocketleak
2014-06-08Replaced mutex related code in Common.hleak
2014-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-04-26Core/BG/SA:joschiwald
2014-03-22Core/Map: Save weather, light and music overrides in map to send them to play...Shauren
2014-03-16Core/Transports: Added support for DynamicObjects on transportsShauren
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-10-17Build fixShauren
2013-10-16Core/TransportsShauren
2013-02-26Core/Summons: Pack the TempSummonGroupKey structure so it is being compared c...horn
2013-02-24Core/Summons: Implement summon groups system to be able to summon multiple NP...horn
2013-02-19Core/Startup: Write current and expected maps version when there's a version ...Nay
2013-01-14Merge remote-tracking branch 'origin/master' into mmapsNay
2013-01-11Core/maps: separate mutex for gridille
2013-01-01Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsVincent_Michael
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-21Merge git://github.com/TrinityCore/TrinityCore into mmapskaelima
2012-12-06Core/Map: Kill Engrish (thx Takenbacon)Vincent-Michael
2012-11-27Core/Misc: Set mode 0644 for filesSpp
2012-11-23Merge remote-tracking branch 'origin/master' into mmapsNay
2012-11-03use Thread-Safe Interface design pattern to allow recursive calls on non wind...ille
2012-08-22Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsSubv
2012-08-19Misc/Codestyle: Made some changes to function namesSubv
2012-06-21Core/Misc: Code-style + some const methods.Chaplain