Winfidonarleyan
|
eb1ecc38a5
|
feat(Core/Scripting): move all script objects to separated files (#17860)
* feat(Core/Scripts): move all script objects to separated files
* Apply 5bfeabde81
* try gcc build
* again
|
2023-12-02 21:13:20 +01:00 |
|
Anton Popovichenko
|
f4658a1df2
|
fix(Core/Scripts): Fix scripts where LoadObjectData can leave arrays boundaries. (#17070)
* fix(Core/Scripts): Fix scripts where LoadObjectData can leave arrays boundaries.
* Fix build
|
2023-08-25 09:15:07 -03:00 |
|
Kitzunu
|
bd6034e1a9
|
refactor(Core/AI): Some more refactoring prep for Comat Threat system… (#15026)
Co-authored-by: Treeston <14020072+Treeston@users.noreply.github.com>
|
2023-02-13 21:39:40 +01:00 |
|
Skjalf
|
0dbb8c814c
|
refactor(Core/InstanceScript): refactored load and save methods (#14977)
Co-authored-by: joschiwald <736792+joschiwald@users.noreply.github.com>
|
2023-02-12 15:53:48 -03:00 |
|
UltraNix
|
171b05a70c
|
fix(Scripts/OnyxiaLair): All Onyxia's adds should attack player on su… (#14108)
* fix(Scripts/OnyxiaLair): All Onyxia's adds should attack player on summon.
Fixes #14075
* Update.
|
2023-01-06 00:52:40 +01:00 |
|
Maelthyr
|
c1c9dc6105
|
refactor(Core/ScriptedAI): few improvements with threat methods (#13146)
improve threat scripts
Co-authored-by: Maelthyrr <lynethris@protonmail.ch>
|
2022-11-12 13:29:28 +01: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 |
|
Skjalf
|
d835832171
|
fix(Scripts/OnyxiasLair): Force Onyxia to enter evade mode if pulled out of her room (#10890)
|
2022-03-07 14:14:10 -03:00 |
|
Kitzunu
|
455899dc75
|
fix(Core/Misc): Change const to be after type name (#10591)
|
2022-02-14 16:05:45 -03:00 |
|
Kitzunu
|
cb7e355291
|
refactor(Core/Misc): sin() to std::sin() (#9795)
|
2022-01-06 19:29:40 +01:00 |
|
Kargatum
|
c81891fc11
|
feat(Core/AI): convert SelectAggroTarget to enum class (#9893)
|
2021-12-28 19:13:12 -03:00 |
|
Skjalf
|
08580defd0
|
refactor(Scripts/Onyxia): Update Onyxia's script (#9371)
|
2021-11-27 13:33:50 -03:00 |
|
Skjalf
|
8fd713ac52
|
chore(Scripts/OnyxiasLair): Fix broken code style (#9367)
|
2021-11-26 12:47:22 -03:00 |
|
Kargatum
|
f62664c987
|
refactor(Core/Misc): headers cleanup (#9259)
|
2021-11-22 17:24:39 +07:00 |
|
Kitzunu
|
bc82f36f1f
|
refactor(Core/Unit): clean MonsterText methods (#6957)
|
2021-10-15 10:25:29 +02: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 |
|
Francesco Borzì
|
4103fca5a4
|
fix(Core/ObjectGuid): prevent creating copies when looping objects (#6852)
|
2021-07-10 15:54:16 +02:00 |
|
UltraNix
|
f4c226423d
|
feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)
|
2021-04-25 22:18:03 +02:00 |
|
Footman
|
c32cd06a78
|
fix(Core/Movement): fix multiple creature movement issues (#5097)
|
2021-04-09 20:56:19 +02:00 |
|
Kitzunu
|
f9d708b450
|
feat(Core/Instance): Add instance validation for creature scripts (#4596)
|
2021-04-05 15:34:26 +02:00 |
|
Kitzunu
|
28f1dc5c0c
|
refactor(Core): replace NULL with nullptr (#4593)
|
2021-03-02 01:34:20 +01:00 |
|
Kitzunu
|
dbc0ff6554
|
refactor(Core): sort #includes alphabetically (#4579)
|
2021-02-24 22:34:42 +01:00 |
|
Kargatum
|
ea93a5c1a1
|
feat(CI/Codestyle): added codestyle check (#3668)
|
2021-01-09 11:59:50 +01:00 |
|
Francesco Borzì
|
d4a58700d4
|
refactor(Core): apply clang-tidy modernize-use-override (#3817)
|
2020-12-06 18:04:55 +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 |
|
Stoabrogga
|
7a9f09341f
|
chore(PCH): remove "ScriptPCH.h" from cpp scripts (#1423)
remove "ScriptPCH.h" from cpp scripts as it is intended to be used as precompiled header for the build process only
|
2019-02-10 14:50:44 +01: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
|
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 |
|