Commit Graph

29964 Commits

Author SHA1 Message Date
Shauren
ab5e30d2d8 Core/PacketIO: Fixed SMSG_QUERY_QUEST_INFO_RESPONSE structure 2024-10-31 15:34:57 +01:00
Jeremy
214580d345 Core/Units: only set spellClickHandled to true when spell cast was succesful (#30388) 2024-10-31 08:28:17 +01:00
Shauren
f689a80185 Fix build with old libstdc++ 2024-10-30 17:37:10 +01:00
Wishmaster117
125971c8cb Core/Gossip: Fixed gossip menu option localization for cases without a broadcast text assigned (#30387) 2024-10-30 17:13:39 +01:00
Shauren
68db469ee1 Core/PacketIO: Updated SMSG_UPDATE_OBJECT for 11.0.5 2024-10-30 14:41:27 +01:00
Shauren
91c12c6403 Core/Misc: Updated GameError enum 2024-10-30 14:41:09 +01:00
Shauren
5f37b29f41 Core/PacketIO: Updated packet structures to 11.0.5 2024-10-30 14:40:51 +01:00
Shauren
ac7a95b45c Core/PacketIO: Update opcodes for 11.0.5 2024-10-30 14:40:36 +01:00
Shauren
b0352ef78e Core/DataStores: Updated db2 structures to 11.0.5 2024-10-30 14:40:23 +01:00
Shauren
f6c37f6791 Core/PacketIO: Skip sending empty SMSG_UPDATE_OBJECT for transports on map changes 2024-10-29 11:48:25 +01:00
Shauren
963eb6b80c Core/Objects: Fixup SMSG_UPDATE_OBJECT related refactors
* Object::BuildValuesUpdateWithFlag is actually unused
* Restore UF::UpdateFieldFlag::Owner for players (self packet)
2024-10-29 00:48:21 +01:00
Meji
9261140c9d Core/SAI: Implemented new action SMART_ACTION_CREDIT_QUEST_OBJECTIVE_TALK_TO (#30382) 2024-10-28 21:32:16 +01:00
Shauren
42042504fa Core/Objects: Move UF::UpdateFieldHolder to Object.h and remove owner object pointer since it can be calculated dynamically 2024-10-28 18:44:41 +01:00
Shauren
38a209276d Core/Objects: Eliminate unneccessary temporary objects and double map lookups when building SMSG_UPDATE_OBJECT 2024-10-28 00:52:19 +01:00
Shauren
ee54ade397 Core/Objects: More minor refactors for SMSG_UPDATE_OBJECT building - move getting and writing field flags to shared function 2024-10-27 19:05:35 +01:00
Meji
a771f210a6 Scripts/Durotar: Handle phase aura application for Hellscream's Fist areatrigger (8595) 2024-10-27 14:02:12 +01:00
Shauren
067fa31d15 Core/PacketIO: Move writing data sizes in SMSG_UPDATE_OBJECT to shared functions instead of spreading it in all overrides 2024-10-25 15:36:11 +02:00
ModoX
6dab3791ae Scripts/Spells: Implemented Demon Hunter Vengeful Bonds
Closes #30345
2024-10-24 23:51:57 +02:00
Aqua Deus
831e102d84 Scripts/Spells: Implemented Demon Hunter talent "Charred Warblades" (#30346) 2024-10-24 23:29:13 +02:00
Aqua Deus
4cd8531b41 Scripts/Spells: Implemented death knight Heartbreaker talent (#30371) 2024-10-24 23:01:58 +02:00
Aqua Deus
dd6d478980 Scripts/Spells: Implemented Monk Tiger's Lust root/snare removal (#30370) 2024-10-24 22:31:21 +02:00
Ovahlord
e14648eaba Core/Player: moved zone/area updating and tavern resting checks into Heartbeat and movement updates
(cherry picked from commit cb4c9009b3)

# Conflicts:
#	src/server/game/Entities/Player/Player.cpp
2024-10-23 20:12:33 +02:00
Shauren
4854d9c51a Core/PacketIO: 4936094379 followup - removed silly way of sending the packet 2024-10-22 19:21:46 +02:00
ModoX
af16011726 Scripts/Orgrimmar: Fix nopch 2024-10-22 04:07:13 +02:00
Meji
0d5242daae Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367) 2024-10-22 04:01:37 +02:00
Meji
e23a02ac4e Scripts/Orgrimmar: Implement The Art of War (29611) (#30366) 2024-10-22 03:42:37 +02:00
Jeremy
b8df69a4da Scripts/Battleground: Implement Temple of Kotmogu (#30171) 2024-10-22 03:37:38 +02:00
Meji
5fc9a3afdd Core/GameObjects: Don't apply GO_DYNFLAG_LO_INTERACT_COND for GAMEOBJECT_TYPE_FLAGSTAND (#30368) 2024-10-22 03:16:42 +02:00
Shauren
b506a53443 Core/Misc: Update faction change learned language skills for new races 2024-10-21 23:34:43 +02:00
Jeremy
caccb06190 Core/Texts: Refactor Emote/Sound handling and add ConditionID for ChatTextBuilders (#30343) 2024-10-21 02:34:00 +02:00
Jeremy
bef005e346 Core/GameObject: Cast Pickup spell of GAMEOBJECT_TYPE_FLAGSTAND
* and do interact condition checks
2024-10-21 00:31:27 +02:00
Jeremy
0535a61cb7 Core/GameObject: Implemented OnFlagTaken/OnFlagDropped hooks for GAMEOBJECT_TYPE_FLAGSTAND 2024-10-21 00:30:20 +02:00
Shauren
c6fd88bf30 Core/Chat: Update ChatNotify enum 2024-10-20 12:44:15 +02:00
Meji
b860733822 Core/Conditions: Allow NegativeCondition for references (#30363) 2024-10-19 15:20:34 +02:00
Shauren
77b8066147 Core/PacketIO: Fix old copypaste 2024-10-18 17:24:47 +02:00
Meji
4936094379 Core/PacketIO: Added empty implementation for treasure picker opcodes (#30351)
* Temporary workaround to display quest details at questgiver

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-18 16:43:12 +02:00
ModoX
05feefe787 Scripts/ShrineOfTheStorm: Added missing register 2024-10-18 11:52:12 +02:00
ModoX
72d952db74 Core/Creature: Remove UNIT_FLAG3_FAKE_DEAD and UNIT_FLAG2_FEIGN_DEATH if no unit_flags are set
* d66f2dcdac followup
2024-10-18 11:20:37 +02:00
Shauren
0dd6dd782e Core/Misc: Don't use tellg() to estimate file sizes 2024-10-17 22:23:00 +02:00
Shauren
1a41281e37 Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFormat where possible in common and database projects 2024-10-16 18:58:45 +02:00
Meji
57f297b4e7 Core/Quests: Don't send SMSG_QUEST_GIVER_QUEST_COMPLETE for tracking quests (#30348) 2024-10-15 17:40:37 +02:00
Shauren
1e470610ac Core/Movement: Allow MOVEMENTFLAG_CAN_FLY with SPELL_AURA_ADV_FLYING 2024-10-13 20:15:18 +02:00
Aqua Deus
f7ae3b2e7a Scripts/Spells: Fix dk talent Icy Talons (#30232)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-12 20:45:06 +02:00
Traesh
c7a073140c Core/Auras: Implemented SPELL_AURA_ADV_FLYING 2024-10-12 17:10:50 +02:00
Shauren
6e0b146f1d Core/Auras: Implemented adv flying speed mod auras
Co-authored-by: Traesh <nicolas.queniro@gmail.com>
2024-10-10 16:19:33 +02:00
Shauren
d3294568b8 Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user that points to where legacy.dll should be found 2024-10-09 19:08:39 +02:00
Jason Dove
d93ca90d49 Core/Units: Fix melee attack victim level calculation (#30329) 2024-10-08 17:43:52 +02:00
ModoX
222a80a6d6 Core/Movement: Implemented cyclic waypoint movement (#29923)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-07 20:29:02 +02:00
Aqua Deus
536240dee7 Scripts/NerubarPalace: Implement Ulgrax intro (#30256) 2024-10-07 16:47:29 +02:00
Shauren
43c7965d6b Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPDATE_OBJECT and enable packets modifying them 2024-10-07 16:08:13 +02:00