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
Kargatum
4a8f1de538
feat(Core/Misc): remove and replace ACE_Singleton ( #2418 )
2019-12-21 00:29:29 +07: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
ec808793ae
fix(Core/Misc): few improvements to ut8 handling ( #2455 )
2019-12-02 08:33:44 +01:00
Viste
e22d78ecd6
refactor(Core): rename namespaces and macros to acore ( #2454 )
2019-12-01 13:13:31 +01:00
Viste
1977336050
feat(Core/Misc): replace ACE based typedefs ( #2460 )
2019-11-22 22:42:00 +07:00
Kargatum
a3206c56dc
feat(Core/Misc): replace all prefix preprocessor defines from CompilerDefs with AC_ ( #2419 )
2019-11-15 23:27:31 +07:00
Kargatum
aac3648b5c
feat(Core/DBLayer): move DatabaseWorkerPool into it's own translation unit ( #2417 )
2019-11-12 08:13:40 +07:00
Kargatum
0fd565d557
feat(Core/Debugging): improve crash reports ( #2365 )
...
* Enabled crash reports for Windows
2019-11-10 22:42:47 +07:00
Stefano Borzì
c294dd3142
fix(Core/Crash): Improved Utf8toWStr() function to prevent crashes ( #2407 )
2019-11-06 09:34:24 +01:00
Viste
854b426978
feat(Core): Added ABORT() macro to prevent the usage of ASSERT(false) as a quick hack to crash the core misusing assert ( #2273 )
2019-09-26 09:51:33 +02:00
GMKyle
58f3cfe387
fix(Core/Hunter): Stable Master, exotics pets management, tame validations. ( #2100 )
2019-09-25 18:29:18 +02:00
Kargatum
0e6c9a18f4
feat(Cmake/Build): Use interface targets for inheriting flags and definitions ( #2255 )
...
Co-authored-by: Naios Naios@users.noreply.github.com
2019-09-18 20:04:48 +07:00
Francesco Borzì
3a43e8c415
feat(Core): enable C++17 ( #2234 )
...
Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com >
2019-09-02 13:54:10 +07:00
Viste
bc1ad036a5
refactor(Core/Misc): Rewrite name handling functions that use raw buffers ( #2230 )
2019-08-26 21:12:19 +02:00
Francesco Borzì
f031d418e3
feat(CI/Travis): use Ubuntu 18.04 + update min clang version ( #2232 )
2019-08-25 10:22:11 +02:00
mik1893
84be529c76
fix(Core/Deps): fix build ( #2203 )
2019-08-14 08:28:32 +02:00
Francesco Borzì
10105cab01
fix(Core/Deps): Update recastnavigation to last version ( #2189 )
...
Note: you need to re-extract the client data files, or download them from: https://github.com/wowgaming/client-data/releases/tag/v7
2019-08-13 19:08:35 +02:00
Kargatum
859eaed800
feat(Core/Deps): Added fmt lib ( #2190 )
...
* About library (https://github.com/fmtlib/fmt )
2019-08-13 15:52:03 +07: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