Yehonal
|
627f8412d1
|
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
|
2017-09-18 03:17:54 +02:00 |
|
Yehonal
|
5ec07ef31f
|
Removed more warnings, mostly related to unused-variable
issue #121
We still have to work on unused-parameter
|
2017-09-18 03:16:32 +02:00 |
|
barncastle
|
2c9b2542d6
|
Implement banned_addons (#647)
|
2017-09-17 17:13:43 +02:00 |
|
Yehonal
|
82be574cda
|
Core: Step 3 - removed all warnings from core
related to #121
Next step: Scripts and extractor tools
|
2017-09-16 19:13:21 +02:00 |
|
Yehonal
|
4d8ae5fce3
|
Naming unknown data in Authsession and implemented some checks
|
2017-09-16 01:15:57 +02:00 |
|
Yehonal
|
41efb63b29
|
Update WorldSocket.cpp
|
2017-08-20 05:39:17 +02:00 |
|
Yehonal
|
0dd68dfbee
|
Another huge compilation fix
please delete cache and re-run cmake
|
2017-08-20 04:48:07 +02:00 |
|
talamortis
|
e471c1bb6a
|
fix for PR
# Conflicts:
# src/authserver/Server/AuthSocket.cpp
# src/game/AI/SmartScripts/SmartScript.cpp
# src/game/DungeonFinding/LFGMgr.cpp
# src/game/Entities/Player/Player.cpp
# src/game/Entities/Unit/Unit.cpp
# src/game/Entities/Vehicle/Vehicle.cpp
# src/game/Guilds/Guild.cpp
# src/game/Handlers/ChannelHandler.cpp
# src/game/Handlers/GuildHandler.cpp
# src/game/Handlers/LFGHandler.cpp
# src/game/Handlers/LootHandler.cpp
# src/game/Handlers/MiscHandler.cpp
# src/game/Handlers/PetitionsHandler.cpp
# src/game/Handlers/QueryHandler.cpp
# src/game/Movement/MotionMaster.cpp
# src/game/Movement/MovementGenerators/WaypointMovementGenerator.cpp
# src/game/Server/WorldSocket.cpp
# src/game/Spells/Auras/SpellAuraEffects.cpp
# src/game/Spells/SpellEffects.cpp
# src/scripts/Commands/cs_modify.cpp
|
2017-08-20 02:33:48 +02:00 |
|
Yehonal
|
bf80a43d78
|
Fixed travis build errors with Talamortis.
# Conflicts:
# src/authserver/Server/AuthSocket.cpp
# src/game/AI/SmartScripts/SmartScript.cpp
# src/game/Calendar/CalendarMgr.cpp
# src/game/Chat/Channels/Channel.cpp
# src/game/Conditions/ConditionMgr.cpp
# src/game/DungeonFinding/LFGMgr.cpp
# src/game/DungeonFinding/LFGScripts.cpp
# src/game/Entities/Player/Player.cpp
# src/game/Entities/Unit/Unit.cpp
# src/game/Entities/Vehicle/Vehicle.cpp
# src/game/Guilds/Guild.cpp
# src/game/Handlers/ChannelHandler.cpp
# src/game/Handlers/GuildHandler.cpp
# src/game/Handlers/LFGHandler.cpp
# src/game/Handlers/LootHandler.cpp
# src/game/Handlers/MailHandler.cpp
# src/game/Handlers/MiscHandler.cpp
# src/game/Handlers/NPCHandler.cpp
# src/game/Handlers/PetHandler.cpp
# src/game/Handlers/PetitionsHandler.cpp
# src/game/Handlers/QueryHandler.cpp
# src/game/Handlers/QuestHandler.cpp
# src/game/Movement/MotionMaster.cpp
# src/game/Movement/MovementGenerators/WaypointMovementGenerator.cpp
# src/game/Server/WorldSession.cpp
# src/game/Server/WorldSocket.cpp
# src/game/Spells/SpellEffects.cpp
# src/scripts/Commands/cs_modify.cpp
|
2017-08-19 20:31:24 +02:00 |
|
Yehonal
|
c1586e0d99
|
changed DISABLED_ cmake variable to ENABLED_ and implemented for all disabled logs
|
2017-08-19 19:42:48 +02:00 |
|
Yehonal
|
073f473872
|
uncommented network log
|
2016-12-29 21:02:09 +01:00 |
|
Yehonal
|
3db4c1717b
|
Fixed compilation for vs 2013
|
2016-09-04 14:39:59 +02:00 |
|
ShinDarth
|
5802a37698
|
Revert "Build/Clang: fixed 96 warnings + improved code readability"
This reverts commit a4589f71d5.
|
2016-09-04 10:11:10 +02:00 |
|
Yehonal
|
cd2417eb2f
|
Using IsGMAccount instead of direct check
|
2016-09-02 00:21:12 +02:00 |
|
ShinDarth
|
527bbf80d5
|
Build: fixed some warnings
- Closes #108
|
2016-08-26 14:24:27 +02:00 |
|
Yehonal
|
8ee36c5f64
|
Merge branch 'master' into threading_rewrite
|
2016-08-19 23:43:02 +02:00 |
|
ShinDarth
|
0aba3ae267
|
Corrected more copyrights
|
2016-08-19 23:24:44 +02:00 |
|
Yehonal
|
ea286f7332
|
Rewritten Threading system using c++11 std instead of ACE
It also allow full compilation with clang under all supported platforms
Need tests
|
2016-08-19 10:58:37 +02:00 |
|
ShinDarth
|
da7a7ab295
|
Fix License issue, closes #21
|
2016-08-17 17:58:45 +02:00 |
|
ShinDarth
|
a4589f71d5
|
Build/Clang: fixed 96 warnings + improved code readability
|
2016-08-16 23:21:38 +02:00 |
|
Yehonal
|
b0c8eceb08
|
Refactoring part 2 [W.I.P]
|
2016-08-12 02:38:26 +02:00 |
|