EverWrath/src/server/game
acidmanifesto a7d17a5bb6
fix (core\db): SAI Error Reporting (#10698)
* fix (core\db): SAI Error Reporting

* formatting
2022-02-15 17:00:33 -05:00
..
Accounts feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Achievements fix(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03: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 refactor(Core/Logging): switch to fmt style for LOG_ (#10366) 2022-01-27 16:44:41 +01:00
Battlegrounds refactor(Core/Misc): sqrt/log/exp() to std::sqrt/log/exp() (#9792) 2022-02-09 11:59:30 +01: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 refactor(Core/Misc): rename some variables that can be confusing (#10592) 2022-02-14 20:06:59 +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(Core/Scripts/BWL): Vaelastrasz Burning Adrenaline (#10626) 2022-02-15 00:47:17 +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 feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00
Handlers fix(Core/Misc): Change const to be after type name (#10591) 2022-02-14 16:05:45 -03: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(Scripts/Commands): Implement go quest starter/ender command (#10442) 2022-01-31 08:56:37 -03: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): Base spell resistances from auras should apply to pets. (#10562) 2022-02-15 17:49:13 +01: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