EverWrath/src/server/game
2022-03-02 13:10:40 +01:00
..
Accounts feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Achievements feat(Core/Battleground): split Arena and Battleground score (#10616) 2022-02-18 05:20:04 +07:00
Addons feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
AI fix (core\db): SAI Error Reporting (#10698) 2022-02-15 17:00:33 -05:00
ArenaSpectator fix(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03:00
AuctionHouse fix(Core/Mail): do not show expired mails in packets (#10560) 2022-03-01 13:57:37 +01:00
Battlefield fix/feat: (Core/PacketIO): updated sound and creature addon (#10813) 2022-02-26 10:05:58 -05:00
Battlegrounds fix/feat: (Core/PacketIO): updated sound and creature addon (#10813) 2022-02-26 10:05:58 -05: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 feat(Core): Enable C++20 support (#10440) 2022-02-11 14:37:24 +01:00
Combat refactor(Core): apply clang-tidy modernize-* (#9975) 2022-01-17 14:35:07 +01:00
Conditions fix(DB/Creatures): Nat Pagle should display vendor icon if player completed Nat's Measuring Tap quest. (#10657) 2022-02-17 01:13:39 +01:00
DataStores refactor(Core/Misc): sqrt/log/exp() to std::sqrt/log/exp() (#9792) 2022-02-09 11:59:30 +01:00
DungeonFinding fix(Core/Misc): Remove from LFG/batleground queues when teleported to battleground/LFG dungeon. (#10740) 2022-02-20 12:33:04 -03:00
Entities fix(DB/Spells): add internal proc cooldown to Nature's Grasp (#10757) 2022-03-02 13:10:40 +01:00
Events feat(Scripting/Hooks): Implement OnGameEventCheck() hook (#10761) 2022-02-20 17:39:08 -03:00
Globals fix(Core/Mail): do not show expired mails in packets (#10560) 2022-03-01 13:57:37 +01:00
Grids fix(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03:00
Groups fix(Core/Misc): Remove from LFG/batleground queues when teleported to battleground/LFG dungeon. (#10740) 2022-02-20 12:33:04 -03:00
Guilds fix(Core/Guild): Guild bank handling issues (#10724) 2022-02-17 19:22:28 -05:00
Handlers fix(Core/Mail): do not show expired mails in packets (#10560) 2022-03-01 13:57:37 +01:00
Instances fix(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03:00
Loot feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Mails fix(Core/Mail): do not show expired mails in packets (#10560) 2022-03-01 13:57:37 +01:00
Maps fix/feat: (Core/PacketIO): updated sound and creature addon (#10813) 2022-02-26 10:05:58 -05:00
Misc feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Miscellaneous feat(Core/Battleground): split Arena and Battleground score (#10616) 2022-02-18 05:20:04 +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/Spells): auto attack only selected target when charge is over (#10541) 2022-02-24 15:54:43 +01:00
OutdoorPvP feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Petitions feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Pools feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01: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 fix/feat: (Core/PacketIO): updated sound and creature addon (#10813) 2022-02-26 10:05:58 -05:00
Server refactor(Core/Packet): Pet (#9473) 2022-03-01 13:50:50 +01:00
Skills feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Spells fix/feat: (Core/PacketIO): updated sound and creature addon (#10813) 2022-02-26 10:05:58 -05:00
Texts fix/feat: (Core/PacketIO): updated sound and creature addon (#10813) 2022-02-26 10:05:58 -05:00
Tickets feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01: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/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Weather feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
World refactor(Core/DB/playercreateinfo_spell_custom): Load empty (#10595) 2022-02-14 20:21:56 +01:00
CMakeLists.txt feat(Core/Modules): add separated lib for modules (#9281) 2021-12-02 20:28:58 +07:00