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 |
|
Ovahlord
|
e05461a0ed
|
Core/Misc: updated Difficulty enum for Cataclysm
|
2024-10-03 00:37:30 +02:00 |
|
Shauren
|
dfd224931a
|
Core/DataStores: Removed overriding field sign type based on db2 column compression
(cherry picked from commit 89f490bdcd)
# Conflicts:
# sql/updates/auth/cata_classic/2024_09_27_00_hotfixes.sql
# src/server/game/Achievements/CriteriaHandler.cpp
# src/server/game/DataStores/DB2LoadInfo.h
# src/server/game/DataStores/DB2Stores.cpp
# src/server/game/DataStores/DB2Stores.h
# src/server/game/DataStores/DB2Structure.h
# src/server/game/DataStores/DBCEnums.h
# src/server/game/Entities/Item/AzeriteItem/AzeriteEmpoweredItem.cpp
# src/server/game/Entities/Item/ItemBonusMgr.cpp
# src/server/game/Entities/Player/Player.cpp
# src/server/game/Spells/TraitMgr.cpp
|
2024-09-30 21:37:07 +02:00 |
|
Shauren
|
2b748dcf51
|
Core/Objects: Corrected TYPEMASK_SEER value incorrectly changed in 6f6af6a1a1, fixes not finding mind controlled players
(cherry picked from commit 0d496b14d5)
|
2024-09-30 20:12:29 +02:00 |
|
funjoker
|
6aa1c72b3b
|
Core/Spells: Fix PCT spell mod calculation
in Cataclysm PCT bonus damage is additive
|
2024-09-26 10:36:53 +02:00 |
|
Shauren
|
1e7bb72424
|
Core/Database: Fix database connections failing to open over named pipes for users using caching_sha2_password authentication plugin if this is the first time this user attempts to log in since starting MySQL server
(cherry picked from commit 726412d983)
|
2024-09-25 20:00:56 +02:00 |
|
Shauren
|
9e661e8e1c
|
Core/Common: Catch and log child process creation errors
(cherry picked from commit fff12eafdf)
|
2024-09-23 21:18:50 +02:00 |
|
Shauren
|
7a4c8d69fc
|
Core/CrashHandler: Output inlined stack frames
(cherry picked from commit f3b8503ba6)
|
2024-09-23 21:18:43 +02:00 |
|
Shauren
|
f75bc03ca3
|
Core/CrashHandler: Make WheatyExceptionReport fields not static to ensure consistent destruction order
(cherry picked from commit e76df583f0)
|
2024-09-23 21:18:39 +02:00 |
|
funjoker
|
a80d7937bd
|
Core/PacketIO: Fix SMSG_SET_PCT_SPELL_MODIFIER
|
2024-09-22 22:59:14 +02:00 |
|
Shauren
|
992f1851e2
|
Core/Spells: Protect against stack overflows in spell override handling
(cherry picked from commit 723e638a84)
|
2024-09-22 13:47:53 +02:00 |
|
Shauren
|
918fb8b856
|
Core/Spells: Fix startup crash
|
2024-09-22 13:11:01 +02:00 |
|