aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-10-10* Backout a part of the latest Mangos merge, armor penetration related. ↵Machiavelli
Please first check whether or not we need the code, then test it, then push to repo, one change per commit. --HG-- branch : trunk
2009-10-10Fix typoKudlaty
--HG-- branch : trunk
2009-10-09*Blackfathom Deeps - Event: Aku'mai, by Tartalomaximius
*Split Personality Achivement, by Destalker *Halls of Lightning Fixes, by Destalker Volkhan fixes + Achievement Ionar Fix - without this he resets each time he is invisible, spamming sparks Arcing Burn - should be a debuff (and stackable, stackable part NYI :/) *Naxxramas - Thaddius - the aura shall affect only the character without the proper aura, by Trazom *Naxxramas - Kelthuzad - some timer adjustments (may need verification or tweaking) by Cass *Merges by Stryker, thanks to all authors and testers. [8458] Re-implement SPELL_AURA_MOD_TARGET_ARMOR_PCT in more porper way for weapon dependent cases. Author: VladimirMangos [8459] Avoid mutiply apply weapon dependent armor penetration bonus for each weapon. Author: VladimirMangos [8529] check rune cost only if spell has PowerType == POWER_RUNE. Patch provided by yavi. Author: Ambal [8532] Fixed situation where some items like 42947 were not giving spell power bonus. By: Ambal [8533] Not remove timed quest and correctly fail when time runs out. Add function to remove timed quest instead of direct access to set. Author: NoFantasy [8536] Fixed spell 62776. By: Ambal [8539] Check pet aura range at area aura update. By: Ambal [8546] Implement battleground bonusweekends call to arms. Also fix typo in auctionmgr. Author: balrok [8547] Implemented scriptcall: CorpseRemoved(uint32 & /*respawnDelay*/) it will be called when the corpse of the scripted creature get's removed, it's possible to adjust the next respawn inside the script. Author: balrok [8561] Replace another auras code call by explicit code [8566] avoid singleton-lock when accessing BattleGroundMGR::isBGWeekend() Proposed by vladimir. Comitter: balrok --HG-- branch : trunk
2009-10-10* Correctly seperate the two blocks of SMSG_ALL_ACHIEVEMENT_DATA , pointed ↵Machiavelli
out by w12x --HG-- branch : trunk
2009-10-09* Modify .respawn command handler so that it does not work on pets, fixes ↵Machiavelli
crash in underlying object functions. --HG-- branch : trunk
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 showMachiavelli
--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-07Typo in last commit, pointed out by JackpozMachiavelli
--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: Shendormaximius
--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-06MergeMachiavelli
--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 ogeraisiMachiavelli
--HG-- branch : trunk
2009-10-05MergeMachiavelli
--HG-- branch : trunk
2009-10-05* Change conditions of assert so *nix is happy compiling.Machiavelli
--HG-- branch : trunk
2009-10-05mergeBiglad
--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_Omaximius
--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 WarHeadmaximius
*Minor cleanup --HG-- branch : trunk
2009-10-01*Warning/typo fixmaximius
--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