| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-16 | Merge pull request #5743 from MrSmite/PetAI_2 | Shocker | |
| Core/Pets: Fix the Attack button to stop flashing after combat end | |||
| 2012-03-16 | Merge pull request #5742 from MrSmite/PetAI_1 | Shocker | |
| Core/Pets: Correctly obey the stay command for pets when attacking in melee range | |||
| 2012-03-16 | Core/Spells: finish fixing dispel functionality. closes #5745 | Kandera | |
| 2012-03-16 | Core/Unit: Fix some movement issues when leaving vehicles introduced in ↵ | kaelima | |
| dce0a7d18423ecb36ebc0d8c3426dbec26fa9fff Sorry about that. | |||
| 2012-03-16 | Guild bank - Allow deposit / withdraw money without tabs | MrSmite | |
| closes 5637 | |||
| 2012-03-16 | Pet UI - Fix for "Attack" continues to flash after combat end | MrSmite | |
| Closes 5551 | |||
| 2012-03-16 | Fix for pets moving from stay during combat | MrSmite | |
| Closes #5612 | |||
| 2012-03-16 | Core/Movement: Do not process server side relocation if reading movementinfo ↵ | Machiavelli | |
| from client resulted in violations (= hacking). | |||
| 2012-03-16 | Minor typo, major consequences. | Machiavelli | |
| 2012-03-16 | Core/Movement: Add server-side check for movementflag correction in previous ↵ | Machiavelli | |
| commit. This effectively prevents (most if not all) flyhacking. | |||
| 2012-03-16 | Core/Movement: Fix players still able to fly on SPELL_AURA_FLY and ↵ | Machiavelli | |
| SPELL_AURA_MOD_INCREASE_MOUNTED_FLIGHT_SPEED unapply. Closes #5731 | |||
| 2012-03-16 | Core/Script: Code style and remove unused core. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-16 | Core/Spells: fix shield slam giving nothing to dispel error. | Kandera | |
| 2012-03-16 | Core/Script: Clean-Up in Scripts. | Gyx | |
| Item* pItem -> Item* item Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-16 | Core/Script: Code style. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-16 | Core/DBC: Updated ScalingStatValues format string | Shauren | |
| 2012-03-16 | Core/Script: Code style. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-16 | Core/Script: Clean-Up in Scripts. | Gyx | |
| InstanceScript* m_instance -> InstanceScript* instance Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-16 | Core/Opcodes: Defined a new opcode | Shauren | |
| 2012-03-16 | Core/Script: Clean-Up in Scripts. | Gyx | |
| GameObject* pGO -> GameObject* go Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-16 | Core/Script: Clean-Up in Scripts. | Gyx | |
| Creature* c -> Creature* creature Creature* _Creature -> Creature* creature Creature* Creature -> Creature* creature Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-16 | Core/Spell: Add some missing cast results which require additional data when ↵ | kaelima | |
| sent. And rename two researched castflags (thanks TOMRUS) | |||
| 2012-03-16 | Core/Misc: Random cleanup | kaelima | |
| 2012-03-16 | Core/DBC: added cloak mask to armorMod and did some cleanup in ↵ | kaelima | |
| ScalingStatValuesEntry | |||
| 2012-03-15 | Core/Spells: Used correct implementation for checking if a spell effect ↵ | Kandera | |
| targets an area. | |||
| 2012-03-15 | Core/Spells: Fix bugged mass dispel after previous commits | Kandera | |
| 2012-03-15 | Core/Spells: Fix being unable to use spells due hasDispellableAura being ↵ | Kandera | |
| false if no spell effects were SPELL_EFFECT_DISPEL | |||
| 2012-03-15 | whitespace cleanup | Kandera | |
| 2012-03-15 | Core/Spells: add correct checking for dispeling errors. Fixes spammable cleanse. | Kandera | |
| 2012-03-15 | Core/Spells: Fixed copy paste mistake that caused all area spells to search ↵ | Shauren | |
| targets starting from caster's coordinates instead of targeted destination | |||
| 2012-03-15 | Core/Movement: Added more movement flags that cause units to select flight ↵ | Shauren | |
| speed instead of run | |||
| 2012-03-15 | Scripts/Icecrown Citadel: Corrected flying animations for frostwyrms in ↵ | Shauren | |
| Sindragosa's Lair and prevent reentering combat with Deathbringer Saurfang after encounter is won | |||
| 2012-03-15 | Core/Units: Offset z coordinate only if MOVEMENTFLAG_HOVER is present, not ↵ | Machiavelli | |
| MOVEMENTFLAG_DISABLE_GRAVITY. (Remnant from an early incorrect version of my UNIT_FIELD_HOVERHEIGHT patch) | |||
| 2012-03-15 | Core/Movement: Add server side filters for MOVEMENTFLAG_WATERWALKING, ↵ | Machiavelli | |
| _FALLING_SLOW and _HOVER depending on required aura types. Fixes exploiting when aura unapply packets (such as corrected in previous commit) are blocked/altered before reaching the client. | |||
| 2012-03-15 | Core/Movement: Send correct packet to client when unapplying hover, feather ↵ | Machiavelli | |
| fall and water walking auras. Closes #5704 | |||
| 2012-03-14 | Merge pull request #5717 from mweinelt/master | Shauren | |
| Scripts/Magister's Terrace: Fix Translocation Orb Activation and corr… …ect some codestyle | |||
| 2012-03-14 | Scripts/Magister's Terrace: Fix Translocation Orb Activation and correct ↵ | Martin Weinelt | |
| some codestyle | |||
| 2012-03-14 | Revert "Core: more more cleanup" - Build test anyone? | leak | |
| This reverts commit 20cd4c71ee6336610daab304959909b2f6397287. | |||
| 2012-03-14 | Core/SpellScripts: fix crash caused my spell_gen_vehicle_scaling. closes ↵ | kandera | |
| #5703 (thx vincent-michael) | |||
| 2012-03-14 | Merge pull request #5714 from thomas33/master | kandera | |
| more cleanup in files | |||
| 2012-03-14 | Core: more more cleanup | thomas33 | |
| 2012-03-13 | Merge pull request #5702 from Gyx/master | Discover- | |
| Core/Script: Clean-Up in Scripts. | |||
| 2012-03-14 | Core/Script: Clean-Up in Scripts. | Gyx | |
| InstanceScript* Instance -> InstanceScript* instance Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-14 | Core/Script: Clean-Up in Scripts. | Gyx | |
| Creature* c -> Creature* creature Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-14 | Core: Corrected conflicting variable names | Shauren | |
| 2012-03-13 | Merge pull request #5690 from thomas33/master | Shocker | |
| Core/Misc: Remove hungarian notations | |||
| 2012-03-13 | cleanup | thomas33 | |
| 2012-03-13 | more cleanup | thomas33 | |
| 2012-03-12 | Merge pull request #5686 from Bezo/master | Shocker | |
| Core/Arena: Add match type info for arena logs | |||
| 2012-03-13 | Logs/Arena: | Bezo | |
| Add match type for extended arena logs for statistics Add match type for winner logs. | |||
