aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Maps
AgeCommit message (Expand)Author
2013-06-11Core: More Function Renaming.Malcrom
2013-06-11Core: Some function renaming.Malcrom
2013-06-11Core/SAI: Add check so npc will not send text to pet. Also updated isPet() to...Malcrom
2013-06-07Core/Maps: Fixed Map::IsInWater returning true at any height above waterShauren
2013-05-17Core/Misc: Another batch of fixes for issues found by static analysisShauren
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-04-27Core/Maps: Add mapname when a player is binded to other save.xjose93
2013-03-26Core: Fix compile with WITH_COREDEBUG option enabledSpp
2013-03-25Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....Spp
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
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-02-14Core/Maps: Prevent creating maps without a valid Map.dbc entryShauren
2013-02-04Scripts/Player: Add OnMapChanged to PlayerScripts (after map changed)Spp
2013-02-04Core/Dungeon Finder: Use lfg namespace to encapsulate all LFG classes, struct...Spp
2013-02-04Core/Dungeon Finder: Simplify Spell Luck of the draw codeSpp
2013-01-30Core/Misc: Remove using directive from header files (It will eventually lead ...Spp
2013-01-14Merge remote-tracking branch 'origin/master' into mmapsNay
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-11Core/maps: separate mutex for gridille
2013-01-05Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsVincent_Michael
2013-01-04Core/Misc: Fix a couple of warnings, some of them performance relatedNay
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-19Core/Misc:joschiwald
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-20Core/Misc: Reduce header dependencies - Step IIISpp
2012-11-20Core/Misc: Reduction of header dependencies - Step IISpp
2012-11-20Core/Misc: Define some methods constSpp
2012-11-17Core: Remove Player.h dependency from all the possible headersSpp
2012-11-16Merge pull request #8247 from ille/recursivedeadlockShauren
2012-11-09Core/Build: Enable Clang PCH support and OS X specific featuresSpp
2012-11-05Merge git://github.com/TrinityCore/TrinityCore into mmapskaelima
2012-11-03use Thread-Safe Interface design pattern to allow recursive calls on non wind...ille
2012-10-24Core/Misc: reduced amount of string memory allocations (Step I)Spp
2012-10-19Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into mmapsSubv
2012-10-19Proper naming of LfgDungeon structuresSpp
2012-10-18Core/Dungeon Finder: Some optimizations.Spp
2012-10-07Merge remote-tracking branch 'origin/master' into mmapsNay
2012-10-05Core/Maps: fix being able to be ported to an instance while in a group with a...Kandera
2012-09-30Tools&Core: Whitespace cleanupNay
2012-09-25Core/MMaps: Only unload the navMeshQuery when instances are unloaded, suggest...Subv
2012-09-11Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-10Core/Vehicles: Fix warningsVincent-Michael
2012-09-05Core/Mmaps: Fixed unloading mmap tiles, the x and y were swapped. thanks to M...Subv
2012-09-04Merge remote-tracking branch 'origin/master' into mmapsNay