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
Stefano Borzì
b2761626fe
feat(Core/CreatureAI): improve npc position during the combat ( #3369 )
...
+ tangent equation to find correct angle and distance when moving
+ implemented proper backward
* Improved performance + random angle margin
* chore: add tollerance calculation in instance
* improved LOS checks with movements
* implemented collisions using raycast (imported by TC)
+ improved collision detection for CanReachPositionAndGetCoords
+ improved collision check
+ set correct flags for the backward movement
+ first implementation of slope angle (to improve)
Co-authored-by: Yehonal <yehonal.azeroth@gmail.com >
2021-01-04 20:23:08 +01:00
Kitzunu
f16aad0ad4
chore(MySQL): Deprecate 5.6 ( #4070 )
2021-01-03 03:14:06 +01:00
Kitzunu
1ed80e9596
fix(Core/Guild): Implement gender in guild ( #4017 )
2020-12-24 21:38:56 +00:00
FALL1N1
1f5babf0a6
Core/Utils: Create std::optional helper class ( #3994 )
2020-12-22 02:13:18 -06:00
abebeos
d182482ad2
refactor(Core): removed unused ace includes ( #3874 )
2020-12-21 00:07:36 -06:00
Francesco Borzì
adf436c937
refactor(Core): apply clang-tidy modernize-pass-by-value ( #3823 )
2020-12-12 18:11:15 -06:00
Francesco Borzì
7bb42c1d56
refactor(Core): apply clang-tidy modernize-deprecated-headers ( #3821 )
2020-12-12 10:33:07 -06:00
Francesco Borzì
1b156ef7eb
chore(Core): forgot to add copyright in new files + small correction ( #3861 )
2020-12-07 21:05:13 -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ì
6558fca4a1
refactor(Core): apply clang-tidy modernize-use-noexcept ( #3837 )
2020-12-06 22:44:38 +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
Francesco Borzì
d4a58700d4
refactor(Core): apply clang-tidy modernize-use-override ( #3817 )
2020-12-06 18:04:55 +01:00
Francesco Borzì
9facd81e54
refactor(Core/sLog): improve singleton management ( #3801 )
2020-12-06 15:59:08 +01:00
Francesco Borzì
5053cb4121
refactor(Core): remove ACE types ( #3745 )
2020-11-23 13:29:12 +01:00
Kargatum
37ba988409
feat(Core/Misc): remove ACE Auto_Ptr ( #3454 )
2020-11-23 02:10:33 +01:00
Kargatum
7f26c9ddad
refactor(Core/Common): restyle tools with astyle ( #3706 )
2020-11-17 16:59:58 +07:00
Kargatum
543753b641
feat(Core/MapUpdate): switch from ACE_Method_Request to PCQ ( #3459 )
2020-11-14 03:56:26 +07:00
Kargatum
4734ae81dc
feat(Core/Config): Improve config ( #3453 )
2020-11-11 14:18:35 -06:00
Kargatum
e27201cee2
chore(Deps/Acelite): Update to 6.5.10 ( #3450 )
2020-11-11 09:09:02 -06:00
Petric
d5bb6ba1c4
refactor(Core/Mail): avoid big mail loading/saving time, only load 50 mails at a time ( #3420 )
2020-10-21 15:20:32 +02: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
Andrius Peleckas
4e9e915a1d
fix(Core/Misc): fixed NOPCH build ( #3448 )
2020-10-04 11:13:06 +02:00
Kargatum
3a0b0356ac
refactor(Core/Common): restyle common lib with astyle ( #3461 )
2020-09-12 03:50:48 +07:00
Kargatum
e15a493927
feat(Core/Time): remove inherited ACE Time ( #3455 )
...
Co-authored-by: Viste <viste02@gmail.com >
2020-09-11 14:03:26 +02:00
Stefano Borzì
51330f54d8
refactor(Core/Misc): remove the ternary operator when used improperly ( #3327 )
2020-09-10 12:29:23 +02:00
Viste
4dd9b92759
refactor(Core/Tools): remove ACE from tools ( #3351 )
2020-09-07 14:01:28 +02:00
Francesco Borzì
fa6f814eba
fix(Core/Misc): GCC warnings ( #3428 )
2020-09-04 17:39:02 +02:00
Viste
a9b90c9a07
refactor(Core): remove ace_autoptr, cleanup ( #3276 )
2020-08-25 12:52:22 +02:00
Stefano Borzì
78e2e551e5
fix(build): remove warning ( #3205 )
2020-08-24 09:48:05 +02:00
Kargatum
833611f1c5
feat(Core/DBC): rework load DBC ( #3002 )
...
* Move DBC load system from TC
* Add db tables for all dbc
* Support override data from db
* Support override spells from db (#2994 )
2020-07-22 08:43:16 +02:00
Kargatum
94e6ef17a2
feat(Core/Config): rework configs load system ( #2566 )
2020-07-12 17:47:12 +02:00
mishaparem
a12e58b105
fix(Core): C++ 11 rule of 3 compiant constructors ( #3023 )
2020-06-15 12:45:04 +02:00
Stefano Borzì
5fb235ff86
fix(build): eluna ( #3103 )
2020-06-01 20:54:29 +02:00
Francesco Borzì
86f5c91427
fix(Core): solve issue with MariaDB ( #3084 )
2020-05-29 19:11:37 +02:00
Francesco Borzì
428133dc5e
fix(Core/Mysql): my_bool type conflict ( #3060 )
2020-05-26 23:31:16 +02:00
Kitzunu
fecba9f287
refactor(Core/Query): escape some MySQL 8.0 keywords ( #3027 )
2020-05-17 07:33:47 +02:00
VhiperDEV
d3d9ad716e
feat(DB/Account): Delete account_muted when deleting an account
...
* When you delete an account with .acc delete it will also delete the account_muted history for the account
2020-05-16 03:57:56 +02:00
Barbz
f4e1155302
feat(CORE/command): .account onlinelist orders accounts by IP ( #2934 )
...
* Accounts will now be grouped by IP for easier detection of multiboxers
2020-05-01 11:39:41 +02:00
Viste
1432f17c32
fix(Core/Mail): Mailhandler cleanup ( #2802 )
2020-04-15 12:23:30 +02:00
Kitzunu
8a1eab2c23
fix(Core/Creature): Use proper name for wander distance ( #2858 )
...
* Change from spawndist to wander_distance
Co-Authored-By: ratkosrb <ratkosrb@users.noreply.github.com >
* fix sql error
Co-Authored-By: ratkosrb <ratkosrb@users.noreply.github.com >
* Let's see if this fixes eluna :)
* Revert "Let's see if this fixes eluna :)"
This reverts commit be675bf83fc6a02f3347ea76408152d623d374bf.
* fix indent
* Revert "fix indent"
This reverts commit f4cb3d2d9fa908445d342b6f2e6dda9d52fd4665.
* Revert "Revert "fix indent""
This reverts commit 48527cfd2f9031f95bdf6e0d7b90111a3c0dc0f2.
Co-authored-by: ratkosrb <ratkosrb@users.noreply.github.com >
2020-04-11 11:20:02 +02:00
Viste
ef5d6eae9b
Core/Misc: Remove dependency on undefined behaviour ( #2678 )
...
Co-authored-by: Ujp8LfXBJ6wCPR <github@lillecarl.com >
Co-authored-by: Ujp8LfXBJ6wCPR <github@lillecarl.com >
2020-03-18 20:07:59 +01:00
Kaev
2fa9f5c249
fix(Core): potential crashes/bugs reported by static analysis #2 ( #2622 )
2020-02-03 07:52:27 +01:00
Viste
435190979e
fix(Core/Tools): fix build ( #2529 )
2019-12-29 03:07:17 +07:00
Shard
067d9e791f
fix(Core/Battlegrounds) Rewrite RandomBG and enabling bg/arenas weights ( #2516 )
2019-12-28 09:40:13 +01:00