EverWrath/src/server/game
Maelthyr d928d8d96a
refactor(Core/Unit): PC&NPC Immunity (#11986)
* initial

* refactor(Core/Unit): PC & NPC Immunities

Cherry-pick TC: 74af880217

Co-authored-by: Treeston <treeston.nmoc@gmail.com>

* fix builds error

Cherry-pick TC: 74af880217

Co-authored-by: Treeston <treeston.nmoc@gmail.com>

* Fix nef combat, and replace SetFlag by SetUnitFlag

* fix combat with jedoga

Co-authored-by: Treeston <treeston.nmoc@gmail.com>
2022-06-18 08:16:45 -04:00
..
Accounts feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Achievements 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
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 refactor(Core/Unit): PC&NPC Immunity (#11986) 2022-06-18 08:16:45 -04: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 fix(Core/Battlegrounds): Fixed battleground queue announcer. (#11348) 2022-04-24 16:55:00 -03: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 refactor(Core/Combat): DeleteThreatLists() become ClearAllThreat() (#11824) 2022-05-23 05:51:52 -03:00
Conditions feat(Core/Conditions): CONDITION_STAND_STATE (#10287) 2022-04-18 19:33:10 +02:00
DataStores fix(Core/Spells): Implement SPELL_EFFECT_ACTIVATE_OBJECT (#11648) 2022-06-13 21:10:31 -03:00
DungeonFinding fix(Core/Handlers): Faction Change service properly reset and give ne… (#9729) 2022-03-25 11:45:07 +01:00
Entities refactor(Core/Unit): PC&NPC Immunity (#11986) 2022-06-18 08:16:45 -04:00
Events feat(Core/Unit): NPCFlags helpers (#11286) 2022-04-05 13:52:42 +02:00
Globals fix(Core/Spells): Implement SPELL_EFFECT_ACTIVATE_OBJECT (#11648) 2022-06-13 21:10:31 -03:00
Grids refactor(Core/Unit): PC&NPC Immunity (#11986) 2022-06-18 08:16:45 -04:00
Groups refactor(Core/Instances): Update CHAR_DELETE_INSTANCE_SAVED_DATA (#11866) 2022-05-30 15:27:50 -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/Misc): Fixed radius of areatriggers in battlegrounds. (#12017) 2022-06-13 08:57:35 -03:00
Instances refactor(Core/Instances): Update CHAR_DELETE_INSTANCE_SAVED_DATA (#11866) 2022-05-30 15:27:50 -03:00
Loot 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
Mails feat(Core/Mail): Server mail (#10628) 2022-04-19 23:43:14 +02:00
Maps feat(Core/Map): Allow disabling the blizzlike PvP line of sight checks (#11692) 2022-05-11 13:06:56 -03:00
Misc chore(Core/Misc): nullptr cleanup (#11467) 2022-04-21 19:17:20 +02:00
Miscellaneous BREAKING CHANGE(Core/Config): Individual XP rate per bg (#10793) 2022-03-04 12:36:16 +07: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): Improved fleeing movement generator. (#11896) 2022-06-06 09:19:27 -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/DB): Add Hooks On creature/game object save to db (#11246) 2022-05-06 00:42:49 -03:00
Server fix(Core/PacketIO): Stop WorldSession packet processing loop immediat… (#11680) 2022-05-10 17:17:07 +02: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 refactor(Core/Unit): PC&NPC Immunity (#11986) 2022-06-18 08:16:45 -04: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 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
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 feat(Core/GameObjects): Instance gameobject save data implementation (#11113) 2022-05-24 10:33:45 -03:00
CMakeLists.txt feat(Core/Modules): add separated lib for modules (#9281) 2021-12-02 20:28:58 +07:00