aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
AgeCommit message (Expand)Author
2010-06-05Move core/realm files to new subdirectoryclick
2010-06-05HIGHLY EXPERIMENTAL - USE AT YOUR OWN RISKclick
2010-06-04HIGHLY EXPERIMENTAL - USE AT YOUR OWN RISKRat
2010-06-04* Honor rate is now applied to every honor gainJohn Holiver
2010-06-03removed old and incorrect 80-120% honor bonus (leftover from preBC O.o)Rat
2010-05-31Fix exploit with swaping already looted items.Trazom62
2010-05-29RequiredReputationFaction == 0 && RequiredReputationRank != 0 means its some ...Shauren
2010-05-26Add support for random battlegrounds - port by n0n4me, original code by Vladi...click
2010-05-24*Fix: Only show quests in the first page of gossip, instead of every page.Liberate
2010-05-24Fixed remaining scaling mounts that have 310% speed when you have other 310% ...Shauren
2010-05-21*Fix: Relearn higher rank spells when talenting in the first rank.Liberate
2010-05-17display honor gained from kills in bg score windowRat
2010-05-16Correct SMSG_INSTANCE_DIFFICULTY structure (fixes raid difficulty display).click
2010-05-14Allow multiple classes for quest requirements - patch by Shaurenclick
2010-05-13Make questgivers automatically inform of quests in their gossipmenu when avai...click
2010-05-13Prevent SQL injection in Player::_SaveEquipmentSets()Machiavelli
2010-05-13Implement enchantments for ITEM_MOD_SPELL_PENETRATION and ITEM_MOD_BLOCK_VALUE.Machiavelli
2010-05-13Global cooldown for players should never exceed 1,5 seconds. Fixes issue #1998Machiavelli
2010-05-10Correctly complete quests with QUEST_FLAGS_AUTO_ACCEPT which should be comple...click
2010-05-08Cleanup on some database-related files: merge some DB-related files, add some...click
2010-05-08Add GUID to groupsSpp
2010-05-05Remove a nested transaction messing up character savestates - thanks to Zor f...click
2010-05-05Save items with itemstate ITEM_CHANGED using DELETE followed by an INSERT que...Machiavelli
2010-05-04Fix: Force rogues not to steal stuff during charcreation - it stole a double ...click
2010-05-04Some additional checks to Login Instance check. + code layout.Trazom62
2010-05-04Add stricter regulations for instances (login-checks and support for sending ...click
2010-05-04*Fix: correctly apply or remove enchantments requiring a skill when gaining a...click
2010-05-03Revert parts of a previous transaction-fix (would create a nested transaction...click
2010-05-02Include petsaving under transactioncontrol in Player::SaveToDB()click
2010-05-02Fix: Give the correct amount of talent points when leveling up after a talent...click
2010-05-01Fix more warnings.Spp
2010-04-30Add support for vendors selling the same items with different extendedCost - ...click
2010-04-30Clean up in item refund related code.Machiavelli
2010-04-29Warning FixesSpp
2010-04-29Don´t inherit refund data when cloning when original item is not refundable.Machiavelli
2010-04-28Partial revert of 6ab9e720f3d2fca8bfe14b2ba857008cf018e0cd, thanks click and ...Machiavelli
2010-04-28Fix item vendor refund for stackable items.Machiavelli
2010-04-28Remove a remnant from debugging code from prev. commit. (sorry)Machiavelli
2010-04-28Fix action buttons sent to client when swapping between talent specs. Storage...Machiavelli
2010-04-27Implement support of Timed Achievement. Thanks Shauren.Trazom62
2010-04-26Remove a remnant from some local testcode (damn, I'm sure I had removed it - ...click
2010-04-26Properly relearn talents/spells when changing active specialization - also re...click
2010-04-25Implement coreside support for questflag QUEST_FLAGS_AUTO_ACCEPT and its use ...click
2010-04-24Fix compile ¬¬Spp
2010-04-24Remove unnecesary casts to Player in Player.cppSpp
2010-04-23Fix spelling error in CONFIG_GM_WHISPERING.p0wer
2010-04-22Fixes GCD when 1 sec or shorter.Trazom62
2010-04-21Change visibility of pets or charmed units as well when GM is invisibleclick
2010-04-21Update trigger visibility when doing gm on/offclick
2010-04-19Code Style: Remove trailing spaces and tab to spacesSpp