| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-17 | Core/Game: Code style and remove unused core. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-17 | Merge pull request #5755 from GyxTom/master | Machiavelli | |
| Core/Script: Clean-Up in Scripts. | |||
| 2012-03-17 | Update src/server/game/Server/WorldSession.cpp | Machiavelli | |
| 2012-03-17 | Update src/server/game/Server/WorldSession.cpp | Machiavelli | |
| 2012-03-17 | Core/Movement: Add debug output to Worldsession::ReadMovementInfo to find ↵ | Machiavelli | |
| out which movementflag restriction was violated. Please use this to give feedback. | |||
| 2012-03-17 | Core/Script: Code style and remove unused core. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-17 | Core/Script: Code style and remove unused core. | Gyx | |
| Signed-off-by: Gyx <2359980687@qq.com> | |||
| 2012-03-16 | Merge pull request #5744 from MrSmite/Guild_1 | Shocker | |
| Core/Guilds: Allow deposit / withdraw money in guild banks without having tabs | |||
| 2012-03-16 | Core/Protocol: And correct the struct of SMSG_UPDATE_INSTANCE_ENCOUNTER_UNIT... | kaelima | |
| 2012-03-16 | Core/Movement: Remove MOVEMENTFLAG_FLYING on fly aura unapply as well as ↵ | Machiavelli | |
| _CAN_FLY | |||
| 2012-03-16 | Core/Movement: Fix brackets in macro | Machiavelli | |
| 2012-03-16 | Core/InstanceScript: Encounterframe research - extended the ↵ | kaelima | |
| EncounterFrameType enum | |||
| 2012-03-16 | Merge pull request #5733 from GyxTom/master | Shocker | |
| Core/Script: Clean-ups in scripts | |||
| 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 | |||
