| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-28 | Remove a remnant from debugging code from prev. commit. (sorry) | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-04-28 | Fix action buttons sent to client when swapping between talent specs. ↵ | Machiavelli | |
| Storage related parts by Hunuza (MaNGOS), big thanks. --HG-- branch : trunk | |||
| 2010-04-10 | BG: Ignore min player limit while in debug mode | Alex Bolotsin | |
| Patch by AntiDiavol closes issue 1581 --HG-- branch : trunk | |||
| 2010-04-28 | Fix Arena autodistribution interval time shift | Spp | |
| Patch by leak Closses issue 1703 --HG-- branch : trunk | |||
| 2010-04-28 | Fix SMSG_AUTH_RESPONSE when queue is full. | Spp | |
| Patch by Gian --HG-- branch : trunk | |||
| 2010-04-27 | Fix timed achievement checks for boss killed in instance. | Trazom62 | |
| Requires DB update. --HG-- branch : trunk | |||
| 2010-04-27 | Implement support of Timed Achievement. Thanks Shauren. | Trazom62 | |
| Fixes issue #1431. --HG-- branch : trunk | |||
| 2010-04-27 | Implement Opcode SMSG_CORPSE_NOT_IN_INSTANCE | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-26 | Fixed weekly quest reset by Gyullo. | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-04-26 | Fix Scourge Strike. Thanks Havenard. | Trazom62 | |
| Fixes issue #1668. - additional damage is now done properly as shadow damage and no longer as additional physical damage. --HG-- branch : trunk | |||
| 2010-04-26 | Remove a remnant from some local testcode (damn, I'm sure I had removed it - ↵ | click | |
| it's not even related to the previous fix) --HG-- branch : trunk | |||
| 2010-04-26 | Properly relearn talents/spells when changing active specialization - also ↵ | click | |
| relearn the spells that require this talent Fixes issue #907 - Patch by liberate --HG-- branch : trunk | |||
| 2010-04-25 | Implement coreside support for questflag QUEST_FLAGS_AUTO_ACCEPT and its use ↵ | click | |
| - patch and research by click and Liberate (This also fixes the complaints that starter-quests were broken - the flag was actually never used coreside) --HG-- branch : trunk | |||
| 2010-04-25 | Fix channelled spells when player has lot of haste AND a buff reducing spell ↵ | Trazom62 | |
| duration. Thanks dr.tenma. Fixes issue #1052. --HG-- branch : trunk | |||
| 2010-04-25 | Fix resilience update for 3.3.x. Thanks dr.tenma. | Trazom62 | |
| Fixes issue #198. --HG-- branch : trunk | |||
| 2010-04-25 | Drak'Tharon Keep, Tharon'Ja: Demorph players when boss dies | Tartalo | |
| Thanks & congratz to all developers, contributors & users, we reach revision 8000 ;) --HG-- branch : trunk | |||
| 2010-04-25 | Fix HandleStatModifier for BASE_PCT and TOTAL_PCT modifierType. | Trazom62 | |
| Formula was incorrect. It gave a slight advantage when there are several auras for the same UnitMod. Ex: if you had 2 auras giving 50%, - previous formula would give: 1*1.5*1.5=2.25 - new formula give: 1+0.5+0.5=2.00 which is correct. Hack for negative pct <= -100 is also no longer necessary --HG-- branch : trunk | |||
| 2010-04-25 | Refactor Creature::SelectNearestTarget(float dist) | Trazom62 | |
| This function is used in many scripts to find the nearest enemy within the given distance. However, it had an implicit limit to the ATTACK_DISTANCE. so in many case the "dist" was in fact just ignored. In other case, the ATTACK_DISTANCE is required. So 2 functions are necessary to avoid ambiguities. The refactoring is the split of the function in 2: SelectNearestTarget and SelectNearestTargetInAttackDistance. --HG-- branch : trunk | |||
| 2010-04-25 | Fix Taxi flight Stormwind Harbor. Thanks scarymovie87. | Trazom62 | |
| Fixes issue #425. --HG-- branch : trunk | |||
| 2010-04-25 | * Fix structure of SMSG_INSPECT_TALENTS. Patch provided by Elron103. | XTZGZoReX | |
| --HG-- branch : trunk | |||
| 2010-04-24 | Fix compile ¬¬ | Spp | |
| + Code Style (for, if, while) --HG-- branch : trunk | |||
| 2010-04-24 | Remove unnecesary casts to Player in Player.cpp | Spp | |
| Thanks to Shauren for pointing it out --HG-- branch : trunk | |||
| 2010-04-24 | - Fix display of recently earned achievements when the player has a high ↵ | Machiavelli | |
| total of earned achievements. - Fix crash in compare achievements with players with high GUIDs, by havenard. Fixes issue #1724 --HG-- branch : trunk | |||
| 2010-04-24 | * Fixed two potential crashes in ChatHandler::HandleChannelSetPublic. Thx ↵ | XTZGZoReX | |
| Rat/Machiavelli. --HG-- branch : trunk | |||
| 2010-04-23 | Fix spelling error in CONFIG_GM_WHISPERING. | p0wer | |
| --HG-- branch : trunk | |||
| 2010-04-23 | *Fixes conflagrate DOT damage so that warlocks finally can be the ↵ | click | |
| pyromaniacs they want to be Closes issue #942 Fix by Liberate --HG-- branch : trunk | |||
| 2010-04-23 | Implemented script for areatriggers 5332,5338,5334 and 5340, related with ↵ | _manuel_ | |
| quest Last Rites. --HG-- branch : trunk | |||
| 2010-04-23 | Properly deregister WorldSocket connections in case of reaching socket ↵ | Machiavelli | |
| timeout time. --HG-- branch : trunk | |||
| 2010-04-22 | Fixes GCD when 1 sec or shorter. | Trazom62 | |
| Support aura reducing GCD (SPELLMOD_GLOBAL_COOLDOWN) (e.g. Backdraft, Unholy presence). Fixes issue #1666. Fixes issue #1616. --HG-- branch : trunk | |||
| 2010-04-22 | Update SpellEntry comments to 3.3.3a | Spp | |
| --HG-- branch : trunk | |||
| 2010-04-22 | Revert the override introduced in [7980] | click | |
| This due to a referencefile not being updated after 3.3.3a changeover (gave bad counting-values when examining DBCs) --HG-- branch : trunk | |||
| 2010-04-22 | *fixed crashpoint in spell difficulty handler | Rat | |
| *added more checks at loading *better searcher --HG-- branch : trunk | |||
| 2010-04-22 | Add support for season-dependant gameevents | click | |
| Patch by Liberate --HG-- branch : trunk | |||
| 2010-04-22 | Add 10% healing reduction to PVP-zones (as per 3.3.x patchnotes) | click | |
| Fix by Havenard - closes #1565 --HG-- branch : trunk | |||
| 2010-04-21 | Change visibility of pets or charmed units as well when GM is invisible | click | |
| Fix by liberate --HG-- branch : trunk | |||
| 2010-04-21 | Update trigger visibility when doing gm on/off | click | |
| Fix by liberate --HG-- branch : trunk | |||
| 2010-04-21 | Fix Beacon of Light: make it work when casted on other players (no initial ↵ | click | |
| aggro on caster) Fix by Liberate --HG-- branch : trunk | |||
| 2010-04-21 | * Add some more transactioncontrol to pet database handling + adjust ↵ | click | |
| character_aura keys to avoid duplicates --HG-- branch : trunk | |||
| 2010-04-21 | Don't loose arena points in case of rating lower than 1000 ( don't know if ↵ | thenecromancer | |
| this is season dependant, as it was quite hard to loose that much rating ) --HG-- branch : trunk | |||
| 2010-04-21 | Fix Intervene and alikes (unlike spell magnets, intervene alikes are actualy ↵ | thenecromancer | |
| just a single target auras so we need to get caster, not owner) --HG-- branch : trunk | |||
| 2010-04-21 | Fix Critical Block | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-04-21 | Fix typo in one druid talent handling | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-04-21 | PvP duration for Mark of Blood | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-04-21 | Weapon dependant damage for some rogue talents | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-04-21 | Fix skirmish battles | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-04-21 | *fix visibility for trigger creatures | Rat | |
| NOTE: if you see any trigger (in player mode) with a visible model (DB bug), please report creature entry + modelid in bugtracker --HG-- branch : trunk | |||
| 2010-04-20 | Added missing return; | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-04-20 | Implemented npc_locksmith script for npcs 29665,29725,29728. Code from ↵ | _manuel_ | |
| ScriptDev2. --HG-- branch : trunk | |||
| 2010-04-20 | Actually make a change in Blade Barrier to fix the crash. | p0wer | |
| --HG-- branch : trunk | |||
| 2010-04-20 | Fix crash in AchievementCriteriaData::Meets. | Trazom62 | |
| Fixes issue #1555. --HG-- branch : trunk | |||
