aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-06-05Scripts/ToCr: Bosses shouldn't despawn so quicklyTrisjdc
2014-06-02Merge pull request #12135 from Trisjdc/event_map_extensionSebastian Valle Herrera
Core/Util: A couple useful new functions for EventMap
2014-06-02Core/Util: A couple useful new functions for EventMap, as well as getting ↵Trisjdc
rid of some old junk
2014-06-01Script/Shadowmoon Valley: Remove hack in npc_shadowmoon_tuber_node.Gacko
This script will be converted to SAI (if possible) later.
2014-06-01Scripts: Remove unused variables (kept as comment)Gacko
2014-05-26Core/Spells: Missing target conditions for Divine Hymn/Hymn of Hope's second ↵Trisjdc
effect
2014-05-24Core/Spells: Sniper Training should refresh every 6 seconds if all ↵Trisjdc
conditions are met
2014-05-24Core/Misc: Fix typojackpoz
Fix typos about the word "Resurrect"
2014-05-24Merge pull request #12111 from MitchesD/commandsDiscover-
Scripts/Commands: added option to show InhabitType in .npc info command
2014-05-23Scripts/Commands: added option to show InhabitType in .npc info commandMitchesD
2014-05-23Scripts/PoS: fixed rimefang icy blastjoschiwald
Closes #632
2014-05-22Core/Spells: Nitro Boost should not fail in dungeon mapsTrisjdc
2014-05-20Core/Misc: Remove Unit::Get* wrappers for ObjectAccessor::Get*jackpoz
2014-05-19Merge pull request #12082 from MitchesD/misc_2joschiwald
Scripts/Krystallus: converted to EventMap, removed useless code
2014-05-18Scripts/Krystallus: converted to EventMap, removed useless codeMitchesD
2014-05-18Partially revert f296095191c7b5c6b10f79c2b1433dc227a462f5 "Fix various ↵Shauren
warnings. The core, the scripts and the tools now compile without warnings with -Wall -Wextra -pedantic." Visual studio does not support constexpr Made semicolon after "Prepare*Script" mandatory - workaround for dumb IDEs inserting extra indentation level after newline
2014-05-15Fix various warnings. The core, the scripts and the tools now compile ↵Praetonus
without warnings with -Wall -Wextra -pedantic. -Fix warnings from -Woverflow on implicit constant conversion. -Fix warnings from -pedantic. -Fix warnings from -pedantic. -Fix warnings from -Wformat. Two minor changes in addition : -Replace a defined value equal to 2^31 - 1 by std::numeric_limits<int>::max(). -Remove useless null-check on pointer returned by new. New doesn't returns nullptr on failure, it throws std::bad_alloc.
2014-05-13Merge pull request #12058 from Trisjdc/sunwelljackpoz
Scripts/SWP: Sathrovarr will no longer cause player teleports on grid load
2014-05-13Scripts/SWP: Sathrovarr will no longer cause player teleports on grid loadTrisjdc
2014-05-12Core/Misc: Fix static analysis issuesjackpoz
Fix uninitialized values spotted by coverity. Remove unused "dynamic analysis" code, use Valgrind or another dynamic analysis tool instead if needed.
2014-05-11Scripts/HoR: fixed conflict between multiple classes with same namejoschiwald
Closes #12051
2014-05-11Script/ICC: Use existing method for getting GO auto-close-timeGacko
2014-05-10Scripts/HallsOfReflection: Major changesMitchesD
* corrections to Intro Event (Falric, Marwyn etc.) * fixed issues with Frostsworn General * improved the whole Wrath of the Lich King event * implemented outro gunship * optimalization code and cleanup and fixed some typos * Big thanks to @joschiwald, he is author too ;-)
2014-05-09Scripts/Duskwood: prevention to spawn multiple Twilight Corrupter and fixed ↵MitchesD
some issues there
2014-05-04Scripts/Ulduar: Fix crash when Algalon's Big Bang is casted by playerDehravor
2014-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
OVERRIDE, FINAL, DELETE_MEMBER
2014-04-28Scripts/Commands: Fix crash in ".wp modify wpadd"jackpoz
Remove the old unsupported "wpadd" subcommand of ".wp modify" . Closes #11955
2014-04-28Core/Misc: remove some obsolete parametersjoschiwald
2014-04-28Merge pull request #11948 from MitchesD/miscjoschiwald
Scripts/Azuregos: converted to EventMap and WorldBossAI
2014-04-28Scripts/Azuregos: converted to EventMap and WorldBossAIMitchesD
2014-04-28Core/Creature: Missed changes in c536305e3a3c4f41e94d14fae73ba7a2d8d13be2Vincent-Michael
2014-04-27Core: Droped `faction_H` field -- only one faction table is necessaryKinzcool
2014-04-27Scripts/Sholazar Basin: Reconnaissance Flight (12671)w1sht0l1v3
Add workaround for the player/accessory mounting issue. Some small additions. Closes: 9443
2014-04-25Core/Texts:Vincent-Michael
* Enable some BroadcastTexts stuff (is not finish) * Added reload command for broadcast_text table ToDo: - Enable: Sound/Emote stuff, etc. - Auth base need refresh
2014-04-25Core/Misc: Fix build warningsjackpoz
2014-04-25Core/Misc: Change how Position struct is retrievedjackpoz
Update Position::GetPosition() and similar methods signatures to reflect 2a4c9bcaf910430cdf3070987ce085da3c2666da changes by return a Position object instead of accepting a Position parameter by reference.
2014-04-23Correct display of output for .rbac account list command. (thanks Spp-)velinath
2014-04-22DB/CreatureText: readd accidentally deleted textjoschiwald
2014-04-21Scripts/Gnomeregan: moved Blastmaster Emi gossip to dbjoschiwald
2014-04-20Fixed spelling typo in gnomeregan.cpp script.warmech
Fixed a typo on line 32 where [GOSSIP_START_EVENT "I am ready to being"] should read [GOSSIP_START_EVENT "I am ready to begin."]
2014-04-20Core/Misc: Check GetVictim() for NULL before dereferencing itjackpoz
Add additional NULL checks all around the code before dereferencing GetVictim() result. Keep in mind UpdateVictim() result has nothing to do with GetVictim() result and the caller shouldn't assume anything about GetVictim() based on UpdateVictim().
2014-04-19Core/Misc: Ensure GetVictim() returns a valid reference when expectedjackpoz
Add a new method EnsureVictim() which asserts a valid not NULL reference will be returned to the caller. Use this whenever the GetVictim() would be dereferenced .
2014-04-19Scripts/Ruby Sanctum: Fixed corporeality scaling changes.Warpten
Thanks to Unholychick. P.S.: #9231 if still valid will be fixed soon (tm)
2014-04-18Core/Spells: Convert Avenging Wrath to spellscriptUnholychick
Closes #11896 Closes #3464
2014-04-18FixVincent-Michael
2014-04-17Merge pull request #11614 from MitchesD/kelthuzadjoschiwald
Scripts/Kelthuzad: move spells into spelldifficulty_dbc and cleanup
2014-04-17Merge pull request #11787 from MitchesD/miscjoschiwald
Scripts/ZulGurub: clean up the old code
2014-04-17Scripts/UtgardeKeep: fixed some issues on Ingvar the Plundererjoschiwald
Closes #10859
2014-04-14Core/Spells: addition to b9a62115b17381a7e8371c1df1ebfd4a4165ac59joschiwald