| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-10-30 | Core/SAI: SMART_ACTION_TALK, if our action target is a player, use its guid ↵ | Nay | |
| as whisperGuid (used in whispers and in text $vars) | |||
| 2011-10-30 | Core/SAI: Add input validation (params) to certain target types and update ↵ | Nay | |
| target comments | |||
| 2011-10-30 | Fix build | Nay | |
| Add unsaved data to last commit (82fa5c97d64e98) | |||
| 2011-10-30 | DB/Quests/IC: Fix quest Tempering The Blade | Nay | |
| Closes #837 | |||
| 2011-10-29 | DB/Quests/PoS: Fix quest Reforging The Sword | Nay | |
| Create template and spawn missing gameobject Closes #836 | |||
| 2011-10-29 | DB/Quests/HF: Roughly fix quest Field Test | Nay | |
| Closes #3521 | |||
| 2011-10-29 | Scripts/Ulduar/Assembly of Iron: Fix Immumities for Stormcaller Brundir; Fix ↵ | Machiavelli | |
| Brundir's Lightning Tendrils (visuals need some extra love) Closes #707 | |||
| 2011-10-29 | DB/SAI: Fix an issue in the quest Still At It where npc flags were not being ↵ | Nay | |
| properly resetted. Closes #3740 | |||
| 2011-10-29 | DB/SAI: Fix quest Adding Injury to Insult | Nay | |
| Closes #1897 | |||
| 2011-10-29 | DB/Linked Respawns: Link some missing Slags with Volkhan (HoL) | Aokromes | |
| 2011-10-29 | Update sql/updates/world/2011_10_29_01_world_gameobject_template.sql | Machiavelli | |
| 2011-10-29 | DB/Templates: Correct 25 man loot IDs for Freya's chest based on the only ↵ | Machiavelli | |
| actual parsed 25man chest there is. NOTE: This is not WDB data, merely guesswork. | |||
| 2011-10-29 | BG/Isle of Conquest: | kaelima | |
| - Fix seaforium bombs. - Add flag pole for Refinery - Some cleanup Also correct a typo in 008329032210acab0227756d9f8f012b7559f2eb | |||
| 2011-10-29 | Core/Player: Fix gaining fishing skill of wielding fishing pole in offhand | kaelima | |
| Closes #3717 | |||
| 2011-10-29 | DB/Templates: Add missing templates for variations of Freya's Chest. This ↵ | Machiavelli | |
| will allow them to actually spawn on death. | |||
| 2011-10-29 | Scripts/Ulduar/Freya: Remove unneeded TimeCheck function that would lead to ↵ | Machiavelli | |
| over-spawning of waves. | |||
| 2011-10-29 | Scripts/Howling Fjord: Fix horde version of Of Keys and Cages | kaelima | |
| 2011-10-29 | Revert file Main.cpp that shouldn't have been change in accae0ce5037d ↵ | Nay | |
| (previous commit) | |||
| 2011-10-29 | TDB 335.11.43TDB335.11.43 | Nay | |
| Move SQL updates to the directory old. | |||
| 2011-10-28 | Core/Loading: Drop the field script_version from the table version. | Nay | |
| It serves no purpose (and one step closer to remove EAI from the core/db) | |||
| 2011-10-28 | Merge pull request #3729 from dracosvk/RadiusIndex | Machiavelli | |
| Core/Spells: Change magic numbers for EffectRadiusIndex into enum with actual effect radii | |||
| 2011-10-27 | Change magic numbers for EffectRadiusIndex into enum with actual effect radius | draco | |
| 2011-10-27 | Merge pull request #3651 from Fredi/cleanup | Shocker | |
| Script/Commands: Codestyle and cleanups | |||
| 2011-10-26 | Scripts/Howling Fjord: Fix quest Of Keys and Cages | Discover- | |
| Closes #3540 | |||
| 2011-10-25 | Scripts/Nagrand: Fix creature text of Maghar Prisoner and remove useless ↵ | Discover- | |
| RAND() in go_warmaul_prison. | |||
| 2011-10-25 | Core/SmartAI: Add actions SMART_ACTION_LEAVE_VEHICLE and ↵ | kaelima | |
| SMART_ACTION_REMOVE_PASSENGERS. Fix maxdist for SMART_TARGET_CLOSEST_PLAYER. | |||
| 2011-10-25 | Core/SmartAI: Fix target type SMART_TARGET_CLOSEST_PLAYER | kaelima | |
| 2011-10-25 | Core/SmartAI: Allow SMART_ACTION_FOLLOW to take 0 values for dist and angle ↵ | kaelima | |
| - will set them to their "default" following values. | |||
| 2011-10-24 | Core/Misc: Some minor cleanups | kaelima | |
| Fixed SQL added in prev commit. | |||
| 2011-10-24 | Core/SmartAI: | kaelima | |
| - Fixed some issues with SMART_ACTION_SET_FLY (#1073) - Fixed allowing 0 as input for SMART_EVENT_ACCEPTED_QUEST and SMART_EVENT_REWARD_QUEST (#2680) - Some cleanup | |||
| 2011-10-24 | Fix a crash caused by spell 49065. Close #3646. | megamage | |
| 2011-10-24 | Merge pull request #3596 from ille/master | Shocker | |
| use effectMask to calculate mechanicMask in ModSpellDuration Closes #1599 | |||
| 2011-10-24 | Script/Commands: Codestyle and cleanups | Fredi | |
| 2011-10-23 | Core/SmartAI: Delay spell cast events (SMART_ACTION_CAST) when another spell ↵ | Shocker | |
| is already being casted. Idea by ET | |||
| 2011-10-23 | DB/SAI: Script Pusillin in DM | tharaca | |
| Closes #3459 Closes #3529 (Requires recently added SAI additions) | |||
| 2011-10-23 | Core/SAI: Fix event phases when phase > 2 | Nay | |
| Again, phase ids != phase masks | |||
| 2011-10-23 | Tiny typo on previous commit. | Nay | |
| 2011-10-23 | Core/SAI: Add SMART_ACTION_SEND_GOSSIP_MENU. | Geekotron | |
| It allows the scripter to change the gossip (and gossip menu option) of a creature with SAI Param1 = `gossip_menu`.`entry` Param2 = `gossip_menu_option`.`id` | |||
| 2011-10-23 | Merge pull request #3575 from bytewarrior/master | Machiavelli | |
| Core/Mechanic: Fixed wrong target level at resist chance calculation. | |||
| 2011-10-23 | Merge pull request #3587 from Fredi/check | Machiavelli | |
| Core/Commands: Added security check in .damage | |||
| 2011-10-23 | DB/NPCs: Random Stormwind NPC's template updates | Svannon | |
| Closes #3331 | |||
| 2011-10-23 | Core/Quests: Fix pooling system causing wrong questrelations | Elron103 | |
| Closes #3101 (probably few others) | |||
| 2011-10-23 | DB/SAI: Convert quest The Dwarven Spy from scripts to SAI | Discover- | |
| Closes #2923 Closes #3109 | |||
| 2011-10-23 | DB/SAI: Fix quest Elemental Power Extraction | Discover- | |
| Closes #3104 | |||
| 2011-10-23 | DB/SAI: Fix quest Potential for Brain Damage = High | Discover- | |
| Closes #3103 Also, re-add what shouldn't be deleted in a previous commit (db error) | |||
| 2011-10-23 | DB/SAI: Convert quests Survey the Land & Illidan's Pupil from core scripts ↵ | Discover- | |
| to SAI (and fix them properly) Closes #3060 | |||
| 2011-10-23 | DB/SAI: Convert quests 10987, 10107, 10108, 9918, 9849 from core scripts to SAI | Nay | |
| Closes #1544 Closes #3055 Closes #3056 Closes #3058 Closes #3059 | |||
| 2011-10-23 | DB/SAI: Properly fix quest Blighted Last Rites (EAI->SAI) | Discover- | |
| Closes #3041 | |||
| 2011-10-23 | DB/Conditions: Fix quest Ruthless Cunning | Discover- | |
| Closes #3036 | |||
| 2011-10-23 | Merge pull request #3632 from Poli93/master | Lopin | |
| Scripts/ToC: Fixed number of targets of Penetrating Cold in Anub'arak's encounter | |||
