EverWrath/src/common/Utilities
M'Dic 437d93926f
fix (core): macos12 depreciation workflow error / security CWE-120 (#14746)
* fix (core): macos12 depreciation workflow error

Fix workflow error message:
azerothcore-wotlk/src/common/Utilities/Util.cpp:558:9: fatal error: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
        sprintf(buffer, "%02X", bytes[i]);

* Update BattlegroundAV.cpp

* more macos12 fixit

* Update spell_generic.cpp
2023-01-23 06:13:27 -05:00
..
advstd.h feat(Core): Enable C++20 support (#10440) 2022-02-11 14:37:24 +01:00
AsyncCallbackProcessor.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
ByteConverter.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
CircularBuffer.h refactor(Core): apply clang-tidy modernize-* (#9975) 2022-01-17 14:35:07 +01:00
Containers.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
DataMap.h refactor(Core/Misc): add braces and impove codestyle (#6402) 2021-06-24 19:50:18 +02:00
Duration.h feat(Core): Enable C++20 support (#10440) 2022-02-11 14:37:24 +01:00
EnumFlag.h feat(Core/Misc): improve enum flags with type safe operators (#7865) 2021-09-17 14:51:01 +02:00
EventEmitter.h feat(Core/Utilities): add event emitter class (#12632) 2022-08-05 09:09:26 -04:00
EventMap.cpp fix(Core/TempleOfAhnQiraj): Huhuran timers + EventMap::Repeat (#13182) 2022-10-05 01:42:25 +02:00
EventMap.h fix(Scripts/Temple of AhnQiraj): Adjusted Sartura's event timers. (#13187) 2022-10-05 22:36:08 -03:00
EventProcessor.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
EventProcessor.h feat(Core): Enable C++20 support (#10440) 2022-02-11 14:37:24 +01:00
Geometry.h refactor(Core/Misc): sqrt/log/exp() to std::sqrt/log/exp() (#9792) 2022-02-09 11:59:30 +01:00
IteratorPair.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
MathUtil.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
MessageBuffer.h refactor(Core): apply clang-tidy modernize-* (#9975) 2022-01-17 14:35:07 +01:00
Optional.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Physics.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Random.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Random.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
SFMTRand.cpp feat(Core/Time): Implement saparated manager for game time (#8630) 2022-01-24 17:55:00 +07:00
SFMTRand.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
SignalHandler.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
SmartEnum.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
StartProcess.cpp Revert feat(core): Start Process and DBUpdater (#13465) 2022-10-20 07:43:34 +02:00
StartProcess.h Revert feat(core): Start Process and DBUpdater (#13465) 2022-10-20 07:43:34 +02:00
StringConvert.h fix(Core/Misc): Remove Clang 7 workaround (#10521) 2022-02-11 04:03:29 +01:00
StringFormat.cpp fix(CORE): another attempt to fix the dbimport command line warning (#13449) 2022-10-22 00:21:16 +02:00
StringFormat.h fix(CORE): another attempt to fix the dbimport command line warning (#13449) 2022-10-22 00:21:16 +02:00
TaskScheduler.cpp refactor(Core/Misc): add braces and impove codestyle (#6402) 2021-06-24 19:50:18 +02:00
TaskScheduler.h refactor(Core/Misc): add braces and impove codestyle (#6402) 2021-06-24 19:50:18 +02:00
Timer.cpp feat(Core/Common): add new helpers for time utility (#10207) 2022-01-19 12:01:59 +07:00
Timer.h fix(Core/AI): more AI factory checks (#12402) 2022-07-19 14:31:03 -03:00
Tokenize.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Tokenize.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Tuples.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Types.h feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
Util.cpp fix (core): macos12 depreciation workflow error / security CWE-120 (#14746) 2023-01-23 06:13:27 -05:00
Util.h feat(Core/DBLayer): replace char const* to std::string_view (#10211) 2022-02-05 00:37:11 +01:00