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
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
Francesco Borzì
adf436c937
refactor(Core): apply clang-tidy modernize-pass-by-value ( #3823 )
2020-12-12 18:11:15 -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ì
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
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
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
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
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
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
IntelligentQuantum
ae810491e7
fix(Core/ItemHandler): crash buy back item ( #2511 )
2019-12-19 07:48:26 +01:00
IntelligentQuantum
b6c0f58dda
feat(Core/ItemHandler): Optional item recovery ( #2442 )
2019-12-09 08:03:33 +01:00
Viste
e22d78ecd6
refactor(Core): rename namespaces and macros to acore ( #2454 )
2019-12-01 13:13:31 +01:00
Kargatum
aac3648b5c
feat(Core/DBLayer): move DatabaseWorkerPool into it's own translation unit ( #2417 )
2019-11-12 08:13:40 +07:00
GMKyle
58f3cfe387
fix(Core/Hunter): Stable Master, exotics pets management, tame validations. ( #2100 )
2019-09-25 18:29:18 +02:00
IntelligentQuantum
9a7084e42d
feat(Core/Commands): Arena command ( #1798 )
...
* New arena command
2019-05-13 08:16:57 +02:00
IntelligentQuantum
e56c8e07ce
fix(CORE/Commands): .Pinfo - Show guild informations ( #1775 )
...
* fix(CORE/Commands): .Pinfo
*Now you can see Guild Name, Guild Rank, Note, Officer Note And Xp - Total Xp
* Renamed inappropriate variable names
* Add Guild related informations
2019-05-01 03:06:32 +02:00
Kargatum
6150b4b948
feat(Cmake/MYSQL): Correct support MariaDB for windows ( #1674 )
...
* Delete CMake option MARIADB
* Delete definitions (-DMARIADB)
* Replace macro MariaDB support 10.2+
2019-04-17 23:42:31 +07:00
Pondaveia
c1ebc70b58
feat(core): Increased limit of realms ( #1664 )
2019-04-13 18:07:26 +02:00
Poszer
e8d0027b95
Fix(Core/Player: On first login cinematics ( #1617 )
...
- If the player create character, usually the cinematics is played in the zone, but if he's summoned by gm on the first login, the cinematics shouldn't be played. Since he will be summoned in the other zone / map.
2019-03-30 12:43:05 -03:00
WiZZy
69792b21c0
refactor(DB/world): graveyard_zone ( #1599 )
2019-03-23 00:01:43 +03:00
Francesco Borzì
01c6d32ac9
feat(Core/Misc): compatibility with 10.2+ versions of MariaDB library ( #1284 ) ( #1437 )
2019-02-09 21:51:05 +01:00
Nefertumm
2a71b2a666
feat: Added logs_ip_action + more ( #1157 )
2019-02-08 23:52:22 +01:00
Francesco Borzì
7c7c5eb203
Core/DB: refactor(creature_template): closes #1181 ( #1322 )
...
* refactor(creature_template): closes #1181
* chore: improve code readability
2019-01-20 13:39:32 +03:00
Francesco Borzì
07d5314a8b
refactoring(SAI): add event_param5 and target_param4 ( #1324 )
2019-01-20 01:02:01 +01:00
Francesco Borzì
b9d14372fd
chore: Update copyright note ( #1292 )
2019-01-16 15:59:02 +01:00
FrancescoBorzi
57f6a44082
Fix build on windows
2019-01-15 08:46:07 +01:00
FrancescoBorzi
e5ad0165b3
Core/MySQL: wait for the DB to be ready
...
- Closes #1285
2019-01-14 23:21:50 +01:00
Kargatum
b34bc28e5b
Core/DB: Update all locales to actual TrinityCore ( #1160 )
...
* Core/Misc Update all locales table structure to simple system. Port from TrinityCore
Co-Authored-By: Winfidonarleyan <dowlandtop@yandex.com >
* Core/Db/Gossip Update structure gossip_menu and gossip_menu_action to actual TrinityCore
* Core/DB Update Broadcast system to actual TC
* Core/Mail: implement Quest Mail Sender
* Core/Quest Split quest template locales
2019-01-13 01:56:06 +03:00
Nefertumm
e51fe9e081
Core/Misc: add support to calculate zoneId/areaId for creatures & gameojects ( #1226 )
2019-01-07 12:07:05 +03:00
Viste(Кирилл)
3f45c14822
Core/Quest: implement Quest Tracker ( #1233 )
2019-01-06 09:32:17 +03:00
Viste(Кирилл)
204358bb67
Core/Players: Fixed saving quest item progress ( #1129 )
...
Ported from TC (original commit by Shauren)
Add 2 columns to character_queststatus
2018-12-23 14:58:21 +01:00
Amin.MasterkinG
8c753dc04e
Update PINFO command, show character details like TrinityCore. ( #1097 )
...
Closes #1067
2018-12-12 02:08:12 -03:00
Dmitry Brusenskiy
1320cc21cf
Core: feature add 2FA (OTP) ( #1054 )
...
Add 2 factor authentification for improved security on your websites/apps.
Taken from TrinityCore
Closes #1049 on github.
2018-12-04 19:18:23 +01:00
Kargatum
0d6eb11db9
Core/Account: Add total time played in account ( #1003 )
...
This saves the total time played on the account, even if your characters have been deleted.
2018-09-17 19:58:42 +02:00
ayase
00777a80ae
Eluna implementation ( #847 )
...
* azerothcore + eluna done.
* Remove the Eluna single thread limit.
* Read Eluna Settings file.
* submodule change.
* fix(test) Ubuntu - Cant Link Library after Compile
* The ELUNA is disabled by default.
* remove submodule luaEngine.
* some change
* fix a error
* change cmake
* fix: some onplayerchat does not have hooks.
* Eluna: Add BG event Hooks.
* fix:cmake hook AFTER_LOAD_CONF not work.
* Remove the eluna switch.
* Remove some define in the core.
* fix conf file not read in the linux.
* eluna : change bg hook parameter type
* Remove TC log function call
* change bg hook OnBGEnd parameter type.
Note: to enable Eluna, the module is required
2018-05-22 20:22:11 +02:00
Barbz
9db1d639fc
Merge pull request #755 from Nefertumm/PlayerBytes
...
Split playerBytes fields in characters table
2018-04-19 19:51:33 +02:00