index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T12:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Globals
Age
Commit message (
Expand
)
Author
15 hours
Core/Misc: Reduce differences between branches
3.3.5
Shauren
4 days
Core/Misc: Rename AreaTrigger to AreaTriggerTeleport
Shauren
2025-09-06
Core/ObjectAccessor: Use FindConnectedPlayerByName in FindPlayerByName (#31137)
HelloKitty
2025-08-30
Core/Misc: Replace sprintf with safer alternatives (Trinity::StringFormat or ...
Shauren
2025-08-16
Core/Misc: Include source object information in ObjectMgr::GetClosestGraveyar...
Antonio
2025-07-14
Core/Misc: Reduce differences between branches
Shauren
2025-03-14
Core/Misc: Reduce differences between branches
Shauren
2025-02-20
Core/Transports: Fixed wrong transport guid generator initialization
Shauren
2025-02-03
Core/Misc: Reduce code differences between branches
Shauren
2025-02-01
DB/Schema: Change basehp/mana/armor in creature_classlevelstatus to unsigned ...
Nay
2024-10-05
Core/GameObjects: Added stringid to gameobjects
Shauren
2024-10-05
Core/Creatures: Implement StringId for Creatures, a custom identifier to make...
Seyden
2024-09-10
Core/Misc: Reduce differences between branches
Shauren
2024-03-14
Core/Misc: Use our new unique_trackable_ptr for various classes exposed to sc...
Shauren
2023-10-17
Core/Misc: Fixed thread-unsafe access to list of objects that should be spawn...
Shauren
2023-09-01
Core/Misc: Silence a false positive warning
Shauren
2023-08-24
Core/Misc: Modernize comparison operators
Shauren
2023-08-15
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-08-12
Core/Misc: Include cleanup, 2023 edition
Shauren
2023-01-10
Core/Creatures: improved error logging messages added in 6f835c233f7605d74926...
Ovahlord
2023-01-09
Core/Creatures: Split creature_addon and creature_template_addon's byte colum...
Ovahlord
2022-10-08
Core/Misc: Multithread query cache loading
ihm-tswow
2022-09-23
Core/Spawns: Added startup error for incorrect map assignments in instance_sp...
Shauren
2022-08-03
Core/Misc: Improve missing class health/mana data error message during startu...
ihm-tswow
2022-04-17
Core/Gossip: Fixed gossip menu options not performing their default actions w...
Shauren
2021-10-31
Core/Creatures: Refactor ObjectMgr::ChooseCreatureFlags to allow selecting on...
Shauren
2021-10-07
Core/Creature: Disallow nearly all non-static flags on DB side (#27024)
offl
2021-08-31
Core/Misc: Fixed effect index check in ObjectMgr::LoadSpellScripts
Shauren
2021-08-31
Core/Spells: Spell effect info access refactoring part 3 - removed direct Spe...
Shauren
2021-08-22
Core/Quests: check PreviousQuestID values as well when trying to make quest g...
Ovah
2021-08-20
Scripts/Pet: implement Dance Rune Weapon + minor tweaks to npc_pet_mage_mirro...
ccrs
2021-05-15
Core/DBLayer: escape MySQL keywords in page_text, page_text_locale, broadcast...
Ovahlord
2021-01-24
Core/Misc: Fix static analysis issues (#25924)
Giacomo Pozzoni
2021-01-22
Core/Creature: Add new db field InteractionPauseTimer (#25880)
Giacomo Pozzoni
2021-01-03
Core/Vehicles: add a way to delay the Vehicle despawn Time if its needed.
Sevi
2021-01-03
Core: whitespace cleanup, reduce double blank line to single (#25795)
Kargatum
2020-11-18
[3.3.5] Scripts/Commands: .learn adjustments (PR #25454)
Treeston
2020-11-17
Core/Maps: add new FLAG_ALLIANCE_ONLY and FLAG_HORDE_ONLY for instance spawn ...
Ovah
2020-09-09
[3.3.5] Core/Guilds: Guild cleanup (PR #25422)
Treeston
2020-09-04
Scripts/Commands: Convert argument parsing of .npc commands
Treeston
2020-09-01
Core/Misc: DBC std::array refactors, and |Hachievement unit tests
Treeston
2020-08-31
UnitTests: Add a first set of item hyperlink tests
Treeston
2020-08-28
Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)
Treeston
2020-07-30
Core/Mail: Load mails at login instead of on demand when queried by packets (...
Shauren
2020-07-28
Core/World: added startup log outputs for query cache initialization for deta...
Ovah
2020-07-18
Core/Misc: Replace boost::shared_mutex with std::shared_mutex (#24328)
Giacomo Pozzoni
2020-07-14
Core/Spells: Implement SPELL_EFFECT_ACTIVATE_OBJECT. (#23) (#24997)
Giacomo Pozzoni
2020-07-12
Core/DataStores: Update DBC field names to generated ones (#24999)
Peter Keresztes Schmidt
2020-06-27
Core/Maps: Implemented getting area id from gameobject spawns
Shauren
2020-06-26
Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")
jackpoz
[next]