aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
AgeCommit message (Collapse)Author
2010-05-04Fix: Force rogues not to steal stuff during charcreation - it stole a double ↵click
set of startingweapons intead of a single set (Thanks to BioHazard for the note) --HG-- branch : trunk
2010-05-04Some additional checks to Login Instance check. + code layout.Trazom62
--HG-- branch : trunk
2010-05-04Add stricter regulations for instances (login-checks and support for sending ↵click
unbound player to parent-instance / homebind if not matching criterias) Patch by Elron103 - closes issue #1323. --HG-- branch : trunk
2010-05-04*Fix: correctly apply or remove enchantments requiring a skill when gaining ↵click
a skill level - fix by Liberate Closes issue #1407 --HG-- branch : trunk
2010-05-03Revert parts of a previous transaction-fix (would create a nested ↵click
transaction), add missing support for rollback in battleground-group creation --HG-- branch : trunk
2010-05-02Include petsaving under transactioncontrol in Player::SaveToDB()click
--HG-- branch : trunk
2010-05-02Fix: Give the correct amount of talent points when leveling up after a ↵click
talent reset - patch by Liberate Fixes issue #1568, fixes issue #765, fixes issue #772 --HG-- branch : trunk
2010-05-01Fix more warnings.Spp
--HG-- branch : trunk
2010-04-30Add support for vendors selling the same items with different extendedCost - ↵click
original code by Vladimir (thanks mate) Closes issue #1756 --HG-- branch : trunk
2010-04-30Clean up in item refund related code.Machiavelli
--HG-- branch : trunk
2010-04-29Warning FixesSpp
Code Style cleanup Fix linux compile --HG-- branch : trunk
2010-04-29Don´t inherit refund data when cloning when original item is not refundable.Machiavelli
--HG-- branch : trunk
2010-04-28Partial revert of 6ab9e720f3d2fca8bfe14b2ba857008cf018e0cd, thanks click and ↵Machiavelli
Liberate for talking sense into me. Only load 1 spec in memory at a time. Also fixes totem bar loading due to a typo. --HG-- branch : trunk
2010-04-28Fix item vendor refund for stackable items.Machiavelli
--HG-- branch : trunk
2010-04-28Remove a remnant from debugging code from prev. commit. (sorry)Machiavelli
--HG-- branch : trunk
2010-04-28Fix action buttons sent to client when swapping between talent specs. ↵Machiavelli
Storage related parts by Hunuza (MaNGOS), big thanks. --HG-- branch : trunk
2010-04-27Implement support of Timed Achievement. Thanks Shauren.Trazom62
Fixes issue #1431. --HG-- branch : trunk
2010-04-26Remove a remnant from some local testcode (damn, I'm sure I had removed it - ↵click
it's not even related to the previous fix) --HG-- branch : trunk
2010-04-26Properly relearn talents/spells when changing active specialization - also ↵click
relearn the spells that require this talent Fixes issue #907 - Patch by liberate --HG-- branch : trunk
2010-04-25Implement coreside support for questflag QUEST_FLAGS_AUTO_ACCEPT and its use ↵click
- patch and research by click and Liberate (This also fixes the complaints that starter-quests were broken - the flag was actually never used coreside) --HG-- branch : trunk
2010-04-24Fix compile ¬¬Spp
+ Code Style (for, if, while) --HG-- branch : trunk
2010-04-24Remove unnecesary casts to Player in Player.cppSpp
Thanks to Shauren for pointing it out --HG-- branch : trunk
2010-04-23Fix spelling error in CONFIG_GM_WHISPERING.p0wer
--HG-- branch : trunk
2010-04-22Fixes GCD when 1 sec or shorter.Trazom62
Support aura reducing GCD (SPELLMOD_GLOBAL_COOLDOWN) (e.g. Backdraft, Unholy presence). Fixes issue #1666. Fixes issue #1616. --HG-- branch : trunk
2010-04-21Change visibility of pets or charmed units as well when GM is invisibleclick
Fix by liberate --HG-- branch : trunk
2010-04-21Update trigger visibility when doing gm on/offclick
Fix by liberate --HG-- branch : trunk
2010-04-19Code Style: Remove trailing spaces and tab to spacesSpp
--HG-- branch : trunk
2010-04-19More warning removal (Some code modifications and cleanup when needed)Spp
--HG-- branch : trunk
2010-04-19Remove LOTS of compile warningsSpp
--HG-- branch : trunk
2010-04-18Move around and do some changes to homebinding, thanks to Vladimirclick
* Adds support for spelltarget-positions * Uses areaname instead of zonename on hearthstone Add homebind animation to player, with cast from innkeeper --HG-- branch : trunk
2010-04-17Implement auto pass on loot.Trazom62
Fixes issue #1684. --HG-- branch : trunk
2010-04-17Whack questgivers in the head with a bat to make them properly show ! or ? ↵click
properly depending on the questtype they hand out Patch by Liberate --HG-- branch : trunk
2010-04-16Reapply the previous "actionbars"-fix/handling db/coresideclick
Fixes issue #1669 Note: This issue has been a pain in the rear, as it was actually messing up clients that ran a vanilla client without addons. The issue only comes in to place when players load a SINGLE actionbar, and not selecting "activate all bars". Extensive testing and debugging done to figure out why this actually happened - I'll fricking shoot the next one messing with it! --HG-- branch : trunk
2010-04-15Fix AHBot crashes. Patch based on code from Xeross' repoSpp
Closes issue 1649 --HG-- branch : trunk
2010-04-15Another fix quest flags, Implement support weekly quests cooldowns(Original ↵n0n4m3
patch by GriffonHeart), also code cleanups. --HG-- branch : trunk
2010-04-14Port some mailsending-fixes from MaNGOS - prevents copying maildata/text ↵click
into new mails Original fix by Vladimir --HG-- branch : trunk
2010-04-14Create new table character_stats for external tools(website,etc). This table ↵n0n4m3
use only when player logout. Original code by hunuza. --HG-- branch : trunk
2010-04-14Add index for some tables in characters DB. by AlexDereka.n0n4m3
--HG-- branch : trunk
2010-04-14Drop not needed table 'item_text', add new column 'text' in table ↵n0n4m3
'item_instance'. Original patch by Vladimir. --HG-- branch : trunk
2010-04-13* Fix actionbars-issue with talent-based spells/actions disappearingclick
* Revert previous mess someone(tm) made with the "reinstating" actionBars -field (me!) --HG-- branch : trunk
2010-04-13*fix mail system error thanks to FaTe753 Fixes issue #1616Rat
--HG-- branch : trunk
2010-04-13Forgot to remove reference-comment for the old functionality.click
--HG-- branch : trunk
2010-04-13Fix hunter pet losing talents on respec -now back to being blizzlikeclick
--HG-- branch : trunk
2010-04-12Restore load/save shown actionbars, missing from 3.3.3 upgradeclick
Original SQL by hunuza/MaNGOS project --HG-- branch : trunk
2010-04-11Remove unused data from Player::MinimalLoadFromDBSpp
Original patch by raiden Closses issue 1590 --HG-- branch : trunk
2010-04-11Tab to Spaces and remove of trailing spacesSpp
--HG-- branch : trunk
2010-04-11Final fix basepoints calculation, thx to Vladimir, Laise.n0n4m3
--HG-- branch : trunk
2010-04-11Implement some opcodes. Big thx to TOM_RUS.n0n4m3
--HG-- branch : trunk
2010-04-11Fix mail, professions, group loot, console spam, and some fixes. Big thx to ↵n0n4m3
TOM_RUS. --HG-- branch : trunk
2010-04-11Fix quests and auctionhouse.n0n4m3
--HG-- branch : trunk