Ovahlord
77e82b20bc
Core/Creature: turn UNIT_NPC_FLAG_TRAINER_CLASS into a viewer depending flag and show it only for players which can be trained by the creature
2024-11-03 13:56:09 +01:00
Ovahlord
73aa788b2c
Core/LFG: send SoftLock = 2 for dungeons which are out of level range, unavailable for the current expansion or not in season to hide them from the dungeon finder list
...
* the client isn't giving away much info on how these values could be named. All we know from sniffs is that 2 is the value used by default. Though 1 also hides dungeons, we stick with what sniffs say for now until someone with more extensive reverse engineering knowledge can dig up the solution
2024-11-03 13:20:28 +01:00
Meji
f38eca4d3f
Core/Transports: Fixed event timestamps for edge cases
...
Closes #28815
(cherry picked from commit 5872f032c9 )
2024-11-03 12:11:48 +01:00
Ovahlord
5e538e49f0
Core/Players: re-enabled hidden appearances for transmogrification as these have been brought over from retail in 4.4.1
2024-11-03 10:01:03 +01:00
Ovahlord
c1bc090fda
Core/Packets: updated SMSG_FEATURE_SYSTEM_STATUS packet structure to 4.4.1
2024-11-03 00:05:36 +01:00
Golrag
37914ae4ea
Core/Texts: Fix nullptr when no BroadcastText is found
...
closes #30392
(cherry picked from commit 05c8ad26c2 )
2024-11-02 21:03:37 +01:00
Ovahlord
8c9cffc1e8
Core/Packets: updated ResponseCodes and fixed CMSG_CREATE_CHARACTER packet structure
2024-11-02 20:44:14 +01:00
Ovahlord
0f96ba1d66
Core/Misc: removed blank lines
2024-11-02 15:01:46 +01:00
Ovahlord
6de12ffcfa
Core/Packets: updated packet structures for 4.4.1
2024-11-01 16:33:57 +01:00
Shauren
5c0fb42c9b
Core/Proto: Remove blank lines
...
(cherry picked from commit 23064351a6 )
2024-11-01 08:02:02 +01:00
Shauren
85b4c11bde
Core/Proto: Added messages and services missing descriptors in client
...
(cherry picked from commit 7ff646efa9 )
2024-11-01 08:01:57 +01:00
Shauren
df5bc87eb4
Core/Proto: Updated protobuf messages and services for 11.0.2
...
(cherry picked from commit d4f4cdc238 )
2024-11-01 08:01:52 +01:00
funjoker
c641cbeb55
Core/PacketIO: updated update fields to 4.4.1
2024-11-01 08:00:24 +01:00
Ovahlord
31949d05c9
Core/Packets: updated opcodes to 4.4.1
2024-11-01 07:58:42 +01:00
Ovahlord
2d415b4621
Core/DataStores: updated DB2 structures to 4.4.1
2024-11-01 07:56:45 +01:00
Jeremy
d25a2698d8
Core/Units: only set spellClickHandled to true when spell cast was succesful ( #30388 )
...
(cherry picked from commit 214580d345 )
2024-11-01 07:55:03 +01:00
Wishmaster117
a27ab0d3ca
Core/Gossip: Fixed gossip menu option localization for cases without a broadcast text assigned ( #30387 )
...
(cherry picked from commit 125971c8cb )
2024-11-01 07:54:54 +01:00
Shauren
dd77c512f3
Core/PacketIO: Skip sending empty SMSG_UPDATE_OBJECT for transports on map changes
...
(cherry picked from commit f6c37f6791 )
2024-11-01 07:54:47 +01:00
Shauren
b0fb2d20a8
Core/Objects: Fixup SMSG_UPDATE_OBJECT related refactors
...
* Object::BuildValuesUpdateWithFlag is actually unused
* Restore UF::UpdateFieldFlag::Owner for players (self packet)
(cherry picked from commit 963eb6b80c )
2024-11-01 07:54:35 +01:00
Meji
4dbc0a522a
Core/SAI: Implemented new action SMART_ACTION_CREDIT_QUEST_OBJECTIVE_TALK_TO ( #30382 )
...
(cherry picked from commit 9261140c9d )
2024-11-01 07:54:30 +01:00
Shauren
80a37787c6
Core/Objects: Move UF::UpdateFieldHolder to Object.h and remove owner object pointer since it can be calculated dynamically
...
(cherry picked from commit 42042504fa )
2024-11-01 07:54:24 +01:00
Shauren
56ada5b873
Core/Objects: Eliminate unneccessary temporary objects and double map lookups when building SMSG_UPDATE_OBJECT
...
(cherry picked from commit 38a209276d )
2024-11-01 07:54:17 +01:00
Shauren
1edac8ba57
Core/Objects: More minor refactors for SMSG_UPDATE_OBJECT building - move getting and writing field flags to shared function
...
(cherry picked from commit ee54ade397 )
# Conflicts:
# src/server/game/Entities/Item/AzeriteItem/AzeriteEmpoweredItem.cpp
# src/server/game/Entities/Item/AzeriteItem/AzeriteEmpoweredItem.h
# src/server/game/Entities/Item/AzeriteItem/AzeriteItem.cpp
# src/server/game/Entities/Item/AzeriteItem/AzeriteItem.h
2024-10-27 20:38:13 +01:00
Shauren
c975bc2c65
Core/PacketIO: Move writing data sizes in SMSG_UPDATE_OBJECT to shared functions instead of spreading it in all overrides
...
(cherry picked from commit 067fa31d15 )
# Conflicts:
# src/server/game/Entities/Item/AzeriteItem/AzeriteEmpoweredItem.cpp
# src/server/game/Entities/Item/AzeriteItem/AzeriteItem.cpp
2024-10-27 20:38:12 +01:00
Ovahlord
cb4c9009b3
Core/Player: moved zone/area updating and tavern resting checks into Heartbeat and movement updates
2024-10-23 19:29:42 +02:00
Meji
fb56b63171
Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) ( #30367 )
...
(cherry picked from commit 0d5242daae )
# Conflicts:
# sql/updates/world/cata_classic/2024_10_22_03_world.sql
2024-10-22 19:45:21 +02:00
Meji
d07a7592de
Core/GameObjects: Don't apply GO_DYNFLAG_LO_INTERACT_COND for GAMEOBJECT_TYPE_FLAGSTAND ( #30368 )
...
(cherry picked from commit 5fc9a3afdd )
2024-10-22 19:44:38 +02:00
Ovahlord
b1a6d992bb
Core/GameObjects: added missing cherrypick data from 6bcef33bb1
2024-10-22 19:44:24 +02:00
Ovahlord
a99cd8f7f2
Core/Misc: downgraded RaceMask code for Cataclysm
...
* updated RaceMask defines in preparation for 4.4.1
2024-10-21 22:29:50 +02:00
Jeremy
aff7560e4c
Core/Texts: Refactor Emote/Sound handling and add ConditionID for ChatTextBuilders ( #30343 )
...
(cherry picked from commit caccb06190 )
2024-10-21 22:03:32 +02:00
Jeremy
9be40b4be6
Core/GameObject: Cast Pickup spell of GAMEOBJECT_TYPE_FLAGSTAND
...
* and do interact condition checks
(cherry picked from commit bef005e346 )
2024-10-21 22:03:27 +02:00
Jeremy
27399ce1e5
Core/GameObject: Implemented OnFlagTaken/OnFlagDropped hooks for GAMEOBJECT_TYPE_FLAGSTAND
...
(cherry picked from commit 0535a61cb7 )
2024-10-21 22:03:22 +02:00
Shauren
3432643835
Core/Chat: Update ChatNotify enum
...
(cherry picked from commit c6fd88bf30 )
2024-10-21 22:02:15 +02:00
Meji
40419f91d1
Core/Conditions: Allow NegativeCondition for references ( #30363 )
...
(cherry picked from commit b860733822 )
2024-10-21 21:58:59 +02:00
ModoX
a7e1de284e
Core/Creature: Remove UNIT_FLAG3_FAKE_DEAD and UNIT_FLAG2_FEIGN_DEATH if no unit_flags are set
...
* d66f2dcdac followup
(cherry picked from commit 72d952db74 )
2024-10-19 13:34:02 +02:00
Shauren
b365a3171e
Core/Misc: Don't use tellg() to estimate file sizes
...
(cherry picked from commit 0dd6dd782e )
2024-10-18 06:56:13 +02:00
Shauren
03312d4aa4
Core/Misc: Replace std::ostringstream based formatting with Trinity::StringFormat where possible in common and database projects
...
(cherry picked from commit 1a41281e37 )
2024-10-17 21:44:13 +02:00
Meji
fa5ba78385
Core/Quests: Don't send SMSG_QUEST_GIVER_QUEST_COMPLETE for tracking quests ( #30348 )
...
(cherry picked from commit 57f297b4e7 )
# Conflicts:
# src/server/game/Entities/Player/Player.cpp
2024-10-17 21:42:53 +02:00
Ovahlord
78671afa54
Revert "Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPDATE_OBJECT and enable packets modifying them"
...
This reverts commit 7c425b8970 .
2024-10-12 23:56:39 +02:00
Shauren
d366876807
Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user that points to where legacy.dll should be found
...
(cherry picked from commit d3294568b8 )
2024-10-12 23:47:23 +02:00
Jason Dove
d8c79337ed
Core/Units: Fix melee attack victim level calculation ( #30329 )
...
(cherry picked from commit d93ca90d49 )
2024-10-12 23:47:22 +02:00
ModoX
0844438ad3
Core/Movement: Implemented cyclic waypoint movement ( #29923 )
...
Co-authored-by: Shauren <shauren.trinity@gmail.com >
(cherry picked from commit 222a80a6d6 )
2024-10-12 23:47:22 +02:00
Shauren
7c425b8970
Core/Movement: Store adv flying speeds instead of hardcoding them in SMSG_UPDATE_OBJECT and enable packets modifying them
...
(cherry picked from commit 43c7965d6b )
# Conflicts:
# src/server/game/Server/Protocol/Opcodes.cpp
2024-10-12 23:47:21 +02:00
Ovahlord
b1eac5485b
buildfix
2024-10-09 19:25:11 +02:00
Ovahlord
81f612369a
Core/Player: updated block percent value for Cataclysm
2024-10-09 18:33:18 +02:00
Shauren
2275215bb6
Core/Maps: Link instance map to LfgDungeons
...
(cherry picked from commit 8127609764 )
2024-10-05 18:46:10 +02:00
Meji
1b6ebcc1e1
Core/Chat: Improve ingame language translation ( #30298 )
...
(cherry picked from commit 086632d871 )
2024-10-05 18:46:06 +02:00
Shauren
01e3220f89
Core/Players: Prevent creation of characters with duplicate names
...
Closes #30299
(cherry picked from commit 49ab2bbe38 )
2024-10-03 15:06:58 +02:00
nekolisa42
7bc13f3307
Tools/vmap_assembler: Fix missing <mutex> header in TileAssembler.cpp ( #30293 )
...
(cherry picked from commit 5959e6e374 )
2024-10-03 00:38:22 +02:00
Shauren
d2d3457b2f
Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it to create deleters with compile time constant functions (reduces its size to just sizeof(void*))
...
(cherry picked from commit b13b5142f1 )
2024-10-03 00:38:15 +02:00