aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Player
AgeCommit message (Expand)Author
2013-03-15Merge pull request #9396 from thomas007788/WhispersNay
2013-03-15Allow reply to whispers if you are under CONFIG_CHAT_WHISPER_LEVEL_REQ, and i...Nefarion
2013-03-13Core/VehiclesShauren
2013-03-09Core/Vehicles: Fixed a possible crash if vehicle is deleted before its passen...Shauren
2013-03-09Scripts/Commands: Fix .mod rep faction not updating client side reputationSgT-Fatality
2013-03-08First step of comment style refactoring to doxygen-style.Nefarion
2013-03-08Core/RBAC: Fix multiple permissions and remove multiple config options that a...Spp
2013-03-05Core/Players: Corrected online flag set in database when logging out, spotted...Shauren
2013-03-04Core: Whitespace cleanupVincent_Michael
2013-03-04Merge remote-tracking branch 'origin/refactoring'QAston
2013-03-04Core/Entities: Move complex function implementations from Player.h to Player.cppQAston
2013-03-04Added missed change to previous commitShauren
2013-02-28Core/Spells: Defined & implemented SPELL_ATTR6_IGNORE_CATEGORY_COOLDOWN_MODSShauren
2013-02-28Core: Whitespace cleanupVincent_Michael
2013-02-28Merge pull request #9299 from Ascathor/masterQAston
2013-02-26Core/Player: Rename PLAYER_FLAGS_UNK19 to PLAYER_FLAGS_UBERNay
2013-02-26Fixing some Engrish.Ascathor
2013-02-26Core/Quests: Implemented quest flag forcing the player to be flagged for PvP ...Shauren
2013-02-26Core/Quests: Updated quest flags and implemented QUEST_FLAGS_NO_MONEY_FROM_XP...Shauren
2013-02-25Some documentation additions within player.h and Creature.hAscathor
2013-02-25Core/RBAC: Create new permissions 'See two side who list', 'Add friends of ot...Spp
2013-02-25Core/RBAC: Create new permissions related to character creationSpp
2013-02-25Core/RBAC: Create new permissions 'Skips needed requirements to use channel c...Spp
2013-02-25Core/RBAC: Add new permissions 'Skip disable map check', 'Skip reset talents ...Spp
2013-02-18Core/Vehicles: Fix a few issuesMachiavelli
2013-02-15Core/Items: Fix logic in Player::AddItemRoc13x
2013-02-14Core/Maps: Prevent creating maps without a valid Map.dbc entryShauren
2013-02-08Core/Players: Fixed crash when mute expired while player was ingameShauren
2013-02-06Core/Player: Fix a query that was wrongly deleting itemsNay
2013-02-05Warning fixSpp
2013-02-04Scripts/Player: Add OnMapChanged to PlayerScripts (after map changed)Spp
2013-02-04Core: Implement Role based Access ControlSpp
2013-02-04Core/Dungeon Finder: Declare some functions private as those are not used out...Spp
2013-02-04Core/Dungeon Finder: Corrections to previous commitSpp
2013-02-04Core/Dungeon Finder: Use lfg namespace to encapsulate all LFG classes, struct...Spp
2013-02-01Core/Players: Prevent trading, taking gold from mail and withdrawing from gui...Shauren
2013-01-26Core: Some cosmetic changesVincent_Michael
2013-01-24Core/Players: Fixed uninitialized variable for item swapsShauren
2013-01-24Core/Misc: Minor cosmetic changes here and thereSpp
2013-01-24Merge pull request #9037 from krofna/crefixesNay
2013-01-24Fix error when swapping unique equipped weapon on dual wieldMislav Blažević
2013-01-20Corrections to 1eab850cab9c71c0e8086af538aded557c526914kaelima
2013-01-20Core/BG: Set bgteam in PLAYER_BYTES_3 >> 24. Creds to vlad852kaelima
2013-01-19Core/DataStores: Corrected reading CharStartOutfit.dbcShauren
2013-01-18Core/Misc: Delete spell from character_spell table too when encountering an i...Shocker
2013-01-14Core/Misc: Apply codestyle to multiple filesSpp
2013-01-11Core/DataStores: Changed index on CharStartOutfit.dbc to allow lookups direct...Shauren
2013-01-05Merge pull request #8848 from NightQuest/save_hookShauren
2013-01-04Core/Player: Prevent a crash in CastedCreatureOrGO and add an assertion to Ki...Nay
2013-01-02Core/Scripting: Created a hook for when a player is about to be saved.Ellie