aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-03-24Scripts/Icecrown CitadelShauren
* 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-23Fixed build without PCHShauren
2014-03-23Scripts/Icecrown Citadel: Icecrown Gunship BattleShauren
2014-03-22Scripts/ZulAman/Halazzi: convert text to create_text and fixed despawn of catMitchesD
2014-03-22Core/Map: Save weather, light and music overrides in map to send them to ↵Shauren
players logging in
2014-03-22Core/Misc: Fix some static analysis issuesjackpoz
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-22Scripts/Spells: fix logic fail in q9874MitchesD
2014-03-21Core/Misc: Fix some static analysis issuesjackpoz
Add some asserts and additional NULL checks as sanity checks.
2014-03-21Merge pull request #11747 from untaught/Trinity1Aokromes
Core/Scripts: Move 'The Defias Traitor' script to SAI
2014-03-21Merge pull request #11749 from untaught/Trinity2Aokromes
Core/Scripts: Move condition for 'npc_marin_noggenfogger' gossip menu op...
2014-03-21Merge pull request #11757 from untaught/Trinity3Aokromes
Core/Scripts: Move 'npc_deathly_usher' scripts to SAI.
2014-03-21Merge pull request #11746 from untaught/Trinity0Aokromes
Core/Scripts: Move condition for 'npc_skorn_whitecloud' gossip menu opti...
2014-03-20Core/Misc: Fix some static analysis issuesjackpoz
2014-03-20Core/Scripts: Move 'npc_deathly_usher' scripts to SAI.untaught
2014-03-19Core/Scripts: Move condition for 'npc_marin_noggenfogger' gossip menu option ↵untaught
to DB and remove 'npc_marin_noggenfogger' script
2014-03-19Core/Scripts: Move condition for 'npc_skorn_whitecloud' gossip menu option ↵untaught
to DB and remove 'npc_skorn_whitecloud' script
2014-03-19Core/Script: Logical fixesGacko
2014-03-18Core/Scripts: Move 'The Defias Traitor' script to SAIuntaught
2014-03-16Merge pull request #11718 from untaught/masterAokromes
Instance Script/Stratholme: Correct logic in Baron Run event and add SAI...
2014-03-16Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about uninitialized values. Most of them are false positives, always initialized before being accessed.
2014-03-16Instance Script/Stratholme: Correct logic in Baron Run event and add SAI for ↵untaught
Ysida Harmon
2014-03-15Scripts/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-15Scripts/AhnKahet: Fix some uninitialized valuesjackpoz
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-15Scripts/ZulGurub/Jeklik: Add missing "break"jackpoz
2014-03-09Scripts/TheStormPeaks: Possible crash fixjackpoz
Apply safe NULL checks added in 7d881a073961887d446d4430905f315b52928bb1 to similar code in same script
2014-03-09Scripts/Commands: Fix crash in ".kick" commandjackpoz
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-02Core/Player: delete queststatus (weekly/monthly/seasonal) on deleting ↵joschiwald
character thx @Expecto - also rename some prepared statements Closes #11658
2014-02-26Scripts/Onyxia Lair: Fix debug assertions about iteratorsjackpoz
2014-02-16Scripts/Ulduar: Fix Algalon the Observer outro phase(fixes kill credit and ↵w1sht0l1v3
some achieves).
2014-02-10Core/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-09Scripts: Added missing stuff in 1d1aeda86ca69e78daf85c3c4b1b29509c374ad7Vincent_Michael
2014-02-09Core: Fix buildVincent_Michael
2014-02-09Merge pull request #11457 from MitchesD/krikthirjoschiwald
Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimalization
2014-02-09Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimizationMitchesD
2014-02-08Scripts/Eastern Plaguelands: Fix flypath exploitjackpoz
Fix npc id 17209 in Eastern Plaguelands enabling taxi cheat to players just by talking to it.
2014-02-06Core/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-01Core/Scripts: Fix quest The Totem of Kar'dash alliance version.w1sht0l1v3
Remove some hungarian notation for horde side version. Closes #11035
2014-01-31Core/Spells: Fix DK Ghoul's damage after ↵Discover-
ad8eb434c02e451effd0949aaa7d2b7999d91597. I misread 'SpellScript::m_damage' for 'SpellScript::damage'. By @joschiwald
2014-01-30Scripts/HoR: Fix log errorjackpoz
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-30Core/Misc: Missing changes and get rid of useless method in ↵Discover-
acd46085d1f496657e27e0d5f823f53d466702dc
2014-01-30Core/Spells: drop last leftovers of hardcoded spell target selection and ↵joschiwald
move it into spellscripts Closes #1719 Closes #3186
2014-01-27Core/Spells: addition to 96060bf0078441e779c4cfcaa80f66ac5e97a3ffjoschiwald
2014-01-26Core/Spells: move paladins judgements to spellscriptsjoschiwald
2014-01-26Core/Spell: Fix logic fail in 96ae4caf6258882cf89ff6d4bb3ac5aa0a3474f7Vincent_Michael
2014-01-26Core/Spells: Fix typo in 955fb907c549fea0088f8c105714cc9fb931da15Vincent_Michael
2014-01-26Core: Fix warningsVincent_Michael
2014-01-26Core/Spells: move more spells to spellscriptsjoschiwald
2014-01-26Core/Spells: move some spells so spellscriptsjoschiwald
2014-01-25Core/Spells: Move Pilgrims Bounty BuffFood in AuraScript (mimimi)Vincent_Michael
2014-01-24Scripts: Gossip can crash with null instanceVincent_Michael