index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-31T00:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-07-29
Core/Loot: Prevent loot already looted item (#25084)
Gildor
2020-07-29
Scripts/Quest: Force of Neltharaku quest credit (#24807)
Trond B. Krokli
2020-07-29
Core/Authserver: Split SRP6 into its own file (PR #25131)
Treeston
2020-07-28
Core/World: added startup log outputs for query cache initialization for deta...
Ovah
2020-07-28
Core/Networking: Fixed authserver socket read handlers being called on incorr...
Shauren
2020-07-28
Core/Metric: Add new metric in World::UpdateSessions()
jackpoz
2020-07-28
Core/CreatureAI: std::chrono-ify DoSummon* methods
Carbenium
2020-07-28
Core/Metric: Log detailed metrics about each opcode handler (#25153)
Giacomo Pozzoni
2020-07-27
Core/WorldObject: Replace non-std::chrono SummonGameObject overloads
Carbenium
2020-07-27
Core/WorldObject: Replace non-std::chrono SummonTrigger overloads
Carbenium
2020-07-27
Core/WorldObject: Remove non-std::chrono SummonCreature overload
Carbenium
2020-07-27
Core/Metric: Add new cmake option WITH_DETAILED_METRICS to enable more metric...
Giacomo Pozzoni
2020-07-27
Core/Creature: Remove non-std::chrono overload of DespawnOrUnsummon
Carbenium
2020-07-27
Core/EventProcessor: std::chrono-ify the remaining public API
Carbenium
2020-07-27
Core/EventProcessor: std::chrono-ify CalculateTime
Carbenium
2020-07-26
Core/WorldObject: Partially std::chrono-ify SummonCreature overloads
Carbenium
2020-07-26
Core/EventMap: Clarify documentation of ScheduleEvent
Carbenium
2020-07-26
Core/EventMap: Unify semantics of DelayEvents
Carbenium
2020-07-26
EventMap: Change GetTimeUntilEvent to return std::chrono types
Carbenium
2020-07-26
EventMap: Switch internal timer over to std::chrono type
Carbenium
2020-07-26
Scripts/Kalimdor: Use std::chrono overload of Creature::DespawnOrUnsummon
Carbenium
2020-07-26
Scripts/World+Outland+Spells: Use std::chrono overload of Creature::DespawnOr...
Carbenium
2020-07-26
Scripts/Northrend: Use std::chrono overload of Creature::DespawnOrUnsummon
Carbenium
2020-07-26
Core/Misc: Use std::chrono overload of Creature::DespawnOrUnsummon
Carbenium
2020-07-26
Scripts/EasternKingdoms: Use std::chrono overload of Creature::DespawnOrUnsummon
Carbenium
2020-07-26
how does VC++ never catch these? 5e36bf7 follow-up
Treeston
2020-07-26
Core/Authserver: Auth cleanup phase 1b, the "I didn't hit Stage All" commit. ...
Treeston
2020-07-26
Core/Authserver: Auth cleanup phase 1a, the "stuff I ran across while making ...
Treeston
2020-07-26
Core/Authserver: Authserver cleanup (PR#25093)
Treeston
2020-07-25
Core/EscortAI: std::chrono-ify SetPauseTimer
Carbenium
2020-07-25
Core/EscortAI: std::chrono-ify AddWaypoint
Carbenium
2020-07-25
Core/ScriptedAI: std::chrono-ify DoSpawnCreature
Carbenium
2020-07-25
Core/BossAI: Remove _DespawnAtEvade(uint32, Creature*) overload
Carbenium
2020-07-25
Core/InstanceScript: std::chrono-ify DoRespawnGameObject
Carbenium
2020-07-25
Core/Utilities: Add custom _days chrono literal
Carbenium
2020-07-25
Common/Crypto: #ifdef out unnecessary locking code for OpenSSL 1.1+ (PR #25110)
Peter Keresztes Schmidt
2020-07-24
Core/Misc: Code cleanup
jackpoz
2020-07-24
Scripts/Borean Tundra: duplicate comment text (#25102)
Trond B. Krokli
2020-07-24
Core/Metric: Add more metrics about World::Update() loop (#25098)
Giacomo Pozzoni
2020-07-22
Core/Combat: Disable triggers entering combat (#25086)
Giacomo Pozzoni
2020-07-22
EventMap: Remove GetNextEventTime and GetTimer methods (PR #25092)
Peter Keresztes Schmidt
2020-07-22
Core/Authserver: Some safeguards in case anyone (read: me) tweaks these files...
Treeston
2020-07-22
Core/Scripts: Fix timing issue of EVENT_FLY_TO_RANDOM_PILLAR during Illidan e...
Carbenium
2020-07-21
Core/PlayerDump: Fixed overwriting cached character data on .pdump load when ...
Shauren
2020-07-21
TaskScheduler: use randtime instead of custom implementation
Carbenium
2020-07-20
Core/Players: Use original proc target to update weapon skills, fixes ranged ...
Shauren
2020-07-18
Core/Threads: Replace Boost TLS with C++11 one (#15782)
Giacomo Pozzoni
2020-07-18
Build: Enable -Wimplicit-fallthrough on clang (#25056)
Peter Keresztes Schmidt
2020-07-18
Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...
Peter Keresztes Schmidt
2020-07-18
Core/Misc: Replace boost::shared_mutex with std::shared_mutex (#24328)
Giacomo Pozzoni
[next]