aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
AgeCommit message (Collapse)Author
2009-05-10[7809] Replace repeating "remove cooldown and send update to client" code by ↵megamage
function call. Author: VladimirMangos --HG-- branch : trunk
2009-05-10[7804] Allow swap and move by bag slots equipped ammopouch and quiver ↵megamage
Author: Foks --HG-- branch : trunk
2009-05-09*Fix a typo in canSeeSpellClickOn.megamage
--HG-- branch : trunk
2009-05-08 [7801] Apply damage mods from scripts or target state not in DealDamage ↵megamage
but in new function before send data to client. Author: VladimirMangos * Fixed bug with health decrease (client side visual bug) at spell damage by target with AI::DamageTaken damage set to 0 * Fixed bug with ignore .die command and instant kill damage in some cases. --HG-- branch : trunk
2009-05-08 [7800] Small fixes for scripting case ActivateTaxiPathTo use: Author: ↵megamage
VladimirMangos * Allow wide mount model lookup in DBC data for script case * Allow 0-coordinates node use in script case --HG-- branch : trunk
2009-05-08 [7799] Use single function for SMSG_SPELLNONMELEEDAMAGELOG prepare. Merge ↵megamage
comments, replace values by enums. Author: VladimirMangos --HG-- branch : trunk
2009-05-08 [7798] More Player::ActivateTaxiPathTo use improvements Author: ↵megamage
VladimirMangos * Provide more explicit way about spell that cast taxi flight if any * Remove incorrect states instead error reporting in case non-taximaster flight start (cast/script) * Remove mount_id arg from ActivateTaxiPathTo and implement support for 0 mount_id case (spell 32474) * Implement spell 32474 (except finilize part) * Provided Player::ActivateTaxiPathTo(uint32 taxi_path_id) function version for simplify one node to node paths use by id. --HG-- branch : trunk
2009-05-08 [7797] Use DBC data for mount model selection in more cases. Author: ↵megamage
VladimirMangos * Use alt.team mount data for take player team model id if DB not provide own team creature id in spell taxi call case. * Remove unddeded hacks for model ids from Spell::EffectSendTaxi * Provide spell target for SPELL_EFFECT_SEND_TAXI for spell with target mode 0 for this effect. --HG-- branch : trunk
2009-05-08[7794] Add DK pet type support for proper show it in client Pet tab. Author: ↵megamage
Astellar --HG-- branch : trunk
2009-05-06[7786] Proper hostile zones marking for PvE servers. Author: Elronmegamage
--HG-- branch : trunk
2009-05-06[7784] Skip distance to start taxi node in case node without coordinates and ↵megamage
taxi flight started by spell. Author: VladimirMangos --HG-- branch : trunk
2009-05-06 [7778] Implement honorable kill related achievement criteria Author: ↵megamage
DonTomika * ACHIEVEMENT_CRITERIA_TYPE_HK_CLASS * ACHIEVEMENT_CRITERIA_TYPE_HK_RACE --HG-- branch : trunk
2009-05-06*Fix some flying mounts bugs.QAston
--HG-- branch : trunk
2009-05-05 [7776] Completed implementation of CMSG_SPELLCLICK Author: arraimegamage
For vehicles, you have to add the correct SPELL_AURA_CONTROL_VEHICLE spells to npc_spellclick_spells, otherwise you won't be able to use them --HG-- branch : trunk
2009-05-05 [7775] Implement duel related achievement criteria Author: DonTomikamegamage
* ACHIEVEMENT_CRITERIA_TYPE_WIN_DUEL * ACHIEVEMENT_CRITERIA_TYPE_LOSE_DUEL --HG-- branch : trunk
2009-05-05 [7773] Implement some statistics only achievement criteria Author: DonTomikamegamage
* ACHIEVEMENT_CRITERIA_TYPE_QUEST_ABANDONED * ACHIEVEMENT_CRITERIA_TYPE_FLIGHT_PATHS_TAKEN * ACHIEVEMENT_CRITERIA_TYPE_ACCEPTED_SUMMONINGS --HG-- branch : trunk
2009-05-04[7758] Fixed gain reputation and xp reward between group mates in differents ↵megamage
instances Author: zhenya --HG-- branch : trunk
2009-05-04[7755] Allow mini-pet has been questgivers or gossip holders. Author: megamagemegamage
--HG-- branch : trunk
2009-05-03[7753] Implement ACHIEVEMENT_CRITERIA_TYPE_NUMBER_OF_TALENT_RESETS. Author: ↵megamage
DonTomika --HG-- branch : trunk
2009-05-03[7746] Add const attribute to Player::SendInitialActionButtons. Author: ↵megamage
AlexDereka --HG-- branch : trunk
2009-05-03[7745] Fixed gcc warnings. Author: AlexDerekamegamage
--HG-- branch : trunk
2009-05-03*Fix grounding totem.QAston
*Fix runic power regeneration of butchery *Fix some problems with master of subtlety buff expire. *Do not allow arcane intellect and brillance to stack. --HG-- branch : trunk
2009-05-02*Allow player interact with summoned npc.megamage
--HG-- branch : trunk
2009-05-02*Update summon system.megamage
*Fix the bug that shaman cannot summon fire elemental. *Fix the bug that totem meters cannot be displayed. --HG-- branch : trunk
2009-05-01*Fix a crash caused by uninitialized variable "m_transport"megamage
--HG-- branch : trunk
2009-05-01*Do not apply auras with 4th diminishing levelQAston
*Some fixes related to last commit. --HG-- branch : trunk
2009-05-01 [7740] More correct flags in trainer list data for profession ranks. ↵megamage
Author: VladimirMangos Note: this is not fix problem with gren show recently learned non-first rank of primary profession. Thanks to Seizerkiller for help in reseach. --HG-- branch : trunk
2009-04-30[7738] Use proper indent instead if() for() style. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-04-29 [7737] Implement ACHIEVEMENT_CRITERIA_TYPE_LOOT_TYPE. Author: Trazommegamage
Zone dependent achievement criteria required DB support. --HG-- branch : trunk
2009-04-29*Merge.megamage
--HG-- branch : trunk
2009-04-29[7736] Do not cast Deserter debuff at gamemaster Author: fregharmegamage
--HG-- branch : trunk
2009-04-29[7736] Do not cast Deserter debuff at gamemaster Author: fregharmegamage
--HG-- branch : trunk
2009-04-29[7735] Not apply enchant mods from broken item (but allow set it duration) ↵megamage
Author: DiSlord --HG-- branch : trunk
2009-04-29[7731] Some code cleanups, warrning fixes. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-04-27 [7728] Use correct loot_type values in data sent to client instead long ↵megamage
time existed hacks. Code cleanups. Author: VladimirMangos Thanks to Seizerkiller and TOM_RUS for help in reseach. --HG-- branch : trunk
2009-04-27[7718] Fix my typo in [7716] commit. Author: AlexDerekamegamage
--HG-- branch : trunk
2009-04-27[7716] Fixed some typos and possible crashes. Author: AlexDerekamegamage
--HG-- branch : trunk
2009-04-26*Fix CAST_INTURRUPT_PREVIOUS flag for eventai action castQAston
*Rewrite .reload all pet_spells command to make it reset actionbars correctly. --HG-- branch : trunk
2009-04-25*Fix the bug that counterspell can affect shapeshiftmegamage
--HG-- branch : trunk
2009-04-25*Fix the bug that player fall off the transport when changing map.megamage
--HG-- branch : trunk
2009-04-23*Set mover based on client response.megamage
--HG-- branch : trunk
2009-04-23*Fix a typoQAston
--HG-- branch : trunk
2009-04-23*Fix frenzy and Ferocious Inspiration proc.QAston
*Add command .reset all pet_spells - use it if you still have problems with pet talents after recent revs changes (like pets with all talents for example) --HG-- branch : trunk
2009-04-22[7700] Implement ACHIEVEMENT_CRITERIA_TYPE_EARN_HONORABLE_KILL Author: DonTomikamegamage
--HG-- branch : trunk
2009-04-21*Fix the bug that all vehicles are broken.megamage
--HG-- branch : trunk
2009-04-20 [7692] Implement ACHIEVEMENT_CRITERIA_TYPE_LEARN_SKILL_LINE and ↵megamage
reimplement ACHIEVEMENT_CRITERIA_TYPE_LEARN_SKILLLINE_SPELLS. Author: VladimirMangos Also correctly set this criteria at login. --HG-- branch : trunk
2009-04-20 [7690] Move GetCreature/GetGameobject to class Map. Author: VladimirMangosmegamage
* This let get objects at map without reference to player or another object. * Simplify future implementation for per-map storage for like objects --HG-- branch : trunk
2009-04-20*Merge.megamage
--HG-- branch : trunk
2009-04-20*Correct check range for totem area auras.QAston
--HG-- branch : trunk
2009-04-19*Fix a bug that pet/charmed cannot AOE neutral creatures.megamage
--HG-- branch : trunk