EverWrath/src/server/game
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
..
Accounts feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Achievements refactor(Core): Improve struct alignment and codestyle (#12335) 2022-07-10 14:19:11 -04:00
Addons fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970) 2022-03-12 04:57:26 -03:00
AI fix(Core/SmartScripts): Fixed SMART_ACTION_START_FOLLOW not complet… (#12580) 2022-08-01 17:53:03 -03:00
ArenaSpectator feat(Core/Battleground): rework bg queue system (#10817) 2022-03-15 14:36:49 -03:00
AuctionHouse fix(Core): Crashfix. (#11495) 2022-04-25 09:26:03 -03:00
Battlefield fix(Core/Wintergrasp): Reimplement Wintergrasp quests and fix vendors (#11533) 2022-04-25 18:20:10 -03:00
Battlegrounds refactor(Core): Improve struct alignment and codestyle (#12335) 2022-07-10 14:19:11 -04:00
Cache feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Calendar fix(Core/Build): macOS build (part 1) (#10549) 2022-02-08 11:21:17 +01:00
Chat fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970) 2022-03-12 04:57:26 -03:00
Combat fix(Core/Creatures): Added new AI function OnTeleportUnreacheablePlayer to teleport all unreachable players. (#12193) 2022-07-24 13:10:41 -03:00
Conditions refactor(Core): Improve struct alignment and codestyle (#12335) 2022-07-10 14:19:11 -04:00
DataStores fix(Core/Movement): Improvements to taxi flight movement generator: (#12347) 2022-08-01 23:21:11 -03:00
DungeonFinding refactor(Core): Improve struct alignment and codestyle (#12335) 2022-07-10 14:19:11 -04:00
Entities fix(Core/Movement): Improvements to taxi flight movement generator: (#12347) 2022-08-01 23:21:11 -03:00
Events refactor(Core): Improve struct alignment and codestyle (#12335) 2022-07-10 14:19:11 -04:00
Globals fix(Scripts/Mail) Fix faction server mail rewards. (#12593) 2022-07-31 09:43:40 -04:00
Grids fix(Core/Spells): Fixed LoS problems with hunter traps. (#12348) 2022-07-10 14:18:36 -04:00
Groups fix(Core): Crashfix on loot roll (#12605) 2022-08-01 16:06:45 -03:00
Guilds fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970) 2022-03-12 04:57:26 -03:00
Handlers fix(Core/Movement): Improvements to taxi flight movement generator: (#12347) 2022-08-01 23:21:11 -03:00
Instances refactor(Core/Instances): Update CHAR_DELETE_INSTANCE_SAVED_DATA (#11866) 2022-05-30 15:27:50 -03:00
Loot refactor(Core): Improve struct alignment and codestyle (#12335) 2022-07-10 14:19:11 -04:00
Mails feat(Core/Mail): Server mail (#10628) 2022-04-19 23:43:14 +02:00
Maps fix(Scripts/RuinsOfAhnQiraj): Implement Rajaxx waves (#12513) 2022-07-25 12:12:08 -03:00
Misc chore(Core/Misc): nullptr cleanup (#11467) 2022-04-21 19:17:20 +02:00
Miscellaneous fix(Core/Pets): Mob "soloed" by pet should not grant exp/loot to its … (#11969) 2022-06-19 07:46:23 -04:00
Modules refactor(Core): remove unused imports (#9969) 2022-01-02 20:22:09 +01:00
Motd refactor(Core): remove unused imports (#10296) 2022-01-22 11:21:35 +01:00
Movement fix(Core/Movement): Improvements to taxi flight movement generator: (#12347) 2022-08-01 23:21:11 -03:00
OutdoorPvP fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970) 2022-03-12 04:57:26 -03:00
Petitions fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970) 2022-03-12 04:57:26 -03:00
Pools fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970) 2022-03-12 04:57:26 -03:00
PrecompiledHeaders feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Quests feat(Core/Maps): AreaBoundary (#10525) 2022-04-15 14:10:41 +02:00
Reputation fix(Core/Reputations): Faction rep gained by killing mobs is now prop… (#9737) 2022-02-05 07:37:00 -03:00
Scripting feat(Core): Add OnGroupRollRewardItem hook. (#12538) 2022-07-26 21:08:41 -03:00
Server fix(Core): Instance Reset Exploit Fix (#12459) 2022-07-24 14:37:42 -03:00
Skills fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970) 2022-03-12 04:57:26 -03:00
Spells fix(Scripts/Spells): Fixed T3 6P Frostfire Regalia bonus not proccing. (#12585) 2022-08-01 18:09:01 -03:00
Texts fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970) 2022-03-12 04:57:26 -03:00
Tickets refactor(Core): Improve struct alignment and codestyle (#12335) 2022-07-10 14:19:11 -04:00
Time refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
Tools feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Warden feat(Core/Maps): AreaBoundary (#10525) 2022-04-15 14:10:41 +02:00
Weather fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970) 2022-03-12 04:57:26 -03:00
World fix(Core/AI): more AI factory checks (#12402) 2022-07-19 14:31:03 -03:00
CMakeLists.txt feat(Core/Modules): add separated lib for modules (#9281) 2021-12-02 20:28:58 +07:00