aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Entities/Player
AgeCommit message (Expand)Author
2021-04-04Core/Player: Fix output of .additem command with negative count value (#26290)Mikhail Redko
2021-01-24Core/Misc: Fix static analysis issues (#25924)Giacomo Pozzoni
2021-01-17Core/logs: added xp info on login & logout (#25867)Matan Shukry
2021-01-10Core/Unit: Fix movement hiccups in water (#24020)Giacomo Pozzoni
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-11-21Core/Player: Adjust fall damage logjackpoz
2020-11-18[3.3.5] Scripts/Commands: .learn adjustments (PR #25454)Treeston
2020-10-24Core/DBLayer: Fixed memory leaks with existing SQLQueryHolder uses and elimin...Shauren
2020-10-19Game/Player: Fixed Backlash/Backdraft priority (#25564)Keader
2020-09-29Core/Pets: Add missing nullptr checkShauren
2020-09-29Core/Pets: Fixed crash happening when current pet is forcibly removed while b...Shauren
2020-09-27Core/PacketIO: Convert mail packets to classesShauren
2020-09-26Core/Misc: nopch fixesShauren
2020-09-12Core/Misc: Fix some static analysis warnings exposed after 6b8f3d0.Treeston
2020-09-12Core/PacketIO: Fixed SMSG_INSPECT for items with random suffixShauren
2020-09-10Add "On" to some gossip methods in AI (#25415)Maks Szokalski
2020-09-10Scripts/Commands: Convert remaining debug commands (PR #25429)Peter Keresztes Schmidt
2020-09-09Core/Misc: Convert leftover DatabaseTransactions-by-reference (pass them by v...Treeston
2020-09-08Core/Movement: Corrected Animation Tier handling (PR #24875)NoName
2020-09-05Core/Players: Directly store PlayerSpell in m_spells, not as pointerShauren
2020-09-04Scripts/Commands: Convert argument parsing of .npc commandsTreeston
2020-09-02Core/Player: Fixed incorrect prepared statement parameter types in Player::_S...robinsch
2020-08-28Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2020-08-22Scripts/Commands: Convert argument parsing of some misc commands to new syste...Peter Keresztes Schmidt
2020-08-16Core/Pets: Pet management refactoring (#25191)Shauren
2020-08-04Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2020-08-01Core/Common: Merge TimeTrackerSmall with TimeTrackerCarbenium
2020-07-31Core/DataStores: Rename TalentTabEntry::CategoryEnumID back to PetTalentMaskShauren
2020-07-30Core/Mail: Load mails at login instead of on demand when queried by packets (...Shauren
2020-07-30Core/Mail: Refactor mail loading to execute 2 database queries instead of 1+m...Shauren
2020-07-30Core/Misc: Replace database query in WorldSession::HandleAddFriendOpcode with...Shauren
2020-07-29Core/Loot: Prevent loot already looted item (#25084)Gildor
2020-07-26Core/WorldObject: Partially std::chrono-ify SummonCreature overloadsCarbenium
2020-07-20Core/Players: Use original proc target to update weapon skills, fixes ranged ...Shauren
2020-07-18Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt
2020-07-18Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2020-07-17Core/Time: Rename GetGameTime{System, Steady}Point methodsTreeston
2020-07-14Core/PacketIO: Updated corpse related packet structures (#24922)NoName
2020-07-13Add missing breaksShauren
2020-07-13Fix some compiler warnings reported by GCC (#25007)Peter Keresztes Schmidt
2020-07-12Core/DataStores: Update DBC field names to generated ones (#24999)Peter Keresztes Schmidt
2020-07-11Core/Player: Introduce separate level caps for each expansion (#24989)Max Drosdo.www
2020-07-06Core/Unit: Prevent gaining weapon and defense skillups in pvp (#24895)Max Drosdo.www
2020-06-30Core/Players: properly scale current value of hidden skills with player level...Rothend
2020-06-27Core/Maps: Implemented getting area id from gameobject spawnsShauren
2020-06-24Core/Player: do not consider FLAG_EXTRA_NO_XP_AT_KILL or pet status when deci...Rothend
2020-06-24Battlefields: Move BF scripts out of gameCarbenium
2020-06-24Entities/WorldObject: Add IsInWorldPvpZone to keep API similar to masterCarbenium
2020-06-24Core/Misc: Move WorldState enum to SharedDefinesCarbenium
2020-06-24Core/Misc: Create new enum for AreaIdsCarbenium