| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-16 | Merge pull request #11718 from untaught/master | Aokromes | |
| Instance Script/Stratholme: Correct logic in Baron Run event and add SAI... | |||
| 2014-03-16 | Core/Misc: Fix some static analysis issues | jackpoz | |
| Fix some static analysis issues about uninitialized values. Most of them are false positives, always initialized before being accessed. | |||
| 2014-03-16 | Instance Script/Stratholme: Correct logic in Baron Run event and add SAI for ↵ | untaught | |
| Ysida Harmon | |||
| 2014-03-15 | Scripts/Krikthir the Gatewatcher: Fix EVENT_ANUBAR_CHARGE event not being ↵ | jackpoz | |
| triggered Fix EVENT_ANUBAR_CHARGE not being triggered due to value 0 being set to the EVENT_ANUBAR_CHARGE enum, even if 0 is a special value for EventMap to specify no event was triggered. Issue added in a127c0e1a7612094c2bf8b2f5092f55aa96f0556 | |||
| 2014-03-15 | Scripts/AhnKahet: Fix some uninitialized values | jackpoz | |
| Initialize all class fields in the constructor, even if they are set in Reset() and they shouldn't be accessed before Reset() is called. This fixes 2 Coverity reports. | |||
| 2014-03-15 | Scripts/ZulGurub/Jeklik: Add missing "break" | jackpoz | |
| 2014-03-09 | Scripts/TheStormPeaks: Possible crash fix | jackpoz | |
| Apply safe NULL checks added in 7d881a073961887d446d4430905f315b52928bb1 to similar code in same script | |||
| 2014-03-09 | Scripts/Commands: Fix crash in ".kick" command | jackpoz | |
| Fix a NULL dereference exception happening when using .kick command caused by a strtok(NULL) call without a previous call to the string to be tokenized. Issue added in 101cad1f2872a87be925b74b9d17760381bb9808 | |||
| 2014-03-02 | Core/Player: delete queststatus (weekly/monthly/seasonal) on deleting ↵ | joschiwald | |
| character thx @Expecto - also rename some prepared statements Closes #11658 | |||
| 2014-02-26 | Scripts/Onyxia Lair: Fix debug assertions about iterators | jackpoz | |
| 2014-02-16 | Scripts/Ulduar: Fix Algalon the Observer outro phase(fixes kill credit and ↵ | w1sht0l1v3 | |
| some achieves). | |||
| 2014-02-10 | Core/DB/Achievements: | joschiwald | |
| - fixed arena season title achievements and rewards - added mailtemplate support for `achievement_reward` table - fixed typo in GetBattleMasterBG which causes achievement reward mail expire in 1 day Ref #8777 | |||
| 2014-02-09 | Scripts: Added missing stuff in 1d1aeda86ca69e78daf85c3c4b1b29509c374ad7 | Vincent_Michael | |
| 2014-02-09 | Core: Fix build | Vincent_Michael | |
| 2014-02-09 | Merge pull request #11457 from MitchesD/krikthir | joschiwald | |
| Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimalization | |||
| 2014-02-09 | Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimization | MitchesD | |
| 2014-02-08 | Scripts/Eastern Plaguelands: Fix flypath exploit | jackpoz | |
| Fix npc id 17209 in Eastern Plaguelands enabling taxi cheat to players just by talking to it. | |||
| 2014-02-06 | Core/Entities: allow interaction with gameobject questgivers if player can ↵ | joschiwald | |
| take or return quests Closes #11269 Closes #8898 Closes #10204 Closes #11410 Closes #7053 Closes #6189 Closes #9474 | |||
| 2014-02-01 | Core/Scripts: Fix quest The Totem of Kar'dash alliance version. | w1sht0l1v3 | |
| Remove some hungarian notation for horde side version. Closes #11035 | |||
| 2014-01-31 | Core/Spells: Fix DK Ghoul's damage after ↵ | Discover- | |
| ad8eb434c02e451effd0949aaa7d2b7999d91597. I misread 'SpellScript::m_damage' for 'SpellScript::damage'. By @joschiwald | |||
| 2014-01-30 | Scripts/HoR: Fix log error | jackpoz | |
| Fix "DoZoneInCombat called for creature that has empty threat list" error caused by DoZoneInCombat() called by IsSummonedBy() in a script before the Creature is allowed to enter combat. | |||
| 2014-01-30 | Core/Misc: Missing changes and get rid of useless method in ↵ | Discover- | |
| acd46085d1f496657e27e0d5f823f53d466702dc | |||
| 2014-01-30 | Core/Spells: drop last leftovers of hardcoded spell target selection and ↵ | joschiwald | |
| move it into spellscripts Closes #1719 Closes #3186 | |||
| 2014-01-27 | Core/Spells: addition to 96060bf0078441e779c4cfcaa80f66ac5e97a3ff | joschiwald | |
| 2014-01-26 | Core/Spells: move paladins judgements to spellscripts | joschiwald | |
| 2014-01-26 | Core/Spell: Fix logic fail in 96ae4caf6258882cf89ff6d4bb3ac5aa0a3474f7 | Vincent_Michael | |
| 2014-01-26 | Core/Spells: Fix typo in 955fb907c549fea0088f8c105714cc9fb931da15 | Vincent_Michael | |
| 2014-01-26 | Core: Fix warnings | Vincent_Michael | |
| 2014-01-26 | Core/Spells: move more spells to spellscripts | joschiwald | |
| 2014-01-26 | Core/Spells: move some spells so spellscripts | joschiwald | |
| 2014-01-25 | Core/Spells: Move Pilgrims Bounty BuffFood in AuraScript (mimimi) | Vincent_Michael | |
| 2014-01-24 | Scripts: Gossip can crash with null instance | Vincent_Michael | |
| 2014-01-24 | Fix build | joschiwald | |
| 2014-01-24 | Core/Spells: move killing spree to spellscript | joschiwald | |
| Closes #10597 Closes #11468 | |||
| 2014-01-23 | Scripts: A lots of changes here and there (maybe useless?!?) | Vincent_Michael | |
| 2014-01-23 | Scripts/Spells: use new hook in some spellscripts | joschiwald | |
| 2014-01-23 | Scripts/AhnKahet: fix some issues on prince taldaram script | joschiwald | |
| 2014-01-22 | Scripts/ZulGurub/Jeklik: fixed flying in first phase, reworked spawn and ↵ | MitchesD | |
| rewritten to EventMap Closes #11277 | |||
| 2014-01-22 | Misc: Fix warnings | Vincent_Michael | |
| 2014-01-21 | Misc: Minor cosmetic changes here and there | Vincent_Michael | |
| 2014-01-19 | Merge pull request #11299 from Carbenium/MailboxCmd | Discover- | |
| Core/Command: Add mailbox command | |||
| 2014-01-19 | Core/Commands: Using the '.gm vis off' command now instantly makes the GM ↵ | Discover- | |
| invisible to non-GM players, instead of waiting until Player::UpdateObjectVisibility was called from a different method. Ref. #11467 | |||
| 2014-01-19 | Core/Scripts: Fix the cleanup in 54dbf870b8fc1f0aef1ef95c8786303998762173. | w1sht0l1v3 | |
| 2014-01-19 | Core/Scripts: Fix kill credit for quest The Hunter and the Prince(13400). | w1sht0l1v3 | |
| 2014-01-18 | Core/Commands: The .setskill command is now usable even if the player ↵ | Discover- | |
| doesn't already have the skill learned. | |||
| 2014-01-17 | Show Kick, Mute and Ban in world | Zabustak | |
| 2014-01-12 | Core/Movement: Add LOS check for fleeingmovement target point. | zengwf | |
| Prevents fleeing or feared units from going to upper floor ignoring walls/ceilings with mmaps on(and usually get stucked). Current implementation just randomly selects a distance and angle against the frighting unit, when in narrow circumstance such as underground caves, such targeting point would be at another floor. Closes #11300 Ref #9475 (needs fixed confirmation) | |||
| 2014-01-11 | Merge pull request #11342 from Carbenium/Svala | Duarte Duarte | |
| Scripting/Utgarde Pinnaccle: Fix visual during Svala's transformation | |||
| 2014-01-12 | Scripts/NPCs: Remove core script for rogue trainers which was overriding db ↵ | Dr-J | |
| conditions SAI and conditions for rogue trainers to provide elegant leter to rogues provided that is level 24 or higher, does not have elegant letter and does not have taken, rewarded or complete the quest which elegant letter starts Closes #11378 Signed-off-by: DDuarte <dnpd.dd@gmail.com> | |||
| 2014-01-10 | Scripts/PoS/Garfrost: cleanup saronit blocks after death | joschiwald | |
