EverWrath/src/server/game
2025-01-21 19:09:31 +01:00
..
Accounts fix(Core/DB) - Correct the max length of a username to 17 characters (#21183) 2025-01-19 08:18:56 +01:00
Achievements refactor(src/server/game/*): remove unused imports (big part 1) (#20310) 2024-10-27 10:25:40 +01:00
Addons refactor(src/server/database|shared): remove unused import (#20316) 2024-10-28 10:04:42 +01:00
AI refactor(Core/SmartScripts): Clean up validation logic by replacing A… (#21184) 2025-01-16 20:49:26 +01:00
ArenaSpectator refactor(Core/Player): Improve Channel.RestrictedLfg handling (#21145) 2025-01-21 19:09:31 +01:00
AuctionHouse fix(Core/Auctionhouse): Fix auctionhouse searches with locales other than enUS (#21019) 2024-12-23 08:26:18 +01:00
Autobroadcast refactor(Core/Chat): Move SendWorldText(optional) to ChatHandler and … (#19501) 2024-07-29 14:44:13 -03:00
Battlefield refactor(src/server/game): optimise imports (#20541) 2024-11-13 11:37:20 +01:00
Battlegrounds feat(CI/Codestyle): check for curly brackets before/after if/else statements (#20977) 2024-12-19 21:14:58 +01:00
Cache refactor(Core/Object): getLevel() -> GetLevel() (#14122) 2022-12-31 17:39:23 +01:00
Calendar chore(Core/Misc): Some cleanup (#19970) 2024-09-21 19:34:31 +02:00
Chat refactor(Core/Player): Improve Channel.RestrictedLfg handling (#21145) 2025-01-21 19:09:31 +01:00
Combat refactor(Core): fix few static analysis (#20566) 2024-11-24 17:02:32 -03:00
Conditions feat(Core/WorldState): improved WorldState scripting (#20141) 2024-11-12 12:15:27 -03:00
DataStores refactor(src/server/game/*): remove unused imports (big part 1) (#20310) 2024-10-27 10:25:40 +01:00
DungeonFinding refactor(src/server/game): optimise imports (#20541) 2024-11-13 11:37:20 +01:00
Entities refactor(Core/Player): Improve Channel.RestrictedLfg handling (#21145) 2025-01-21 19:09:31 +01:00
Events refactor(Core/Event): Load event vendors seperatly (#20906) 2024-12-22 09:44:50 +01:00
Globals fix(Core/ObjectMgr): Potential crash in GetModuleString() (#21211) 2025-01-19 20:31:54 +01:00
Grids refactor(Core/Spells): Add helpers for HasAuraType (#20802) 2024-12-01 08:50:59 -03:00
Groups refactor(src/server/game/*): remove unused imports (big part 2) (#20311) 2024-10-27 05:06:14 +01:00
Guilds refactor(src/server/game): optimise imports (#20541) 2024-11-13 11:37:20 +01:00
Handlers refactor(Core/Player): Improve Channel.RestrictedLfg handling (#21145) 2025-01-21 19:09:31 +01:00
Instances refactor(Scripts/BloodFurnace): Clean up instance script (#21207) 2025-01-19 20:33:19 +01:00
Loot fix(Core/LootMgr): add startup error for unsupported reference minCou… (#20725) 2024-11-30 11:31:02 +01:00
Mails feat(Core/AuctionHouse): Rework auctionhouse search threading (#20830) 2024-12-18 15:50:26 +01:00
Maps fix(Core/Misc): Resolve output formatting issues with fmt library (#21191) 2025-01-17 10:27:46 +01:00
Misc feat(Core/AuctionHouse): Rework auctionhouse search threading (#20830) 2024-12-18 15:50:26 +01:00
Miscellaneous feat(Scripts/Commands): Implement opendoor command (#21136) 2025-01-10 20:48:58 -03:00
Modules refactor(Core): remove unused imports (#9969) 2022-01-02 20:22:09 +01:00
Motd fix(Core/Misc): Correct some fmt logs (#21106) 2025-01-07 06:08:19 +01:00
Movement fix(Core/Movement): Fix creatures not resuming movement after being talked to (#20945) 2024-12-18 20:19:31 +01:00
OutdoorPvP refactor(src/server/game/*): remove unused imports (big part 2) (#20311) 2024-10-27 05:06:14 +01:00
Petitions refactor(src/server/game/*): remove unused imports (big part 2) (#20311) 2024-10-27 05:06:14 +01:00
Pools refactor(src/server/game): optimise imports (#20541) 2024-11-13 11:37:20 +01:00
PrecompiledHeaders feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Quests fix(Core/PlayerQuest): Introduce flag QUEST_SPECIAL_FLAGS_NO_LOREMAST… (#19962) 2024-09-15 18:15:21 -03:00
Reputation refactor(src/server/game): optimise imports (#20541) 2024-11-13 11:37:20 +01:00
Scripting feat(Scripting/Spell): Add new hooks for Spell (OnSpellCast, OnSpellPrepare, OnSpellCancel) (#21149) 2025-01-18 12:26:39 -03:00
Server fix(Core/WorldSession): incorrect fmt formatting (#20926) 2024-12-20 15:38:17 +01:00
Skills refactor(Core/Misc): Use emplace_back instead of push_back to avoid extra copy/m… (#20114) 2024-10-10 21:55:58 +02:00
Spells fix(Scripts/ScarletMonastery): improvement ScarletMonastery (#17558) 2025-01-19 12:42:18 +01:00
Texts refactor(src/server/game/*): remove unused imports (big part 3) (#20315) 2024-10-27 13:10:28 +01:00
Tickets Revert "chore(Script/Misc): cleanup" (#19627) 2024-08-15 05:43:11 +02:00
Time refactor(src/server/game): optimise imports (#20541) 2024-11-13 11:37:20 +01:00
Tools refactor(src/server/game): optimise imports (#20541) 2024-11-13 11:37:20 +01:00
Warden refactor(src/server/game): optimise imports (#20541) 2024-11-13 11:37:20 +01:00
Weather refactor(src/server/game): optimise imports (#20541) 2024-11-13 11:37:20 +01:00
World fix(Core/World): edge case when last Char on realm was deleted (#20864) 2025-01-09 20:20:02 +01:00
CMakeLists.txt feat(Core/Modules): add separated lib for modules (#9281) 2021-12-02 20:28:58 +07:00