aboutsummaryrefslogtreecommitdiff
path: root/src/server/collision
AgeCommit message (Expand)Author
2013-06-17Core/MMAPS: Update recastnavigation!kaelima
2013-06-11Core/Objects: Object scale will now also affect bounding radius and combat re...Shauren
2013-05-30Core/Misc: Another batch of fixes for issues found by static analysisSpp
2013-05-30Core/Misc: Fix invalid pointer use after being deletedSpp
2013-05-30Core/Collision: Fix memory leakSpp
2013-05-21Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic ch...Spp
2013-05-18Reverted part of 60a88a08f5e85c1986aee49f9bfdbf8fa254f370Shauren
2013-05-18Core/Collision: Corrected logic for closing source file in WorldModel_Raw::Re...Shauren
2013-05-17* Some more static analysis issues fixed.Subv
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-03-26Core/Misc: Remove the use of logging system from WPFatal (Fixes tools compile)Spp
2013-03-09Core: Remove unnecessary commasWyldePointer
2013-03-08Merge pull request #9385 from thomas007788/DoxygenNay
2013-03-09Buildsystem: Add support for compiling with MinGW on WindowsNay
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-02-27Core: Add support for compiling core in a cygwin-environmentclick
2013-02-03Core: Warning fixesShauren
2013-01-30Core/Misc: Remove using directive from header files (It will eventually lead ...Spp
2013-01-23Tools: Remove a bit of spam when mmaps_generator loads vmapsShauren
2013-01-22Tools: Build fix, for real this timeShauren
2013-01-22Tools/Extractors: Mmap extractors no longer depend on shared and MySQL librariesShauren
2013-01-21Merge remote-tracking branch 'origin/master' into mmapsNay
2013-01-21Core/Collision: Fix BIH::intersectRay crashjackpoz
2013-01-14Core/Misc: Update headers to 2013Vincent_Michael
2013-01-14Merge remote-tracking branch 'origin/master' into mmapsNay
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-09Core/Build: Fix linking and sooo many compile warningsSpp
2013-01-07Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmapsVincent_Michael
2013-01-07Merge pull request #8826 from joschiwald/mmaps_disableblub
2013-01-07Merge pull request #8825 from joschiwald/vmapspellignoNay
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-31Core: Fixed some level 4 warnings (msvc)Shauren
2012-12-30Core/MMaps: use DisableMgr to disable pathfinding on a specific mapjoschiwald
2012-12-30Core/VMaps: drop "vmap.ignoreSpellIds" in config, this is not longer necessar...joschiwald
2012-12-27Merge remote-tracking branch 'origin/master' into mmapsNay
2012-12-24Core/BuildSystem: Added some more headers to the collisions project PCHSubv
2012-12-21Merge git://github.com/TrinityCore/TrinityCore into mmapskaelima
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-10Core/Build: Fix compile using mysqllite included with coreSpp
2012-11-09Core/Build: Enable Clang PCH support and OS X specific featuresSpp
2012-09-23Merge remote-tracking branch 'origin/master' into mmapsNay
2012-09-23Merge pull request #7842 from Elron103/pull-requests2Nay
2012-09-22Core/GameObject: Implement method GetDisplayId, use it for GameObjectModelsElron103
2012-09-11Merge remote-tracking branch 'origin/master' into mmapsNay