Francesco Borzì
|
d6840664c7
|
refactor(src/tools): remove unused imports (#20487)
|
2024-11-08 22:20:50 +01:00 |
|
Angelo Venturini
|
9487b30ad7
|
refactor(Core/Misc): Use emplace_back instead of push_back to avoid extra copy/m… (#20114)
refactor: Use emplace_back instead of push_back to avoid extra copy/move operations
|
2024-10-10 21:55:58 +02:00 |
|
Kitzunu
|
386aea03ee
|
chore(Core/Misc): Some cleanup (#19970)
* remove weird blanks
* update if
* ) ) to ))
* missed some ) )
* now switch
* .
|
2024-09-21 19:34:31 +02:00 |
|
Winfidonarleyan
|
e90d7a2f92
|
chore(Core/Misc): sort includes (#17776)
* chore(Cleanup): sort includes
* fix build
* fix build again
|
2023-11-18 17:51:26 +01:00 |
|
Stefano Borzì
|
034b521501
|
feat(CI): add cppcheck (#15211)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
|
2023-03-05 18:47:18 +01:00 |
|
Kitzunu
|
f039836a2f
|
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
|
2023-02-12 10:05:34 -03:00 |
|
Mickaël Mauger
|
24fa3ba828
|
fix(MMAP/core/PathGenerator): Try to fix more water creatures (#13705)
Co-authored-by: jackpoz <giacomopoz@gmail.com>
|
2023-01-02 22:26:12 +01:00 |
|
IntelligentQuantum
|
cc52712ac1
|
refactor(Core/AI): factory functions cleanup (#11779)
|
2022-07-15 16:11:49 +02:00 |
|
UltraNix
|
113bdacb5f
|
fix(Core/Tools): Revert "Handle different slopes in mmaps and Add so… (#12111)
...me more input parameters to improve"
This reverts commit b544eb420e.
Fixes #12079
|
2022-06-21 16:07:53 -03:00 |
|
Kargatum
|
4fbec972a8
|
refactor(Cmake): add support build selected applications and tools (#11836)
|
2022-05-31 17:05:39 +07:00 |
|
IntelligentQuantum
|
5474b00a3d
|
feat(tools/mmaps): isContinentMap (#11727)
* .
* .
|
2022-05-14 12:41:34 +02:00 |
|
IntelligentQuantum
|
13f9149916
|
feat(Core/MMAPs): Reduce chances of breaking tile connections (#11605)
* .
* .
|
2022-05-08 23:38:57 +02:00 |
|
IntelligentQuantum
|
a31a30566e
|
feat(Tools/Mapextractor): Implemented liquid object detection (#11402)
* .
* .
* .
* .
* .
* .
* .
* Delete Utils.cpp
|
2022-05-08 23:38:22 +02:00 |
|
IntelligentQuantum
|
ce36d10879
|
feat(Tools/MMAPs): Output the time spent in a human readable format (#11574)
* .
* .
|
2022-05-08 10:50:25 +02:00 |
|
IntelligentQuantum
|
769eea2cc0
|
feat(Tools/MMapsGenerator): Improve multithreading of mmaps_generator (#10963)
* cherry-pick commit (699edaa014)
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
|
2022-04-30 21:39:51 +02:00 |
|
IntelligentQuantum
|
ad8f8ee5a5
|
feat(Tools): Automatically create directories for tools (#11540)
* .
* .
|
2022-04-27 21:57:21 +02:00 |
|
IntelligentQuantum
|
b544eb420e
|
feat(Core/Mmaps): Handle different slopes in mmaps and Add some more input parameters to improve (#10974)
|
2022-04-24 16:44:50 -03:00 |
|
IntelligentQuantum
|
090cc5e2c6
|
fix(Tools/Mapextractor): Fix water height redundancy algorithm ignoring "no water" (#10947)
|
2022-04-24 15:14:20 -03:00 |
|
IntelligentQuantum
|
5b0af98097
|
feat(Tools/MMaps): Allow to specify different Recast settings for different maps (#10922)
|
2022-04-24 19:53:54 +02:00 |
|
Kitzunu
|
1501445b0a
|
chore(Core/Misc): nullptr cleanup (#11467)
|
2022-04-21 19:17:20 +02:00 |
|
IntelligentQuantum
|
7cb9a73ef9
|
feat(Tools/MMapsGenerator): percentage progress (#10948)
* cherry-pick commit (TrinityCore/TrinityCore@b9f276f)
* cherry-pick commit (TrinityCore/TrinityCore@29937aa)
|
2022-04-17 03:51:55 +02:00 |
|
Kitzunu
|
b467d6c1cf
|
fix(Tool/MMAP): Fixed invalid check causing certain tiles not to build (#10841)
* fix(Tool/MMAP): Fixed invalid check causing certain tiles not to build
* cherry-pick commit (e898b6e794)
Co-Authored-By: robinsch <robinsch@users.noreply.github.com>
* Update MapDefines.h
Co-authored-by: robinsch <robinsch@users.noreply.github.com>
|
2022-04-01 17:34:46 -03:00 |
|
killerwife
|
66e6d33116
|
fix(MMAP): Build ADT floor just like WMO floor below liquid (#9990)
|
2022-01-06 19:26:34 +01: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
|
6df7303b24
|
refactor(Core/Maps): Change map file version from FourCC to uint32 (#7866)
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com>
|
2021-09-20 00:45:42 +02: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 |
|
Kitzunu
|
b84f9b8a4b
|
refactor(Collision): update some methods to UpperCamelCase (#6486)
|
2021-06-27 16:37:22 +02:00 |
|
Kargatum
|
5991b2769a
|
feat(Core/Scripts): split the huge scriptloader into smaller pieces (#5346)
* feat(Core/Scripts): split the huge scriptloader into smaller pieces
* AddSC_swamp_of_sorrows del
* 1
* add mod info
* 1
* 039f0e0faa
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
|
2021-06-22 23:19:02 +02:00 |
|
Kargatum
|
78e1719c80
|
feat(Core/Misc): includes cleanup (#5953)
|
2021-05-26 19:00:08 +07:00 |
|
Kargatum
|
db7d754f3f
|
feat(Core/Common): delete lib game-interface inherited (#5333)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
|
2021-05-07 02:16:44 +07:00 |
|
Kargatum
|
a278fd7340
|
feat(Cmake/Database): separate database lib from common (#5334)
* feat(Core/Database): separate databse lib from common
* 1
|
2021-04-20 12:08:23 +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 |
|
UltraNix
|
0528e0b485
|
feat(Tools/Vmapextractor): Improved vmap detail level by extracting w… (#4922)
|
2021-04-05 11:51:51 +02: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
|
ea93a5c1a1
|
feat(CI/Codestyle): added codestyle check (#3668)
|
2021-01-09 11:59:50 +01:00 |
|
Francesco Borzì
|
7bb42c1d56
|
refactor(Core): apply clang-tidy modernize-deprecated-headers (#3821)
|
2020-12-12 10:33:07 -06:00 |
|
Francesco Borzì
|
9266ac6bf5
|
refactor(Core): apply clang-tidy modernize-use-bool-literals (#3826)
|
2020-12-07 18:37:41 -06: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ì
|
0b8ec1f6ee
|
refactor(Core): apply clang-tidy modernize-loop-convert (#3822)
|
2020-12-07 19:04:19 +01:00 |
|
Francesco Borzì
|
0b7b36f20c
|
refactor(Core): apply clang-tidy modernize-use-emplace (#3828)
|
2020-12-07 18:25:55 +01:00 |
|
Francesco Borzì
|
161302252e
|
refactor(Core): apply clang-tidy modernize-use-nodiscard (#3835)
|
2020-12-06 19:39:48 +01:00 |
|
FALL1N1
|
0baecd3e8f
|
fix(Core/Pathfinding): Improve - Point movement (#3658)
|
2020-12-01 10:58:00 -06:00 |
|
Kargatum
|
85927685f2
|
refactor(Tools): restyle tools with astyle (#3705)
|
2020-11-18 09:49:56 +07:00 |
|
Shard
|
2c20a86929
|
feat(MMAPS/mapbuilder): restore ability to work with custom MapIDs >= 1000 (#3671)
|
2020-11-10 13:06:26 +01:00 |
|
Kargatum
|
b00a86f6ab
|
refactor(Tools): restyle tools with astyle (#3465)
|
2020-10-06 11:31:28 +02:00 |
|
Viste
|
4dd9b92759
|
refactor(Core/Tools): remove ACE from tools (#3351)
|
2020-09-07 14:01:28 +02:00 |
|
Francesco Borzì
|
2bc832efe3
|
fix(CI/Core/ArenaSpectator): clang warnings + prevent new warnings (#3317)
Co-authored by @meerd
|
2020-08-19 19:44:07 +02:00 |
|
Shard
|
aa07ebf3d2
|
feat(Core/Tools): mmaps working with mapID >= 1000 (#2321)
|
2019-10-17 08:01:18 +02:00 |
|