Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-24 | Scripts/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-24 | Revert "Core/Spells: Death and Decay" | Vincent-Michael | |
This reverts commit 02d56e00bc256f224b7d05f90af2c0af7cb287bf. | |||
2014-07-24 | Core/BGs: Reputation gained in BGs should be affected by ↵ | Trisjdc | |
SPELL_AURA_MOD_REPUTATION_GAIN An example would be Diplomacy (Racial Passive) | |||
2014-07-24 | Core/BGs: Reputation gained in BGs should be affected by ↵ | Trisjdc | |
SPELL_AURA_MOD_FACTION_REPUTATION_GAIN | |||
2014-07-24 | Core/Units: Properly remove auras that don't pass IsHighestExclusiveAura | Trisjdc | |
2014-07-24 | Scripts/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-24 | Core/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-24 | Scripts/IoC: Rename spell_gen_* spells to spell_ioc_* | DDuarte | |
(Additions to 6bb63ab7db679d9c) Closes #12414 (PR) | |||
2014-07-24 | Script/IoC: Move some spell scripts from spell_generic to isle_of_conquest cpp | karn | |
Signed-off-by: DDuarte <dnpd.dd@gmail.com> | |||
2014-07-24 | Scripts/Four Horsemen: Horsemen's main spells should only explicitly target ↵ | Trisjdc | |
players | |||
2014-07-24 | Core/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-24 | Core/Spells: Solving the double dips in Hammer of the Righteous | Trisjdc | |
2014-07-24 | Scripts/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-24 | Scripts/Feralas: Make Screecher Spirit disappear after clicking on them | Rushor | |
This is a temporary solution, the script should be rewritten in SAI Closes #12298 Signed-off-by: DDuarte <dnpd.dd@gmail.com> | |||
2014-07-24 | Core/Spells: Death and Decay | Exodius | |
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-24 | Scripts/ICC: Summon Sealed Chest quest npc's upon the Lich King's Death | Foldy | |
TODO: template updates for these npcs and gossips Closes #10554 Closes #12591 (PR) Signed-off-by: DDuarte <dnpd.dd@gmail.com> | |||
2014-07-24 | Core/Common: Remove the no longer finite(x) macro for MSVC | DDuarte | |
Use std::isinfinite(f) instead. | |||
2014-07-23 | Core/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-23 | Core/Mains: Handle SIGBREAK to achieve clean shutdown when users click X ↵ | Shauren | |
button on windows | |||
2014-07-23 | Scripts/ICC: fixed Festergut Malleable Goo (thx @ManuFe) | joschiwald | |
Closes #12023 | |||
2014-07-23 | Core/Players: Set fist weapon skill value equal to current unarmed skill ↵ | Shauren | |
when learning fist weapons for the first time | |||
2014-07-22 | Core/Misc: Replace rand() calls with SFMT | jackpoz | |
2014-07-22 | Core/Authserver: Fixed changing realms | Shauren | |
2014-07-22 | Increased default thread pool size as it now handles more than signals and ↵ | leak | |
remote access | |||
2014-07-22 | Core/Misc: Remove a define that is no longer needed since ACE was removed | DDuarte | |
2014-07-21 | Scripts/ICC: Fix non-pch build | Duarte Duarte | |
2014-07-21 | Core/DatabaseWorkerPool: Delete PCQ in dtor rather than in Close() and ↵ | leak | |
cancel queue properly before doing so | |||
2014-07-21 | Core/PreparedStatements: Fixed a Coverity warning | Sebastian Valle Herrera | |
2014-07-21 | Core/GridNotifiers: Fixed a warning from Coverity | Sebastian Valle Herrera | |
2014-07-21 | Core: Kill again whitespace :( | Vincent-Michael | |
2014-07-21 | Scripts/ICC: Added Orange/Green Blight Residue | Golrag | |
Closes #5920 Closes #12464 (PR) Signed-off-by: DDuarte <dnpd.dd@gmail.com> | |||
2014-07-21 | Core/NPCs: In a formation, properly set walking/running mode | untaught | |
Closes #10539 Signed-off-by: DDuarte <dnpd.dd@gmail.com> | |||
2014-07-21 | Core/SA: Fix some issues as analyzed by coverity and iron code style out a bit. | Ascathor | |
2014-07-20 | Scripts/EasternKingdoms: Burn with fire (hihi) | Vincent-Michael | |
2014-07-20 | Core/Maps: Fixed crash caused by using invalid coordinates | Shauren | |
Closes #12532 | |||
2014-07-20 | Fixed gcc build without pch | Shauren | |
2014-07-20 | Remove extra qualifier to make GCC happy again | leak | |
2014-07-20 | Prevent duplicate call to MapUpdater::deactivate causing a crash on shutdown | leak | |
2014-07-20 | Replaced try/catch by non-throwing socket.close() | leak | |
2014-07-20 | Core: Fix non pch build (gcc) | Vincent-Michael | |
2014-07-20 | Refactored singletons to enable proper deconstruction during shutdown | leak | |
2014-07-19 | Core/Creature: Minigob Manabonk | karn | |
Closes #11097 Signed-off-by: DDuarte <dnpd.dd@gmail.com> | |||
2014-07-19 | Merge pull request #12500 from MitchesD/misc_3 | Duarte Duarte | |
Scripts/MagistersTerrace: reworked Selin Fireheart | |||
2014-07-19 | Scripts/MagistersTerrace: reworked Selin Fireheart | MitchesD | |
* removed ancient code * converted to EventMap * removed illogical method in instance script | |||
2014-07-19 | Fix terminate() being called on kicking a player (closing sockets twice is bad) | leak | |
Also, Boost, why does your is_open() suck.. | |||
2014-07-19 | Merge pull request #12166 from MitchesD/hor | joschiwald | |
Scripts/HoR: fixed possible exploit with taunt during escape event | |||
2014-07-19 | Scripts/HoR: fixed possible exploit with taunt during escape event | MitchesD | |
2014-07-19 | Scripts/AhnKahet: Elder Nadox | joschiwald | |
* 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-19 | Core/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-19 | Core/Spells: "Black Magic" can no longer remove after dead | Vincent-Michael | |