Yehonal
9975fb5923
Fixed linux compilation error with linker
...
This was caused by a GNUC compiler optimization that removes
LFG.obj from binaries since its functions have never been called
by gamelib. So we had to call at least one of them on LFGMgr forcing
compiler to include LFG.cpp in build. I can't find another way.
2017-09-19 10:40:27 +02:00
Yehonal
af6fc3d873
Uncommented some utils functions for LFG
2017-09-18 19:36:26 +02:00
Yehonal
2b2e299ccc
Fixed all unused-parameters warnings
...
issue #121
used clang-tidy to achieve this
2017-09-18 14:23:26 +02:00
ShinDarth
d641365b3b
Script/Commands: fix all command permissions
2016-08-21 20:50:02 +02:00
Yehonal
1b1767e9f4
Fix commands and starting to use nullptr instead of NULL
2016-08-20 09:49:37 +02:00
Yehonal
ee0ead5e4f
Merge branch 'threading_rewrite' of https://github.com/ShinDarth/azerothcore-wotlk into threading_rewrite
2016-08-19 23:54:55 +02:00
ShinDarth
0aba3ae267
Corrected more copyrights
2016-08-19 23:24:44 +02:00
ShinDarth
cb30a6b404
Update chat system, based on TrinityCore commit
2016-08-19 20:26:58 +02:00
ShinDarth
da7a7ab295
Fix License issue, closes #21
2016-08-17 17:58:45 +02:00
Yehonal
b0c8eceb08
Refactoring part 2 [W.I.P]
2016-08-12 02:38:26 +02:00