index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-26T02:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Server
Age
Commit message (
Expand
)
Author
2022-05-11
Core/Misc: Remove uses of std::aligned_storage (deprecated in future c++ stan...
Shauren
2022-05-11
Core/DataStores: Removed hardcoded cap for battlepet species
Shauren
2022-05-06
Core/Crypto: Fixed EVP_PKEY reference counting for copied objects
Shauren
2022-05-03
Core/Crypto: Switch away from most deprecated openssl functions and removed u...
Shauren
2022-03-24
Core/Units: Rename AnimationTier to AnimTier for consistency between branches
Shauren
2022-03-22
Core/PacketIO: Fixed ScenarioState packet structure (#27880)
Krudor
2022-03-12
Core/PacketIO: Fixed TransfertAbort size for SMSG_TRANSFER_ABORTED
ModoX
2022-03-11
Core/Network: Add option to allow/disallow saving IP addresses to database (#...
Giacomo Pozzoni
2022-03-06
Core/Misc: Fix typo in SendAuthWaitQue method name (#25887)
Jan Van Buggenhout
2022-03-06
Core/Misc: Update WorldSocket::OnRead to WorldSocket::ReadDataHandler in comm...
Jan Van Buggenhout
2022-03-05
Core: whitespace cleanup, reduce double blank line to single (#25795)
Kargatum
2022-02-28
Core/DBLayer: Fixed memory leaks with existing SQLQueryHolder uses and elimin...
Shauren
2022-02-28
Core/Mail: Naming sync with 3.3.5
Shauren
2022-02-26
Core/Quests: Fixes response selection to use correct referenced identifier (#...
ModoX
2022-02-26
Core/GameObjects: Implemented GAMEOBJECT_TYPE_CAPTURE_POINT (#27034)
Jeremy
2022-02-25
Core/PacketIO: Rename some new opcodes
Shauren
2022-02-25
Core/PacketIO: Fixed placeholders in DungeonScoreSeasonData
Shauren
2022-02-25
Core/Auras: Implemented SPELL_AURA_DISABLE_INERTIA (506)
Shauren
2022-02-24
Core/PacketIO: Updated packet structures to 9.2.0
Shauren
2022-02-13
Core/BattlePets: Implemented CMSG_BATTLE_PET_UPDATE_NOTIFY (#27724)
Meji
2022-02-13
Core/Misc: Minor game include cleanup
Shauren
2022-02-12
Core/Misc: Don't include CharacterPackets.h in SpellPackets.h
Shauren
2022-02-09
Core/Utils: Extract template base class out of flag128
Shauren
2022-02-06
Core/PacketIO: Implemented SMSG_DISPLAY_TOAST for quest money rewards (#27669)
Aqua Deus
2022-02-05
Core/Misc: Convert leftover DatabaseTransactions-by-reference (pass them by v...
Treeston
2022-02-05
[3.3.5] Core/Guilds: Guild cleanup (PR #25422)
Treeston
2022-02-05
Core/Movement: Corrected Animation Tier handling (PR #24875)
NoName
2022-02-04
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2022-02-04
Core/Warden: Fix warden timeout ticking twice as fast as it should
Shauren
2022-02-02
Core/Warden: Add .debug warden force, allowing you to force specific warden c...
Treeston
2022-02-02
Core/Pets: Updated pet summoning for latest client version (5 Call Pet spells...
Shauren
2022-01-31
Core/PacketIO: Removed handlers for two pet opcodes that no longer exist
Shauren
2022-01-31
Core/Pets: Pet management refactoring (#25191)
Shauren
2022-01-29
Core/Objects: Properly choose between "Destroyed" or "OutOfRange" during visi...
Shauren
2022-01-26
Core/Warden: Warden refactors (PR #25235)
Treeston
2022-01-24
Core/DBLayer: Add nicer api for SQLQueryHolders
Shauren
2022-01-24
Core/Networking: Fixed authserver socket read handlers being called on incorr...
Shauren
2022-01-24
Core/Metric: Log detailed metrics about each opcode handler (#25153)
Giacomo Pozzoni
2022-01-23
Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...
Peter Keresztes Schmidt
2022-01-23
Core/Time: Rename GetGameTime{System, Steady}Point methods
Treeston
2022-01-23
Core/Misc: Replace boost::optional with std::optional part 2
Shauren
2022-01-23
Warning fix
Shauren
2022-01-16
Core/Items: Reagent bank (#27592)
Aqua Deus
2022-01-16
Core/PacketIO: Allow more CMSG_SET_ACTION_BAR_TOGGLES before triggering AntiD...
Shauren
2022-01-09
Core/Guilds: Implemented reordering guild ranks
aquadeus
2022-01-09
Core/Guilds: Separate guild rank id from guild rank order
Shauren
2022-01-06
Core/Networking: Switch to intrusive variant of MPSC queue to halve the numbe...
Shauren
2022-01-01
Core/Log: Log all character kicks to "network.kick" category
jackpoz
2022-01-01
Core/NetworkIO: Adjust more packet throttling values
jackpoz
2022-01-01
Core/Logs: Log full guid instead of just low guid, part 2
Giacomo Pozzoni
[next]