aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-10-22Core/Spells: Explicitly set target-effects to hot ONLY owner/caster and ↵click
his/her pet for Hunter T10 Set bonuses and the Warlock T10 4P bonuses Thanks to tenma for the mini-discussion on the subject. --HG-- branch : trunk
2010-10-22Core/PetHandler: Implement CMSG_PET_STOP_ATTACK - thanks to zergtmn for the ↵click
original code --HG-- branch : trunk
2010-10-21Scripts/VioletHold: Give Ichiron adds the proper visual model (give them the ↵click
proper aura) - fix by Gyullo / Manuel Closes issue 3288 --HG-- branch : trunk
2010-10-21Core/Unit: Fix leave combat timer - original patch by Laiseclick
Needs further testing, give feedback if wrong. --HG-- branch : trunk
2010-10-21Buildsystem: Add initial support for Intel C++ Compiler (patch by Leak)click
Note: Intel C++ Compiler for Windows is not supported in this change Closes issue 4361 --HG-- branch : trunk
2010-10-21Core/Spells: Fix a small proc-issue with Warlpcl T10 4P bonuses (Devious Minds)click
Same functionality as for 70728 (Exploit Weakness) - thanks to Svetilo for the heads up --HG-- branch : trunk
2010-10-21Core/Spells: Fix a small proc-issue with hunter T10 set bonuses (Exploit ↵click
Weakness) (original fix by Dr.Tenma) Comment issue #4362 From DBCs TargetA[0] is already set as TARGET_UNIT_PARTY_CASTER, which maps to TARGET_UNIT_CASTER, so it should be enough to explicitly target the casters pet in this case, ie. just doing spellInfo->EffectImplicitTargetB[0] = TARGET_UNIT_PET; - feedback on this required. --HG-- branch : trunk
2010-10-21Core/Scripts: Fix menu clearing in onGossipSelect()-sections for some ↵click
scripts (including examples) - patch/fix by Paradox Closes issue 4524 --HG-- branch : trunk
2010-10-21Core/Guilds: Fix a crashlinencloth
--HG-- branch : trunk
2010-10-21Core: optimize string splittinglinencloth
- Mainly affects item loading performance - Reduces guild loading time a lot --HG-- branch : trunk
2010-10-19Core/Groups: Move OnGroupChangeLeader so it could be triggered when a leader ↵Spp
leaves a group --HG-- branch : trunk
2010-10-19Core/Groups: Use the proper RemoveMethod when player leaves a groupSpp
--HG-- branch : trunk
2010-10-19Core/Guilds: fixed small logical error when counting total loaded guildsazazel
--HG-- branch : trunk
2010-10-19Core/Spells: Destructable BuildingsSupabad
- Fix issue where damage can be done to GameObjects with hp 0 - add check for Gameobjects with faction 0 --HG-- branch : trunk
2010-10-19Core/Groups: Correct check for isFull(). LFG groups were able to invite more ↵Spp
than 5 players --HG-- branch : trunk
2010-10-19Core/Dungeon Finder: Use internal Teleport function when teleporting someone ↵Spp
out of the dungeon after a kick (To ensure all spells are being properly removed) --HG-- branch : trunk
2010-10-19Core/Dungeon Finder: Fix players getting stuck after being teleported to ↵Spp
dungeon while in a taxi flight --HG-- branch : trunk
2010-10-19Core/Guilds: replace container type for guilds (use vector instead of map).azazel
Scripts/Misc: remove another warning (I can't pass by such things and I don't want to make separate commit for such changes). --HG-- branch : trunk
2010-10-18Scripts/Forge of Souls: Added missing visual for Soul Fragment, thx Dark0rShauren
--HG-- branch : trunk
2010-10-18Scripts/Icecrown Citadel: Festergut will no longer target melee DPS with ↵Shauren
Vile Gas Scripts/Icecrown Citadel: Rotface's Mutated Infection will now target only one player instead of whole raid Closes issue #4449. Closes issue #4422. --HG-- branch : trunk
2010-10-18Scripts/Forge of Souls: Revisited Bronjahm script, removed ugly hacks and ↵Shauren
fixed spells properly --HG-- branch : trunk
2010-10-17Typo cleanup! :/Rat
--HG-- branch : trunk
2010-10-17removed wrong SetFacing...Rat
--HG-- branch : trunk
2010-10-17Core/Objects: added ToUnit(), ToGameObject() (will be used in future)Rat
Core/Unit: - added SetFacing() function, using proper packet implementetion (spline type) - added GetAuraCount() function (will be used in future) Core/Creature: renamed one unknown type_flag --HG-- branch : trunk
2010-10-17Core/Utils: Fixed some unsafe calls to utf8 translation functions.Xanadu
--HG-- branch : trunk
2010-10-17Core/Guilds: guild code was completely refactored and rewritten.azazel
* OOP desing and implementation; * all the queries are moved to prepared statements; * guild loading is optimized; * all the possible interaction with guild's data is done inside the guild class; * added more hooks to GuildScript class; WARNING: Make sure you backup your characters database before applying this change (just in case). Known problems with guilds: * when new member is added to the guild, MOTD is not displayed for him in guild tab of social window; * if you add item with random property to guild bank visual representation of item below it becomes wrong (it displays wrong stack number); * packets order differs from official: currently guild bank packet traffic is twice as more than on offy. --HG-- branch : trunk
2010-10-17Core/Vehicles: Mammoth mount vendors no longer jump off the mount when ↵Xanadu
talked to. --HG-- branch : trunk
2010-10-16Core/Misc: Implement opcode CMSG_HEARTH_AND_RESURRECT - thanks to Blaymoira ↵silinoron
and tom_rus --HG-- branch : trunk
2010-10-17Core/Vehicles: Fixed vendors on Tundra Mammoth mount - now they are visible ↵Xanadu
after mounting up. --HG-- branch : trunk
2010-10-17Core/Scripts: Let Professor Putricide do his mischief on NIX-platforms to ↵click
(when not using PCH) --HG-- branch : trunk
2010-10-16Core/DBLayer: Replace some asynchronous queries to synchronous ones in ↵linencloth
instance loading to prevent corruption in some cases --HG-- branch : trunk
2010-10-16Core/Spells: Really move spec changing InBattleground check to its correct ↵Shocker
location --HG-- branch : trunk
2010-10-16Core/Spells: Move hacky check for spec changing to its correct locationShocker
--HG-- branch : trunk
2010-10-16Scripts/Icecrown Citadel: Added Professor Putricide scriptShauren
Scripts/Icecrown Citadel: Fixed Professor Putricide gate opening when both Rotface and Festergut are dead Scripts/Icecrown Citadel: Added script updating entries of NPCs at Light's Hammer depending on faction Scripts/Icecrown Citadel: Rotface should not pick main tank as target for Slime Spray (removed debugging code) Core/Spells/Conditions : Spell script target condition now accepts ConditionValue3 as affecting effect mask (only search targets with matching mask) --HG-- branch : trunk extra : rebase_source : 943e3bac5d9063974d7f7132f144e91946f825d4
2010-10-16Core/Misc: Also remove buffs from pet when joining arena to make sure a ↵Shocker
player won't enter with a prebuffed pet, fixes issue 4287 --HG-- branch : trunk
2010-10-16Core/Arenas: Remove pet spell cooldowns on arena join too, fixes issue 1868Shocker
--HG-- branch : trunk
2010-10-16Core: Improve constant channel handlinglinencloth
- Implement area restrictions - Disable constant channels in arenas - Implement city requirement - Implement global constant channels - Fix some packets --HG-- branch : trunk
2010-10-16Fix most of the recently introduced warningsazazel
--HG-- branch : trunk
2010-10-15Core/Scripts: Target Dummies can be stunned in retail, and they leave combat ↵_manuel_
after 5 seconds (it starts to count after the last damage done) not 10. --HG-- branch : trunk
2010-10-14BuildSystem: Cache results from when pulling the revision-information to ↵click
avoid regenerating revision.h (should remove the unneeded rebuilding of some core-files due to that the revision.h file has changed timestamp-wise) --HG-- branch : trunk
2010-10-13Core/Entities: Remove heartbeat update packet from Unit::SendMonsterStop()click
(Also makes NPCs stop jumping when talked to - no more scared NPCs thankyou) --HG-- branch : trunk
2010-10-12Core/Vehicles: Add some missing power types, thanks to Heisenberg, closes ↵Shocker
issue 3841 --HG-- branch : trunk
2010-10-12Core/Misc: Implement config option for energy regeneration rate, patch by ↵Shocker
Ramus, closes issue 4394 --HG-- branch : trunk
2010-10-11Code/ConditionMgr: added CONDITION_DRUNKENSTATE, true if player is drunk ↵Rat
enough. sober(0), tipsy(1), drunk(2), smashed(3) --HG-- branch : trunk
2010-10-10Tools/MapExtractor: Fix typo in areaid error output.runningnak3d
Author: svetilo12 Closes 4395 --HG-- branch : trunk
2010-10-09Core/Misc: Remove some not needed code that got through in the merge.runningnak3d
--HG-- branch : trunk
2010-10-09Branch mergrunningnak3d
--HG-- branch : trunk
2010-10-11Scripts/Ulduar: Boss RazorscaleSupabad
- Update Boss Razorscale thanks to PrinceCreed - harpoon event needs work - apply trinity coding standard to patch - change minor typo in Boss Ignis Thanks to Lopin --HG-- branch : trunk
2010-10-09Misc/CodeStyle: Apply proper code style to c746695313runningnak3d
Thanks Paradox --HG-- branch : trunk
2010-10-08Core/Vmaps: Remove the ability to ignore individual maps from vmap LOS /runningnak3d
height checking. Also add a warning if vmap.enableHeight is disabled. You *MUST* have all LOS / height checking enabled to have a functional server. Original patch by: Vladimir --HG-- branch : trunk