aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-03Scripts/AtalDazar: Fix possible crashesModoX
2024-08-03Scripts/AtalDazar: Fix possible crashesModoX
2024-08-03Scripts/AtalDazar: Implement Rezan encounter (#30127)Aqua Deus
2024-08-02Scripts/KingsRest: Implement The Golden Serpent encounter (#30100)Naddley
2024-08-02Core/Movement: Made fixed ChaseAngle optional and added possibility to ↵ModoX
ignore setting walk/run depending on target (#30101)
2024-08-02DB/Phase: Name some phases for "The Radiant Song" questchainNaddley
2024-08-02DB/Stormwind: Update positions of Allied Race teleportersNaddley
2024-08-02Fix typo in hotfix sqlShauren
2024-08-02Fix typo in base sqlShauren
2024-08-02Core/DataStores: Updated to 11.0.0Shauren
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-08-02DB: Remove hardcoded database name10.2.7.55664Shauren
2024-08-01DB/Silithus: Added spawns for Magnis EncampmentNaddley
2024-07-31Core/Logging: fixed nopch build for msvc compilers (#30126)Ovahlord
2024-07-31Core/PacketIO: Added example uses of new packet reading/writing utilitiesShauren
2024-07-31Core/PacketIO: Added new packet reading/writing utilities for type casting, ↵Shauren
optionals and bits
2024-07-30Scripts/WaycrestManor: Implement Soulbound Goliath encounter (all ↵Aqua Deus
difficulties) (#30074)
2024-07-29Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ↵Shauren
implementations
2024-07-29Core/Proto: Remove blank linesShauren
2024-07-28Core/Proto: Added messages and services missing descriptors in clientShauren
2024-07-28DB/Phase: Name phases for the "Hunt for the Harbinger" QuestchainNaddley
2024-07-27Core/Proto: Updated protobuf messages and services for 11.0.2Shauren
2024-07-25Core/Misc: std::ranges-ify algorithms used in TraitMgrShauren
2024-07-25Core/Groups: Make member field naming consistent and add missing constsShauren
2024-07-25Core/AuctionHouse: Ported WorldSession::SendAuctionHello argument type ↵Shauren
change from a3aecbdd92000c3338aa14ecfcd3aaca91d99391
2024-07-25DB/Creature: Added bruteforced creature_template_difficulty dataModoX
* drops all wdb only rows to utilize fallback difficulties properly
2024-07-25DB/Templates: Added latest 10.2.7 brutesModoX
2024-07-24Core/Spells: Fixed TaxiMask size check for underlying types other than uint8Shauren
2024-07-23DB/Uldaman: Added init. spawns for Uldaman: Legacy of TyrNaddley
2024-07-22Scripts/WanderingIsle: Implement quest Fanning the Flames (29523) (#30076)Aqua Deus
2024-07-22Core/Spells: Named SPELL_ATTR14_AURA_IS_PRIVATEShauren
2024-07-21Core/PacketIO: Named unknown field in CMSG_CREATE_CHARACTERShauren
2024-07-20Build: Disable maybe-uninitialized warning for GCC that incorrectly triggers ↵Shauren
with std::optional
2024-07-20DB/Disables: Disable deprecated Quest: (2158) "Rest and Relaxation"Naddley
Closes #30105
2024-07-20DB/ElwynnForest: Update fishing trainer Lee BrownNaddley
Closes #30106
2024-07-19Core/Auras: Defined and implemented new aura stateShauren
2024-07-19Scripts/Spells: Implemented Priest talent Shadow Word: Death (#30069)Mematoru
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-07-19Core/AreaTriggers: Added ActionSet flags for serverside areatriggers (#30072)Meji
2024-07-19Core/Vehicle: Fix an assertion when applying SPELL_AURA_SET_VEHICLE_ID on ↵Jeremy
creatures that are already vehicles (#30102)
2024-07-18Scripts/WaycrestManor: Implement Lord and Lady Waycrest encounter (#30086)Aqua Deus
2024-07-18Build: Fixed CMake 3.30 FindBoost deprecation warningShauren
2024-07-17Added missing GameObjectModel::iLosBlockingDisabled initialization in ↵Shauren
constructor
2024-07-17Core/GameObject: Implemented NotLOSBlocking door propertyShauren
2024-07-16Scripts/Misc:fix npc_professions locale text (#27894)lee
* fix npc_professions locale text fix npc_professions locale text load from db * fix dup sql fix dup sql * add condition and gossip option add condition and gossip option for money cost depends on player level * add missing update statements * Rename 9999_99_99_world.sql to 2023_03_24_00_world.sql --------- Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit 60b75e3b6e81d5085070101c5153f6695dedb6ca)
2024-07-16Core: Update allowed build to 10.2.7.55664Shauren
2024-07-16Core/Logging: Minor internal refactorShauren
* Avoid formatting to output with fprintf * Use vector instead of unordered_map to store appenders in Logger
2024-07-16DB/NPE: Added Harpy Totem spawns for Alliance and HordeNaddley
2024-07-16DB/NPE: Name some more Exiles Reach phasesNaddley
2024-07-15Build: CMake cleanupShauren
* Migrate all add_definitions to target_compile_definitions * Remove -D from preprocessor definitions added by target_compile_definitions (unneccessary, cmake strips it anyway) * Fixed NO_BUFFERPOOL not being set on g3d if jemalloc is used * Moved library/compiler specific compile flag settings spread all over various CMakeLists to their related library/compiler file * Remove ancient manual link flag settings for worldserver
2024-07-14Core/DBLayer: Add field metadata getters to query result classesShauren