Yehonal
bfca8601c0
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
2018-03-06 00:01:13 +00:00
Yehonal
fbb4929299
CustomData for Map class
2018-03-06 00:01:07 +00:00
Nefertumm
11862840e2
Mechanic_immune_mask added in npc info command ( #771 )
2018-03-04 23:24:54 +01:00
Trystanosaurus
f477948595
Implement RATE_CREATURE_AGGRO
...
Make aggroRate a local variable and return aggro range of 0 if aggroRate is 0 to save unnecessary calculations.
2018-03-04 19:00:03 +01:00
Yehonal
a36e94a49a
Fixed crashes with not initialized CustomData
2018-03-02 21:03:40 +00:00
yehonal
93cf5edd57
Moved ScriptMgr macros to separated header and created ModuleScript
...
it will allow Modules to create their own Hooks inside the
module itself, to customize/extend their functionalities.
An example of its usage will be available in VAS Module:
You'll be able to disable VAS with custom conditions from other modules.
2018-02-28 20:20:10 +01:00
ladiszlai
4b8a10e605
Addon message read fix ( #796 )
2018-02-23 12:52:39 +01:00
talamortis
fbbc70e318
Fix for item https://wotlk.evowow.com/?item=50130 Quest: Crushing the Crown
2018-02-13 13:27:23 +00:00
talamortis
ac54e94907
Fix heirlooms to apply stats before giving health.
2018-02-09 09:19:15 +00:00
Yehonal
a6e91bc4ac
Fix lootable items re-fill when not really empty
2018-02-06 22:15:35 +00:00
Yehonal
9e680b4aed
Fixed ossirian crysthal
2018-02-06 22:15:14 +00:00
Inifield
7bc6b57432
Implement Rate.Auction.Deposit
...
Fixes #764
2018-02-04 19:13:59 +01:00
José González
d85e55dd9b
Fix compile error related to last commit ( #776 )
2018-02-01 18:21:41 +00:00
Rochet2
ff2851164d
Implement data storage for Entitiies ( #748 )
2018-02-01 13:46:34 +01:00
Nefertumm
de7d331daf
Implemented guild info command ( #756 )
2018-01-28 20:27:17 +01:00
Francesco Borzì
92d41d77bf
Merge pull request #766 from Gargarensis/Unbound_Plague
...
Fix Unbound Plague, credit to Nefertumm
2018-01-27 20:01:14 +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
Nefertumm
99587f6057
Fix Unbound Plague
2018-01-24 10:59:13 +01:00
Nefertumm
4158d2a0d8
Implemented account_muted and feature mutehistory command ( #753 )
...
* Implemented account_muted and feature
mutehistory command.
* Added some Syntax.
* Fix sql_rev
2018-01-15 03:18:23 +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
ce412ec7dc
Fixed warning
2017-12-21 15:23:25 +01:00
Yehonal
8f7bc1c749
Moved files after merging
2017-12-21 11:29:24 +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
acd60005e8
removed gamefw target lib
2017-12-21 01:41:18 +01:00
Yehonal
685a89e03f
fixed cmake
2017-12-21 00:48:33 +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
c5267ef078
removed unused conf
2016-08-11 20:36:58 +02:00
Yehonal
c618632a70
Some cleaning
2016-08-11 20:36:42 +02:00
Yehonal
80453e215e
Rewritten cmakes allowing compilation with new structure
2016-08-11 20:25:42 +02:00
Yehonal
0f85ce1c54
Big re-organization of repository [W.I.P]
2016-08-11 20:25:27 +02:00
Yehonal
c62a72c0a8
removed server-stats folder
...
Has been uploaded on our cloud drive archive
2016-08-11 20:10:16 +02:00
Yehonal
991eed3b5a
Using more appropriate NS prefixes for our macro and cmake vars
2016-08-11 20:10:08 +02:00
Yehonal
4330b759b7
always set cmake $CONF_DIR and add in preprocessor defines
2016-08-11 20:09:10 +02:00
Yehonal
34d4accb5b
[CMake] impl. ADD_SCRIPTS macro for modules
...
and renamed old to ADD_SCRIPT_LOADER
2016-08-11 14:57:25 +02:00
Luth31
a2c8a0a24e
Fix CMake on Windows
2016-08-11 00:03:15 +03:00
ShinDarth
2ba9f6f17b
Script/Commands: imported .instance get/setbossstate commands from TrinityCore
2016-08-10 20:00:40 +02:00
ShinDarth
f2dfe2b8e3
Core/Strings: imported 157 LANG_* strings from TrinityCore
2016-08-10 19:17:26 +02:00
Yehonal
8c8f8f5577
Merge branch 'master' of git@github.com:azerothcore/azerothcore-wotlk.git
2016-08-10 12:41:06 +02:00
Yehonal
fc8599299e
[CORE] Allowing compilation with c++11
2016-08-10 12:39:53 +02:00
ShinDarth
b024b64bd4
Merge remote-tracking branch 'upstream/master'
2016-08-09 16:22:33 +02:00
ShinDarth
4a73a00b9e
Script/Commands: show revision in .server info
...
- Closes #49
2016-08-09 16:21:18 +02:00
Stefano Borzì
5c815d3083
Core/build: fixed build on Linux
...
Fixed an error about nullptr on cs_ticket.cpp
2016-08-09 16:14:13 +02:00
ShinDarth
4338156745
Script/Commands: enhance .ticket complete command
2016-08-09 13:38:56 +02:00
Yehonal
ce20864257
Merge pull request #43 from ShinDarth/git
...
Fixed Mac OS X build and minor changes to worldconf
2016-08-08 12:26:27 +02:00
Yehonal
83c9046ae3
Fixed compilation
2016-08-08 12:12:33 +02:00
Yehonal
28d7f59b32
Impl usefull functions
2016-08-08 11:51:59 +02:00
Yehonal
7a592e28e3
Fix for hardcoded commands security level
2016-08-08 11:51:42 +02:00
Yehonal
2ee9fb4eb3
Get Team Id by group Leader instead of random player
2016-08-08 11:51:02 +02:00
Yehonal
9cf50f7c87
Fix for DK pet , Thanks to Mik & Harlock
2016-08-08 11:50:38 +02:00