| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-29 | Scripts/Misc: Small code optimizations | Vincent-Michael | |
| 2014-03-27 | Core/Misc: Fix some static analysis issues | jackpoz | |
| Fix uninitialized values, most of which are false positives, always initialized before being accessed. Add some asserts and additional NULL checks as sanity checks. Use SpellMgr::EnsureSpellInfo() if the spell id is valid and always supposed to return a valid not-NULL SpellInfo* . | |||
| 2014-03-26 | Fix non-pch build and remove blank line | Gacko | |
| 2014-03-26 | Quest: The Power of the Elements | Gacko | |
| Remove hack SAI, use aura script | |||
| 2014-03-25 | Scripts/Icecrown Citadel: Fixed Muradin/Saurfang attacking each other during ↵ | Shauren | |
| Gunship Battle Closes #11786 | |||
| 2014-03-24 | Scripts/Icecrown Citadel | Shauren | |
| * Deathbringer Saurfang will now evade if any player stands on the gunship * Fixed players being stuck in combat after defeating gunship * Fixed players not sticking to gunships | |||
| 2014-03-23 | Fixed build without PCH | Shauren | |
| 2014-03-23 | Scripts/Icecrown Citadel: Icecrown Gunship Battle | Shauren | |
| 2014-03-22 | Scripts/ZulAman/Halazzi: convert text to create_text and fixed despawn of cat | MitchesD | |
| 2014-03-22 | Core/Map: Save weather, light and music overrides in map to send them to ↵ | Shauren | |
| players logging in | |||
| 2014-03-22 | Core/Misc: Fix some static analysis issues | jackpoz | |
| Fix some static analysis issues about: - uninitialized values, most of which are false positives, always initialized before being accessed - unchecked return values - dead code never executed - bad formatting leading to wrong behavior Please ensure EventMap is never used with event id set to 0 or those events will never execute. | |||
| 2014-03-22 | Scripts/Spells: fix logic fail in q9874 | MitchesD | |
| 2014-03-21 | Core/Misc: Fix some static analysis issues | jackpoz | |
| Add some asserts and additional NULL checks as sanity checks. | |||
| 2014-03-21 | Merge pull request #11747 from untaught/Trinity1 | Aokromes | |
| Core/Scripts: Move 'The Defias Traitor' script to SAI | |||
| 2014-03-21 | Merge pull request #11749 from untaught/Trinity2 | Aokromes | |
| Core/Scripts: Move condition for 'npc_marin_noggenfogger' gossip menu op... | |||
| 2014-03-21 | Merge pull request #11757 from untaught/Trinity3 | Aokromes | |
| Core/Scripts: Move 'npc_deathly_usher' scripts to SAI. | |||
| 2014-03-21 | Merge pull request #11746 from untaught/Trinity0 | Aokromes | |
| Core/Scripts: Move condition for 'npc_skorn_whitecloud' gossip menu opti... | |||
| 2014-03-20 | Core/Misc: Fix some static analysis issues | jackpoz | |
| 2014-03-20 | Core/Scripts: Move 'npc_deathly_usher' scripts to SAI. | untaught | |
| 2014-03-19 | Core/Scripts: Move condition for 'npc_marin_noggenfogger' gossip menu option ↵ | untaught | |
| to DB and remove 'npc_marin_noggenfogger' script | |||
| 2014-03-19 | Core/Scripts: Move condition for 'npc_skorn_whitecloud' gossip menu option ↵ | untaught | |
| to DB and remove 'npc_skorn_whitecloud' script | |||
| 2014-03-19 | Core/Script: Logical fixes | Gacko | |
| 2014-03-18 | Core/Scripts: Move 'The Defias Traitor' script to SAI | untaught | |
| 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 | |
