aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps/Map.h
AgeCommit message (Expand)Author
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
2012-06-08Core/Maps: Fixed possible crash when resetting instancesShauren
2012-06-07Core/Maps: Moved object respawn time storage from global to map level. This r...Shauren
2012-04-21Core/Maps: Increased default ground search range, 10 yards was insufficient f...Shauren
2012-04-09Core/Mmaps:Venugh
2012-03-28Core/Game: Code style again.Gyx
2012-03-07Core/MapsShauren
2012-02-18Core: Clean up whitespace and tabs in the base sourcetreeclick
2012-02-14Fixed build, thanks Amit86 for noticingSubv
2012-02-14Codestyle: Renamed some variables to fit codestyle, corrected order in struct...Subv
2012-02-11Core/Spells: Blink wont be able to trespass solid objects anymore (walls/doors)Subv
2012-02-09Core/Collision: Ported dynamic line of sight patch by Silverice from MaNGOS andSubv2112
2012-01-14Core/Movement: Implement spline movement subsystem.Machiavelli
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-20Update grid system. Try to fix some crashes and transport passengers (now the...megamage
2011-12-13Core/Maps: Removed some incorrect checks in GetHeight, flying creatures shoul...Shauren
2011-11-28Make AddToMap return bool.megamage
2011-11-23Core: Fixed remaining C6246: Local declaration of 'x' hides declaration of th...Shauren
2011-11-11Some cleanup of add/remove to/from map.megamage
2011-11-10Fix the crash when removing object from an unloaded grid. Object should alway...megamage