Stefano Borzì
ab637800e7
fix(Core): prevent movement exploit ( #2410 )
2019-11-15 10:03:57 +01:00
Kargatum
23b77c1303
fix(Core/MovementHandler): fix crash at null guid in mover ( #2426 )
2019-11-13 20:51:36 +07: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
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
LichKing255
3aeb2e564d
fix(Core): Build error concerning debug log message ( #2265 )
2019-09-05 22:33:06 +02:00
Stoabrogga
dbfa66c698
fix(DB/Core): "Sons of Hodir" quests / areas ( #2231 )
2019-09-04 16:43:44 +02:00
Francesco Borzì
0b88e24808
refactor(ItemTemplate): add missing enums + other minor improvements ( #2236 )
2019-08-26 20:43:53 +02:00
Kargatum
d40e894618
feat(Core/CFBG): Added support module mod-cfbg ( #2064 )
...
https://github.com/Winfidonarleyan/mod-cfbg - Original module
https://github.com/azerothcore/mod-cfbg - the fork in AC
2019-08-06 09:21:11 +07:00
Amin.MasterkinG
502d8fc14b
Fix client game crash with invite player to invalid name for Channel. ( #2087 )
...
* Fix client game crash with invite player to invalid name for Channel.
7b8f294c02
https://github.com/TrinityCore/TrinityCore/issues/23215
* Change `#include <utf8.h>` to `#include "utf8.h"`
2019-07-26 15:25:10 +02:00
Poszer
e14964c52b
fix(Core/Wintergrasp): Leaving Wintergrasp with the minimap button ( #2018 )
2019-07-04 09:01:24 +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
Shard
0e08350b69
fix(Core/Spells): Shaman Reincarnation ( #1844 )
2019-05-28 14:29:31 +02: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
Francesco Borzì
0758677578
feat(core): allow to debug KickPlayer() ( #1549 )
2019-03-05 22:58:40 +01:00
Viste(Кирилл)
4177c05ce3
feat(Core/Movement): Implement move time skipped handler ( #1433 )
2019-03-03 14:10:43 +03:00
ladiszlai
15e4d2e21f
Core/ChatHandler: Update Addon message read fix ( #811 )
2019-02-27 00:24:41 +07: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
Nefertumm
2a71b2a666
feat: Added logs_ip_action + more ( #1157 )
2019-02-08 23:52:22 +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
Poszer
cfa2f86a0d
Merge pull request #1241 from poszer/QuestAbandonFinishFix
...
Core/Quests: Abandon&Finish quest items
2019-01-09 19:58:57 +01:00
Kargatum
1a9f8dfc0c
Core/DBC Move WorldSafeLocs.dbc storage to DB ( #932 )
2019-01-08 09:37:31 +03:00
poszer
d213a4ef93
Core/Quests: Abandon&Finish quest items
...
Destroy quest items on quest failure/abandon.
Failing/abandoning a quest should not unconditionally remove required items, non-quest specific items such as crafting reagents should remain in inventory.
Delete all quest bound items on quest reward, failure or abandoning.
Only delete all quest bound items from inventory on turn in if the quest is not repeatable
2019-01-07 18:13:47 +01:00
Viste(Кирилл)
3f45c14822
Core/Quest: implement Quest Tracker ( #1233 )
2019-01-06 09:32:17 +03:00
Barbz
d167890b3f
CORE/Movement: Fix a potential crash with a player out of bounds. ( #970 )
2018-12-25 21:42:27 -03:00
Nefertumm
468faa3ead
Refactored quest_template table structure
2018-12-19 13:47:24 +01:00
Barbz
879553ddf8
Core/Conf: Fix StartAllReputation from player.cpp ( #973 )
...
Remove StartAllReputation from player.cpp
Move StartAllReputation to handler
Add the config back
2018-10-23 19:39:14 +02:00
Kargatum
7329ad4790
Add GitRevision
...
GitRevision as in TrinityCore
2018-06-24 17:32:50 +02:00
ayase
064bbd9270
LFG - Queue again after dungeon (PR #883 )
...
People should now be able to queue again, after last boss is killed.
(Closes issue #856 )
Commits:
* fix:Dungeon Queue - Not working(#856 )
* only the leader can re-queue
* Update LFGHandler.cpp
2018-05-29 22:57:22 +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
Shauren
77abc1df0e
Core/Misc: Fixed memory leak in trade handler
2018-03-31 23:35:00 +03:00
talamortis
5775da199a
Revert "Guild charter should now work as intended."
...
This reverts commit 8a307c7b18 .
Also applied fix using original code.
2018-03-20 08:34:15 +00:00
talamortis
3cd8da7560
Players can now re enter zul'aman after raid wipes.
2018-03-19 11:54:00 +00:00
talamortis
8a307c7b18
Guild charter should now work as intended.
...
closes #807
2018-03-19 11:11:33 +00:00
Nefertumm
dd300003e2
Update license links ( #783 )
2018-03-12 10:54:57 +01:00
ladiszlai
4b8a10e605
Addon message read fix ( #796 )
2018-02-23 12:52:39 +01:00
Yehonal
a6e91bc4ac
Fix lootable items re-fill when not really empty
2018-02-06 22:15:35 +00:00
Kaev
05cd8c8c61
Move area trigger storage from DBC to database ( #742 )
...
Renamed AreaTrigger + related stuff to AreaTriggerTeleport
2018-01-02 22:08:08 +01:00
Yehonal
403ed2600f
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk into dir-restructure
2017-12-21 11:26:43 +01:00
Yehonal
17332304fd
Using TC structure allowing easier patches importing
2017-12-21 00:20:29 +01:00
Yehonal
b0c8eceb08
Refactoring part 2 [W.I.P]
2016-08-12 02:38:26 +02:00
Yehonal
c618632a70
Some cleaning
2016-08-11 20:36:42 +02:00
Yehonal
4578edcc2f
Minor changes for HandleBattleFieldPortOpcode
2016-08-08 11:49:33 +02:00
Yehonal
e896daee11
Gossip script for items
2016-08-08 11:47:41 +02:00
Yehonal
e358c0bb74
[CORE] Imported PVP stats , special thanks to Mik & Shin
2016-08-08 11:23:30 +02:00
Yehonal
7247f2a5ee
[CORE] guild safety check only when two side guild interaction is disabled
2016-08-07 12:33:05 +02:00
mik1893
d9e4622e1a
Core/Pet: Casting pet spells on enemies at a distance - now the pet goes at casting distance and does the cast
2016-08-07 12:30:23 +02:00
mik1893
eec8b797e0
[Core/Script] As the crow flies - delete horrible hack and properly fix
2016-07-14 23:02:05 +02:00