Kargatum
4a8f1de538
feat(Core/Misc): remove and replace ACE_Singleton ( #2418 )
2019-12-21 00:29:29 +07: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
Stoabrogga
dda507aaca
fix(DB/GameObject): Quest event "The Bones of Nozronn"; quest sparkle for GO type "GAMEOBJECT_TYPE_SPELL_FOCUS" ( #2398 )
2019-11-30 08:42:20 +01:00
Viste
1977336050
feat(Core/Misc): replace ACE based typedefs ( #2460 )
2019-11-22 22:42:00 +07:00
Stefano Borzì
9dd623e061
feat(DB/points_of_interest): Improved points_of_interest table, close #1193 ( #2348 )
2019-10-23 07:48:46 +02:00
Stoabrogga
9ea9329285
feat(Core/CreatureAddon): increased visibility for large creatures ( #2304 )
2019-10-04 15:22:03 +02: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ì
0b88e24808
refactor(ItemTemplate): add missing enums + other minor improvements ( #2236 )
2019-08-26 20:43:53 +02:00
Barbz
ac8b20922b
feat(Core): GUID recycler ( #1820 )
...
Automatically recycle GUIDs, thus avoiding crashes when reaching the
limit of data type "int" in MySQL.
2019-07-08 11:27:52 +02:00
Stoabrogga
5cf01e02f6
fix(Core): implement "SCRIPT_COMMAND_MOVEMENT" (35) to fix Defias Thug waypoint errors ( #1721 )
...
* fix(DB): fix Defias Thug waypoint errors
* implement SCRIPT_COMMAND_MOVEMENT (35); remove SQL script
2019-04-21 16:56:32 +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
Kargatum
5057a3f1b6
Fix(Core/Quest): Correct add locale in quest ( #1614 )
2019-03-24 23:07:20 +07:00
Dmitry Brusenskiy
5d4248d171
Core/Skills: Add FishingBaseSkillLevel dynamic change method ( #1511 )
2019-02-22 08:10:31 +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
Francesco Borzì
38b368e909
feat(gameobject): allow gameobjects to loot money + align table with TC ( #1368 )
2019-01-28 20:24:43 +01:00
Francesco Borzì
1905c36353
fix(quest): fix some quest chains + align NextQuestID with TC ( #1351 )
2019-01-28 20:23:59 +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
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
Nefertumm
e51fe9e081
Core/Misc: add support to calculate zoneId/areaId for creatures & gameojects ( #1226 )
2019-01-07 12:07:05 +03:00
Nefertumm
468faa3ead
Refactored quest_template table structure
2018-12-19 13:47:24 +01: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
Nefertumm
dd300003e2
Update license links ( #783 )
2018-03-12 10:54:57 +01:00
Nefertumm
ca2ee81939
Wrong logs for creature_equip_template + startup errors fixes ( #758 )
...
* Fixed wrong logs
* Added some errors fixes on startup
2018-01-27 20:00:54 +01: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
e896daee11
Gossip script for items
2016-08-08 11:47:41 +02:00
ShinDarth
b618b6a56f
Added AzerothCore labels
2016-07-24 15:55:38 +02:00
yehonal
bf139c3d34
Removing multi-vendor Rochet2 patch
...
It caused compilation errors too
2016-06-27 00:19:46 +02:00
Yehonal
f6eefedcd5
converted all tabs to 4 spaces
2016-06-26 19:23:57 +02:00
Yehonal
52f305111c
importing changes from callmephil repo
...
a special thanks to him
2016-06-26 19:22:35 +02:00
Yehonal
e8e94a0a66
First Commit
...
For Azeroth!
2016-06-26 10:39:44 +02:00