| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-14 | Merge pull request #8583 from Gacko/scripttexts | Subv | |
| Core/DB: Drop table script_texts | |||
| 2012-12-15 | Core/Script: Fix Dimensional Ripper spell learning | Filip | |
| 2012-12-14 | Core: Fix non pch build | Vincent_Michael | |
| 2012-12-14 | Core/Spells: Rename spell script scripts in correct script name | Vincent_Michael | |
| 2012-12-14 | Core/QuestHandler: Minor change on output from two logentries to make more sense | click | |
| 2012-12-14 | Core/PetAI: Fixed a crash in PetAI::CanAttack | Subv | |
| Closes #8660 | |||
| 2012-12-14 | DB/Misc: Fix startup errors | Vincent_Michael | |
| 2012-12-14 | DB/SpellClick: Remove redundant spellclick spell for npc 30228, as it is ↵ | kaelima | |
| already indirectly applied from npc 30500 | |||
| 2012-12-14 | Scripts/Events/Achievement: fix 'Out With It' | CeIa | |
| Credits to @darkman1983 Closes #8211 Closes #8126 Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
| 2012-12-14 | DB/World: Correct some waypoint_data and properly add PK to this table | Nay | |
| 2012-12-14 | DB/World: Create a new sql with the code fixed in 294d7c0707abe42812, also ↵ | Nay | |
| fix typo | |||
| 2012-12-14 | DB/World: Fix a typo in file 2012_11_24_03_world_varius_fixes.sql | Nay | |
| >ERROR 1264 (22003) at line 359: Out of range value for column 'ConditionTarget' The above error is only present when using MySQL strict mode (and that is **recommended**) To enable strict mode add `sql_mode=STRICT_ALL_TABLES` to my.init MySQL configuration file | |||
| 2012-12-13 | Merge pull request #8517 from cody-/master | click | |
| Core/Tools: Fix a minor issue with compiling the vmap4 extractor on MacOS X (this should be made more generic at a later time in space...) | |||
| 2012-12-13 | Core/Protocol: Enable SMSG_RESURRECT_REQUEST | kaelima | |
| 2012-12-13 | Core/DB: Drop table script_texts | Gacko | |
| 2012-12-13 | DB/World: Add missing primary keys to 5 tables | Nay | |
| Initial patch by @thebillkidy - ref #8646 | |||
| 2012-12-12 | Core/Quest: Fix reputation calculation for SPELL_AURA_MOD_REPUTATION_GAIN | Vincent_Michael | |
| 2012-12-10 | DB/Creature: Add pathings and formations for various creatures: | baric | |
| Add formation for Razormane Wolves and Hunters Closes #8514 Add missing Raptor Egg nests Closes #8594 Add pathing for Twilight Prophet Closes #8601 Add pathing for Setis Closes #8602 Add pathing for Lapress Closes #8604 Add pathing for Ghost Howl Closes #8605 Add formation and pathing for Magram Pack Runners & Bonepaws Closes #8606 Add formation for Caliph Scorpidsting Closes #8608 | |||
| 2012-12-10 | Core/StatSystem: Fixed possible crash when calculating health bonus from stamina | Shauren | |
| Closes #8595 Closes #8620 | |||
| 2012-12-10 | Core/Hunter: Fix Call of the Wild targets | Vincent_Michael | |
| Closes #8618 Closes #8610 | |||
| 2012-12-10 | Fix crash in Blackfathom Deeps. | WishToDie | |
| Thx Vincent-Michail Closes #8557 | |||
| 2012-12-10 | DB/SAI: Fix smart_scripts for Scarlet Peasant | Vincent_Michael | |
| 2012-12-09 | DB/Quest: Add missing changes in cb501a2aa4cce1cd4868a7eda528c8ba42875db3 | Vincent_Michael | |
| 2012-12-09 | SQL: Fix Startup errors | Vincent_Michael | |
| 2012-12-09 | Merge pull request #8615 from Gacko/creaturetext | Aokromes | |
| Core/DB: Last fixes for creaturetext conversion | |||
| 2012-12-09 | Core/DB: Last fixes for creaturetext conversion | Gacko | |
| 2012-12-09 | DB/Conditions: Add fail message for Defibrillate | Vincent_Michael | |
| 2012-12-09 | Core: Fix more warnings | Vincent_Michael | |
| 2012-12-09 | Core: Fix warnings | Vincent_Michael | |
| 2012-12-09 | Merge pull request #8416 from MrSmite/PetAI_2.0 | Subv | |
| Core/PetAI: Several changes. Closes #7455 Closes #8398 | |||
| 2012-12-09 | DB/Scripts: Remove deprecated Quest_end_scripts and replace them with SAI | ZxBiohazardZx | |
| 2012-12-09 | Merge pull request #8590 from joschiwald/homebind | Shauren | |
| Core/Player: correct SetHomebind and usage of it | |||
| 2012-12-08 | Core/Player: correct SetHomebind and cleanup Spell::EffectBind | joschiwald | |
| 2012-12-08 | DB/Cleanup: remove unused db_script_strings | ZxBiohazardZx | |
| 2012-12-08 | DB/Misc: actually remove the scripts instead of keeping pointers alive that ↵ | ZxBiohazardZx | |
| arent needed | |||
| 2012-12-08 | DB/Scripts: Remove deprecated Quest_end_scripts and replace them with SAI | ZxBiohazardZx | |
| 2012-12-08 | Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4 | Subv | |
| 2012-12-07 | PetAI - Overhaul / bug fix | MrSmite | |
| * Aggressive pets now use aggro radius check based on level diff of target * Aggro radius limited to max 45 yards (per wowwiki) * Pets no longer "dance" when fighting a creature * Pets returning will defend themselves (if not passive) if owner didn't click "follow" * Pets at stay will properly pick up their owner's attackers that pass within range * Fix "no empty line at end of file" warning in PetAI * Fix typo in GetAggroRange() * Fix spell "Eyes of the Beast" - player can move pet freely * Code style cleanup * Update commit comment Closes #8398, #7455 | |||
| 2012-12-08 | Core/Scripts: Add missing creature_text for eregos | Vincent_Michael | |
| 2012-12-07 | Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4 | Subv | |
| 2012-12-07 | DB/Scripts: Remove deprecated Quest_end_scripts and replace them with SAI | ZxBiohazardZx | |
| 2012-12-07 | Core/Scripts: Add missing creature_text | Vincent_Michael | |
| 2012-12-07 | SQL: | Vincent_Michael | |
| - Fix startup errors - Rename SQLs in correct name | |||
| 2012-12-07 | Core/Scripts: Fix crash (need convert in sai) | Vincent_Michael | |
| 2012-12-07 | Merge pull request #8588 from Warpten/hotfix | Subv | |
| Fixed spell effects radius calculations | |||
| 2012-12-07 | Core/Spells: Fixed multiple spell effects where RadiusEntry is NULL but ↵ | Warpten | |
| where MaxRadiusEntry is a valid radius entry. Also fixed COD and money being swapped when sending mails, and another typo when sending battleground log data. | |||
| 2012-12-07 | DB/Misc: | Trista | |
| Make Membership Benefits monthly Closes #1550 Fix Canyon Chase Closes #1944 Add SAI for Quest: Revenge for the Vargul Closes #5971, Closes #4341, Closes #2201 Add SAI for Quests 10305,10306,10307,10182, Closes #5928, Closes #3797, Closes #1965, Closes #1966, Closes #1968, Closes #1967 | |||
| 2012-12-07 | DB/Various Fixes: | PitCrawler | |
| Add SAI support for Quests 11984, 12255, 12259 Closes #4787 Fix quest Seeking the Windserpent Godess, Setting the Stage Closes #8577 Fix quest Quest I Sense a Disturbance Closes #8515 | |||
| 2012-12-07 | DB/Misc: Various issuetracker fixes and quest_end_scripts conversions | ZxBiohazardZx | |
| Fix Wintergrasp Tower Cannon Closes #8054 Fix Stacking for Kings and Sanctuary Closes #8276 Fix Quest: Prepping the Speech Closes #8364 Update spawnposition for Sludge Beast Closes #8495 Update SAI fixing Quest Cycle of Rebirth Closes $8504, Closes #7523 Update SAI for quest No Rest for the Wicked Closes #8506 Add conditions for Quest: DrTerribles Building a better flesh giant Closes #8547 Convert some quest_end_scripts to SAI | |||
| 2012-12-07 | Merge pull request #8582 from Gacko/creaturetext | Aokromes | |
| Core/DB: Creature text for 22 script files | |||
