Shauren
07a0f3bbdc
Core/PacketIO: Fixed CMSG_CAST_SPELL/CMSG_PET_CAST_SPELL/CMSG_USE_ITEM/CMSG_USE_TOY structure
2025-09-04 16:50:25 +02:00
ModoX
26fc144191
Core/AreaTriggers: Handle exit areatrigger on player map change ( #31077 )
2025-09-03 21:45:38 +02:00
Shauren
88e49b1e12
Core/PacketIO: Fixed updatefields structure for 11.2.0
2025-08-23 14:49:33 +02:00
Shauren
c215363e86
Core/BattlePets: Refactor BattlePetMgr::SendUpdates to use std::span argument
2025-08-19 18:02:42 +02:00
Shauren
6ff8a52903
Core/PacketIO: Fixed SMSG_SET_ANIM_TIER structure for 11.2.0
2025-08-13 15:44:58 +02:00
Shauren
5cf0c6c8bb
Core: Updated to 11.2.0
2025-08-13 00:31:39 +02:00
Shauren
ecb78919ad
Core/PacketIO: Reduce amount of stack space used by a few giant packet classes
2025-08-07 23:55:53 +02:00
Shauren
ebd4559ebc
Core/PacketIO: Use original names in SMSG_INSPECT_RESULT structure
2025-08-04 22:35:38 +02:00
Golrag
1de5399640
Core/PacketIO: Fixed SMSG_PVP_MATCH_COMPLETE structure
2025-07-20 11:48:49 +02:00
Shauren
3aa9a85106
Core/PacketIO: Add SMSG_DUEL_ARRANGED to IsInstanceOnlyOpcode
2025-07-15 12:54:00 +02:00
Shauren
5de252ae84
Core/Misc: Move large functions out of header files
2025-07-13 13:40:31 +02:00
Shauren
0e61ea0b1a
Core/Loot: Add aoe loot target cap same as on official servers (50 corpses)
2025-07-12 00:00:08 +02:00
Shauren
ae197a62b7
Core/Logging: Remove temporary string creation when logging opcode names
2025-07-10 19:19:18 +02:00
Shauren
8d1d1aa434
Core/PacketIO: Define enum for TreasurePickerBonus Context field
2025-07-03 13:17:17 +02:00
Shauren
60400d25f5
Core/Players: Implemented PlayerDataElementAccount, PlayerDataElementCharacter, PlayerDataFlagAccount and PlayerDataFlagCharacter
2025-06-27 15:29:30 +02:00
Shauren
e59059e1bd
Core/Players: PlayerChoice improvements
...
* Add missing choice properties to database (InfiniteRange, ShowChoicesAsList)
* Allow limiiting the number of responses sent at the same time
* Fixed duration sent in SMSG_DISPLAY_PLAYER_CHOICE
* Remove dynamically generated response identifiers from database
* Remove auto rewarding choice responses
* Change response scripts to be bound to scriptname
2025-06-22 21:56:58 +02:00
Shauren
ceb8d561b4
Core: Updated to 11.1.7
2025-06-18 11:37:07 +02:00
Shauren
7657a289d7
Core/Misc: Kill copy/move constructors for singleton classes
2025-06-10 13:12:33 +02:00
Shauren
b88f4b7f4f
Core/PacketIO: Implemented CMSG_UPDATE_AREA_TRIGGER_VISUAL
2025-06-05 12:31:33 +02:00
Shauren
dc10ac722f
Core/PacketIO: Remove duplicated areatrigger spline packet writer
2025-06-04 20:59:46 +02:00
Shauren
74d9da7f32
Core/Network: Make ip address formattable with fmt
2025-06-02 18:38:41 +02:00
Shauren
63cad8f182
Core/PacketIO: Fixed structure for SMSG_DISPLAY_TOAST
2025-05-29 15:31:38 +02:00
Shauren
5e8adaabcc
Core/AreaTriggers: Fixed areatrigger spline duration calculation
2025-05-29 12:53:58 +02:00
Shauren
7090a2a4a3
Core/PacketIO: Move all packet writing utilities to separate file
2025-05-23 15:48:21 +02:00
Shauren
1027c42352
Core/PacketIO: Replace static_asserts with concepts and add them to PacketUtilities as well
2025-05-23 15:20:57 +02:00
Shauren
85e621f01a
Core/PacketIO: Remove ByteBuffer constructor from MessageBuffer
2025-05-23 14:41:39 +02:00
Shauren
5bebf05209
Core/PacketIO: Mark packet parsing exception throwing code paths as [[noreturn]]
2025-05-22 23:17:01 +02:00
Shauren
fde4ba92f6
Core/PacketIO: Migration to PacketUtilities bit/string operations part 4
2025-05-22 22:11:31 +02:00
Shauren
0174ece816
Core/PacketIO: Support WorldPackets::String in SizedString/SizedCString writers
2025-05-22 22:11:31 +02:00
Shauren
b7122c2f6a
Core/PacketIO: Migration to PacketUtilities bit/string operations part 3
2025-05-22 13:46:45 +02:00
Shauren
357a6b6397
Core/PacketIO: Migration to PacketUtilities bit/string operations part 2
2025-05-21 18:45:37 +02:00
Shauren
fe206ee1c8
Core/PacketIO: Allow disabling utf8 validation in SizedString/SizedCString utils
2025-05-21 18:41:15 +02:00
Shauren
17a783ce45
Core/Misc: Fixed some uninitialized variables
2025-05-19 15:54:59 +02:00
Shauren
c9577c5d6e
Core/PacketIO: Added missing packet util for non-bits container sizes
2025-05-18 12:41:27 +02:00
Shauren
0d475eac5f
Core/PacketIO: Implemented CMSG_UPDATE_SPELL_VISUAL
2025-05-17 19:43:19 +02:00
Shauren
b16832b243
Core/PacketIO: Migration to PacketUtilities bit/string operations part 1
2025-05-17 15:17:42 +02:00
Shauren
c6050a319c
Core/PacketIO: Rename ByteBuffer::contents to ByteBuffer::data
2025-05-15 19:18:41 +02:00
Shauren
150c9cce5d
Core/PacketIO: Fixed WorldPackets::SizedCString read function (it should not attempt to read null terminator if empty)
2025-05-15 16:38:31 +02:00
Shauren
cb837ce926
Core/World: Move linking instance socket to WorldSession
2025-05-08 14:30:42 +02:00
Shauren
b6d64447ba
Core/World: Refactor World::LoadConfigSettings to unify validation of all config options and reduce its impact on compile time
2025-05-08 14:24:29 +02:00
Shauren
b5c99939a8
Core/Misc: Minor compile time improving changes
2025-05-07 15:41:41 +02:00
Shauren
f9bf082be9
Core: Updated to 11.1.5
2025-04-25 22:50:11 +02:00
Shauren
1710036392
Core/Players: Define all character flags used in SMSG_ENUM_CHARACTERS_RESULT
2025-04-24 10:25:13 +02:00
Shauren
821ecf8fa3
Core/Players: Improve setting ActivePlayerData::TransportServerTime by including TIME_SYNC and CMSG_QUEUED_MESSAGES_END values in its calculation
...
* This removes delay on nearby object visibility after login and teleport
2025-04-16 16:16:49 +02:00
Shauren
e8b2be3527
Core/Network: Socket refactors
...
* Devirtualize calls to Read and Update by marking concrete implementations as final
* Removed derived class template argument
* Specialize boost::asio::basic_stream_socket for boost::asio::io_context instead of type-erased any_io_executor
* Make socket initialization easier composable (before entering Read loop)
* Remove use of deprecated boost::asio::null_buffers and boost::beast::ssl_stream
2025-04-08 19:15:16 +02:00
Shauren
fa75f63566
Core/Auras: Implemented SPELL_AURA_MOD_CHARGE_RECOVERY_RATE, SPELL_AURA_MOD_CHARGE_RECOVERY_RATE_BY_TYPE_MASK and SPELL_AURA_MOD_CHARGE_RECOVERY_BY_TYPE_MASK
2025-03-19 00:03:38 +01:00
Shauren
0c19893800
Core/Auras: Implemented SPELL_AURA_MOD_RECOVERY_RATE and SPELL_AURA_MOD_RECOVERY_RATE_BY_SPELL_LABEL
2025-03-17 22:50:38 +01:00
Shauren
64e5f9cce9
Core/PacketiO: Rename Unk field in SMSG_SPELL_ABSORB_LOG
2025-03-12 20:01:35 +01:00
Shauren
29e0327076
Core/Players: Implement warband scene collection
2025-03-04 13:52:20 +01:00
Shauren
23624ed75a
Core: Updated to 11.1.0
2025-03-02 15:43:34 +01:00