aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
AgeCommit message (Collapse)Author
2009-09-16*[FIX] New characters are flagged on non-PvP servers by XTElite1maximius
--HG-- branch : trunk
2009-09-15*Levelling Weapon Skill patch (Author: Menia), thanks Sorken :)maximius
--HG-- branch : trunk
2009-09-14Backed out changeset d3fe2d6d504a (please test your patches thoroughly ↵maximius
before getting me to push them ogeraisi) --HG-- branch : trunk
2009-09-14*Merged MaNGOS [8458], [8475], [8476] by ogeraisi, thanks to all authors :)maximius
--HG-- branch : trunk
2009-09-11*Fix a typo that disabled switching specs in Battlegrounds even under ↵maximius
appropriate conditions --HG-- branch : trunk
2009-09-11*[8467] Fixed some typos. Author: AlexDerekamaximius
--HG-- branch : trunk
2009-09-10*Cleanup comments, update THANKS (no idea if I missed anybody o_O), added ↵maximius
Themris' Warlock's Death Coil healing and damage fix, corrected some typos --HG-- branch : trunk
2009-09-10*MrSmite's PetAI patch, plus Hawthorne's Instant Flight Paths (now with ↵maximius
actual code! >_<) --HG-- branch : trunk
2009-09-09* Fix bug that quest src items not taken from players on completing questBiglad
--HG-- branch : trunk
2009-09-04Fix a couple of small typos.Chaz Brown
--HG-- branch : trunk
2009-09-03Fix DK Runes never cooling down - fix by HiZedChaz Brown
--HG-- branch : trunk
2009-09-02*Fix the fraction loss of power regen. Thanks to HiZedmegamage
--HG-- branch : trunk
2009-09-02 [8449] Deprecate healing/damage item mods and merge internal data in to ↵megamage
spell power. Author: VladimirMangos * Report at loading about deprecated ITEM_MOD_SPELL_HEALING_DONE and ITEM_MOD_SPELL_DAMAGE_DONE and drop support code. * Merge healing/damage base spell bonus fields and function to spell power field/function. --HG-- branch : trunk
2009-09-02 [8446] Update ACHIEVEMENT_CRITERIA_TYPE_FALL_WITHOUT_DYING only for real ↵megamage
alive cases. Author: Opterman This fix problem with temporary "alive" cases for prist talent for example. Signed-off-by: VladimirMangos <vladimir@getmangos.com> * Use final damage for check * Also fix CMSG_REPOP_REQUEST read warning spam. --HG-- branch : trunk
2009-09-02[FIX] Energy/Mana Regeneration By HiZedmegamage
--HG-- branch : trunk
2009-09-02*Prevent the triggering spell to always consume one charge of fingers of ↵megamage
frost. By Cleave --HG-- branch : trunk
2009-09-01*GetHealth() was not returning desired value, so this code block is worthless.maximius
--HG-- branch : trunk
2009-09-01 [8433] Implement proper store and use character specific account data.megamage
* Base at TOM_RUS reseach save/load character specific account data in new table `character_account_data` * Move its in sql update from `account_data` to new table. * For client packets that can be send in loggined state or just after logout but assocualted with recently logout character add new login status STATUS_LOGGEDIN_OR_RECENTLY_LOGGOUT * Store low guid for loggedin player or recently logout into WorldSession. Author: VladimirMangos, TOM_RUS --HG-- branch : trunk
2009-09-01*Switch exploit check to debug only..maximius
--HG-- branch : trunk
2009-09-01[8431] Avoid unlearn class skills at unlearn spell learned at skill learn. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-09-01*Add some more debug info, don't kick GMs :)maximius
--HG-- branch : trunk
2009-09-01*Better fix to dead player with health exploit..maximius
--HG-- branch : trunk
2009-09-01*Fix some restriction of pet spell cast.megamage
--HG-- branch : trunk
2009-09-01*Allow pet to have combo points.megamage
--HG-- branch : trunk
2009-08-31*Better check for achievement criteria ↵Anubisss
ACHIEVEMENT_CRITERIA_TYPE_FALL_WITHOUT_DYING. By Opterman. --HG-- branch : trunk
2009-08-31*Add more debug info.megamage
--HG-- branch : trunk
2009-08-31*Add an error log to find crash reason of m_spellModTakingSpell.megamage
--HG-- branch : trunk
2009-08-31*Replace 2^32-1 with MAPID_INVALID (I knew megamage added this somewhere, ↵maximius
just couldn't find it until now :P) --HG-- branch : trunk
2009-08-31*Hg missed a file in last commit -_-maximius
--HG-- branch : trunk
2009-08-31*Fix possible freezing bug of last rev.megamage
--HG-- branch : trunk
2009-08-30*Same as previous commit, for pets. I know this could be optimized, but not ↵maximius
sure how to do it correctly :/ --HG-- branch : trunk
2009-08-30*Attempt to fix "can't learn any talents" bugmaximius
--HG-- branch : trunk
2009-08-31*Fix a crash caused by unremoved spell mode. Thanks to Visagalismegamage
--HG-- branch : trunk
2009-08-30*Fix a crash caused by invalid mapid in player save. Thanks to Visagalismegamage
--HG-- branch : trunk
2009-08-30*Remove typo'd line that wasn't even used :Pmaximius
--HG-- branch : trunk
2009-08-30*Improve support for "Favored" buffs, Thrallmar's Favor, Honor Hold's Favor, ↵maximius
and Cenarion Favor should all be fully supported now.. --HG-- branch : trunk
2009-08-30*Add support for Thrallmar's Fervor spell, cleanup some talent codemaximius
--HG-- branch : trunk
2009-08-30*Small cleanup of talent code.megamage
--HG-- branch : trunk
2009-08-30*Fix the error in 5477 which makes server freeze.megamage
--HG-- branch : trunk
2009-08-30*Cleanup in dual spec and handling of multiple ranks of spells; cleanup in ↵maximius
resetSpells (by TOM_RUS) --HG-- branch : trunk
2009-08-29*Disable changing specs in Battlegrounds unless you have Preparation buff.maximius
--HG-- branch : trunk
2009-08-29*Make position as a class;megamage
--HG-- branch : trunk
2009-08-28*Fix compile.Anubisss
--HG-- branch : trunk
2009-08-28*Add new functionality to Player::resetSpells.. not used anywhere yet, but ↵maximius
it's useful (and it works :P) --HG-- branch : trunk
2009-08-27[8426] Use upper/lower iterator pairs as result instead 2 function calls. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-08-27 [8416] Fixed problem with double cast form passives at loading. Author: ↵megamage
VladimirMangos * Drop learning form passives at form psell learning, and cast it explictly from code in all cases. * Drop cast form passives at learning. * Note: talents that have dependent form time passives still work in original way: learned and casted at learn if need. * Drop hack for spell 24907 casting at form apply: it casted fines as result normal triggered effect in related form spell. Original patch provided by nos4r2zod. --HG-- branch : trunk
2009-08-25*Do not give xp if mob is killed by vehicle.megamage
--HG-- branch : trunk
2009-08-24*Some update of aura system. Remove unnecessary variables and parameters ↵megamage
from auraeffect. Always refer to parent aura when finding target/source/caster. --HG-- branch : trunk
2009-08-24 [8409] Fixed guild creation date loading, and added another guild ↵megamage
loading optimization - last one. Signed-off-by: Triply <triply@getmangos.com> --HG-- branch : trunk
2009-08-24 [8402] Optimalized guild_eventlog and guild_bank_eventlog loading from ↵megamage
database. Added config options to set count of eventlog records stored in DB. Attached SQL files will DROP existing and create new tables. Make sure you create backup (if you need old data). Renamed few variables in Guild class. Signed-off-by: Triply <triply@getmangos.com> *Note: existing guild bank log will be removed. --HG-- branch : trunk