Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-24 | Core/Movement: Final fix for MSG_MOVE_TELEPORT | Trista | |
* Creator Subv, (thx to Shauren also who stated that this packed should be used when researchs were started) - You all should'be thankful, that bug was a real bitch * Fix creatures using NearTeleportTo (example Urom in Oculus, Skeram/Viscidus in AQ and Heigan in Naxxramas) | |||
2012-12-24 | Core/BuildSystem: Added some more headers to the collisions project PCH | Subv | |
2012-12-24 | DB/Conditions: Add missing condition for Attunement to the core for horde | Malcrom | |
Closes #5619 | |||
2012-12-24 | SQL: Rename in correct names | Vincent_Michael | |
2012-12-24 | DB/SAI: correct some issues with Eliza's Grave Dirt | Gacko | |
Closes #8709 | |||
2012-12-24 | Update src/server/game/Entities/Unit/Unit.cpp | MrSmite | |
Fix crash on "tame pet" | |||
2012-12-24 | DB/reputation_reward_rate: Set correct daily quest reputation gain for ↵ | Malcrom | |
faction: The Kalu'ak | |||
2012-12-24 | DB/Object: Add Warpwood Pod Spawns to Dire Maul | Malcrom | |
2012-12-23 | DB/Creature: Malygos 25 mode fix. Also fix file extention on previous push. | Malcrom | |
Closes #8658 | |||
2012-12-23 | DB/SAI: Val'kyr Taskmistress Combat AI | Malcrom | |
2012-12-24 | Scripts/Quest: Gambling Debt and Words of Power | Trista | |
* Quest support for Gambling Debt. Closes: #3122 * Fix bugging script for Words of Power: Closes: #7349 * Fix codestyle that vs broke from: 8c82c075cc32451d62d32bd0cfb51d60168ea8c5 | |||
2012-12-24 | Scripts/Quest: Defending Wyrmrest Temple | Trista | |
* insert complete db sniff support, appart from missing spawns * remove achievement from disables (supported by core - timed one) * insert core support for spells and the defender itself, since SAI makes it act weird (maybe in future when SAI get integrated someone will convert it) Closes #1861 on 90% (except spawns (there are enough, but a lot more needed and minnor stuff that are core side connected with vehicles spellcastresults) | |||
2012-12-23 | Core/Spells: Spells that are usable while stunned should no longer have ↵ | Subv | |
problems with stun auras that don't apply any mechanic. | |||
2012-12-23 | DB/SAI: Fixes quest: Hell Hath a Fury | Pitcrawler | |
2012-12-23 | DB/Players: Fix message sent when DND is enabled | Nay | |
Closes #8428 Also update some sql file names | |||
2012-12-23 | Allow setting afk/dnd message in afk/dnd state | stfx | |
Also use the same variable to store the message for AFK and DND Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
2012-12-23 | Fix receiving whispers while being dnd | stfx | |
Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
2012-12-23 | Core/Entities: Also send MSG_MOVE_TELEPORT to the player | Subv | |
2012-12-23 | Core: Fix warning | Gacko | |
boss_sindragosa.cpp:235: warning: unused parameter killer | |||
2012-12-23 | Core/Entities: Missing change from previous commit | Subv | |
Calling UpdateObjectVisibility() will make sure that the semi-far teleports (those where the destination position is not in direct sight) will work correctly. | |||
2012-12-23 | Core/Movement: Fixed near teleports, big thanks to @Trista who basically ↵ | Subv | |
figured this out on his own. | |||
2012-12-23 | Scripts/Icecrown Citadel: Fixed a possible crash in Blood Nova spell script | Shauren | |
Closes #7046 | |||
2012-12-23 | DB/Creature Text: Added sound & updated some texts with sniffed data for ↵ | Kinzcool | |
Millhouse Manastorm | |||
2012-12-23 | DB/Creature Text: Added sounds for Warden Mellichar | Kinzcool | |
2012-12-23 | Fix pets lagging behind and despawning by slightly adjusting speed | MrSmite | |
if too far from owner. Closes #8740 | |||
2012-12-22 | DB: The Crusaders Pinnacle chain. Thx @Exodius | Gacko | |
2012-12-22 | Merge pull request #8739 from MrSmite/PetAI_CanAttack_bugfix | Subv | |
Fix a minor PetAI behavioral issue | |||
2012-12-22 | Update src/server/game/Entities/Unit/Unit.h | MrSmite | |
2012-12-22 | Update src/server/game/AI/CoreAI/PetAI.cpp | MrSmite | |
2012-12-22 | Core/Spell: Last work on Shadows Fate | Gacko | |
- Shadows Fate can now be applied by more than just one player at the same time. So on everyone who hits the unit the credit spell with the visual will be casted on death. - The AOE credit spells for the three infusion quests will be casted by the boss once. If this would be done on proc, these AOE spells could be casted up to 25 times. -> 25 AOE credit spells plus 25 Soul Feast credit spells equals Sh** | |||
2012-12-22 | Core/Spell: Shadows Fate crash fix | Gacko | |
2012-12-22 | Core/Spell: Properly rewrite previous change: ↵ | Trista | |
80dcf879deb61198ff2c91d71887f0eae9acad68 * thx to @joschiwald for noticing problem and helping, see rest info in comment or previous fix | |||
2012-12-22 | Core/Spells: TARGET_UNIT_MASTER passenger support | Trista | |
* what happened before was spells casted from vehicle to passenger getting blocked by general check exceptions that state passengers to be not implicitly spell hit, however they should be ignored when caster is vehicle to master passenger * fix a lot of quests that award kill credit that was blocked before * precisely closes: #8643 and makes #5254 awardable | |||
2012-12-21 | Fix pet stopping approach when attacked by another creature | MrSmite | |
Fix pet placed on stay after "attack" not attacking new attackers Closes #8735 | |||
2012-12-22 | Core/Conditions: implement CONDITION_SOURCE_TYPE_SPELL_PROC and use it in ↵ | joschiwald | |
old and new proc system Usage: SourceTypeOrReferenceId: 24 - SourceGroup: always 0 - SourceEntry: spell id of aura which triggers the proc - ConditionTarget: * 0 - Actor * 1 - ActionTarget | |||
2012-12-22 | Core: Fix more some codestyle | Vincent_Michael | |
2012-12-22 | DB/SAI: Finish off converting quest_end_scripts | Trista | |
* http://www.trinitycore.org/f/topic/7556-looking-for-people-to-convert-quest-end-scripts/ * fixup some timing errors I made on previous * someone has to kill table + core linking to it | |||
2012-12-21 | Core: Fix some codestyle in 957571e18c4d6e5874ce1052ae49e4d0d21018be | Vincent_Michael | |
2012-12-21 | SQL: Fix "No newline at end of file" in af4f42383fb939ddb23b857e8f187ba17c07d814 | Vincent_Michael | |
2012-12-21 | DB/Conditions: Add conditions for Sigil of the Ebon Blade for only Lithe Stalker | Vincent_Michael | |
2012-12-21 | DB/Conditions: Add some conditions for spell targets | Vincent_Michael | |
2012-12-21 | Fix | Mislav Blažević | |
2012-12-21 | Update | Mislav Blažević | |
2012-12-21 | Core/Spell: Add missing break. | Gacko | |
2012-12-20 | Core/Spell: Shadow's Fate conditions | Gacko | |
Some of the quests only can be done in 25man mode | |||
2012-12-20 | DB/Conditions: Fix typo in f4e7cde1b5c8e5f071c4cb650a1101e184ddf552 (argh ↵ | joschiwald | |
.... i've failed) | |||
2012-12-20 | Script/AQ: Rewrite Skeram | Mislav Blažević | |
Add spell_target_position for Skeram Viscidus cosmetic fix Cosmetic fix Cosmetic fix .sql | |||
2012-12-20 | SQL: Rename SQL merged in PR | Vincent_Michael | |
2012-12-20 | Merge pull request #8662 from MrSmite/ItemContainer_1.1 | Subv | |
Item Loot Saving | |||
2012-12-20 | Core/Spell: Reimplement Shadow's Fate check | Gacko | |