aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps/Map.cpp
AgeCommit message (Expand)Author
2015-03-30Core/Misc: Remove unused headersleak
2015-03-08Core: INFO->DEBUG level changes - forgot one in Map.cppclick
2015-03-08Core: Change some map-specific INFO-messages over to to DEBUG or ERRORclick
2015-02-21Core/Logs: Throw a little more sensible textoutput when missing maps/vmaps (t...click
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-12Core/Maps: Apply const-correctness to GridMap::loadData()jackpoz
2014-10-09Build: Fixed game & collision depending on each other for linkingShauren
2014-10-08Core/Logging: Replaced direct calls to GetCounter() in logs with ToString()Shauren
2014-09-19Core/Grids: Replace some magic numbers with constantsShocker
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-09-16Core/Logging: Fixed incorrect usage of guid in logsShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-08-26Core/Maps: Don't use EnsureGridCreated_i() for base map in Map::LoadMap, use ...Shocker
2014-08-23Core/Misc: Fix some -Wconversion warningsjackpoz
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-07-06Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostleak
2014-07-06Core/Maps: Don't load vmaps/mmaps if disabled in configsjackpoz
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-13Core/Transports: Fixed crash happening during teleporting transportsShauren
2014-06-08Replaced mutex related code in Common.hleak
2014-06-03Core/Maps: Allow logging players to enter in instances that have an encounter...Trisjdc
2014-05-10Scripts/HallsOfReflection: Major changesMitchesD
2014-04-26Core/BG/SA:joschiwald
2014-03-30Core/Misc: Defined a few fields in Map.dbc and rewritten InstanceMap::GetMaxP...Shauren
2014-03-23Core/Transports: Enabled LoS on transportsShauren
2014-03-22Core/Transports: Fixed crashes happening when a transport was despawned with ...Shauren
2014-03-22Core/Map: Save weather, light and music overrides in map to send them to play...Shauren
2014-03-16Fixed build with TRINITY_DEBUGShauren
2014-03-16Core/Transports: Added support for DynamicObjects on transportsShauren
2014-01-03Core/Instances: Fix Instance bindingjackpoz
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-28Core/Transports: Fixed new spawned transports not being visible for players a...Shauren
2013-12-25Core/Transports: Fix possible crashjackpoz
2013-12-15Core/Transports: Fix memory leak on shutdownjackpoz
2013-12-14Core/Misc: Fix some static analysis issuesjackpoz
2013-11-11Core/Build: Fix build when WITH_COREDEBUG CMake flag is selectedjackpoz
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-11-02Core/TransportsShauren
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
2013-10-27Core/Transports: Correct path generation for a few transportsShauren
2013-10-18Core/Transports: Fixed crashes when instance with transports unloadsShauren
2013-10-18Core/Maps: Added gameobject case for AddObjectToSwitchList and fixed logic in...Shauren
2013-10-18Core: Fix warningsVincent_Michael
2013-10-17Build fixShauren
2013-10-16Core/TransportsShauren
2013-10-01Whitespace between string literals and user-defined literals is now mandatory...Ellie
2013-09-03Core/Misc: Fixed some more issues found by code analysis tools.Sebastian Valle