EverWrath/src/server/game/Handlers
UltraNix 572a680c16
fix(Core/Movement): Improvements to taxi flight movement generator: (#12347)
Changed multi-segment taxi paths to fly nearby flight masters along the way, not directly through them.
Taxi cost on multi-segment paths is now charged per segment when it is started.
Properly send taxi node status on login, as well as if the taxi master is out of range.
Apply reputation discount to all points in multi-segment paths.
Properly clean up list of taxi destinations upon arrival at final node.
Teleport players to the destination taxi node location instead of their current ground position.
Don't start a spline with just 1 point in FlightPathMovementGenerator
Source: TrinityCore.
2022-08-01 23:21:11 -03:00
..
AddonHandler.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
AddonHandler.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
ArenaTeamHandler.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
AuctionHouseHandler.cpp feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
AuthHandler.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
BankHandler.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
BattleGroundHandler.cpp fix(Core): Crashfix. (#11821) 2022-05-23 04:25:55 -03:00
CalendarHandler.cpp fix(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03:00
ChannelHandler.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
CharacterHandler.cpp fix(Core/Movement): Improvements to taxi flight movement generator: (#12347) 2022-08-01 23:21:11 -03:00
ChatHandler.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
CombatHandler.cpp feat(Core/Packet): CMSG_SET_SHEATHED 2022-03-11 18:12:21 +01:00
DuelHandler.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
GroupHandler.cpp fix(Core/Groups): Level restriction on allowing raid groups (#12110) 2022-06-21 13:18:03 -03:00
GuildHandler.cpp fix(Core/Guild): Guild bank handling issues (#10724) 2022-02-17 19:22:28 -05:00
ItemHandler.cpp fix(Core/ItemHandler): fix selling items over gold limit (#11673) 2022-05-08 10:42:35 +02:00
LFGHandler.cpp fix(Core/LFG): Fixed joining seasonal bosses if only `LFG_OPTION_ENAB… (#12163) 2022-06-26 04:44:45 -03:00
LootHandler.cpp feat(Core/Scripting): Implement OnAllowedForPlayerLootCheck() hook (#12316) 2022-07-09 00:10:04 -03:00
MailHandler.cpp fix(Core/Mail): do not show expired mails in packets (#10560) 2022-03-01 13:57:37 +01:00
MiscHandler.cpp fix(Core/Gossips): Properly send packet with questgiver query handler. (#12290) 2022-07-06 09:05:45 -03:00
MovementHandler.cpp fix(Core/Movement): Improvements to taxi flight movement generator: (#12347) 2022-08-01 23:21:11 -03:00
NPCHandler.cpp feat(Core/Unit): NPCFlags helpers (#11286) 2022-04-05 13:52:42 +02:00
NPCHandler.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
PetHandler.cpp refactor(Core/Packet): Pet (#9473) 2022-03-01 13:50:50 +01:00
PetitionsHandler.cpp feat(Core/Battleground): split Arena and Battleground score (#10616) 2022-02-18 05:20:04 +07:00
QueryHandler.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
QuestHandler.cpp fix(Core/Gossips): Properly send packet with questgiver query handler. (#12290) 2022-07-06 09:05:45 -03:00
ReferAFriendHandler.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
SkillHandler.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
Socialhandler.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
SpellHandler.cpp fix(Scripts/ZulGurub): Hakkar's Blood Siphon (#12196) 2022-07-09 11:05:09 -03:00
TaxiHandler.cpp fix(Core/Movement): Improvements to taxi flight movement generator: (#12347) 2022-08-01 23:21:11 -03:00
TicketHandler.cpp feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
TradeHandler.cpp chore(Core/Misc): nullptr cleanup (#11467) 2022-04-21 19:17:20 +02:00
VehicleHandler.cpp refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
VoiceChatHandler.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00