EverWrath/src/server/game
acidmanifesto c64c0a2945
fix (core): BG Final Override to Final (#10729)
* fix (core): BG Final Override to Final
2022-02-18 09:37:23 -05: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/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03:00
Battlefield feat(Core/Battleground): split Arena and Battleground score (#10616) 2022-02-18 05:20:04 +07:00
Battlegrounds fix (core): BG Final Override to Final (#10729) 2022-02-18 09:37:23 -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 feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Entities 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
Events feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Globals fix(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03: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): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03:00
Guilds fix(Core/Guild): Guild bank handling issues (#10724) 2022-02-17 19:22:28 -05:00
Handlers fix(Core/Guild): Guild bank handling issues (#10724) 2022-02-17 19:22:28 -05: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 feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Maps fix(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03: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/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03: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(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03:00
Server refactor(Core/Packets): Rewrite MSG_RANDOM_ROLL to new packet class (#10590) 2022-02-11 10:30:49 +01:00
Skills feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Spells fix(Core/Spells): Nefarius Corruption should only affect Vaelastrasz (#10701) 2022-02-16 06:54:08 -05:00
Texts feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01: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