| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-09 | Core/MMaps: Added a little workaround to prevent the crash. | Subv | |
| ref issue #7631 | |||
| 2012-09-09 | Merge remote-tracking branch 'origin/master' into mmaps | Nay | |
| 2012-09-09 | Corrections to previous merged in PR | Nay | |
| 2012-09-08 | Merge pull request #7703 from myran2/PR1 | Nay | |
| Core/Commands: .unstuck command | |||
| 2012-09-08 | Removed a line of debug code | Myran2 | |
| 2012-09-08 | Core/Commands: Replaced .start with a new command, .unstuck. Usage ↵ | Myran2 | |
| information can be found by typing .unstuck in-game | |||
| 2012-09-08 | Core/Characters: Add validation checks to barbershop use (prevents exploits) | Nay | |
| Thanks Kiddie Closes #7702 | |||
| 2012-09-08 | Core/Objects: Method to get nearest GO of type X, FindNearestGameObjectOfType | Nay | |
| Thanks Subv for the idea | |||
| 2012-09-08 | Core/Entities: Fixed GameObject::FindNearestX for objects with the same ↵ | Subv | |
| coordinates. closes #4581 | |||
| 2012-09-08 | SQL/Achievements: Fixed achievement "Wrecking Ball" | Subv | |
| It should only count player deaths. closes #1734 | |||
| 2012-09-08 | Core/Spells: Remove incorrect usage of SPELL_ATTR0_NEGATIVE_1 in ↵ | Shocker | |
| CanDispelAura (which is used in SPELL_AURA_SCHOOL_IMMUNITY handling) Closes #5940 | |||
| 2012-09-08 | Core/Items: Fixed items with ITEM_MOD_BLOCK_VALUE ( Increases the block ↵ | Subv | |
| value of your shield by X ) Closes #716 | |||
| 2012-09-08 | Core\Characters: Consecutive letters validation for CheckPlayerName | Kiddie | |
| Closes #7694 | |||
| 2012-09-08 | SQL: Update characters_database.sql | Nay | |
| 2012-09-08 | Core/Spells: Corrected Glyph of Blessing of Might and Glyph of Blessing of ↵ | Subv | |
| Wisdom. They should not affect Greater Blessing of Might and Greater Blessing of Wisdom. | |||
| 2012-09-08 | Core/Spells: Use the UNIT_FIELD_CHANNEL_OBJECT field instead of ↵ | Subv | |
| Spell::m_targets to select the channel targets of a triggered spell. Closes #7246 | |||
| 2012-09-08 | Core/Scripts: Muglash should walk instead of running. | Subv | |
| 2012-09-08 | Merge pull request #7690 from Geodar/master | blub | |
| Core/Scripts: Fix typo | |||
| 2012-09-08 | Core: Fix warnings | Vincent-Michael | |
| 2012-09-08 | Core/Scripts: Fix Typo in 7121f015ed6561a4bc12cf08d8f9286b113e66ad | Geodar | |
| 2012-09-08 | DB/Creatures: Fix Kologarn InhabitType | Vincent-Michael | |
| 2012-09-08 | Merge remote-tracking branch 'origin/master' into mmaps | Nay | |
| Conflicts: src/server/game/Movement/Spline/MoveSplineInit.cpp | |||
| 2012-09-08 | DB/Achievement: Fix achievement "Who Needs Bloodlust"? | Vincent-Michael | |
| Closes: #4812 | |||
| 2012-09-08 | Fix a typo in SmartScript.cpp | Nay | |
| I blame vincent! | |||
| 2012-09-08 | Core/Spells: Fix Flash of Light proc only for Infusion of Light | Vincent-Michael | |
| Closes: #6274 | |||
| 2012-09-08 | Core/SAI: Implement SMART_ACTION_SET_HOME_POS (101) | Santiago | |
| No parameters; allowed targets: self and position Closes #7689 | |||
| 2012-09-08 | Core/Authsocket: Correct field types for an account_banned related query | Nay | |
| Thanks @Tuxity Closes #6373 Closes #7511 | |||
| 2012-09-07 | Core/Scripts: Fixed a copy/paste mistake from previous commit | Subv | |
| 2012-09-07 | Core/Spells: Fixed Improved Health Funnel damage reduction effect. | Subv | |
| Author: Josh closes #7275 | |||
| 2012-09-07 | DB/Schema: Change charset of `characters` | Subv | |
| Allows having different characters with names like "Subv" and "Súbv", it was not possible to have two characters with these names at the same time before closes #7679 | |||
| 2012-09-07 | Core/Units: Check if a quest is disabled first in Player::CanTakeQuest ↵ | Subv | |
| before doing further checks. closes #7654 | |||
| 2012-09-07 | Core/Spells: Allow more aura types to use spell_group_stack_rules data. | Subv | |
| 2012-09-07 | Core/World: Fix AutoBroadcast time refresh with reload | Vincent-Michael | |
| 2012-09-07 | Scripts/ToTC: Correcting Jaraxxus Volcano and Nether Portal behaviour | tibbi | |
| Closes #7687 Closes #7467 | |||
| 2012-09-07 | Code/Dungeon Finding: Update Role Check timer to blizzlike interval(40 seconds). | w1sht0l1v3 | |
| Closes #6781. | |||
| 2012-09-07 | Core/SkillHandler: Fix exploit when sending modified values in ↵ | Kiddie | |
| CMSG_UNLEARN_SKILL Closes #7663 | |||
| 2012-09-07 | Core/Vehicle: Improved the position fix when changing vehicle from ↵ | kaelima | |
| 5eb22e5b646fbe1774100e6b3eb7b876591e1cf6 Thanks Shauren | |||
| 2012-09-07 | Typo | kaelima | |
| 2012-09-07 | DB/NPCs: Set UNIT_FLAG2_REGENERATE_POWER for all creatures | Nay | |
| (exceptions to this rule will have to be fixed) | |||
| 2012-09-07 | Merge remote-tracking branch 'origin/master' into mmaps | Nay | |
| Conflicts: src/server/game/Movement/Spline/MoveSplineInit.cpp | |||
| 2012-09-07 | Tabs to spaces... | Nay | |
| 2012-09-07 | Core/MMaps: Add several safety checks to confirm a valid path generation. | kaelima | |
| - Address some issues in TargetMovementGenerator. Thanks Chevron | |||
| 2012-09-06 | Merge pull request #7678 from Aokromes/master | Subv | |
| Scripts/Scarlet Monastery: Final boss kill credit closes #7341 | |||
| 2012-09-07 | Scripts/Scarlet Monastery: Final boss kill credit closes #7341 | Aokromes | |
| When Scarlet Commander Mograine dies and High Inquisitor Whitemane appears, if she is downed very quickly, then she will not perform the ressurection on Mograine and will not stun anyone, thus Mograine wont give the achievement nor loot. She should be invincible till she has ressurected Mograine. | |||
| 2012-09-07 | Core/Vehicle: Correction to 5eb22e5b646fbe1774100e6b3eb7b876591e1cf6. Thanks ↵ | kaelima | |
| joschiwald (and slap some others) for noticing | |||
| 2012-09-07 | Core/Vehicles: | kaelima | |
| - Send proper triggering flag when casting spellclick spells on vehicles (should not be fully triggered) - Only compute non-transport positions when not finalized. (Fixes changing seat on vehicles, or changing vehicle from vehicle) | |||
| 2012-09-07 | Core: Fix some code style | Vincent-Michael | |
| 2012-09-07 | DB/Spells: Fix Flamecap Fire damage | Vincent-Michael | |
| 2012-09-06 | Core/Conditions: Allow multiple condition for spellclick source type | cyberbrest | |
| Currently unused in 335 but required for some 434 spellclicks | |||
| 2012-09-06 | Fix some code style issues in previous PR merge | Nay | |
