aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps/Map.h
AgeCommit message (Expand)Author
2017-05-14Core/Entities : Basic Conversation Implementation (#18010)Traesh
2017-05-13Core/Grids: Ported cmangos/mangos-wotlk@ea99457e50790acde8928aa0f3dc4a9c096b4a8cShauren
2017-05-11Core/Common: Include cleanupShauren
2017-05-08Core/Items: Set and save item context fieldShauren
2017-05-05Core/Collision: Replaced phasemask with proper phases in GameObject collision...joschiwald
2017-02-28Map/Instances: Greatly simplify PermBindAllPlayers logic. (#17940)Treeston
2017-02-26Core/Maps: Add override to allow InstanceMap const* -> InstanceScript const*.treeston
2017-01-29Core/Entities: Basic AreaTrigger System (#18035)Traesh
2017-01-12Core/VMaps: Fix some vmap height edge casesjackpoz
2017-01-01Update copyright note for 2017vincent-michael
2016-11-06Core/Instances: Implemented base scenario system and objectives in dungeonsKrudor
2016-05-20Core/DataStores: Updated opcodes and db2 to 7.0.3.21414Shauren
2016-05-20Core/DataStores: Updated dbc/db2 to 7.0.1.20914Shauren
2016-04-09Core/Maps: Implement optional pre-loading of maps.r00ty-tc
2016-04-05Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392)Shauren
2016-03-24Core/Game: Converted the game library to a shared library.Naios
2016-03-21Merge pull request #16110 from Treeston/3.3.5-instancereviveTreeston
2016-02-10Core/Maps: Moved min height calculation to worldserver for more precise resultsShauren
2016-02-09Core/Maps: Parse MFBO adt chunk to properly handle height where player counts...Shauren
2016-02-02Core/Maps: Changed the way area data is stored in maps, it now uses ID field ...Shauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-10-28Core/Corpses: Fixed leaking bonesShauren
2015-09-28Core/Maps: Moved corpse management to map levelShauren
2015-07-22Core/Misc: Add a few consts to methodsDDuarte
2015-05-19Core/PacketsIO: Implemented or updated most of party related packets.et65
2015-05-08Core/Garrisons: Basics for garrisonsShauren
2015-05-01Core/Player: Implemented seamless teleportingShauren
2015-04-28Build fix (1)Shauren
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-04-20Core/Misc: Removed gcc specific packing pragma syntax - only unsupported (now...Shauren
2015-01-28Core/Packets: Update and enable SMSG_WEATHERNayd
2015-01-24Core/Loot: Implemented automatic assignment of Heroic/Mythic item bonuses whe...Shauren
2015-01-10Core/Maps: Updated map difficultiesShauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-16Core/Spells: Spell system updates (don't even try to compile this)Rat
2014-11-05Core/DataStores: Fixed build after renameIntel
2014-10-26Core/Entities: Changed object lowguid to uint64Shauren
2014-10-25Core/Guilds: Fifth part of converting int to bigint guids in databaseShauren
2014-10-12Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-10-12Core/Maps: Apply const-correctness to GridMap::loadData()jackpoz
2014-09-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-14Core/Misc: Fixed build without pchShauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-08-12Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-08-09Core/Server: Add missing overridesDDuarte
2014-07-27Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-19Merge remote-tracking branch 'origin/master' into 4.3.4Shauren
2014-07-02ACE cleanup on game, now the major issue remains WorldSocketleak