EverWrath/src/server/game
2022-07-03 10:35:51 -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 fix(Scripts/ZulGurub): Mandokir's Threatening Gaze. (#12095) 2022-06-26 04:50:50 -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 fix (core): value of the MAX_ARENA_SLOT const 2022-06-18 13:48:24 -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(Scripts/ZulGurub): Mandokir's Threatening Gaze. (#12095) 2022-06-26 04:50:50 -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 fix(Scripts/ZulGurub): Thekal improvements (#12238) 2022-07-02 13:37:56 -03:00
Events feat(Core/Unit): NPCFlags helpers (#11286) 2022-04-05 13:52:42 +02:00
Globals fix(core): Npc gossip error logging (#11999) 2022-06-24 12:35:25 -03:00
Grids refactor(Core/Unit): PC&NPC Immunity (#11986) 2022-06-18 08:16:45 -04:00
Groups fix(Core/Groups): Level restriction on allowing raid groups (#12110) 2022-06-21 13:18:03 -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/Spells): Removed any triggered auras on glyph removal. (#12168) 2022-06-28 16:19:35 -04: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/Players): Enabled resurrecting players from opposite factio… (#12012) 2022-06-18 13:49:35 -04: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/Tools): Revert "Handle different slopes in mmaps and Add so… (#12111) 2022-06-21 16:07:53 -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 fix(Core/Spells): Place Fake Fur should activate Caribou Trap. (#12297) 2022-07-03 10:35:51 -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