aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-21Core/Spells: Reimplemented target type 106 as random point from points predef...Shauren
2025-01-21Core/Utils: Allow using Trinity::IteratorPair with SelectRandomContainerElementShauren
2025-01-21Scripts/Spells: Use Spell::GetPowerTypeCostAmount where possible instead of i...Shauren
2025-01-20Core/Spells: Replace SpellTargetPosition structure with WorldLocationShauren
2025-01-20Core/Spells: Exclude TriggerCastFlags that can be set for non-triggered spell...Shauren
2025-01-20Core/Misc: Added float chrono typedefsShauren
2025-01-18Core/Spells: Add summoned DynamicObject to casters ChannelObjects if spell is...Shauren
2025-01-18Core/Misc: Remove return type std::enable_if based SFINAEShauren
2025-01-18Core/Misc: Remove unneccessary structure packing and one unused enumShauren
2025-01-18Core/Spells: Fixed SPELL_AURA_IGNORE_SPELL_COOLDOWN - don't start cooldown fo...Shauren
2025-01-13Core/Spells: DynamicObject auras will now use the largest radius found in SPE...Shauren
2025-01-13Core/Spells: Allow persistent area auras to apply all of their effects upon c...CraftedRO
2025-01-12Core/Spells: send rune cooldowns even after miss to match sniff dataOvahlord
2025-01-12Core/Spells: corrected refunding runes - they don't get put on a cooldown and...Ovahlord
2025-01-12Core/Spells: Don't grant runic power when death knight abilities that do it u...Shauren
2025-01-12Core/Spells: reduce differences between branchesOvahlord
2025-01-11Scripts/Spells: increased precision when calculating Howling Blast's attack p...Ovahlord
2025-01-11Scripts/Spells: fixed Howling Blast damage calculationOvahlord
2025-01-11Core/Spells: fixed power check for runes when casting spells - these have the...Ovahlord
2025-01-11Core/Spells: removed non-existing SpellCastVisual UF operator leftover from d...Ovahlord
2025-01-11Core/Spells: Fixed crashes with spells using SPELL_EFFECT_ENCHANT_ITEM/SPELL_...Shauren
2025-01-10Core/Units: Fill CurrentAreaID updatefieldShauren
2025-01-10Core/Conditions: Allow conditions for seen object in CONDITION_SOURCE_TYPE_OB...ModoX
2025-01-10Core/AreaTriggers: Replace fixed movement times in database for areatriggers ...Shauren
2025-01-09Core/Auras: Use UnitListSearcher instead of WorldObjectListSearcher when sear...Shauren
2025-01-09Core/Spells: Replace MAX_SPELL_EFFECTS loop limits with correct upper bound d...Shauren
2025-01-09Core/Auras: Make iteration over Aura::GetAuraEffects safe by automatically sk...Shauren
2025-01-09Core/Auras: Fixed sending amounts for effects that need it, aren't first and ...Shauren
2025-01-09Core/DataStores: Delay building all DB2Manager containers after loading hotfi...Shauren
2025-01-09Core/AreaTriggers: Don't suppress TimeToTarget changes in values update on mo...Shauren
2025-01-09Fix nopch buildShauren
2025-01-09Core/Misc: Removed GetClassName preprocessor hackShauren
2025-01-09Core/Commands: Extract bonus lists and item context from provided item link f...Shauren
2025-01-09Core/Network: Simplify worldserver port configuration: removed InstanceServer...Shauren
2025-01-09Core/Time: Fixed WowTime operator<=>Shauren
2025-01-09Core/DataStores: Define new taxi node flagsShauren
2025-01-09Codestyle fixShauren
2025-01-09Core/Grids: Modernize TypeContainer with variadic templateShauren
2025-01-09Core/Grids: Add missing changes to commit e245e8ad124cee19d35e4f67f7aed4dcc87...Shauren
2025-01-09Core/Grids: Minor Grid/NGrid refactor - make TypeMapContainer be its direct t...Shauren
2025-01-09Core/Auras: Allow some whitelisted spells to update effect values of non-pass...Shauren
2025-01-03Core/Objects: Use span/array instead of vector for raw ObjectGuid manipulationsShauren
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2025-01-03Core/Auras: Fixed aura stacks being reset to default max stack size when modi...Shauren
2025-01-03Core/Units: ensure that damaging hits will always award at least one rage pointOvahlord
2025-01-03Core/Units: round up rage calculations and use double precisionOvahlord
2025-01-02build fixOvahlord
2025-01-02Core/Units: restored generating rage from taking damage and increased precisi...Ovahlord
2025-01-01build fixOvahlord
2025-01-01Scripts/Spells: Removed unneccessary hacks - reagent consumption by triggered...Shauren