aboutsummaryrefslogtreecommitdiff
path: root/src/server/collision
AgeCommit message (Expand)Author
2015-06-26Core/GameObject: Removed unneeded argument from GameObjectModel::Relocate and...Shauren
2015-04-04Core/Misc: Fix issues reported by static analysisjackpoz
2015-03-30Core/Misc: Remove unused headersleak
2015-03-29CMake: Use source_groups to represent the source treeNaios
2015-03-18Merge pull request #14317 from Naios/typesafelogCarbenium
2015-03-08Core: Move some MMAPS-related INFO-messages to DEBUGclick
2015-02-27Core/Collision: Fix crash when loading invalid vmap datajackpoz
2015-01-31Core/VMaps: Fix debug assert caused by invalid vmapsjackpoz
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-10Core: Fix non pch buildVincent-Michael
2014-10-09Build: Fixed game & collision depending on each other for linkingShauren
2014-09-20Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditionsjackpoz
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-08-23Core/Misc: Fix some -Wconversion warningsjackpoz
2014-08-09Core/Server: Use nullptr instead of 0 where pointers are expectedDDuarte
2014-08-09Core/Server: Add missing overridesDDuarte
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-07-14Replacing ACE based multi threading with PCQleak
2014-07-06Completely remove ACE as dependency for TC - kkthxbyeleak
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-20Core/Dependencies: Clean up recastnavigation folderjackpoz
2014-06-08Replaced mutex related code in Common.hleak
2014-06-01Replaced ACE based typedefs for fixed width ints with C++11 versionsleak
2014-05-25Merge pull request #12129 from Trisjdc/go_collisionSebastian Valle Herrera
2014-05-25Core/Misc: Fix no-pch buildjackpoz
2014-05-25Core/Misc: Throw an exception if client sends invalid float/double datajackpoz
2014-05-25Core/Collision: Solve collision issues with non spawned GOsTrisjdc
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-03-23Core/Misc: Removed unused defines, added missing include and removed a few wa...Shauren
2014-03-23Core/Transports: Enabled LoS on transportsShauren
2014-03-22Core/Misc: Fix some static analysis issuesjackpoz
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-01Core/Misc: Fix some static analysis issuesjackpoz
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
2013-09-15Tools/VMAP: Fix not null terminated stringjackpoz
2013-08-30Core/Maps: Fix Spline triggered assertjackpoz
2013-08-27Server/Collision: Fix build on clangNay
2013-08-25Core/Auth: Implement time-based token for user login as described in RFC 6238.raczman
2013-08-24Core&Tools: Fix multiple issues found by a static code coverage toolNay
2013-08-17Core/Misc: Implemented GetObjectScale functionVincent-Michael
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