EverWrath/src/server/game
Jelle Meeus 99004116a5
fix(Scripts/Ulduar): falling down Kologarn's pit should kill (#18945)
* add insersectboundary

* add kill bunny to kologarn's pit

* Update data/sql/updates/pending_db_world/rev_1716571588345702920.sql

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>

* refactor: use Map DoForAllPlayers

---------

Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
2024-05-26 14:38:16 -03:00
..
Accounts feat(core): account delete hook (#18605) 2024-03-26 20:57:42 -03:00
Achievements chore(Core/Misc): rename spellInfo pointers (#17914) 2023-12-02 06:03:15 -03:00
Addons chore(Core/Misc): sort includes (#17776) 2023-11-18 17:51:26 +01:00
AI fix(Core/SmartAI) fatal error: unused parameter pathId (#18795) 2024-04-24 08:22:24 -03:00
ArenaSpectator feat(Core/Unit): New helper IsClass and script hook OnPlayerIsClass (#18243) 2024-02-10 12:25:00 -03:00
AuctionHouse fix(Core/AuctionHouse): fix crash in BuildListAuctionItems (#17222) 2023-09-08 23:09:35 -03:00
Autobroadcast chore(Core/Misc): sort includes (#17776) 2023-11-18 17:51:26 +01:00
Battlefield Revert Visibility Notifier changes (#17682) 2023-11-12 00:48:49 +01:00
Battlegrounds fix(Core/BattlegroundAV): spawn generic gameobjects in Alterac Valley (#18764) 2024-05-15 20:41:59 +02:00
Cache refactor(Core/Object): getLevel() -> GetLevel() (#14122) 2022-12-31 17:39:23 +01:00
Calendar chore(core): Cleanup code p2 (#16041) 2023-05-13 15:00:29 -03:00
Chat feat(Core/ChatHandler): Add SendErrorMessage helper (#17919) 2023-12-02 19:25:32 +01:00
Combat fix(Core/ThreatMgr): Remove temp threat on resetting threat list (#18162) 2024-01-13 05:45:43 -03:00
Conditions chore(Core/Misc): sort includes (#17776) 2023-11-18 17:51:26 +01:00
DataStores feat(Core/Optimization): Create index for sSkillLineAbilityStore to speedup search by skillLine. (#18622) 2024-04-01 05:50:12 -03:00
DungeonFinding feat(Core/Scripts): Optimize GroupScript (#18713) 2024-04-12 10:56:31 -03:00
Entities feat(core): add hooks for applying item mods (#18760) 2024-05-18 10:02:57 +02:00
Events refactor(Core): remove unused imports (#17094) 2023-08-28 13:39:43 +02:00
Globals chore. Avoid failures in the tests of custom items (#18519) 2024-03-15 20:09:10 -03:00
Grids feat(Core/Compression): Move packets compression from map to network thread (#18602) 2024-03-28 08:57:29 -03:00
Groups feat(Core/Compression): Move packets compression from map to network thread (#18602) 2024-03-28 08:57:29 -03:00
Guilds fix(Core/Guild): Prevent swapping limited duration items into guild bank (#18335) 2024-02-19 21:22:51 +01:00
Handlers fix(Core/Characters): Fix crash on characters deletion with COD mails. (#18754) 2024-04-17 03:53:43 -03:00
Instances fix(Core/Misc): typo (#18221) 2024-01-23 21:38:32 +01:00
Loot fix(Core/Misc): Correct typo when loading reference loot templates (#18872) 2024-05-09 13:19:28 +02:00
Mails feat(Core/Scripting): move all script objects to separated files (#17860) 2023-12-02 21:13:20 +01:00
Maps fix(Scripts/Ulduar): falling down Kologarn's pit should kill (#18945) 2024-05-26 14:38:16 -03:00
Misc feat(Core/Unit): New helper IsClass and script hook OnPlayerIsClass (#18243) 2024-02-10 12:25:00 -03:00
Miscellaneous feat(Scripts/Commands): Implement ".reset items" command (#18393) 2024-03-15 10:23:31 -03:00
Modules refactor(Core): remove unused imports (#9969) 2022-01-02 20:22:09 +01:00
Motd feat(Core/Scripting): move all script objects to separated files (#17860) 2023-12-02 21:13:20 +01:00
Movement fix(Core/Pet): Fix pets chasing when pet and target spins uncontrollable (#18798) 2024-04-24 16:25:37 -03:00
OutdoorPvP fix(Core/PVP): Fix OutDoorPVP CustomSpell handling (#18389) 2024-03-10 15:35:29 +01: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 chore(Core/Object): Rename GetGOData() to GetGameObjectData() (#14875) 2023-02-05 08:35:52 -03:00
PrecompiledHeaders feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Quests fix(Core/Quests): Create quest money reward config and adjust max level bonus reward function. (#18222) 2024-01-31 23:21:27 +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(core): add hooks for applying item mods (#18760) 2024-05-18 10:02:57 +02:00
Server feat(Core/Network): Add Proxy Protocol v2 support. (#18839) 2024-05-04 13:38:32 -03:00
Skills chore(Core/Misc): rename spellInfo pointers (#17914) 2023-12-02 06:03:15 -03:00
Spells fix(Core/Spells): Dive Bomb should not share damage (#18740) 2024-04-14 08:30:16 -03:00
Texts refactor(Core): remove unused imports (#17094) 2023-08-28 13:39:43 +02:00
Tickets chore(Core/Misc): Change all TODO to doxygen comment (#14966) 2023-02-12 10:05:34 -03:00
Time feat(Core/UpdateTime): Improve diff time measurement. (#18387) 2024-02-25 12:08:15 -03:00
Tools chore(Core): remove useless includes (#18036) 2023-12-23 12:16:27 -03:00
Warden chore(Core/Misc): sort includes (#17776) 2023-11-18 17:51:26 +01:00
Weather refactor(Core): remove unused imports (#17094) 2023-08-28 13:39:43 +02:00
World fix(Conf): align LeaveGroupOnLogout default in core with worldserver.conf.dist (#18859) 2024-05-11 14:37:22 +02:00
CMakeLists.txt feat(Core/Modules): add separated lib for modules (#9281) 2021-12-02 20:28:58 +07:00