aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-04Instance/SunkenTemple: Some cleanup.treeston
2016-03-04Misc/Extractor: Add batch file for extractorsAokromes
You must copy it to your wow directory with the tools and run it. Linux version is welcomed.
2016-03-04Rename 2016_03_03_NPC_THRALL_WARCHIEF_world_335.sql to ↵MitchesD
2016_03_04_02_world_335.sql
2016-03-04Merge pull request #16720 from tkrokli/npc_thrall_warchiefMitchesD
Core/Scripts: npc_thrall_warchief hardcoded text
2016-03-04Rename 016_03_04_01_world.sql to 2016_03_04_01_world.sqlAokromes
2016-03-04DB/Misc: Fix startup errorAokromes
Closes #16721
2016-03-04Scripts/SunkenTemple: Quest 3447 Secret of the Circle Thanks to Tkrokli, ↵durotar
Kilyana and Nayd Closes #808 Signed-off-by: MitchesD Closes https://github.com/TrinityCore/TrinityCore/pull/16367
2016-03-03Merge pull request #16523 from tkrokli/smart_action_set_corpse_delayMitchesD
[3.3.5][6.x]Core/SmartScript: create SMART_ACTION_SET_CORPSE_DELAY
2016-03-03DB/Quest: Killing Two Scourge with One SkeletonDr-J
* script turn in event with ghostwing grabbing Olakin Sainrith * phasing at Blackwatch will also kill Table `vehicle_template_accessory`: creature template entry 31432 has no data in npc_spellclick_spells from previous commit
2016-03-03Core/Scripts: npc_thrall_warchief hardcoded texttkrokli
7 more text lines removed in the ongoing series: "Remove hardcoded text from core scripts". Core script for quest 6566, What The Wind Carries (part of the Horde Onyxia quest chain) - create new gossip_menu_option entries - link the options via the table gossip_menu - remove hardcoded text from the script
2016-03-03Core/AI: Fix an edge case crash with PlayerAI. Again. Sheesh.treeston
2016-03-03Rename 2016_03_03_00_world.sql to 2016_03_03_00_world.sqlMitchesD
2016-03-03DB/Quest: Troll Patrol: Can You Dig it?Dr-J
Script http://www.wowhead.com/quest=12588/troll-patrol-can-you-dig-it Also fixes http://www.wowhead.com/quest=12519/troll-patrol-whatdya-want-a-medal And fixes some issues with http://www.wowhead.com/quest=12568/troll-patrol-done-to-death Also fixes run time error 'able `event_scripts` has gameobject type (175584) unsupported by command SCRIPT_COMMAND_RESPAWN_GAMEOBJECT for script id 4845'
2016-03-03Core/Database: Use RAII for resource management in MySQLConnectionNaios
* Prevents double deletion of MySQLConnection after errors * The object stays valid after an error and will wait for a reconnect * Also crash the server if 5 reconnects fail * Corrects an issue where the server was crashed after one reconnect because mysql_thread_id was invoked with an invalid handle
2016-03-03Core/Database: Move DatabaseWorkerPool into it's own translation unitNaios
2016-03-03Core/Database: Use RAII instead of raw pointers for resource managementNaios
* Corrects dirty usage of vectors with array indexes * Removes _connectionCount which is now handled through the vector size * Rename magic identifier "t" to "connection"
2016-03-03Core/Database: Close the databases correctly when the DBUpdater failsNaios
* Also fixes a memory leak spotted by Aokromes
2016-03-02Merge pull request #16676 from ccrs/summonsinitTreeston
Core/TempSummons: avoid use MoveInLineOfSight before InitSummon
2016-03-02Merge pull request #16711 from ariel-/conditionmergeShauren
[3.3.5 only] Core/Conditions: Improved mergeability between branches
2016-03-02Rename 2016_99_99_99_world_335.sql to 2016_03_02_00_world_335.sqlariel-
2016-03-02Core/Conditions: Improved mergeability between branchesariel-
2016-03-01Util/Random: Add randtime(Milliseconds const&, Milliseconds const&) to ↵treeston
supersede urandms(uint32,uint32) for scripts being ported to std::chrono.
2016-03-01Core/TempSummons: avoid use MoveInLineOfSight before InitSummonccrs
2016-03-01DB/Quest: Troll Patrol / CongratulationsDr-J
* Congratulations only available if a version of troll patrol is complete * Pooling for Troll Patrol quests
2016-03-01Core/Creature: Prevent friendly vehicles from trying to attack their rider ↵treeston
after dismounting.
2016-03-01Scripts/Karazhan: Use the correct method to access Opera's side entrance doorNyeriah
2016-02-29Merge pull request #16706 from tkrokli/zulaman_sound_duplicatesjoschiwald
Core/Scripts/Zul'Aman: sound handled in creature_text
2016-02-29Core/Scripts/Zul'Aman: sound handled in creature_texttkrokli
- Sound playback is handled via creature_text - remove `DoPlaySoundToSet()` to avoid duplicate playback - remove redundant 'me' parameter from `Talk()` entries
2016-02-29DB/Event: Removed remaining gameobject that are no longer present ingameKittnz
2016-02-29Update boss_nalorakk.cppAokromes
2016-02-29Rename 2016_02_29_ZULAMAN_world.sql to 2016_02_29_00_world.sqlAokromes
2016-02-29Merge pull request #16704 from tkrokli/zul_aman_text_cleanupAokromes
Core/Scripts: Zul'Aman boss script text cleanup
2016-02-29Core/Scripts: Zul'Aman boss script text cleanuptkrokli
Replacing more hardcoded text with DB entries. A little bit extra enum alignment and sorting.
2016-02-28Scripts/Karazhan: Clean up instance scriptNyeriah
Closes: #16533
2016-02-28Merge pull request #16692 from tkrokli/headless_horseman_emoteAokromes
Core/Scripts/boss_headless_horseman: remove hardcoded text
2016-02-28Rename 2016_02_28_CLEAN-UP_world.sql to 2016_02_28_00_world.sqlAokromes
2016-02-28Merge pull request #16699 from tkrokli/triple_zone_cleanupAokromes
Core/Scripts: triple zone cleanup
2016-02-28Core/Scripts: triple zone cleanuptkrokli
Remove hardcoded (as well as deprecated) text in the following places: - blackrock_depths.cpp - zone_burning_steppes.cpp - zone_stormwind_city.cpp Updates https://github.com/velinath/TrinityCore/issues/2
2016-02-28Unit/AI: Making Nayd happy.treeston
2016-02-28Core/Scripts/boss_headless_horseman: remove hardcoded texttkrokli
Remove the old `#define EMOTE_LAUGHS "Headless Horseman laughs"` No emote is ever used on retail. It would have created log spam.
2016-02-28Fix some behavioral weirdness resulting from 79a945d5 - thanks ccrs.treeston
2016-02-27Unit/AI: Move CharmedPlayerAI logic from the SetCharmedBy/RemoveCharmedBy ↵treeston
hooks to Player::Update -> Unit::UpdateCharmAI to guarantee thread safety and prevent race condition crashes.
2016-02-27Scripts/Spells: Glyph of Arcane Shot is affected by own debuffs on target onlyjoschiwald
2016-02-27Core/Logging: fixed default logger (partial reverts ↵joschiwald
0904858624297bb6098bde7d22fd080245dd8d5a)
2016-02-27Core/Gossips: fixed long time not seen typo in ↵joschiwald
c81d6e9b4bec14a46fd4eb01ce51d874a12bf5f7
2016-02-27Merge pull request #16666 from Treeston/3.3.5-bodypullTreeston
[3.3.5] Fix bosses losing interest in the person running at them
2016-02-27Scripts/Ulduar: Fix crashjackpoz
Change an assert to a NULL check on Flame Leviathan vehicle kit, it can be NULL on map unload. Close #16662
2016-02-27DB/Spells: "Val'anyr, Hammer of Ancient Kings" now properly shields targets ↵treeston
healed by Glyph of Holy Light, Earth Shield and others. Fixes & closes #16478.
2016-02-26DB/EventScripts: Clean up the Scryer's Orb no longer used event scriptNyeriah
* Ref #13208
2016-02-26DB/Quest: Bombard the BallistaeDr-J
Add missing visuals for http://www.wowhead.com/quest=12232/bombard-the-ballistae