aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2016-04-08Build fixShauren
2016-04-08Merge pull request #16038 from tkrokli/grammar_and_spelling_corrections_335Aokromes
[3.3.5] Core/Logs: English text corrections (cherry picked from commit 4cd937140ba2ed66493d65c0090cd371706c1e2e)
2016-04-08Build fixShauren
2016-04-08Core/Pets: Move Egbert & Pandaren Monk into pet_generic.cppKittnz
(cherry picked from commit 542f5264d379fba9293902ae0c10288d3d660f6d)
2016-04-08Merge pull request #16258 from sirikfoll/feastMitchesD
Core/Spells Implemented SpellScripts Needed for Achievement Pilgrim's… (cherry picked from commit 408572c47241aa97909a263477fab8c6093bfdc7)
2016-04-08Merge remote-tracking branch 'sirikfoll/despawnAtEvade' into 3.3.5 (PR #16528)treeston
(cherry picked from commit c70e3e31a7a0714b92a2a25f27fe3006f1e36caa)
2016-04-08Merge pull request #16585 from Treeston/3.3.5-flightformShauren
Core/Spells: Disallow druid flight form while shapeshifted (cherry picked from commit 101c3f93035c8e7a571477c30c1c9edc8730c0c5)
2016-04-05Buildsystem: Initial changes to support building with vs clang toolsetShauren
2016-04-05Pet/Misc: Improve Egbert's AI even moreKittnz
(cherry picked from commit af5f4ae85be270f8f139dad8be7a522e6cf2fe8b)
2016-04-05Pet/Misc: Improve Egbert's AIKittnz
(cherry picked from commit 2322ef3f501489b5723ebe922c966e7d77b7b55e)
2016-04-05Fix multiple summon of Omen (Lunar Festival)Keader
(cherry picked from commit 8130de1b9a0f65c8accb8ca7a626a56a8e944404)
2016-04-05Merge branch '3.3.5-instanceextend' into 3.3.5 (PR #16392)Shauren
(cherry picked from commit 62aff401f687b56d720a320778950e82b65fbd8b)
2016-04-05Merge remote-tracking branch 'Eliminationzx/FixJumpDestOrientation' into ↵treeston
3.3.5 (PR #16450) with some minor CS adjustments (cherry picked from commit cfed2d7a3ddf4f8121d3359f9888e6116fc82e62)
2016-04-05AI/BossAI: Make creature never chase targets that are out of boundstreeston
- Add missing const attribute on CheckBoundary arg. - Prevent AI from attacking a target that is out of bounds. This prevents exploids such as killing Gluth/Deathbringer from out of bounds. (cherry picked from commit 19ed18c8816e9bd495dcc03eb0e208006a17bab0)
2016-04-05Core/Spells: Rogue Honor Among Thievesccrs
(cherry picked from commit 983bbe4a4c28ee0eda19daa3ab8b713a99ffa00d)
2016-04-05Merge remote-tracking branch 'sirikfoll/npcMyranda' into 3.3.5 (PR #16438)treeston
(cherry picked from commit e5e97bedc06f61aa9430d5506adbdde1cf3b79d8)
2016-04-05Core/Misc: MSVC warning fixesShauren
2016-04-03Merge pull request #16486 from Rushor/spidermanRushor
[3.3.5][6.x]Scripts/Karazhan: Implement Optional Boss Spawn (cherry picked from commit c8f34656ef0ec0496e3d129b92ec389748b8caf5)
2016-04-02DB/Quest: King of the Foulweald - Improve QuesteventRushor
* closes #2381 (cherry picked from commit 644b9dcd59252e677639ccca6fb4048ee6e4bf44)
2016-04-02Build fixShauren
2016-04-02Scripts: Fixed warningVincent-Michael
(cherry picked from commit 96cb26de285ad301a31254afb5de0aab7cb0f30a)
2016-04-02Build fixKittnz
(cherry picked from commit add2179b75fb9944cf62b7dba8f120f5c8971ec7)
2016-04-02Pet/Misc: Implement Pandaran Monk followupKittnz
(cherry picked from commit 5650b9deb22365deb920f6d3aa8ac1bfc4da4168)
2016-04-02Pet/Misc: Implement Pandaran Monk's pet abilitysKittnz
(cherry picked from commit 64d1addbbff1c7531295556164f4bba09182b9dc)
2016-04-02Scripts/Northrend: Knockbackimmunity CleanupRushor
(cherry picked from commit c560cb0a0c8caa9c4337b1269039764207383f5d)
2016-04-02Code style, urand -> urandms.treeston
(cherry picked from commit e064000a355005f596557c2ad10d5d189996f426)
2016-04-02Fix build & tabsKittnz
(cherry picked from commit 57a5879070092cb10b7b94c99045cd51e2fd743c)
2016-04-02Pet/Misc: Implement Egbert's running aroundKittnz
Closes #16479 (cherry picked from commit 859b617613b4392d5efbb34465ddf67f8408230a)
2016-04-02Scripts: Added missing overrideVincent-Michael
(cherry picked from commit d1a185e3d5af9db2c85e04df846167ce9c4a4cf9)
2016-04-02Game/Creature: Implement CREATURE_FLAG_EXTRA_IMMUNITY_KNOCKBACKRushor
* updates #16423 (cherry picked from commit 110e0fd0925a8d7c5b0db684207a1f0208ac33a5)
2016-04-02Item/Misc: Implement Toy Train Set and Wind-Up Train Wrecker.treeston
(cherry picked from commit 8c7cd03d08b70ca97ae9a524410ad5c9c99cce3d)
2016-04-02Core/Scripts Script npc needed for Quest Torch Tossing part2sirikfoll
Script for Npc Torch Tossing Target_Bunny_Controller, responsable for handle the targets rotation for Midsummer Fire Festival quest, Torch Tossing. (cherry picked from commit 8b74038531ffec2d809083fa73ad29ec693d7c1a)
2016-04-02Core/Scripts/DB: remove hardcoded text from 'npc_disciple_of_naralex'tkrokli
- moved 2 #define text lines to enum, already in npc_text - new gossip_menu_option for NPC 3678 Disciple of Naralex - using `ADD_GOSSIP_ITEM_DB` instead of `ADD_GOSSIP_ITEM` Tested on both alliance and horde characters, works just like before. (cherry picked from commit bc03fedf6dd77409a22dca1647916d154e563245)
2016-04-02DB/Creature: Add a new extra_flag CREATURE_FLAG_EXTRA_NO_PLAYER_DAMAGE_REQ ↵treeston
(0x00200000) that awards players credit for killing the creature even if less than 50% of damage was dealt by players. This can be used to fix quests such as "Heated Battle" or "If Valgarde Falls..." that are currently very hard to complete at the appropriate level due to "friendly" NPCs killing off the required targets too quickly for players to get 50% of damage in. (cherry picked from commit d240ccb38c05e394b181a09d42f5e55d3222603a)
2016-04-02Core/Scripts/Uldaman: change hardcoded text to enumtkrokli
Change #define to enum {with brackets} Possibly the smallest change so far in this series of core script changes. (cherry picked from commit 627ec0e35e4cf33f027a66cd7a4bc09e9e003781)
2016-04-02Scripts/UtgardeKeep: Bonus Ingvar the Plunderer fixes to reset behavior. ↵treeston
There should no longer be weirdness if a reset happens during the RP phase. (cherry picked from commit 815f43be7a0e1b5086184fcd2a4a2c6f69faa9de)
2016-04-02Scripts/UtgardeKeep: Ingvar updates:treeston
- Roar at start of phase two - Ingvar no longer does a weird move-jump towards his target when resurrecting - Fixed a duplicate yell on phase one end (cherry picked from commit c829fc7de406728f9f089d586d6bdccf7bf14748)
2016-04-02Scripts/Undercity: Removed obsolete scriptShauren
Partial cherry pick of 7a101bcf00af2cb3b5af5926faea5533dc64099a
2016-04-02Scripts/Deadmines: Fix issues reported by static analysisjackpoz
Fix Coverity issue id 1022474 (cherry picked from commit d75469e31f03d45a72e3deff9ef97ffd5098e23b)
2016-04-02Fix Kinetic Bomb stuck after knockback effect.Keader
(cherry picked from commit 36648d1079d3ee69b51bda58a2d88594608d0c19)
2016-04-02Core/Scripts/DB: remove hardcoded text from 'npcs_dithers_and_arbington'tkrokli
- created DB gossip_menu_option entries for both NPCs - added enum section instead of "magic numbers" in script - replaced core text with pointers to DB text - zone_western_plaguelands.cpp is now cleaned up (cherry picked from commit 29c2a4232477836afbcbd71f8ff3443c268e02e8)
2016-04-02Scripts/Duel: prevent possible abuse in Duel Reset systemGabriele Gelardi
(cherry picked from commit c0ed819e0cb8082c4304cad08223c05d3a8b7131)
2016-04-02Core/Scripts: Change door ID in Blackwing LairNick
as per 7d454c66f70c19c8ff402fd126392e27700398ba Change the name as well. (cherry picked from commit a35a6279fe08acd510a226a037b1e5a4b8410d05)
2016-04-02Scripts/Misc: Fix issues reported by static analysisjackpoz
(cherry picked from commit 0e76d67e498fc659d25401f909ff1ebd5d45d529)
2016-04-02Scripts/ICC/Teleporter: moved gossips to dbjoschiwald
(cherry picked from commit ea38a7d95bb7d67005c7de1a924d288561b0da13)
2016-04-02Scripts/Zangarmarsh: Removes empty gossip_text that resulted in NPCs saying ↵Saben65
blank text to players after buffing them Closes #12697 Closes #16300 (cherry picked from commit ccf3ed40e2ed5c320fe2f468f5ba0f2bff5e27fa)
2016-03-29Scripts/Shadowmoon Valley: Dragonmaw PeonSaben65
Fixes issue where NPC does not attack, even when aggro'd. Fixes #16210 Closes #16204 (cherry picked from commit ad425f9f17502772289dd18ef6b74dc465556221)
2016-03-29Merge remote-tracking branch 'velinath/sai-migrations' into 3.3.5-basetreeston
(cherry picked from commit e203d78d2a6daa2dc28fc41769e416753a10c08c)
2016-03-28Core/Commands: Prevent creating accounts containing '@' character with ↵Shauren
.account create command
2016-03-24Core/Scripts: Link the script project always staticallyNaios