EverWrath/src/server/game
2022-03-27 01:19:26 -03: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/Vehicles): The next player entering Salvaged Siege Engine… (#10987) 2022-03-27 01:16:12 -03:00
ArenaSpectator feat(Core/Battleground): rework bg queue system (#10817) 2022-03-15 14:36:49 -03:00
AuctionHouse 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
Battlefield fix/feat: (Core/PacketIO): updated sound and creature addon (#10813) 2022-02-26 10:05:58 -05:00
Battlegrounds feat(Core/Battleground): rework bg queue system (#10817) 2022-03-15 14:36:49 -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): apply clang-tidy modernize-* (#9975) 2022-01-17 14:35:07 +01:00
Conditions fix(Core/Spells): Kill credits given via spells should always be awarded to players 2022-03-15 15:55:55 +01:00
DataStores fix(Core/Handlers): Faction Change service properly reset and give ne… (#9729) 2022-03-25 11:45:07 +01:00
DungeonFinding fix(Core/Handlers): Faction Change service properly reset and give ne… (#9729) 2022-03-25 11:45:07 +01:00
Entities Core/Packet: MIRROR_TIMER (#10885) 2022-03-27 01:19:26 -03:00
Events 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
Globals fix(Core/Handlers): Faction Change service properly reset and give ne… (#9729) 2022-03-25 11:45:07 +01:00
Grids fix(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03:00
Groups feat(Core/Battleground): rework bg queue system (#10817) 2022-03-15 14:36:49 -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/Handlers): Faction Change service properly reset and give ne… (#9729) 2022-03-25 11:45:07 +01:00
Instances fix(Scripts/BlackwingLair): Razorgore improvements (#10971) 2022-03-23 15:42:34 -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 fix(Core/Mail): do not show expired mails in packets (#10560) 2022-03-01 13:57:37 +01:00
Maps fix(Core): Crash related to reset instances (#11003) 2022-03-18 19:32:28 -03:00
Misc 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
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(Scripts/BlackwingLair): Razorgore improvements (#10971) 2022-03-23 15:42:34 -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/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01: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(Scripting/Hooks): implement OnQuestComputeXP() hook (#10934) 2022-03-24 10:27:15 +01:00
Server Core/Packet: MIRROR_TIMER (#10885) 2022-03-27 01:19:26 -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/BlackwingLair): Razorgore improvements (#10971) 2022-03-23 15:42:34 -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 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 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
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/Battleground): rework bg queue system (#10817) 2022-03-15 14:36:49 -03:00
CMakeLists.txt feat(Core/Modules): add separated lib for modules (#9281) 2021-12-02 20:28:58 +07:00