aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-07-24Scripts/AreaTriggers: Fix an issue with an AT for the quest The Etymidian ↵untaught
(Sholazar Waygate) Closes #12178 Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-24Revert "Core/Spells: Death and Decay"Vincent-Michael
This reverts commit 02d56e00bc256f224b7d05f90af2c0af7cb287bf.
2014-07-24Core/BGs: Reputation gained in BGs should be affected by ↵Trisjdc
SPELL_AURA_MOD_REPUTATION_GAIN An example would be Diplomacy (Racial Passive)
2014-07-24Core/BGs: Reputation gained in BGs should be affected by ↵Trisjdc
SPELL_AURA_MOD_FACTION_REPUTATION_GAIN
2014-07-24Core/Units: Properly remove auras that don't pass IsHighestExclusiveAuraTrisjdc
2014-07-24Scripts/Karazhan: Boss Maiden of Virtue - rewrite to events and timer ↵Ergar
adjustments Closes #12513 (PR) Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-24Core/Spells: Unrelenting Assault shouldn't proc if the target isn't ↵Trisjdc
explicitly casting (turns out that UNIT_STATE_CASTING even a instant cast has a 'cast time')
2014-07-24Scripts/IoC: Rename spell_gen_* spells to spell_ioc_*DDuarte
(Additions to 6bb63ab7db679d9c) Closes #12414 (PR)
2014-07-24Script/IoC: Move some spell scripts from spell_generic to isle_of_conquest cppkarn
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-24Scripts/Four Horsemen: Horsemen's main spells should only explicitly target ↵Trisjdc
players
2014-07-24Core/Units: IsNonMeleeSpellCast will no longer return false if there's an ↵Trisjdc
instant cast spell still arriving at the target with the caster doing a channel
2014-07-24Core/Spells: Solving the double dips in Hammer of the RighteousTrisjdc
2014-07-24Scripts/WesternPlaguelands: Fix conditions to show gossip of Myranda the Hag ↵nelegalno
(In Dreams quest) Ref #7519 Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-24Scripts/Feralas: Make Screecher Spirit disappear after clicking on themRushor
This is a temporary solution, the script should be rewritten in SAI Closes #12298 Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-24Core/Spells: Death and DecayExodius
Solves problems with Death and Decay doing LoS check using the caster instead of the center of AOE. Fix by @PKX Closes #6345
2014-07-24Scripts/ICC: Summon Sealed Chest quest npc's upon the Lich King's DeathFoldy
TODO: template updates for these npcs and gossips Closes #10554 Closes #12591 (PR) Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-24Core/Common: Remove the no longer finite(x) macro for MSVCDDuarte
Use std::isinfinite(f) instead.
2014-07-23Core/Misc: Silenced 500 OS X Warnings and removed deprecated finite() method.Jared P. Jones
*Mac OS X fires off over 200 warnings related to gsoap about the deprecated register method. CMake has been patched to remove this warning. *Updated all occurences of finite() to std::isfinite. The method finite() is not standardized by anyone aside from BSD. std::isfinite() however is standarized by C++ *Removed -ncurses and -pthread from OS X compilation. Now that we use Boost and C++11 there is no longer a need for pthread in OS X. All it does is throw a warning. However, ncurses isn't needed either as it's built into the OS X SDK and linked by default. Note: There are only 5 remaining warnings left when compiling on OS X. I did not attempt to fix these as they were related to 3rd party libraries statically linked into the code. The 5 warnings left are all related to unused variables.
2014-07-23Core/Mains: Handle SIGBREAK to achieve clean shutdown when users click X ↵Shauren
button on windows
2014-07-23Scripts/ICC: fixed Festergut Malleable Goo (thx @ManuFe)joschiwald
Closes #12023
2014-07-23Core/Players: Set fist weapon skill value equal to current unarmed skill ↵Shauren
when learning fist weapons for the first time
2014-07-22Core/Misc: Replace rand() calls with SFMTjackpoz
2014-07-22Core/Authserver: Fixed changing realmsShauren
2014-07-22Increased default thread pool size as it now handles more than signals and ↵leak
remote access
2014-07-22Core/Misc: Remove a define that is no longer needed since ACE was removedDDuarte
2014-07-21Scripts/ICC: Fix non-pch buildDuarte Duarte
2014-07-21Core/DatabaseWorkerPool: Delete PCQ in dtor rather than in Close() and ↵leak
cancel queue properly before doing so
2014-07-21Core/PreparedStatements: Fixed a Coverity warningSebastian Valle Herrera
2014-07-21Core/GridNotifiers: Fixed a warning from CoveritySebastian Valle Herrera
2014-07-21Core: Kill again whitespace :(Vincent-Michael
2014-07-21Scripts/ICC: Added Orange/Green Blight ResidueGolrag
Closes #5920 Closes #12464 (PR) Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-21Core/NPCs: In a formation, properly set walking/running modeuntaught
Closes #10539 Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-21Core/SA: Fix some issues as analyzed by coverity and iron code style out a bit.Ascathor
2014-07-20Scripts/EasternKingdoms: Burn with fire (hihi)Vincent-Michael
2014-07-20Core/Maps: Fixed crash caused by using invalid coordinatesShauren
Closes #12532
2014-07-20Fixed gcc build without pchShauren
2014-07-20Remove extra qualifier to make GCC happy againleak
2014-07-20Prevent duplicate call to MapUpdater::deactivate causing a crash on shutdownleak
2014-07-20Replaced try/catch by non-throwing socket.close()leak
2014-07-20Core: Fix non pch build (gcc)Vincent-Michael
2014-07-20Refactored singletons to enable proper deconstruction during shutdownleak
2014-07-19Core/Creature: Minigob Manabonkkarn
Closes #11097 Signed-off-by: DDuarte <dnpd.dd@gmail.com>
2014-07-19Merge pull request #12500 from MitchesD/misc_3Duarte Duarte
Scripts/MagistersTerrace: reworked Selin Fireheart
2014-07-19Scripts/MagistersTerrace: reworked Selin FireheartMitchesD
* removed ancient code * converted to EventMap * removed illogical method in instance script
2014-07-19Fix terminate() being called on kicking a player (closing sockets twice is bad)leak
Also, Boost, why does your is_open() suck..
2014-07-19Merge pull request #12166 from MitchesD/horjoschiwald
Scripts/HoR: fixed possible exploit with taunt during escape event
2014-07-19Scripts/HoR: fixed possible exploit with taunt during escape eventMitchesD
2014-07-19Scripts/AhnKahet: Elder Nadoxjoschiwald
* replaced egg core script with db content * removed useless spellscript for Guardian Aura * fixed Swarm aura * Patch 3.3.2 (2010-01-02): Elder Nadox now only gets one Ahn'Kahar Guardian during the encounter. Closes #12506
2014-07-19Core/Logging: Changed format of packet log file from .bin to .pkt and ↵Shauren
restored packet logging - PacketLogFile extension must now be .pkt to allow WowPacketParser to use it
2014-07-19Core/Spells: "Black Magic" can no longer remove after deadVincent-Michael