aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps
AgeCommit message (Expand)Author
2022-07-25Core/Maps: Fixed deadlock in battleground map creationShauren
2022-07-24Core/WorldStates: Add generic worldstates for team in instanceShauren
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data referenc...Shauren
2022-07-23Dynamic build fixShauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-07-20Core/Maps: Replace some Instanceable() checks with IsDungeon()Shauren
2022-07-19Core/Battlefields: Refactor Battlefield creation to be linked to host map cre...Shauren
2022-07-18Core/OutdoorPvP: Refactor OutdoorPvP creation to be linked to host map creati...Shauren
2022-07-18Core/OutdoorPvP: Move Halaa spawns to db using worldstate conditionsShauren
2022-07-17Core/Maps: Made instance_template no longer required to create and enter inst...Shauren
2022-07-09Core/WorldStates: Skip sending SMSG_UPDATE_WORLD_STATE when value does not ch...Shauren
2022-07-07Core/WorldStates: Allow setting "hidden" field of SMSG_UPDATE_WORLD_STATEShauren
2022-06-26Core/WorldStates: Add area requirements to world statesShauren
2022-06-25Core/World: implement database support for default map and realm wide world s...Shauren
2022-06-24Core/Conditions: Implemented conditions for spawn groupsShauren
2022-06-13Remove double empty linesShauren
2022-06-13Core/Transports: Localized transport objects within each mapShauren
2022-06-11Core/Pools: Implemented pooling for instancesShauren
2022-06-07Core/Transports: Path generation rewrite v2Shauren
2022-05-25Core/GameObjects: Transport (type 11) improvementsShauren
2022-05-25Core/Objects: Remove restriction on what object types can be set as activeShauren
2022-04-24Core/Corpses: Fixed crash in corpse creationShauren
2022-04-24Core/Achievements: Implemented GameEvent related criteria types 73 and 93Shauren
2022-04-24Scripts/Instances: Replace manual criteria timer starts in instances with new...Shauren
2022-04-23Core/Objects: Initialize position data and zone/instance script for all world...Shauren
2022-03-26Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlagsShauren
2022-03-11Core/Spawns: prevent spawn groups from bypassing spawnMask restrictions (#26711)Ovah
2022-03-11Core/Pools: Fix pools with 1 member never spawning anything anymore (#26620)Giacomo Pozzoni
2022-03-09Core/Map: Added Map::SetZoneOverrideLight std::chrono overload (#26486)HelloKitty
2022-03-09Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2022-03-06Core/Maps: Use a fixed offset instead of full collision height when retrievin...Giacomo Pozzoni
2022-03-06Scripts/Commands: Improve ".debug objectcount"jackpoz
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-03-05Core/Maps: Move some more Map internals to actually be... internals.Treeston
2022-03-05Core/Maps: All RespawnInfo* handed to outside code are now RespawnInfo const*...Treeston
2022-03-05Core/Maps: move pooling hand-off outside of Map::CheckRespawn (PR#25785)Treeston
2022-03-05Core/Maps: Attempt to fix picking the wrong min height (#25771)Giacomo Pozzoni
2022-03-05Core/Maps: Partially revert 0c69316714d0558e32462f5401197fe1e803ae75jackpoz
2022-03-05Core/Maps: Use the same logic to calculate grid coords to avoid mismatchesjackpoz
2022-03-05Core/Visibility: Split BG/Arena visibility settings (#25690)Gildor
2022-02-16Core/Maps: Add Map::DoOnPlayers helper function (#25233)Traesh
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-12Core/Maps: Add missing MapManager::_freeInstanceIds initialization in 665bab6...Shauren
2022-02-12Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoid...Shauren
2022-02-11Core/Misc: Cleanup MapManager includes (boost::dynamic_bitset)Shauren
2022-02-05Core/Maps: Always update the grid of player summons even if far away (#25406)Giacomo Pozzoni
2022-02-04Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2022-02-04Scripts/InstanceScript: Fix an issue where LoadAllGrids would load creatures ...kvipka
2022-02-04Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...Treeston
2022-02-03Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt