aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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, o...Shauren
2024-07-30Scripts/WaycrestManor: Implement Soulbound Goliath encounter (all difficultie...Aqua Deus
2024-07-29Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ...Shauren
2024-07-29Core/Proto: Remove blank linesShauren
2024-07-28Core/Proto: Added messages and services missing descriptors in clientShauren
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 change...Shauren
2024-07-24Core/Spells: Fixed TaxiMask size check for underlying types other than uint8Shauren
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-19Core/Auras: Defined and implemented new aura stateShauren
2024-07-19Scripts/Spells: Implemented Priest talent Shadow Word: Death (#30069)Mematoru
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 cre...Jeremy
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 constru...Shauren
2024-07-17Core/GameObject: Implemented NotLOSBlocking door propertyShauren
2024-07-16Scripts/Misc:fix npc_professions locale text (#27894)lee
2024-07-16Core/Logging: Minor internal refactorShauren
2024-07-15Build: CMake cleanupShauren
2024-07-14Core/DBLayer: Add field metadata getters to query result classesShauren
2024-07-14Core/Entities: Skip calling toupper on number to string conversion result if ...Shauren
2024-07-14Core/Utils: Transform char toUpper/toLower functions into callable function o...Shauren
2024-07-13Core/Spells: Added missing SummonPropertiesFlags::UseDemonTimeout handling to...Shauren
2024-07-12Scripts/Azure Vault: Converted Leymor intro to use new OnCreatureGroupDeplete...Shauren
2024-07-12Core/Instances: New ZoneScript hook - OnCreatureGroupDepletedShauren
2024-07-12Core/Creatures: Create a CreatureGroup for every SummonCreatureGroupShauren
2024-07-11Core/PacketIO: Fixed SMSG_ATTACKER_STATE_UPDATE structureShauren
2024-07-11Core/Creatures: Allow adding summons to CreatureGroup (only adding, no format...Shauren
2024-07-11Scripts/WanderingIsle: Added missing spell_summon_amberleaf_troublemaker scriptModoX
2024-07-10Scripts/WanderingIsle: Implement The Way of the Tushui (#29846)Aqua Deus
2024-07-10Scripts/Battlegrounds: Implement Seething Shore (#29996)Jeremy
2024-07-10Core/Logging: Removed one layer of allocations from log message writes (async...Shauren
2024-07-09Core/Logging: Fixed a bunch of invalid format stringsShauren
2024-07-08Core/Creatures: Only remove formation movement on formation remove instead of...Shauren
2024-07-08Core/Creatures: Fixed memory leaks in creature formationsShauren
2024-07-08Revert "Core/Creature: Formation reset (#27040)"Shauren
2024-07-07Core/Units: Interrupt only spell in CURRENT_GENERIC_SPELL slot with damage ta...Shauren
2024-07-06Core/Vmaps: Fixed use after free and deadlocks when loading a model file failsShauren
2024-07-06Tools/vmap_assembler: Organize vmap files into directory-per-mapShauren
2024-07-06Tools/vmap_assembler: Use boost::filesystem::path for creating filenamesShauren
2024-07-06Tools/vmap_assembler: Multithread building vmapsShauren
2024-07-06Tools/vmap_extractor: Split temporary dir_bin into multiple files (one per ma...Shauren
2024-07-05Core/Vmaps: Optimize loading vmapsShauren