aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-22Core/Guild: And fix a typo... *sigh*click
--HG-- branch : trunk
2010-10-22Core/DBLayer: Use DirectPExecute, NOT DirectExecute, since we're actually ↵click
using parameters in the queries - my bad! --HG-- branch : trunk
2010-10-22Core/DBLayer: Use DirectExecute instead of PQuery on some instance-saving ↵click
queries --HG-- branch : trunk
2010-10-22Core/Guilds: Adjust size of guildMap by 1 element, not 512 (fix by machiavelli)click
--HG-- branch : trunk
2010-10-21Core/Scripts: Applied some Coding Standards._manuel_
--HG-- branch : trunk
2010-10-22Core/Unit: Revert r457923c3f3 - combattimer handling from that revision is ↵click
wrong, as it dictates wether not a creature will actually enter combat or not - with the earlier change this ment that any creature entering combat would not properly continue if target moved. --HG-- branch : trunk
2010-10-22Core/Grid: Fix infinity-loop in grid loading (patch by SilverIce)click
--HG-- branch : trunk
2010-10-21Core/Scripts: Uldaman improvements._manuel_
Uldaman now is near to 99% blizzlike, datas and events are fully rewriten. * Add save to instance. * Add support for quest 2240 (Hidden Chamber). * Archeadas Encounter more blizzlike. * Ironaya Event (and animation) now working for Horde and Ally. Author: D_Skywalk Closes issue #4431. --HG-- branch : trunk
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-21More missing script_texts fixed by aokromesSupabad
--HG-- branch : trunk
2010-10-20BuildSystem: Add XCode specific compiler handling in the OSX ↵click
compile-instructions (_BUILD_DIRECTIVE gave error) Update issue #4368 OSX/XCode compilation is not "fixed" as such untill a newew release of G3D is sorted. This is worked on from the G3D developers, and known. --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-16MergeShauren
--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-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
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