aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-23Dep/Boost: Remove unused thread library (#25076)Giacomo Pozzoni
(cherry picked from commit cf5babc302d43f903b444b97bfdb934545356da2)
2022-01-23Core/Threads: Replace Boost TLS with C++11 one (#15782)Giacomo Pozzoni
* Core/Threads: Replace Boost TLS with C++11 one Replace boost::thread_specific_ptr<T> thread-local storage with C++11 thread_local to remove libboost_thread dependency from common project * Fix no-pch build (cherry picked from commit 00b16992f1ae3bf14ab5fe6366028a2b8648bfa0)
2022-01-23Build: Enable -Wimplicit-fallthrough on clang (#25056)Peter Keresztes Schmidt
* Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fallthroughs Related: #25006 * Misc: Add some missing breaks (no-ops) to satisfy clang Related: #25006 Closes #25055 * Build: Enable -Wimplicit-fallthrough on clang Closes #25006
2022-01-23Misc: Use [[fallthrough]] attribute instead of comment to mark intentional ↵Peter Keresztes Schmidt
fallthroughs (#25054) Related: #25006 (cherry picked from commit 85b5b842ca6c05d4e51081e6c3282940a80f3761)
2022-01-23Core/Misc: Replace boost::shared_mutex with std::shared_mutex (#24328)Giacomo Pozzoni
* Core/Misc: Replace boost::shared_mutex with std::shared_mutex * Remove std forward declarations (cherry picked from commit 7032ee0bdb47c995dfd89bce3d5b6fad13ec6d73)
2022-01-23Dep/Boost: Set boost version to 1.67 on *nix and 1.70 on Windows (#25069)Giacomo Pozzoni
(cherry picked from commit c54dc3ef9273378c55e0c17acef18de731a7f8eb)
2022-01-23Core/Metric: Log Map::Update() times (#25067)Giacomo Pozzoni
* Core/Metric: Log Map::Update() times * Add more performant version to reduce allocations when metrics are disabled * Linux build fix * Add metric stopwatch version that doesnt let users forget to _END it * Fix linux build * Code cleanup * Add Map updates panel to General dashboard * Add "Recent events" panel to General dashboard * Apply latest codestyle changes Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 5eb742ee6a892b684b0c4cbde9f02f838b8300e5)
2022-01-23Core/Time: Rename GetGameTime{System, Steady}Point methodsTreeston
The names are a bit unhandy. Rename them (shorter but still meaningful). GetGameTimeSystemPoint() -> GetSystemTime() GetGameTimeSteadyPoint() -> Now() Also add 2 new typedefs: typedef std::chrono::steady_clock::time_point TimePoint; typedef std::chrono::system_clock::time_point SystemTimePoint; Closes #25042 (cherry picked from commit 896b68d5c297b06587645caebc98b704978ecaa7)
2022-01-23Misc: Remove some unneeded/duplicated includes (#25051)Peter Keresztes Schmidt
(cherry picked from commit ddf16ae4d9eff6e849618bb6c5a00603f26daa93)
2022-01-23Nopch fixShauren
(cherry picked from commit c0ade2e98fbc6cc129b4725d2216016f90996e8b)
2022-01-23Dep: Switch to boost process instead of old standalone versionShauren
(cherry picked from commit 524d16739861d0b2279e2270e319b0c77ec9b03b)
2022-01-23Core/Misc: Replace boost::optional with std::optional part 2Shauren
2022-01-23Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt
C++17 is already mandatory, so it's a safe thing to do (cherry picked from commit 202fd41389973322f63186fd8e5a368fce3e1b04)
2022-01-23Core/Util: Remove EventMap's non-std::chrono::duration based interface (#25049)Peter Keresztes Schmidt
Closes #25012 (cherry picked from commit ce1e2c0f9b4f80e1fa5c448ee12fec43204a3634)
2022-01-23Scripts/World: Use std::chrono::duration overloads of EventMapShauren
2022-01-23Scripts/Zul'aman: Use std::chrono::duration overloads of EventMapShauren
2022-01-23Scripts/Blackrock Spire: Use std::chrono::duration overloads of EventMapShauren
2022-01-23Scripts/Stonecore: Use std::chrono::duration overloads of EventMapShauren
2022-01-23Scripts/Halls of Origination: Use std::chrono::duration overloads of EventMapShauren
2022-01-23Scripts/Blackrock Caverns: Use std::chrono::duration overloads of EventMapShauren
2022-01-23Scripts/Firelands: Use std::chrono::duration overloads of EventMapShauren
2022-01-23Scripts/Baradin Hold: Use std::chrono::duration overloads of EventMapShauren
2022-01-23Core/Misc: Port refactors 9fe6756cf26e916d69673879c31e09ee57ef6470NoName
* + For SMSG_DEATH_RELEASE_LOC G3D::Vector3 -> TaggedPosition<Position::XYZ> + removed non 3.3.5 packets Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com> Co-authored-by: Mogadischu <cgnad@live.de> Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 9fe6756cf26e916d69673879c31e09ee57ef6470)
2022-01-23Scripts/World+Pet: Use std::chrono::duration overloads of EventMap (#25017)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 0072fa922db1642d720c545ccc2ac095c140f0ca)
2022-01-23Scripts/Icecrown Citadel: Use std::chrono::duration overloads of EventMap ↵Peter Keresztes Schmidt
(Part 2) (#25041) Part 2: gunship battle and Sindragosa Contributes to https://github.com/TrinityCore/TrinityCore/issues/25012 (cherry picked from commit 6968e7a1a1d638cc43409e7ab5e96f2e4854fe69)
2022-01-23Scripts/Icecrown Citadel: Use std::chrono::duration overloads of EventMap ↵Peter Keresztes Schmidt
(#25036) Part 1: without gunship battle and Sindragosa Contributes to #25012 (cherry picked from commit 5eaff8a3bcc4a81ca27e19418f0c508966ad3c7f)
2022-01-23Scripts/Tempest Keep: Use std::chrono::duration overloads of EventMap (#25040)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 2d9c5979a6a6d9244f557ff5653694ce5b8f19a4)
2022-01-23Scripts/Utgarde Keep: Use std::chrono::duration overloads of EventMap (#25039)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit f00ab389d60cd5c8ba44ec8c6a49369c70a95d8b)
2022-01-23Scripts/Magisters Terrace: Use std::chrono::duration overloads of EventMap ↵Peter Keresztes Schmidt
(#25038) Contributes to #25012 (cherry picked from commit 88314660b66637982d629b786630af0dc0323eab)
2022-01-23Core/CombatAI: Use std::chrono::duration overloads of EventMap (#25037)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit bd837d4c3dc61e7817ccb14071108e97db86f1f5)
2022-01-23Scripts/Ulduar: Use std::chrono::duration overloads of EventMap (#25035)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit d4bce9f4d2d6059740e5bcc146ffa8d98f715d6f)
2022-01-23Scripts/Nexus: Use std::chrono::duration overloads of EventMap (#25033)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 2f538258d9e2e1162766efaee8cb61eeae4f921e)
2022-01-23Scripts/Naxxramas: Use std::chrono::duration overloads of EventMap (#25032)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 6eec0bc50f40892275934ae91d410b63ecbe2dfd)
2022-01-23Scripts/Isle of Conquest: Use std::chrono::duration overloads of EventMap ↵Peter Keresztes Schmidt
(#25031) Contributes to #25012 (cherry picked from commit 1a32b0f5b3c64bad4f379a45e5e7b07f00fe774e)
2022-01-23Scripts/Gundrak: Use std::chrono::duration overloads of EventMap (#25030)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 3a9b3259b8eb2f35af29135fd9c9c0c44e3e47d2)
2022-01-23Scripts/Frozen Halls: Use std::chrono::duration overloads of EventMap (#25029)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 19ee4d6254370de3f174718a72e5055aa28b6102)
2022-01-23Scripts/Drak'Tharon Keep: Use std::chrono::duration overloads of EventMap ↵Peter Keresztes Schmidt
(#25028) Contributes to #25012 (cherry picked from commit 65e01053a8dfa713c5ffebe6702d85a3577a9790)
2022-01-23Scripts/Chamber of Aspects: Use std::chrono::duration overloads of EventMap ↵Peter Keresztes Schmidt
(#25027) Contributes to #25012 (cherry picked from commit 42102871a78e4424ee18c243600327f5e1d84945)
2022-01-23Scripts/Coilfang Reservoir: Use std::chrono::duration overloads of EventMap ↵Peter Keresztes Schmidt
(#25025) Contributes to #25012 (cherry picked from commit 5ed6c6a5c348d601c6f144ca2b0df3e297dd2a69)
2022-01-23Scripts/Hellfire Citadel: Use std::chrono::duration overloads of EventMap ↵Peter Keresztes Schmidt
(#25024) Contributes to #25012 (cherry picked from commit d00c95f26f835e681bcadbb68a2476408948d64a)
2022-01-23Scripts/Azjol-Nerub: Use std::chrono::duration overloads of EventMap (#25026)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 1c3187e596e1d0d483b9ff7d2794ace017c16963)
2022-01-23Scripts/Mana Tombs: Fix Pandemonious Dark Shell event delayShauren
(cherry picked from commit 7e5cf40d4c776bc048f74b8323c435173394772f)
2022-01-23Scripts/Auchindoun: Use std::chrono::duration overloads of EventMap (#25023)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 4ad80434a2efa046c4f4954221832714225b801d)
2022-01-23Scripts/Outland: Use std::chrono::duration overloads of EventMap (#25022)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 39fc17e284bf2082d3b5a0c50dfd9e6cde64b582)
2022-01-23Scripts/Northrend: Use std::chrono::duration overloads of EventMap (#25021)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 29779db58b19384518706299e6e48be0d04eac65)
2022-01-23Scripts/Trial of the Crusader: Use std::chrono::duration overloads of ↵Peter Keresztes Schmidt
EventMap (#25020) Contributes to #25012 (cherry picked from commit a2b2dc7ad0b22bf0f89dfc26dd7eb33fe7bcacfb)
2022-01-23Scripts/EasternKingdoms: Use std::chrono::duration overloads of EventMap ↵Peter Keresztes Schmidt
(#25019) Contributes to #25012 (cherry picked from commit 5ef576d223db0ac019bd803a07976cdc549a26ac)
2022-01-23Scripts/Blackrock Mountain: Use std::chrono::duration overloads of EventMap ↵Peter Keresztes Schmidt
(#25018) Contributes to #25012 (cherry picked from commit ac27c922d1ac0cbae98e98a3f560484dece75604)
2022-01-23Scripts/Kalimdor: Use std::chrono::duration overloads of EventMap (#25016)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit 90d5e7e1e82f1f196fb78844f7cad81fc228877c)
2022-01-23Core/Battlegrounds: Use std::chrono::duration overloads of EventMap (#25015)Peter Keresztes Schmidt
Contributes to #25012 (cherry picked from commit e372f9badb252f67abc29236e715bcce7fe1155d)