aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-02DB/Instance: The Eye instance updatesKittnz
- Pathing for Phoenix-Hawk, Crystalcore Devastator, Astromancer Lord, Nether Scryer - Delete & Correcting some npc's locations, formations..
2015-11-02Update 2015_11_02_00_world.sqlAokromes
2015-11-02Rename 2015_10_25_anubrekhan_world.sql to 2015_11_02_00_world.sqlMitchesD
2015-11-02Merge pull request #15658 from Treeston/3.3.5-anubrekhanMitchesD
Scripts/Naxxramas: Anub'rekhan encounter cleanup.
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-01DB/Event: Day of the Dead spawn addon fixesKittnz
Spirit's & Celebrant's should be invisible, only visible with [Orange Marigold] and [Bouquet of Orange Marigolds]
2015-11-01Rename 2015_10_08_faerlina.sql to 2015_11_01_03_world.sqlMitchesD
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-01DB: Fix a typeKillyana
2015-11-01DB/Objects: Fix Objects IDs on a previous commitKillyana
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-01DB/Event: Add missing Hallow's End event spawns on Eversong WoodsKillyana
Thanks to @kittnz for the sniffs
2015-11-01DB/Misc: Commoners (Hallow's End)Dr-J
Adds more texts and gossip for Hallows End
2015-11-01Core/Accounts: Check active column when determining if account is banned or notShauren
2015-10-31Rename 2015_10_31_02_world_2015_08_01_01.sql to ↵Aokromes
2015_10_31_03_world_2015_08_01_01.sql
2015-10-31Core/Misc: Update game creature template locale in simple systemVincent-Michael
(cherry picked from commit 8aa55a0b570cfee0445cd841f86baa5ca433a803)
2015-10-31DB/Creature: Fix movement type for Thomas YanceKillyana
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-31DB/Conditions: Dead Mage HunterDr-J
Dead Mage Hunters should not be interactable without the quest 'rifle the bodies'
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-31DB/Text: Real texts and sounds ids for Headless HorsemanDr-J
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-31Dep: Silenced build warning in G3D headerShauren
(cherry picked from commit 22653c99f874e189bda6670c42be38151b58e52b) (cherry picked from commit cce7f1adf2b76c59d8a07f080f23d4b125ed8f15) (cherry picked from commit d2795c98ddf37ab3a74752ecf54ad65af8541c25)
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)