| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-09 | * Fix "character freeze on map change" bug due to high number of achievements. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-09 | *PetAI update; | Machiavelli | |
| Pets now start attacking their owners target in defensive mode as soon as the hunter does (3.0.2 change) Correctly chase target if attack command was given after pet has set gaze on target from defensive mode with chase = false --HG-- branch : trunk | |||
| 2009-10-09 | * Fix stop player falling off map or walking throught objects while using ↵ | biglad | |
| ConfusedMovementGenerator (original patch by ?????) --HG-- branch : trunk | |||
| 2009-10-09 | * Some changes to scarlet ghouls script, still needs proper core support to ↵ | Chaz Brown | |
| work 100% correctly. * Add item script for the harvester's gift, to prevent creating more than 5 scarlet ghouls, I know this can be done in a better way, but, I couldn't figure out how. * Add new function Unit::GetAllMinionsByEntry(std::list<Creature*>& Minions, uint32 entry) used to correctly count how many scarlet ghouls a player has, can probably be handy in other situations. --HG-- branch : trunk | |||
| 2009-10-09 | * Fix exploit with non-combat pets, realy make them not fight, requires DB ↵ | Biglad | |
| support set to type=12 --HG-- branch : trunk | |||
| 2009-10-08 | * Seal of Command should not only proc on melee abilities as 3.1.3 sources show | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-08 | * Fix bug introduced in 5831 that caused certain physical abilities to do no ↵ | Machiavelli | |
| damage. --HG-- branch : trunk | |||
| 2009-10-08 | * Force pvp flag on player if assisting player all ready flagged for pvp, ↵ | Biglad | |
| (exploit fix) --HG-- branch : trunk | |||
| 2009-10-07 | * missed changes to last commit (sorry) | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-07 | * Do not make nonphysical damage spells that use EffectWeaponDmg (like Seal ↵ | Machiavelli | |
| of Command) receive total damage mod % auras twice - based on nos4r2zod's patch for MaNGOS --HG-- branch : trunk | |||
| 2009-10-07 | Typo in last commit, pointed out by Jackpoz | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-07 | * Properly send base reputation to player when RaceMask = 0 but ClassMask ↵ | Machiavelli | |
| isn't. This should fix the bug that Death Knights had problems with Knights of the Ebon Blade reputation. --HG-- branch : trunk | |||
| 2009-10-06 | *Some cleanup.. irritating aura system -_- | maximius | |
| --HG-- branch : trunk | |||
| 2009-10-06 | *Merge [8526] Added upper limit for cell search radius, affect max ↵ | maximius | |
| visibility and AOE spell range. Set to 333 yards. Author: Ambal --HG-- branch : trunk | |||
| 2009-10-06 | *Merge [8525] Implement glyph 45775, Author: Shendor | maximius | |
| --HG-- branch : trunk | |||
| 2009-10-06 | * Implement Spell 6962 by Muhaha & Nevan , based on ↵ | Muhaha | |
| http://bitbucket.org/panaut0lordv/tc2-patches/src/tip/bgpetressurect --HG-- branch : trunk | |||
| 2009-10-06 | *Utgarde Pinnacle: Svala fixes - Fix some crashes, complete ritual code and ↵ | maximius | |
| change defines by enums, by Tartalo *Fix Acherus Flightmaster for Alliance, by MrSmite *Fix The Party's Over achievement (Prince Taldaram) & Implement Good Grief achievement (Maiden of Grief), by Tartalo *Fix certaint things entering the threat list and never leaving, bugging mob's HP regeneration (ie: Priest's Lightwell).. again. Thanks Gyullo. --HG-- branch : trunk | |||
| 2009-10-06 | * Fix bug that caused a 100% chance to increase fishing skill on fishing ↵ | Machiavelli | |
| regardless of area. --HG-- branch : trunk | |||
| 2009-10-06 | * Allow the initialization of the Wintergrasp OutdoorPvP enviroment to be ↵ | Machiavelli | |
| disabled if configured. --HG-- branch : trunk | |||
| 2009-10-06 | Merge | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-06 | * Do not let Seal of Command proc on anything other than a melee swing. | Machiavelli | |
| * Fix Judgement of Blood/Martyr dummy by nos4r2zod * Fix Judgement of Command dummy by nos4r2zod --HG-- branch : trunk | |||
| 2009-10-06 | * Update death checks to prevent death in ghost form, this "should" finnaly ↵ | Biglad | |
| fix the perma death bug --HG-- branch : trunk | |||
| 2009-10-06 | *Fix possible crashes. | Anubisss | |
| --HG-- branch : trunk | |||
| 2009-10-06 | * Allow players to get fishing skillups from fishing in any area, no more ↵ | Machiavelli | |
| "your fish got away" message. However still need core support to manipulate fishing loot based on fishing skill. --HG-- branch : trunk | |||
| 2009-10-06 | * Prevent totems from having random models. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-05 | * Fix Blood Presence / Improved Blood Presence, recent client version ↵ | Machiavelli | |
| changed the spell so it should also heal from damaging targets that would not give experience or honor. * Fix typo in 5813_world_command.sql --HG-- branch : trunk | |||
| 2009-10-05 | *Fix issue with reset timers of raids and heroic instances, by Taliesin. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-05 | * Some changes to command handlers. Patch by ogeraisi | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-05 | Merge | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-05 | * Change conditions of assert so *nix is happy compiling. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-05 | merge | Biglad | |
| --HG-- branch : trunk | |||
| 2009-10-05 | * Add better check for hitting dead object with spells (ie skinning and ↵ | Biglad | |
| players can be skinned), this looks like its fix's dieing as a ghost, more testing needed --HG-- branch : trunk | |||
| 2009-10-05 | * Attempt to fix a crash in AuctionHouseObject::Update() | Machiavelli | |
| --HG-- branch : trunk | |||
| 2009-10-02 | *Temporary fix to permadeath issue.. still uncertain why this was happening ↵ | maximius | |
| at all... --HG-- branch : trunk | |||
| 2009-10-02 | *Missed changes O_O | maximius | |
| --HG-- branch : trunk | |||
| 2009-10-02 | *New SQL to fix broken data blobs, if any. Must be run manually. | maximius | |
| *Cleanup, fix some typos, and fix the final heal of Lifebloom. Thanks ogeraisi. --HG-- branch : trunk | |||
| 2009-10-02 | *Typo fix. | maximius | |
| --HG-- branch : trunk | |||
| 2009-10-02 | *Proper data blob updating, thanks ogeraisi. | maximius | |
| --HG-- branch : trunk | |||
| 2009-10-02 | *Fix typo, and try to avoid killing the dead.. | maximius | |
| --HG-- branch : trunk | |||
| 2009-10-01 | *Set AnzuEncounter only when Anzu is created, to avoid having Anzu dead on ↵ | maximius | |
| spawn, by Trazom. *Improved go_fel_crystalforge script, by johnholiver. --HG-- branch : trunk | |||
| 2009-10-01 | *Always set health to 0 if dead. No exceptions. | maximius | |
| --HG-- branch : trunk | |||
| 2009-10-01 | *Gift of the Naaru healing fix (now healing bonus is 1/5th AP, as it should ↵ | maximius | |
| be), by Destalker *Proper Svala ID after transformation, by SoulForge --HG-- branch : trunk | |||
| 2009-10-01 | *Warning + linking fix by WarHead | maximius | |
| *Minor cleanup --HG-- branch : trunk | |||
| 2009-10-01 | *Warning/typo fix | maximius | |
| --HG-- branch : trunk | |||
| 2009-10-01 | *Azjol'Nerub - Register instance script & GO handling for first boss door, ↵ | maximius | |
| by Tartalo *Krik'thir the Gatewatcher - Fix compile on *nix + merge npc AIs, by Tartalo *Halls of Stone - Merge from SD2, scripting by ckegg, merge by Tartalo --HG-- branch : trunk | |||
| 2009-10-01 | *Didn't mean to remove that.. there shouldn't be negative values in the data ↵ | maximius | |
| blob, unless I'm mistaken. --HG-- branch : trunk | |||
| 2009-10-01 | *Better support for signed input. I'm not sure if this will fix anything. | maximius | |
| --HG-- branch : trunk | |||
| 2009-09-30 | *Proper arena_pending_points update, thanks ogeraisi | maximius | |
| --HG-- branch : trunk | |||
| 2009-09-30 | *Better support for negatives. | maximius | |
| --HG-- branch : trunk | |||
| 2009-09-30 | *Fix linux build | maximius | |
| --HG-- branch : trunk | |||
