aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-24Core/Warden: Fix warningleak
2012-03-24Core/DBLayer: Convert PQuery() queries to prepared statementsleak
2012-03-23Correct codestyle from previous commitkandera
2012-03-23Core/Spells: Fix improved unholy presence removal.Kandera
2012-03-23Core/Spells: Fix death coil damage bonus from sigil of the vengeful heartKandera
2012-03-23Core/Commands: Add support for ip2nation database lookups when using .pinfo ↵Spp
command. This will (when a full database exists) allow for seeing (approximately) which country a player might be from when doing .pinfo <player> Note: External data required for this patch to work correctly can be found at http://www.ip2nation.com/ip2nation/Download Signed-off-by: click <click@gonnamakeyou.com>
2012-03-23Core/Creatures: Properly initialize m_zoneScript when it depends on zone id ↵Shauren
(OutdoorPvP/Battlefield) and fixed z offset for hovering creatures at creation
2012-03-22DB/Conditions: 39152 should only be lootable if you have at least 390 skills ↵ShinDarth
in First Aid; Also add proper file ending to recent SQLs Closes #5840
2012-03-22Merge pull request #5837 from w1sht0l1v3/AKMachiavelli
Scripts/Ahn'kahet/Prince Taldaram: Fix Conjure Flame Sphere visual casting.
2012-03-22Scripts/Ahn'kahet/Prince Taldaram: Fix Conjure Flame Sphere visual casting.w1sht0l1v3
Flame Sphere should not be visible to players(only their visual).
2012-03-21Core/SAI: Allow using SMART_TARGET_ACTION_INVOKER with SMART_ACTION_MOVE_TO_POSSubv
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-03-21Merge pull request #5825 from w1sht0l1v3/ToCrMachiavelli
Scripts/ToCr/Val'kyr Twins: Fix orb targeting.
2012-03-21Scripts/ToCr/Val'kyr Twins: Fix orb targeting.w1sht0l1v3
Add missing triggers.
2012-03-21Scripts/ToC/Anub'Arak: Prevent spells (Leeching Swarm in particular) being ↵Machiavelli
interrupted by other spells.
2012-03-20Core/Units: Fix issues with threat management on phase changesElron103
2012-03-20DB/Gossip: Quel'Danas gossips Closes #5803Malcrom
2012-03-19DB/SAI: SAI & Gossip for Unrestrained DragonhawkMalcrom
2012-03-19Core/Spells: Implemented CREATURE_TYPEFLAGS_PARTY_MEMBER, creature with this ↵Shauren
type_flag set can be targeted by spells that require target to be in caster's party/raid
2012-03-19Core/DBLayer: Remnant cleanupsleak
2012-03-19Core/DBLayer: Convert DirectExecute() queries that are not runtime relevant ↵leak
back to regular queries
2012-03-19Scripts/Serpentshrine Cavern: Fixed crash in boss_leotheras_the_blind caused ↵Shauren
by uninitialized variable; also replaced unsafe AI typecasting with Get/SetGUID
2012-03-19Core/DBLayer: Convert PExecute() queries to prepared statementsleak
2012-03-19Core/SmartScript: Fixed possible crashes when attempting to use ↵Shauren
StoreTargetList with a the same list already stored on the same id
2012-03-18Core/Spell: Fix crash for Glyph of DivinityKaelima
2012-03-18Core/Movement: Update MOVEMENTFLAG_MASK_MOVING, thanks to idostyleMachiavelli
2012-03-18Core/Movement: Compute current position in spline::Launch with Z offset. ↵Machiavelli
Fixes e.g. hovering creatures height increasing every time player interacts with it.
2012-03-18Core/Units: Fix movementflag apply for flying/hovering creatures on respawnMachiavelli
2012-03-17Merge pull request #5748 from MrSmite/Pet_1Subv
Pet - Fix focus regen gets stuck due to lag/high diffs closes #5153
2012-03-17Collision/GameObjects: Fixed LoS for all doors (open and closed). Looks like ↵Subv
data0 for type 0 is in fact startClosed instead of startOpen closes #5660 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-03-17Core/Movement:Machiavelli
- Don't abort relocation if movementflag restrictions were violated. There might be lag between client and server and even different parts of the core that made this approach improper. - MOVEMENTFLAG_ROOT cannot be used in conjunction with MOVEMENTFLAG_MASK_MOVING, but it's a valid flag to receive from client. - Fix falling to ground when unapplying fly/waterwalk aura. NOTE: This is a client-side initiated fall, in the future this should be initiated and updated by the server. (Working on it) - Rename MOVEMENTFLAG_FALLING to MOVEMENTFLAG_FALLING_FAR - Rename MOVEMENTFLAG_JUMPING to MOVEMENTFLAG_FALLING Closes #5751
2012-03-17Core/Movement: Corrected movement info structure written in WriteMovementInfoShauren
2012-03-17Tools/VmapExtractor: Don't check registry for game folder on windows, just ↵Machiavelli
use relative "Data" dir, similar to linux.
2012-03-17Merge pull request #5763 from w1sht0l1v3/masterMachiavelli
Core/Unit: Disable spline movement on death. Fixe respawning after ForceDespawn is called. Closes #4518
2012-03-17Core/Unit: Fix respawning after ForceDespawn is called.w1sht0l1v3
2012-03-17Merge pull request #5758 from GyxTom/masterLopin
Core/Game: Code style changes
2012-03-17Core/Game: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-17Core/Protocol: Have client displaying some graphic/audio when player ↵kaelima
increased its reputation rank
2012-03-17Merge pull request #5755 from GyxTom/masterMachiavelli
Core/Script: Clean-Up in Scripts.
2012-03-17Update src/server/game/Server/WorldSession.cppMachiavelli
2012-03-17Update src/server/game/Server/WorldSession.cppMachiavelli
2012-03-17Core/Movement: Add debug output to Worldsession::ReadMovementInfo to find ↵Machiavelli
out which movementflag restriction was violated. Please use this to give feedback.
2012-03-17Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-17Core/Script: Code style and remove unused core.Gyx
Signed-off-by: Gyx <2359980687@qq.com>
2012-03-16Pet - Fix focus regen gets stuck due to lag/high diffsMrSmite
closes #5153
2012-03-16Merge pull request #5744 from MrSmite/Guild_1Shocker
Core/Guilds: Allow deposit / withdraw money in guild banks without having tabs
2012-03-16Core/Protocol: And correct the struct of SMSG_UPDATE_INSTANCE_ENCOUNTER_UNIT...kaelima
2012-03-16Core/Movement: Remove MOVEMENTFLAG_FLYING on fly aura unapply as well as ↵Machiavelli
_CAN_FLY
2012-03-16Core/Movement: Fix brackets in macroMachiavelli
2012-03-16Core/InstanceScript: Encounterframe research - extended the ↵kaelima
EncounterFrameType enum
2012-03-16Merge pull request #5733 from GyxTom/masterShocker
Core/Script: Clean-ups in scripts