aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-10-12*Bitwise logic does not work on values that are not bitmasks. Thanks Spp for ↵maximius
pointing this block of code out :) --HG-- branch : trunk
2009-10-12* Fix bug with end of winterpgrasp, as zone is cleaned of corpses we must ↵Biglad
revive players if dead. --HG-- branch : trunk
2009-10-11Log contents of unprocessed tail data if logging is set to debug.Machiavelli
--HG-- branch : trunk
2009-10-11Fix a crash in void reaver scriptMachiavelli
--HG-- branch : trunk
2009-10-11Never show standing with factions of the opposing team.Machiavelli
Minor cleanup in affected code. --HG-- branch : trunk
2009-10-11Merge [SD2]Kudlaty
*Minor changes to includes for escortAI and followerAI *Add function AssistPlayerInCombat() for escortAI and followerAI. m_creature will then assist a player being attacked by another creature, if escort/follow is active. *Prepare escortAI for conversion to use escort states similar to followerAI. Add functions needed and also move some 'system-only' functions to private: *Convert escortAI to use escort states instead of explicit boolean variable for each different state. Scripts updated accordingly and obsolete variables removed. *Small cleanup in escortAI log messages. --HG-- branch : trunk
2009-10-11Fix CONFIG_OUTDOORPVP_WINTERGRASP_ENABLED by doing a check in ↵Machiavelli
OPvPWintergrasp::Update as well as SetupOutDoorPvP --HG-- branch : trunk
2009-10-11Comment out some as of r5847 deprecated code.Machiavelli
--HG-- branch : trunk
2009-10-10*Ignore react states in Creature::_IsTargetAcceptable.maximius
--HG-- branch : trunk
2009-10-11Implement FACTION_FLAG_SPECIAL(128) for home cities and their northrend ↵Machiavelli
representatives. Fixes bug that Alliance Vanguard rep updates were not sent to the client. --HG-- branch : trunk
2009-10-10*Having to cast this seems silly to me. Oh well, farewell, const-ness!maximius
--HG-- branch : trunk
2009-10-10*Fix a typo in boss_krystallus, by Tartalomaximius
--HG-- branch : trunk
2009-10-10*Creature::_IsTargetAcceptable rewrite, should hopefully fix the bugs ↵maximius
ogeraisi reported. *Creature health regen patch, written and tested by Gyullo. --HG-- branch : trunk
2009-10-10ReputationMgr changes part 2Machiavelli
--HG-- branch : trunk
2009-10-10Changes to ReputationMgr::SetReputation that makes grouped reputation gains ↵Machiavelli
possible. Fixes ie. Alliance Vanguard/Horde Expedition rep, and correctly gives 25% of the earned rep to your home city to the other major cities of your faction. Note: there will need to be some DB changes to creature_onkill_reputation to cover the grouped rep gains in some cases. --HG-- branch : trunk
2009-10-10* add a missed line when backing out ArP changes, (it was commented out anyway)biglad
--HG-- branch : trunk
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