Takenbacon
|
ee69a569c4
|
fix(Core/Grids): Grid improvements (#20955)
|
2025-02-14 22:11:27 +01:00 |
|
Francesco Borzì
|
a9f0f371e5
|
refactor(src/server/game): optimise imports (#20541)
|
2024-11-13 11:37:20 +01:00 |
|
Francesco Borzì
|
2317004417
|
refactor(src/server/database|shared): remove unused import (#20316)
|
2024-10-28 10:04:42 +01:00 |
|
Ovahlord
|
52d37a927d
|
fix(Build): nopch build (#17617)
|
2023-10-30 00:24:18 +01:00 |
|
Kitzunu
|
90fccacad5
|
feat(Core/Movement): Allow waypoints to use 0 as valid facing value (#11681)
* feat(Core/Movement): Allow waypoints to use 0 as valid facing value
* cherry-pick commit (4747515872)
Co-Authored-By: Ovah <18347559+Ovahlord@users.noreply.github.com>
* Update SmartScriptMgr.h
* a
* Update SmartAI.cpp
* Update SmartAI.cpp
* Update SmartAI.cpp
* typo
* Update SmartAI.cpp
* Update SmartAI.cpp
* Compile fix
* compile #2
* Update WaypointMgr.h
* Update SmartScriptMgr.h
* compile fix again
Co-authored-by: Ovah <18347559+Ovahlord@users.noreply.github.com>
Co-authored-by: MDIC <joshua.lee.betts@gmail.com>
|
2022-05-21 23:42:41 +02:00 |
|
Bogir[rus]
|
75439773d0
|
fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970)
|
2022-03-12 04:57:26 -03:00 |
|
Kargatum
|
de13bf426e
|
feat(Core/DBLayer): replace char const* to std::string_view (#10211)
* feat(Core/DBLayer): replace `char const*` to `std::string_view`
* CString
* 1
* chore(Core/Misc): code cleanup
* cl
* db fix
* fmt style sql
* to fmt
* py
* del old
* 1
* 2
* 3
* 1
* 1
|
2022-02-05 00:37:11 +01:00 |
|
Kargatum
|
5969df4e30
|
refactor(Core/Logging): switch to fmt style for LOG_ (#10366)
* feat(Core/Common): add support fmt style for ASSERT and ABORT
* correct CheckCompactArrayMaskOverflow
* 1
* Update src/server/game/Spells/Spell.cpp
* rework logging
* add fmt replace logs
* logging
* FMT_LOG_
* settings
* fix startup
* 1
* 2
* 3
* 4
* 5
* fmt::print
* to fmt
|
2022-01-27 16:44:41 +01:00 |
|
acidmanifesto
|
4330e44ad0
|
fix (Core/CodeReduction) TC_ removal (#10162)
TC_ remove from any commit out TC_LOG in the event when we do need to run debug logging, we can just remove the // instead of // TC_
|
2022-01-13 14:39:54 -05:00 |
|
Kargatum
|
f62664c987
|
refactor(Core/Misc): headers cleanup (#9259)
|
2021-11-22 17:24:39 +07:00 |
|
Kargatum
|
52aa0e9966
|
feat(License): add new headers information about license (#7941)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
|
2021-09-30 13:40:52 +07:00 |
|
Kitzunu
|
2f449326e0
|
refactor(Core): Rename ...Manager to ...Mgr (#6910)
* Rename MapManager.h to MapMgr.h
* Rename BanManager.h to BanMgr.h
* Rename MapManager.cpp to MapMgr.cpp
* Rename BanManager.cpp to BanMgr.cpp
* Rename MapRefManager.h to MapRefMgr.h
* Rename ThreatManager.h to ThreatMgr.h
* Rename GridRefManager.h to GridRefMgr.h
* Rename ThreatManager.cpp to ThreatMgr.cpp
* Rename GroupRefManager.h to GroupRefMgr.h
* Rename HostileRefManager.h to HostileRefMgr.h
* Rename HostileRefManager.cpp to HostileRefMgr.cpp
* Rename MMapManager.h to MMapMgr.h
* Rename FollowerRefManager.h to FollowerRefMgr.h
* Rename VMapManager2.h to VMapMgr2.h
* Rename IVMapManager.h to IVMapMgr.h
* Rename MMapManager.cpp to MMapMgr.cpp
* Rename VMapManager2.cpp to VMapMgr2.cpp
* Rename RefManager.h to RefMgr.h
* Rename WaypointManager.h to WaypointMgr.h
* Rename WaypointManager.cpp to WaypointMgr.cpp
* Rename MPQManager.h to MPQMgr.h
* Rename MPQManager.cpp to MPQMgr.cpp
* Rename IMMAPManager.h to IMMAPMgr.h
* fix build
* Update Main.cpp
* chore(Core/Misc): Remove toxic language
* Revert "chore(Core/Misc): Remove toxic language"
* fix build
* build
|
2021-09-15 17:50:28 +02:00 |
|
Kargatum
|
9ac6fddcae
|
feat(Core/Database): port TrinityCore database API (#5611)
|
2021-06-22 06:21:07 +02:00 |
|
Kargatum
|
5787d00d54
|
chore(Core/Logging): replace most server loggers (#5726)
* chore(Core/Logging): replace most server loggers
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
|
2021-06-21 03:07:12 +02:00 |
|
Francesco Borzì
|
466cdb68d6
|
refactor(Core): code cleanup (part 2) (#6374)
|
2021-06-16 20:40:42 +02:00 |
|
Kitzunu
|
897a02bb75
|
refactor(Core/Misc): acore to Acore (#6043)
|
2021-05-31 14:21:54 +02:00 |
|
Kargatum
|
4af4cbd3d9
|
feat(Core/Logging): rework logging (#4692)
* feat(Core/Logging): rework logging
* correct level for sql.sql
* del unused config options
* Correct build
* correct after merge
* whitespace
20:29:37 1. 'Player.cpp'. Replace (1)
20:29:37 2. 'ObjectMgr.cpp'. Replace (3)
* 1
* correct logging
* correct affter merge
* 1
* 2
* LOG_LEVEL_WARN
* #include "AppenderDB.h"
* 3
* 4
* 5
* 1. 'WorldSocket.cpp'. Replace (1)
* 6
* 1
|
2021-04-17 11:20:07 +02:00 |
|
Francesco Borzì
|
f6a17164be
|
fix(Core/License): issue with old files license (#4762)
|
2021-03-17 09:46:01 -06:00 |
|
Kitzunu
|
dbc0ff6554
|
refactor(Core): sort #includes alphabetically (#4579)
|
2021-02-24 22:34:42 +01:00 |
|
Kitzunu
|
da4edd547d
|
chore(core): remove malformed whitespaces (#4244)
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
|
2021-01-10 14:27:55 +01:00 |
|
Kargatum
|
a2b26272d2
|
refactor(Core/Game): restyle game lib with astyle (#3466)
|
2020-10-12 10:08:15 +02:00 |
|
Kargatum
|
4a8f1de538
|
feat(Core/Misc): remove and replace ACE_Singleton (#2418)
|
2019-12-21 00:29:29 +07:00 |
|
Viste
|
e22d78ecd6
|
refactor(Core): rename namespaces and macros to acore (#2454)
|
2019-12-01 13:13:31 +01:00 |
|
Kargatum
|
824a80005c
|
Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros (#1627)
* Delete macros UNORDERED_MAP
* Delete macros UNORDERED_SET
|
2019-03-26 00:01:56 +07:00 |
|
Nefertumm
|
dd300003e2
|
Update license links (#783)
|
2018-03-12 10:54:57 +01:00 |
|
Yehonal
|
17332304fd
|
Using TC structure allowing easier patches importing
|
2017-12-21 00:20:29 +01:00 |
|
Yehonal
|
b0c8eceb08
|
Refactoring part 2 [W.I.P]
|
2016-08-12 02:38:26 +02:00 |
|
Yehonal
|
f6eefedcd5
|
converted all tabs to 4 spaces
|
2016-06-26 19:23:57 +02:00 |
|
Yehonal
|
e8e94a0a66
|
First Commit
For Azeroth!
|
2016-06-26 10:39:44 +02:00 |
|