aboutsummaryrefslogtreecommitdiff
path: root/src/server/collision/Maps/MapTree.h
AgeCommit message (Expand)Author
2015-01-01Update copyright note for 2015Vincent-Michael
2014-08-23Core/Misc: Fix some -Wconversion warningsjackpoz
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-04-20Core/Misc: Fixed some -Weffc++ warningsShauren
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
2013-05-30Core/Misc: Another batch of fixes for issues found by static analysisSpp
2013-03-09Core: Remove unnecessary commasWyldePointer
2013-01-30Core/Misc: Remove using directive from header files (It will eventually lead ...Spp
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-11-27Core/Misc: Set mode 0644 for filesSpp
2012-04-09Core/Mmaps:Venugh
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-01-01Update copyright note for 2011.Machiavelli
2010-10-07REALLY fix the CRLF-crap...click
2010-10-07Copyright header updates - part 3... (and some whitespace cleanups)click
2010-07-27Add option for search distance to getHeight() functions and make Creature::Fa...click
2010-07-10Fix incorrect blocked LOS-calculation on certain locations (by Lynx3d)click
2010-07-09Fixed Extractors' windows compile issue (with click's blessing and ever viewi...teacher
2010-07-09Update VMap3 to "final" release (REEXTRACTION OF MAPS/VMAPS IS REQUIRED!) - t...click
2010-06-19Fixed win build of vmap assembler, too.Xanadu
2010-06-19Fix usage of uninitialized waypoint array variables in ConfusedMovementGenera...Machiavelli
2010-06-07* Finally it compiles (thanks click for noticing the "typo").Brian
2010-06-08more cmake fixes. comment collision compilation until fixedTartalo
2010-06-07* Move VMap3 code to a separate static 'collision' library.XTZGZoReX