Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-12 | Scripts/Pets: Fixed non pch build | Vincent-Michael | |
2015-12-12 | Merge pull request #14896 from Ofinka/dupl | jackpoz | |
2015-12-12 | Removed unneeded loop from previous commit, copypaste fail from 6.x | Shauren | |
2015-12-11 | Core/Creatures: Implemented automatic detection of trigger models, their ↵ | Shauren | |
order in creature_template no longer matters (cherry picked from commit c488fb219ab080031488593a0b86ac785a7d2cae) | |||
2015-12-11 | DB: Fix a Typo | Killyana | |
2015-12-11 | DB/Quest: Return to the Earth | Killyana | |
Add a despawn action when the item is used Fix some creature_addon Add some missing spawns Add unit_flags immune to npc for dead drakes Closes #15984 | |||
2015-12-10 | Core/Quest: code style: | ShinDarth | |
- Removed 11 useless for iterations (for each quest loaded) | |||
2015-12-09 | Merge pull request #15402 from chaodhib/taunt_player | jackpoz | |
2015-12-09 | DB/Creature: Grizzly Bear | Killyana | |
Closes #15965 | |||
2015-12-09 | DB: New line | Killyana | |
2015-12-09 | DB/SAI: Fix Arena Treasure Chest spawning position | Killyana | |
Closes #15580 | |||
2015-12-08 | Core/Items: Fixed a possible crash with soulbound tradable items | Shauren | |
Closes #15700 (cherry picked from commit 094f505e404b5a4e4846657031f89ac44626a1f8) | |||
2015-12-08 | Dep/CppFormat: Update cppformat to cppformat/cppformat@5c76d107cbaf | Naios | |
(cherry picked from commit aa3020c26d54fa63fde16c5a765b1d72649c7e30) | |||
2015-12-08 | Merge pull request #15910 from Treeston/3.3.5-maexxna | jackpoz | |
2015-12-08 | DB/SAI: Reduce the LOS for snow mounds from 15 to 7 yards | Killyana | |
2015-12-08 | DB/Creature: Gubber Blump | Killyana | |
Add gossip option to learn fishing if the quest 1141 is taken an fishing is not learned Closes #15954 | |||
2015-12-07 | Core/Player: Fix crash related to vehicles | jackpoz | |
Fix assertion triggered when entering a vehicle while channelling a shared vision spell. Fix #15953 | |||
2015-12-07 | Core/Quest: Fix issues reported by static analysis | jackpoz | |
2015-12-07 | Core/Unit: Add Unit::KillSelf() overload | jackpoz | |
Add Unit::KillSelf() function as overload of Unit::Kill(this) . Use KillSelf() whenever the killer and the victim are the same to clearly state the Unit is going to kill itself. | |||
2015-12-07 | Merge pull request #15933 from Asterc/3.3.5 | jackpoz | |
Core/Spells: Fix Misdirection exploit | |||
2015-12-07 | Core/Quest: Fix issues reported by static analysis | jackpoz | |
2015-12-06 | Core/Quest: Fix issues reported by static analysis | jackpoz | |
2015-12-06 | Core/Quest: Fix issues reported by static analysis | jackpoz | |
2015-12-06 | DB/Quest: Great Bear Spirit | Killyana | |
Closes #15950 | |||
2015-12-06 | Merge pull request #15947 from ShinDarth/duel-exploit | jackpoz | |
Core/Spell: Fix exploit in duel cooldown reset handling | |||
2015-12-06 | Core/Spell: fixed possible exploit in Duel Reset script | ShinDarth | |
- thanks @Runico for reporting it | |||
2015-12-05 | DB/Quest: Restore deleted sql for Anatoly Will Talk | Killyana | |
2015-12-04 | DB: Fix a Typo | Killyana | |
2015-12-04 | DB/Quest: Gorgrom the Dragon-Eater | Killyana | |
Closes #6326 | |||
2015-12-03 | Core/Conditions: extended CONDITION_NEAR_CREATURE, condition value 3 is now ↵ | MitchesD | |
used to check for dead creature entries (0 - alive, 1 - dead) * I used 0 for alive to avoid touching all conditions with this type (cherry picked from commit cdb5bd3eb78ea40fbd927c5662e1dad778bf12d5) | |||
2015-12-02 | Correctly reset the redirected threat of the hunter's spell Misdirection in ↵ | Asterc | |
cases when it has RemoveMode AURA_REMOVE_BY_DEFAULT Closes #15930 | |||
2015-12-01 | Scripts/Icecrown Citadel: Professor Putricide - fixed Expunged Gas damage ↵ | Shauren | |
formula Closes #6396 | |||
2015-12-01 | Rename 2015_11_15_3574_world.sql to 2015_12_01_00_world.sql | MitchesD | |
2015-12-01 | Merge pull request #15864 from tkrokli/hallowed_wands | MitchesD | |
Scripts/Spells: Hallow's End item Hallowed Wand | |||
2015-11-30 | Merge pull request #15920 from Treeston/3.3.5-MCHotkeyPos | jackpoz | |
Unit/PossessBar: Fix spell ordering on possess bar | |||
2015-11-30 | Scripts/Naxxramas: Maexxna cleanup: | treeston | |
- Improved Web Wrap target selection - Added missing text - Cleanup of web wrap positioning - two players will never be flung to the same position (25-man) - Further improvement to web wrap spawn behavior - targetable web wrap now only spawns after the player has finished being flung to the respective position (blizzlike) - Add additional web wrap positions (sniff) | |||
2015-11-30 | DB/Quest: Fel Reavers, No Thanks! | Killyana | |
By @Gargarensis Closes #3965 | |||
2015-11-29 | DB/Quest: Creatures of the Eco-Domes | Killyana | |
Closes #3025 | |||
2015-11-29 | Unit/PossessBar: Fix spell ordering on possess bar to reflect spell position ↵ | treeston | |
in DB. Fixes Razuvious adds et al. | |||
2015-11-29 | Core/Spells: Fixed passibe talent auras targeting pets instead of player | Shauren | |
Closes #1543 Closes #15918 | |||
2015-11-29 | Merge pull request #15912 from Treeston/3.3.5-urandms | jackpoz | |
Core/Util: Add urandms(minMS, maxMS) helper | |||
2015-11-28 | Core/Util: Add a urandms(min,max) helper to make urand(min*IN_MILLISECONDS, ↵ | treeston | |
max*IN_MILLISECONDS) shorter to write for random time intervals (boss scripts). | |||
2015-11-28 | Merge pull request #15907 from ShinDarth/fix | jackpoz | |
Core/Spells: Fix Arcane Missiles | |||
2015-11-28 | Merge pull request #15904 from 'ForesterDev/instance_login_cleanup' | jackpoz | |
2015-11-28 | DB/Quest: Prisoner of the Bladespire | Killyana | |
Closes #15913 | |||
2015-11-28 | Core/Spells fix Arcane Missiles | ShinDarth | |
- close #15902 | |||
2015-11-27 | Core/Players: Fixed warning | Vincent-Michael | |
2015-11-27 | Core/Players: Use constant gender from PLAYER_BYTES_3 where appropriate. | Shauren | |
Closes #15895 | |||
2015-11-27 | DB/SAI: Underbog Colossus | Dr-J | |
http://www.wowhead.com/npc=21251/underbog-colossus#comments Add missing on death events, previously when killed these always cast toxic pool When killed now one of the following will happen * Nothing * Spawn Toxic Pool * Spawn 2 Colossus Lurker http://www.wowhead.com/npc=22347/colossus-lurker#comments * Spawn around 10 of Colossus Rager http://www.wowhead.com/npc=22352/colossus-rager#comments | |||
2015-11-27 | Merge pull request #15903 from tkrokli/remove_script_npc_anchorite_truuen | jackpoz | |
Core/Scripts: Remove deprecated script npc_anchorite_truuen Remove deprecated script npc_anchorite_truuen replaced by SAI in 2cecc7b1f7b846d24f25e0f5acb957c4c4b4484d |