Kitzunu
55dc9afc73
feat(Core/Battleground): Config to allow/disallow ability to Share Quest & Ready Check ( #2924 )
2020-05-22 16:54:17 +02:00
IntelligentQuantum
9ca9194d9b
feat(Core/Conf): Move BG rewards to config ( #2798 )
2020-05-07 01:41:39 +02:00
IntelligentQuantum
c9b7c75e1e
feat(Core/conf): Move arena charters cost to config ( #2790 )
...
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
2020-05-04 12:01:19 +02:00
IntelligentQuantum
fd4b35be8c
feat(Core/commands): Display reason for muting player ( #2780 )
2020-05-02 00:00:02 +02:00
Dresmyr
f1b44029c8
feat(Core/Config): Configurable buy/sell rates ( #2763 )
2020-04-27 21:20:34 +02:00
Stefano Borzì
19c3a70d41
feat(Core/Config): make stop time for creatures with WP movement configurable #2715 ( #2829 )
...
Original author Stoabrogga
2020-03-31 01:30:39 +02:00
Nefertumm
bb6047248a
fix(Calendar/Packets): add additional validation when creating events ( #2799 )
2020-03-28 22:47:53 +01:00
Nefertumm
846f7862d8
feat(Core/Packet): Implement AntiDOS protection from Trinity ( #2789 )
...
* Implement AntiDOS protection from Trinity
Co-authored-by: jackpoz <giacomopoz@gmail.com >
Co-authored-by: Shauren <shauren.trinity@gmail.com >
Co-authored-by: Vincent-Michael <trinity.michael_vincent@gmx.eu >
2020-03-23 15:46:00 -03:00
Stoabrogga
ed243d6911
feat(Core/Config): Parameter to set all creatures with WP movement active ( #2615 )
2020-02-23 14:08:42 +01:00
Barbz
1bbe10dc33
fix(Core): Improve logging msg when missing .conf file ( #2560 )
...
- Fixed typos
- Changed outError to outString when it's not an actual error but just a warning
- Display "load hardcoded default settings" only when .conf.dist AND .conf are missing
2020-01-24 09:39:29 +01:00
Barbz
7e0fba81b7
fix(core): Improve output for 2 small errors ( #2549 )
2020-01-15 09:46:49 +01:00
Kargatum
4a8f1de538
feat(Core/Misc): remove and replace ACE_Singleton ( #2418 )
2019-12-21 00:29:29 +07:00
IntelligentQuantum
b6c0f58dda
feat(Core/ItemHandler): Optional item recovery ( #2442 )
2019-12-09 08:03:33 +01:00
VhiperDEV
b0a7bc77a0
fix(DB): Command reload acore_string ( #2484 )
2019-12-04 07:21:55 +01:00
Viste
e22d78ecd6
refactor(Core): rename namespaces and macros to acore ( #2454 )
2019-12-01 13:13:31 +01:00
Kargatum
a3206c56dc
feat(Core/Misc): replace all prefix preprocessor defines from CompilerDefs with AC_ ( #2419 )
2019-11-15 23:27:31 +07:00
Stoabrogga
3baa3c7534
feat(Core/SpellMgr): Worldserver option for ICC buff ( #2320 )
2019-10-16 07:53:19 +02:00
Stoabrogga
84ea36a21b
fix(Core/Chat): Prevent Horde / Alliance chat via custom emotes ( #2292 )
...
* add new worldserver parameter "AllowTwoSide.Interaction.Emote"
* use new broadcast text ID 91243 for strange gestures
2019-10-01 15:18:43 +02:00
Stoabrogga
ab55aa4e5a
feat(Core/Config): Add parameter to load all grids of all non-instanced maps on server start ( #2283 )
2019-09-30 17:06:32 +02:00
mik1893
67d180ea77
fix(Core/Worldsession): add option to prevent logout when AFK in a sanctuary zone ( #2205 )
2019-09-09 23:53:37 +02:00
Stoabrogga
e314a0c716
feat(Core/Player): Additional option for worldserver config parameter "InstantFlightPaths" ( #2246 )
2019-09-04 01:19:57 +02:00
Kargatum
b1d102e04b
feat(Core/BG): rewrite invite in bg ( #2137 )
...
Co-authored-by: mik1893 <michele.roscelli@gmail.com >
2019-08-20 23:58:15 +02:00
Poszer
97e65bd447
feat(Core/Player): PartyLevelReq invite settings ( #1919 )
...
- Minimum level at which players can invite to group setting
2019-06-09 09:03:18 +02:00
WiZZy
85412f09d6
Fix(Core/BG): Queue Announcer FIX ( #1643 )
2019-04-06 12:33:17 -03:00
Kargatum
824a80005c
Refactor(Core/Misc): Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros ( #1627 )
...
* Delete macros UNORDERED_MAP
* Delete macros UNORDERED_SET
2019-03-26 00:01:56 +07:00
Kargatum
1f4f318705
Rewrite(Core/BanManager): Rewrite Ban system ( #1576 )
...
* Added ban manager
* Delete ban functions in world class
* Separate ban account to (ban account, ban ip, ban character)
* Support world announce
2019-03-25 10:00:17 +07:00
Ercules76
c53437bc75
Skill perfect item template ( #1564 )
...
* Core/Misc Created handler for character creation
* fix(Core/DB): Error message when the password is longer than 16 char when creating an account
* Update rev_1551539925032805900.sql
* Update AccountMgr.cpp
* Milestone (DB/Core): Create new table for perfect item craft, create new command for reload capability to this new table, implements the table into core (killExtraItems.cpp, SkillExtraItems.h, SpellEffects.cpp), change some magic number with enum. Tnx to Treestone
* clean old sql
* Remove perfect item in skill extra item template table, now the perfect are in skill_perfect_item_template, sync column name skill_extra_item_template same as TC
* Update rev_1552232377246845400.sql
2019-03-21 21:38:40 +03:00
Viste(Кирилл)
2af5893d52
feat(Core/Chat): Add config option to allow use LFG anywhere not only in city ( #1586 )
2019-03-20 02:04:59 +03:00
Francesco Borzì
0758677578
feat(core): allow to debug KickPlayer() ( #1549 )
2019-03-05 22:58:40 +01:00
Francesco Borzì
be0b7b23f8
feat(core): allow to disable auto-kick for idle players ( #1550 )
2019-03-03 15:26:07 +01:00
ayase
be3abe21d9
Eluna: load the configuration file using the new method. ( #1546 )
2019-03-03 10:24:43 +03:00
Nefertumm
c15206fc15
Revert "feat(core): Ensure that all actions are compared to fixed point in time ( #1236 ) ( #1458 )" ( #1471 )
...
This reverts commit 51b8773528 .
2019-02-15 15:14:49 -03:00
Viste(Кирилл)
51b8773528
feat(core): Ensure that all actions are compared to fixed point in time ( #1236 ) ( #1458 )
...
i.e. world update start
2019-02-14 19:22:17 +01:00
Viste(Кирилл)
cb81f3c17a
feat(Core/LOS): restruct LOS functions and add LineOfSight check ( #1459 )
2019-02-13 22:24:04 +01:00
Nefertumm
2a71b2a666
feat: Added logs_ip_action + more ( #1157 )
2019-02-08 23:52:22 +01:00
Francesco Borzì
7b61731958
feat(CI): prevent PRs that cause DB errors to get on master ( #1407 )
2019-02-06 23:55:23 +01:00
Francesco Borzì
38b368e909
feat(gameobject): allow gameobjects to loot money + align table with TC ( #1368 )
2019-01-28 20:24:43 +01:00
FrancescoBorzi
97ae1496a7
fix: server motd
2019-01-19 02:48:00 +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
Kargatum
1a9f8dfc0c
Core/DBC Move WorldSafeLocs.dbc storage to DB ( #932 )
2019-01-08 09:37:31 +03:00
Viste(Кирилл)
f852a87f9c
Core/Session: proper client timeout detection ( #1232 )
...
* Core/Session: proper client timeout detection
- Properly detect client timeout when logged into a character after a configurable time (default 60s) has passed without the client sending any packets.
- Fixes issues with crashed clients leaving characters in the world for a very long time (default 15 minutes), as well as edge case exploits involving intentionally pausing client execution for some amount of time.
2019-01-08 09:33:24 +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
Francesco Borzì
2c539c07ae
Core/World: do not consider error when no player data in the DB ( #1151 )
2018-12-30 18:36:07 +01:00
talamortis
cbf7bc2d3f
Updated code for New config.
...
*enable/disable Minigob Manabonk
*Put the config option in the wrong part, changed from int to bool.
2018-08-05 00:50:24 +01:00
talamortis
ccb3e8c2a4
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
2018-07-29 23:09:07 +01:00
talamortis
78e1407f7a
New config option added
...
- Added config to enable/disable Minigob Manabonk.
- Dalaran Wintergrap mage no longer yells if the event has been disabled.
2018-07-29 23:08:56 +01:00
Kartselyanski
ea8c85c886
Make the continent transport and preloading optional.
2018-07-28 01:43:23 +02:00
ayase
d29a1a3300
Core: Easy module conf creation & reload ( #931 )
...
* Change the read method of the config of the module.Developers can now easily read the config file in cmake.
e.g. AC_ADD_CONFIG_FILE("${CMAKE_CURRENT_LIST_DIR}/conf/my_first_module.conf.dist")
* Update Master.h
* Update cs_reload.cpp
Command: `.reload config` can now reload the config file of all modules #981
2018-07-19 21:50:29 +02:00
talamortis
8b1f2ece8a
Fixed Typo
...
*Fixed typo on custom hook.
2018-07-18 19:48:44 +01:00