Nefertumm
|
9b6da94510
|
fix(Core/AI): more AI factory checks (#12402)
Co-authored-by: ariel- <ariel-@users.noreply.github.com>
Co-authored-by: Treeston <treeston@users.noreply.github.com>
Co-authored-by: Aokromes <aokromes@users.noreply.github.com>
|
2022-07-19 14:31:03 -03:00 |
|
IntelligentQuantum
|
cc52712ac1
|
refactor(Core/AI): factory functions cleanup (#11779)
|
2022-07-15 16:11:49 +02:00 |
|
Francesco Borzì
|
9dc88def35
|
refactor(Core): apply clang-tidy modernize-* (#9975)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
|
2022-01-17 14:35:07 +01:00 |
|
Kitzunu
|
d1cc65b1c7
|
refactor(Core/Misc): isEmpty to IsEmpty (#10011)
|
2022-01-13 21:43:15 -05:00 |
|
Skjalf
|
2d55974c0c
|
Revert "fix(Core/Spells): Forward core changes (#8841)" (#9631)
This reverts commit 85d2c39a48.
|
2021-12-10 15:31:48 +01:00 |
|
acidmanifesto
|
85d2c39a48
|
fix(Core/Spells): Forward core changes (#8841)
|
2021-12-09 18:24:16 -03: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
|
3c24b511f2
|
refactor(Core/Misc): add braces and impove codestyle (#6402)
|
2021-06-24 19:50:18 +02:00 |
|
Kitzunu
|
065d403b72
|
feat(Core/Misc): Add .Size() to TypeUnorderedMapContainer for stats/debugging (#6080)
* cherry-picked commit (TrinityCore/TrinityCore@d53a2de)
Co-Authored-By: Shauren <shauren.trinity@gmail.com>
|
2021-06-23 22:28:41 +02:00 |
|
Kargatum
|
8202da358b
|
refactor(Core/Common): alphabetical sorting inlcudes (#6282)
- Part https://github.com/WarheadCore/WarheadBand/pull/37
|
2021-06-23 01:01:53 +02:00 |
|
Kitzunu
|
897a02bb75
|
refactor(Core/Misc): acore to Acore (#6043)
|
2021-05-31 14:21:54 +02:00 |
|
UltraNix
|
f4c226423d
|
feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)
|
2021-04-25 22:18:03 +02:00 |
|
Francesco Borzì
|
f6a17164be
|
fix(Core/License): issue with old files license (#4762)
|
2021-03-17 09:46:01 -06:00 |
|
Kitzunu
|
28f1dc5c0c
|
refactor(Core): replace NULL with nullptr (#4593)
|
2021-03-02 01:34:20 +01:00 |
|
Kargatum
|
ea93a5c1a1
|
feat(CI/Codestyle): added codestyle check (#3668)
|
2021-01-09 11:59:50 +01:00 |
|
Francesco Borzì
|
c5a35efd7b
|
refactor(Core): apply clang-tidy modernize-use-default-member-init (#3827)
|
2020-12-07 13:34:06 -06:00 |
|
Francesco Borzì
|
1cf39b3d22
|
refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)
|
2020-12-07 19:21:55 +01:00 |
|
Francesco Borzì
|
a7faf4a16f
|
refactor(Core): apply clang-tidy modernize-redundant-void-arg (#3825)
|
2020-12-06 21:38:52 +01:00 |
|
Francesco Borzì
|
cba126fa84
|
refactor(Core): apply clang-tidy modernize-use-nullptr (#3819)
|
2020-12-06 20:55:11 +01:00 |
|
Francesco Borzì
|
161302252e
|
refactor(Core): apply clang-tidy modernize-use-nodiscard (#3835)
|
2020-12-06 19:39:48 +01:00 |
|
Kargatum
|
7f26c9ddad
|
refactor(Core/Common): restyle tools with astyle (#3706)
|
2020-11-17 16:59:58 +07:00 |
|
Kargatum
|
3a0b0356ac
|
refactor(Core/Common): restyle common lib with astyle (#3461)
|
2020-09-12 03:50:48 +07: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 |
|