aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-11-08Merge pull request #15022 from robinsch/GOdespawnKillyana
SmartAI: Possibility to despawn object with SMART_ACTION_FORCE_DESPAWN
2015-11-08Scripts/Naxxramas: Complete rewrite of the Thaddius encounter.treeston
2015-11-07Scripts/DuelReset:ShinDarth
- do not reset when duel is fled - minor improvement to SpellHistory::RestoreCooldonStateAfter duel method
2015-11-07Core: Whitespace cleanupVincent-Michael
2015-11-07Updated url for tc wikiVincent-Michael
(cherry picked from commit 6d01960448d3d2f53cd532acafb707e517e23dd5)
2015-11-07Core/CreatureGroups: Don't set positionZ to ground for flying creatures.Golrag
(cherry picked from commit df4c856360a56c3abe1c231ed37cd3673515c090)
2015-11-07Core/ScriptMgr: Improve commit 155a289f052b3a48caadeNaios
(cherry picked from commit 30c421bf57c8d4c1000f8690d439283b858d485d)
2015-11-07Core/ScriptMgr: Fix "conditional expression is constant" warning.Naios
* introduced in commit 12d1993994b11785 (cherry picked from commit 155a289f052b3a48caadebafe587c0e66685857f)
2015-11-07Core/Globals: Use std::string rather than char* to pass script names around.Naios
(cherry picked from commit b7b49fe35f87e83813466cb302ff17381792e607) Conflicts: src/server/game/Battlegrounds/BattlegroundMgr.cpp src/server/game/Globals/ObjectMgr.cpp
2015-11-07Core/ScriptMgr: Replace IsDatabaseBound() methods through traits.Naios
(cherry picked from commit 12d1993994b11785174c7caa7d7f9b5aa87d8411)
2015-11-06Core/Corpses: Fixed a possible crash adding bones to gridShauren
Closes #15808 (cherry picked from commit ec1583df67605b7253a34dc5f153cdad5b16969e)
2015-11-05Core/Commands: Added assertion checking if command name is not nullShauren
(cherry picked from commit 56959697257aba3537af2273d9d30114bfd6bd5c)
2015-11-05Core/Accounts: Fixed ban check after 517a30d7c189b0530711f78508f9731e31fe5a53Shauren
2015-11-03Merge pull request #15804 from Tonghost/3.3.5jackpoz
Core/Misc: Remove unneeded files
2015-11-03Merge pull request #15720 from Tonghost/3.3.5Carbenium
Core/Items: Fix a trading spoof exploit.
2015-11-03DB/CORE Minor change in quest Kick, What Kick? and some codestylesirikfoll
Remove the line that despawns the 'Apple' npc, this despawn is non-blizzlike and breaks the quest. Thx Killyana for sql and valuable information Closes #15480
2015-11-03Core/Ticket improved ticket systemShinDarth
- Safely close ticket before character deletion - Allow to keep trace of delete characters tickets (configurable) - Closes #15655 Closes #15699
2015-11-02Core/Misc: Remove unneeded filesIncorrect
These 3 BlackRock Mountain scripts can be removed from source: - boss_anubshiah.cpp - boss_gorosh_the_dervish.cpp - boss_grizzle.cpp They already removed from the creatures in DB, and are currently causing DBErrors.
2015-11-01Scripts/Naxxramas: Anub'rekhan encounter cleanup.treeston
- Cleaned up events behavior to use phases instead of weird checks for auras. - Cleaned up Crypt Guard despawn behavior, they should no longer despawn instantly upon death. - Moved initial greeting from MoveInLineOfSight hack to proper areatrigger script. - Fixed Crypt Guard respawn behaviour to prevent pulling them before Anub'rekhan has fully reset. - Fixed Crypt Guard aggro behaviour to call for help on aggro. This prevents pulling the initial pair of Crypt Guards without engaging the boss. - Added missing boss emotes. - Code style cleanup.
2015-11-01Merge pull request #15681 from Treeston/3.3.5-faerlinaMitchesD
Scripts/Naxxramas: Faerlina cleanup
2015-11-01Scripts/Naxxramax: Fix clang warningjackpoz
2015-11-01Core/Items: Corrected all spellid checks from item_template to also check -1Shauren
Closes #15797
2015-11-01Core/AI: Cleanup in CreatureAISelectorNaios
(cherry picked from commit 6fa45881914e0961c6c971d2c5e78fa3c712c5fb)
2015-11-01Core/AI: Convert the hardcoded variadic RAND functions into one C++11 ↵Naios
variadic template version. (cherry picked from commit 0b6f7845911c41dcc175996816abc2e06f7dadbd)
2015-11-01Core/Accounts: Check active column when determining if account is banned or notShauren
2015-10-31Core/Misc: Update game creature template locale in simple systemVincent-Michael
(cherry picked from commit 8aa55a0b570cfee0445cd841f86baa5ca433a803)
2015-10-31Core/Conditions: Optimizations part 3 changed ConditionStore to a simple arrayShauren
(cherry picked from commit db0c48c17fdf61b8816cc229dcfec907354326cd)
2015-10-31Core/Conditions: Optimizations part 3 removed copying condition containers ↵Shauren
all over the place (cherry picked from commit b09e63e9debfab49e635a591339294dd96b09d95)
2015-10-31Core/Conditions: Add const to methods not modifying ConditionMgrShauren
(cherry picked from commit 2cce998e905bed0873fbf0b3da981857c139e5d5)
2015-10-31Core/Conditions: Optimizations part 2 removed unneeded codeShauren
(cherry picked from commit e5c1e7d71c3460a39317bacbc432adc3307c63ca)
2015-10-31Core/Conditions: Optimizations part 1 - use containers more suited for their ↵Shauren
role (cherry picked from commit 9fa938f3e0df2ca6b9ff4f800a5b41ba18cdd214)
2015-10-31Core/Conditions: Type renamingShauren
(cherry picked from commit 5e0cee85ddd67188365ead3f18206df088e1f0c7)
2015-10-31Core: fixed warning introduced in last commitjoschiwald
(cherry picked from commit fe0c07a6fe4dea8772e69ec8ad491bdda7f61746)
2015-10-31Core/Misc: removed some useless map checksjoschiwald
(cherry picked from commit cf1e80e3d09067ca4d0078a8113a09227a9f91ae)
2015-10-31Core/Players: Fixed automatic learning skills gained from learning spells ↵Shauren
when leveling Closes #15391 (cherry picked from commit 3fceabfa113983549b5784dfd3f42259a53c258b)
2015-10-31Scripts/Ulduar/Algalon: fixed achievement "He Feeds On Your Tears"joschiwald
Ref #6157 (cherry picked from commit d68e3325d5a09328425b8ae9855f3f5936ff24f9)
2015-10-31Core/Misc: Added a few stl header includes to Common.hShauren
(cherry picked from commit 89b902b4e0d0016accd9540ca133519995a0b123)
2015-10-31Core/DBLayer: Allowed using GetDouble for SUM results instead of requiring ↵Shauren
string conversions (cherry picked from commit 3109ab2da08d094df97724355bff681d7951e576)
2015-10-31Removed unneeded nullptr checkDavid Carlos Manuelda
(cherry picked from commit 20215a8c421fd93d00233213966399a0c76e626a)
2015-10-31Fixed boss evade and doors closed by cr4st.David Carlos Manuelda
Should close #6377 and #15239 (cherry picked from commit e430f3f61ae45ca0e8e251f96a1605bdb9299eb1)
2015-10-31Core/Spells: Extended spell required shapeshift masks to 64 bits and defined ↵Shauren
a new spell attribute (cherry picked from commit 191d2c7262d3680776579055a063a433add54277)
2015-10-31Core/Spells: Fixed gcc-4.7.x compileStormBytePP
(cherry picked from commit 595bb841a9f9b71bae0fcbcdfb0eb0c38143c7fc)
2015-10-31Script/Commands: Add some sanity checks to cast commandsDavid Girón
Closes #15061 (cherry picked from commit 15dec9a76ca56930c6764e8483cbf4ce8aae4f90)
2015-10-31Core/PacketIO: fixed instance binding of gamemastersMitchesD
(cherry picked from commit 231fb1d322bc1c91f9227d43d3ef672605232154)
2015-10-31Buildsystem: Added dependency on revision_data to common project. Simply ↵Shauren
including the header in GitRevision.cpp is not enough to rebuild that file after updating sources Fixes having to build twice before GitRevision returns accurate info. (cherry picked from commit 65999801d3085387a00d7bf0a172be77571123c5)
2015-10-31Core/Players: Implemented serverside validation of reserved/profane namesShauren
Closes #15357 New library dependency: Boost.Regex (cherry picked from commit b564c10b13effed63c7b7dae25117e2e0a2c64e4)
2015-10-31Core/Networking: Fixed possible crashes happening if async query retrieving ↵Shauren
account data takes too long Closes #14944 (cherry picked from commit 590c6e399d778db459fc8417322c80549081440a)
2015-10-31Core/Threading: Fixed possible data races after making auth queries async by ↵Shauren
moving their processing to boost::asio::io_service::run threads (cherry picked from commit f6bc87fe5df8b60ca0bf3a35f61305fd780a7e7d)
2015-10-31Core/Threading: Significantly reduced the severity of possible data race ↵Shauren
during player login * This commit changes a data race on a pointer value to data race on integers (guid) (cherry picked from commit dbe20510569e6bd4a26892be84289b5864350ea6)
2015-10-31Core/DBLayer: Sprinkle some async magic on worldserver auth/session load processShauren
(cherry picked from commit 0e49eefe85790ac365c90202a2e22ce6b266ac31)