hondacrx
|
883a3bb990
|
First try at updating command system to be like TC. Still needs alot of testing/work
|
2022-01-20 09:57:15 -05:00 |
|
hondacrx
|
fcf47da853
|
Core/AI: Make critters flee as soon as engaged in combat and make them evade after they stop running in fear
Port From (https://github.com/TrinityCore/TrinityCore/commit/934c320d4b0da40691be7449f860447fe79b4083)
|
2022-01-07 12:44:09 -05:00 |
|
hondacrx
|
644589d6bd
|
Core/PathFinding: Fix mmaps raycast without hit
Port From (https://github.com/TrinityCore/TrinityCore/commit/d89671dd5960a7184b060b47413dfce454cb72c4)
|
2022-01-07 11:22:32 -05:00 |
|
hondacrx
|
69da866100
|
Core/PathFinding: Add support to WorldObject pathfinding
Port From (https://github.com/TrinityCore/TrinityCore/commit/3729c76523f42831a0bbe9c53d9594004860001a)
|
2022-01-07 11:09:08 -05:00 |
|
hondacrx
|
e71512b36e
|
Core/PathFinding: Return raycast hitpoint when specifying straightLine
Port From (https://github.com/TrinityCore/TrinityCore/commit/313b9d2531830e6470132beb3c131527a50b9d50)
|
2022-01-07 11:03:10 -05:00 |
|
hondacrx
|
d47f9f0171
|
Core/Movement: Implement MoveSplineFlag::Enter_Cycle
Port From (https://github.com/TrinityCore/TrinityCore/commit/61f3d51143b51b04169bd1c2ff0393d2b9be7c33)
|
2022-01-07 10:44:03 -05:00 |
|
hondacrx
|
1528e28b7a
|
Core/Movement: Add support to cyclic splines to GenericMovementGenerator
Port From (https://github.com/TrinityCore/TrinityCore/commit/a5b4d0c53976119d561924143a465c9ab38ca8a8)
|
2022-01-07 10:07:28 -05:00 |
|
hondacrx
|
c6186f17bd
|
Core/Creature: Use proper name for wander distance.
Port From (https://github.com/TrinityCore/TrinityCore/commit/72093e98e1bdbd3b83d8030d1cb50306bb04b028)
|
2022-01-07 09:33:54 -05:00 |
|
hondacrx
|
e51b775636
|
Core/Movement: Fix WaypointMovementGenerator ignoring EscortAI::SetEscortPaused() on Gossip Hello
Port From (https://github.com/TrinityCore/TrinityCore/commit/f1f1bc01ba418056bdfd311fc9df218213e83009)
|
2022-01-06 10:58:06 -05:00 |
|
hondacrx
|
5ebe20c4ea
|
Core/Movement: improved RandomMovementGenerator wait handling to get closer to retail behaivior
Port From (https://github.com/TrinityCore/TrinityCore/commit/cdeb752941104137c98e40e8feb8143b8dc7f076)
|
2022-01-06 10:27:38 -05:00 |
|
hondacrx
|
923a993f1e
|
Core/MMaps: Handle path on same position
Port From (https://github.com/TrinityCore/TrinityCore/commit/0ed58b09526c5c0b8670348f4b72491852c2f1eb)
|
2022-01-06 10:15:16 -05:00 |
|
hondacrx
|
52d17c91dd
|
Core/PathGenerator: Fix path generator returning shortcuts when start and end are on the same polygon
Port From (https://github.com/TrinityCore/TrinityCore/commit/1a070fd1271702689314ed13351de3675e834cde)
|
2022-01-06 10:12:19 -05:00 |
|
hondacrx
|
5f81b80b8d
|
Core/PathGenerator: Fix path generator returning shortcuts when start and end are on the same polygon
Port From (https://github.com/TrinityCore/TrinityCore/commit/dd929665e564e01b5346844adb96d8fd0eb710c4)
|
2022-01-06 00:02:56 -05:00 |
|
hondacrx
|
be2a51486e
|
Core/Movement: Remove a wrong set SetWalk from HomeMovementGenerator
Port From (https://github.com/TrinityCore/TrinityCore/commit/956a3428451fbda41add44c28f762788978d4bf4)
|
2022-01-05 23:56:28 -05:00 |
|
hondacrx
|
654c9743e3
|
Fix fleeing speed to 66% run speed
Port From (https://github.com/TrinityCore/TrinityCore/commit/d095d4afe95125bba64312025528a2c4aab157e0)
|
2022-01-05 23:51:18 -05:00 |
|
hondacrx
|
7c43adf9f8
|
Core/MMaps: Fix charge underwater/falling
Port From (https://github.com/TrinityCore/TrinityCore/commit/8d32849b3493d9e819be27945ef31488d8ba6dcf)
|
2022-01-05 23:45:25 -05:00 |
|
hondacrx
|
b373fc6ced
|
Core/Movement: Fix wrong orientation set when pausing movement
Port From (https://github.com/TrinityCore/TrinityCore/commit/292df30394dc9e15bbdcc6303b35f97bf6a07ae9)
|
2022-01-05 23:41:39 -05:00 |
|
hondacrx
|
43d3298724
|
Core/Movement: Fix fleeing speed to 66% run speed
Port From (https://github.com/TrinityCore/TrinityCore/commit/2327ff4d6dab16cedb5e82c50f1cdcce8983abde)
|
2022-01-05 23:24:23 -05:00 |
|
hondacrx
|
20a31a52c2
|
Core/Movement: Fix stunned falling units freezing the client
Port From (https://github.com/TrinityCore/TrinityCore/commit/b40cadd5a12445c1265db8d81b2a0c5e73fe6757)
|
2022-01-05 23:23:07 -05:00 |
|
hondacrx
|
c32ccf7e4e
|
Core/Movement: Add more LOS checks
Port From (https://github.com/TrinityCore/TrinityCore/commit/1635a342284145cb4572840f2f3fdc29e4498bc3)
|
2022-01-05 23:19:46 -05:00 |
|
hondacrx
|
efb7142aef
|
Core/Movement: delay movement update in MotionMaster until its owner signals AddToWorld
Port From (https://github.com/TrinityCore/TrinityCore/commit/dfb2221552048512b4fda0c7e0c97ecf808106f9)
|
2022-01-05 17:26:33 -05:00 |
|
hondacrx
|
f017da4540
|
Core/Taxis: teleport players to the destination taxi node location instead of their current ground position
Port From (https://github.com/TrinityCore/TrinityCore/commit/14c2a7fb92e49265071f36b65fb845ecc6dd4381)
|
2022-01-05 17:12:45 -05:00 |
|
hondacrx
|
0d68984717
|
Misc fixes, and added GetDebugInfo() which was missed.
|
2022-01-05 13:11:32 -05:00 |
|
hondacrx
|
cf0ddc132b
|
Core/Movement: fixed taxi pathings getting finalized earlier than intended
Port From (https://github.com/TrinityCore/TrinityCore/commit/091084353869b843f700969e017746310492bdf6)
|
2022-01-04 20:48:33 -05:00 |
|
hondacrx
|
7f053ea099
|
Core/Movement: Fix LoS issue of NPCs chasing targets
Port From (https://github.com/TrinityCore/TrinityCore/commit/f012d4b7fcf0376de75f09c2b59509247fd133cb)
|
2022-01-04 20:09:33 -05:00 |
|
hondacrx
|
12c9ea08ac
|
Core/MovementGenerator: Fix crash in taxi paths
Port From (https://github.com/TrinityCore/TrinityCore/commit/2eea34fb47ade2ab3bf8d46d18a9880a007a2274)
|
2022-01-04 20:05:19 -05:00 |
|
hondacrx
|
e8b154b4e2
|
Core/MMaps: Fix mobs evading when target is out of MMap meshes
Port From (https://github.com/TrinityCore/TrinityCore/commit/bea0e48531bae904079ea5b9f489a436e58abaed)
|
2022-01-04 18:49:06 -05:00 |
|
hondacrx
|
af0979903c
|
Core/Spline: Fix crash
Port From (https://github.com/TrinityCore/TrinityCore/commit/e998a1169d9570ae1fe44683287eaf443b573089)
|
2022-01-01 17:09:21 -05:00 |
|
hondacrx
|
61391aa446
|
Core/Movement: add a velocity argument for the spline chain meta table
Port From (https://github.com/TrinityCore/TrinityCore/commit/a24a5e77786266ee9456fa8c422a173168804a1f)
|
2022-01-01 16:06:50 -05:00 |
|
hondacrx
|
3f1d1fb205
|
Core/Movement: add missing parenthesis on MotionMaster::Size
Port From (https://github.com/TrinityCore/TrinityCore/commit/6ae0a6ba22b55c0d6ae78300f5788c68f6505971)
|
2021-12-27 16:51:17 -05:00 |
|
hondacrx
|
5321cc2090
|
Core/Movement: handle Resume/Pause on RandomMovementGenerator
Port From (https://github.com/TrinityCore/TrinityCore/commit/f21599dc5dab71cc0775d6ed5d2b2f6f2f4c6780)
|
2021-12-27 15:45:44 -05:00 |
|
hondacrx
|
ca64ca25f6
|
Core/FlightPath: teleport players at destination on floor Z when the flight ends
Port From (https://github.com/TrinityCore/TrinityCore/commit/a032d84cf4cf8aca262e6ca6352ad1e82b3e245f)
|
2021-12-22 20:25:56 -05:00 |
|
hondacrx
|
589d845093
|
Core/Movement: Fix assertion triggered in SplineChainMovementGenerator
Port From (https://github.com/TrinityCore/TrinityCore/commit/6e28ecd22ea5ba8a7a2d0b08217aa68010b1cfc4)
|
2021-12-16 12:43:45 -05:00 |
|
hondacrx
|
eef0e8e875
|
Misc fixes
|
2021-12-07 20:57:02 -05:00 |
|
hondacrx
|
6d332243c4
|
Core/Movement: implement MotionMasterDelayedAction validator
Port From (https://github.com/TrinityCore/TrinityCore/commit/36a1d00444b35d6f8fbfaabebf835f4ad9c01108)
|
2021-12-07 18:32:20 -05:00 |
|
hondacrx
|
fd2db909b4
|
Core/Movement: Use correct root check
Port From (https://github.com/TrinityCore/TrinityCore/commit/dc4b516844e4457b8efce20a521ea3d36dcc42d6)
|
2021-12-07 17:32:36 -05:00 |
|
hondacrx
|
4fb48f1522
|
Core/Vehicles: Fix accessories disappearing on reset
Port From (https://github.com/TrinityCore/TrinityCore/commit/a855e6221d517297cfb9e2e78b57a6a57fccc85a)
|
2021-12-07 14:19:43 -05:00 |
|
hondacrx
|
f5695f0cf2
|
MMaps Updates, Needs tested.
Port From (https://github.com/TrinityCore/TrinityCore)
|
2021-12-02 14:50:55 -05:00 |
|
hondacrx
|
f265073720
|
Misc Fixes
|
2021-12-01 23:08:19 -05:00 |
|
hondacrx
|
239b147aba
|
Misc fixes
|
2021-12-01 11:45:16 -05:00 |
|
hondacrx
|
11372c15e9
|
Core/Movement: implement and use new remove method in MotionMaster
Port From (https://github.com/TrinityCore/TrinityCore/commit/72301bf02f4b8d9569139e7bfcc23df9a46f2479)
|
2021-12-01 11:35:31 -05:00 |
|
hondacrx
|
5c48c512b5
|
Core/Spells: Implemented spell effect 254 (SPELL_EFFECT_JUMP_CHARGE)
Port From (https://github.com/TrinityCore/TrinityCore/commit/a809932f5017c98092a02694e86e276add03f8b9)
|
2021-12-01 10:58:28 -05:00 |
|
hondacrx
|
2208a7be60
|
Core/Movement: Implement initializing parabolic splines using jump gravity instead of max parabolic height
Port From (https://github.com/TrinityCore/TrinityCore/commit/684cd9d9681466019dcd06ad6f994890cff8cb2e)
|
2021-12-01 10:34:19 -05:00 |
|
hondacrx
|
4ec905e0dc
|
Core/MMaps: handle PATHFIND_INCOMPLETE in ChaseMovementGenerator as "cannot reach the target"
Port From (https://github.com/TrinityCore/TrinityCore/commit/b4cff8159e19b1f71cd1e0aa1f9b8af351aaa3f5)
|
2021-12-01 10:25:20 -05:00 |
|
hondacrx
|
334720dafe
|
Core/Movement: Fix some undermap issues with random movement/fear/blink
Port From (https://github.com/TrinityCore/TrinityCore/commit/4fcc4a330044e84baa1f58ff13e1b4ea7775eb66)
|
2021-11-29 17:46:46 -05:00 |
|
hondacrx
|
8fbecac008
|
Core/Movement: Allow using run when moving randomly
Port From (https://github.com/TrinityCore/TrinityCore/commit/a57ca5cea2d13bc5d5ddee11e7b8100c7afd68e1)
|
2021-11-29 14:21:33 -05:00 |
|
hondacrx
|
f218b72620
|
Core/Misc: Code cleanup
Port From (https://github.com/TrinityCore/TrinityCore/commit/ace33a464fa442d7d8dc331839d4e3efbaf63d57)
|
2021-11-29 14:14:26 -05:00 |
|
hondacrx
|
9cdccb9a08
|
Core/Movement: Allow using walk when chasing v2
Port From (https://github.com/TrinityCore/TrinityCore/commit/956158d299b3264f883f49ac647154179182fbea)
|
2021-11-29 13:29:51 -05:00 |
|
hondacrx
|
7d6f782dd1
|
Allow walk when chasing
Port From (https://github.com/TrinityCore/TrinityCore/commit/b3f75852c284e730756a7f007b96bbae0ac3c158)
|
2021-11-23 22:57:55 -05:00 |
|
hondacrx
|
d674238f7d
|
Core/Movement: correct logic wrongly ported
Port From (https://github.com/TrinityCore/TrinityCore/commit/1c5287032affb1a402b0a6091b75997ef56e556c)
|
2021-11-23 20:51:22 -05:00 |
|