Takenbacon
|
ee69a569c4
|
fix(Core/Grids): Grid improvements (#20955)
|
2025-02-14 22:11:27 +01:00 |
|
Francesco Borzì
|
cb7e28df05
|
refactor(src/server/game/*): remove unused imports (big part 1) (#20310)
|
2024-10-27 10:25:40 +01:00 |
|
Kitzunu
|
bbadc32bea
|
Revert Visibility Notifier changes (#17682)
* Revert "fix(Core/Grid): Implement missing GridUnload setting (#17569)"
This reverts commit 79b39f9655.
* Revert "fix(Core/Grid): Address bugs and performance issues introduced by visibility notifier implementation (#17480)"
This reverts commit 60e27511c5.
* Revert "fix(Core): GridCleanUpDelay Log (#17436)"
This reverts commit 90b16ca065.
* Revert "feat(Core/Grids): Implement visibility notifier (#15919)"
This reverts commit 2779833768.
|
2023-11-12 00:48:49 +01:00 |
|
AG
|
2779833768
|
feat(Core/Grids): Implement visibility notifier (#15919)
* Cherry-picked from TrinityCore (unable to find author)
|
2023-09-28 22:28:28 +02:00 |
|
55Honey
|
e9b040e3d2
|
feat: getter for the used instance IDs (#14677)
* feat: getter for the used instance IDs
* doxygen
|
2023-01-15 15:47:49 +01:00 |
|
Kitzunu
|
455899dc75
|
fix(Core/Misc): Change const to be after type name (#10591)
|
2022-02-14 16:05:45 -03:00 |
|
Kitzunu
|
7617ae4645
|
refactor(Core/Misc): fmod() to std::fmod() (#9796)
- prefer std functions over C functions
|
2021-12-21 01:16:59 -03: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 |
|