Maelthyr
|
d928d8d96a
|
refactor(Core/Unit): PC&NPC Immunity (#11986)
* initial
* refactor(Core/Unit): PC & NPC Immunities
Cherry-pick TC: 74af880217
Co-authored-by: Treeston <treeston.nmoc@gmail.com>
* fix builds error
Cherry-pick TC: 74af880217
Co-authored-by: Treeston <treeston.nmoc@gmail.com>
* Fix nef combat, and replace SetFlag by SetUnitFlag
* fix combat with jedoga
Co-authored-by: Treeston <treeston.nmoc@gmail.com>
|
2022-06-18 08:16:45 -04:00 |
|
Maelthyr
|
c5368816fa
|
Core/Combat: rename getThreatMgr() to GetThreatMgr() (#11758)
|
2022-05-18 05:36:57 -03:00 |
|
IntelligentQuantum
|
ab4ee71762
|
feat(Core/Maps): AreaBoundary (#10525)
* cherry-picked commit (2da458c56d)
|
2022-04-15 14:10:41 +02:00 |
|
Kitzunu
|
856aed6fc6
|
feat(Core/Unit): New helpers for UnitFlag and UnitFlag2 (#11227)
|
2022-03-30 07:59:42 -03:00 |
|
Kitzunu
|
69683a3472
|
chore(Scripts/Misc): Cleanup some more JustDied hooks (#9768)
|
2021-12-31 12:00:40 -03:00 |
|
Kargatum
|
c81891fc11
|
feat(Core/AI): convert SelectAggroTarget to enum class (#9893)
|
2021-12-28 19:13:12 -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 |
|
Silker
|
e2dd6b2bd8
|
fix(scripts/Thaddius): Update initial unit_state (#7886)
|
2021-09-20 04:15:24 -06: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 |
|
UltraNix
|
e5680dfe10
|
fix(Scripts/Naxxramas): properly handle Thaddius' polarity stacks (#7030)
- Closes #6929
|
2021-07-22 19:34:47 +02:00 |
|
UltraNix
|
f4c226423d
|
feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)
|
2021-04-25 22:18:03 +02:00 |
|
Kitzunu
|
f9d708b450
|
feat(Core/Instance): Add instance validation for creature scripts (#4596)
|
2021-04-05 15:34:26 +02:00 |
|
Silker
|
6dc4ca8503
|
fix(scripts/Naxx): The art of Naxxramas (2/2) (#5057)
|
2021-04-02 21:57:00 -06:00 |
|
Silker
|
8ba442bda2
|
fix(scripts/Naxx): The art of Naxxramas (1/2) (#4076)
|
2021-03-23 12:30:09 -06:00 |
|
Kitzunu
|
dbc0ff6554
|
refactor(Core): sort #includes alphabetically (#4579)
|
2021-02-24 22:34:42 +01:00 |
|
Kitzunu
|
0d52b4ca4a
|
feat(Core/Spell): Implement ValidateSpellInfo (#4323)
* feat(Core/Spell): Implement ValidateSpellInfo
* cherry-pick from 2b5d7eef3a & a0a158b5b8
* sLog->outError
* cleanup
* convert to ValidateSpellInfo
* fix error log
* improve sLog->outError
* remove non related spells stuff from Validate
* remove the last
* build
* build x2
|
2021-02-01 18:57:25 +01:00 |
|
Kargatum
|
ea93a5c1a1
|
feat(CI/Codestyle): added codestyle check (#3668)
|
2021-01-09 11:59:50 +01:00 |
|
Andrius Peleckas
|
ab5933effa
|
fix(Core/Util): EventMap::RepeatEvent when eventId is retrieved by ExecuteEvent() call (#3426)
|
2020-10-17 14:59:22 +02:00 |
|
Kargatum
|
5e20b46812
|
refactor(Core/Scripts): restyle scripts lib with astyle (#3467)
|
2020-10-11 10:35:34 +02:00 |
|
Francesco Borzì
|
69c7fefad6
|
refactor(Naxxramas): code cleaning (#2015)
|
2019-07-17 00:50:52 +02:00 |
|
Nefertumm
|
2b37ea11a9
|
Fix(Core/DB): Naxxramas overhaul (#1657)
Co-authored-by: Pondaveia Pondaveia@users.noreply.github.com
Co-authored-by: FALL1N1 FALL1N1@users.noreply.github.com
|
2019-06-28 10:59:28 +02:00 |
|
Nefertumm
|
dd300003e2
|
Update license links (#783)
|
2018-03-12 10:54:57 +01:00 |
|
Yehonal
|
403ed2600f
|
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk into dir-restructure
|
2017-12-21 11:26:43 +01:00 |
|
Yehonal
|
17332304fd
|
Using TC structure allowing easier patches importing
|
2017-12-21 00:20:29 +01:00 |
|
Yehonal
|
0f85ce1c54
|
Big re-organization of repository [W.I.P]
|
2016-08-11 20:25:27 +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 |
|