aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Movement
AgeCommit message (Expand)Author
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-13Core/Entities: Use new PackedGuid classShauren
2014-08-23Core/Misc: Fix some -Wconversion warningsjackpoz
2014-08-09Core/Server: Add missing overridesDDuarte
2014-07-31Core/Waypoints: Fixed memory leaks happening when loading waypoints with inva...Shauren
2014-07-25Core/Waypoints: Allow the table waypoint_data to use Takeoff and Land waypoints.Subv
2014-07-22Core/Misc: Remove a define that is no longer needed since ACE was removedDDuarte
2014-07-21Core/NPCs: In a formation, properly set walking/running modeuntaught
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-17Buildsystem/MSVC: Warning fixesShauren
2014-07-13Merge branch `master` into `boost`Subv
2014-07-06Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostleak
2014-07-04Core/Spells: Improve charge path logic, get a point to the target and then re...Trisjdc
2014-07-01Replaced all remaining ACE based Singletonsleak
2014-06-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
2014-06-23Update WaypointMovementGenerator.cppRochet2
2014-06-23Merge pull request #11609 from zengwf/masterAokromes
2014-06-22Core/Build: Fixed build.Subv
2014-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-04-25Core/Misc: Change how Position struct is retrievedjackpoz
2014-04-19Core/Misc: Ensure GetVictim() returns a valid reference when expectedjackpoz
2014-04-07Core/Movement: Fix LoS issue of NPCs chasing targetsjackpoz
2014-03-23Core/Misc: Removed unused defines, added missing include and removed a few wa...Shauren
2014-03-21Core/Transports: Fixed creatures micro movement on transport when attacking s...Shauren
2014-02-27Core/MMAPs: Replace an assert with error logjackpoz
2014-02-24Core/MMAPs: Add support for raycastjackpoz
2014-02-23Core/MMAPs: Update recastjackpoz
2014-02-18Core/Movement:Fix waypointed creature aggrozengwf
2014-02-13Core/MMAPS: Fix invisible wall issue in MMAPS.jackpoz
2014-01-30Core/Splines: Fix "velocity > 0.1f" errorjackpoz
2014-01-12Core/Movement: Add LOS check for fleeingmovement target point.zengwf
2014-01-06Core/Movement: Fixed vehicle passengers disappearing clientsideShauren
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-12-31Core/Waypoints: Revert partly f1a82a578be525624c416ba5f882b2f1a7e13536 to fix...Nawuko
2013-12-31Core/Movement: Fixed creature movement on transportsShauren
2013-12-29Core/TransportsShauren
2013-12-15Core/Waypoints: Stop creatures from skipping at waypoint nodesMalcrom
2013-12-14Core/Misc: Fix some static analysis issuesjackpoz
2013-12-14Core/Movement: Fix invalid memory accessjackpoz
2013-12-12Core/Movement: Fixed possible invalid memory accessShauren
2013-12-01Core/Misc: Fix some static analysis issuesjackpoz
2013-11-10Fixed buildShauren
2013-11-10Core/Movement: Backported spline stop fix from 4.3.4 branch - use Stop spline...Shauren
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-10-16Core/TransportsShauren
2013-10-01Whitespace between string literals and user-defined literals is now mandatory...Ellie
2013-09-21Core/PathGenerator: Fix conditional jump on uninitialized valuejackpoz
2013-08-30Core/Maps: Fix Spline triggered assertjackpoz