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 |
|
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
|
0dd68dfbee
|
Another huge compilation fix
please delete cache and re-run cmake
|
2017-08-20 04:48:07 +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 |
|
h0rs
|
45d1cc3c52
|
Fixed the channel chat to display properly instead of righting to lower case
close #282
|
2017-02-02 10:59:08 +00:00 |
|
Blumfield
|
dc2c3d1fde
|
Core/Chat: Fix crash when using a command (#220)
|
2016-11-05 08:37:58 +01:00 |
|
HeartWell
|
8088ca220a
|
Core/Item: Localization items. (#223)
|
2016-11-04 21:03:48 +01:00 |
|
talamortis
|
baa148b2b1
|
Updated Chat.cpp (#162)
People should not get access violation now when appling commands, full credit goes to @Frytiks.
|
2016-09-27 20:10:56 +02:00 |
|
Yehonal
|
209c058368
|
Fixed commands log and a crash on windows
|
2016-09-04 16:05:32 +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 |
|
ShinDarth
|
d538b86a47
|
Core/Chat: properly prevent crashes + cleaning (import from TrinityCore)
- Closes #111
|
2016-08-24 01:14:28 +02:00 |
|
ShinDarth
|
edd5f4a192
|
Core/Chat: fixed crash in commands
closes #110
|
2016-08-23 10:02:41 +02:00 |
|
ShinDarth
|
b6d2c9b226
|
Core/Chat: fixed some commands
This fixes all those commands that can take in input both a param and a subcommand, e.g.: .learn, .tele, etc...
|
2016-08-22 01:40:58 +02:00 |
|
Yehonal
|
1e5af6d3be
|
Core/Chat: fixed commands
|
2016-08-21 13:51:20 +02:00 |
|
ShinDarth
|
744e05d872
|
Revert "fixed crash on command execution"
This reverts commit d6133057ca.
|
2016-08-21 12:58:14 +02:00 |
|
Yehonal
|
1b1767e9f4
|
Fix commands and starting to use nullptr instead of NULL
|
2016-08-20 09:49:37 +02:00 |
|
Yehonal
|
d6133057ca
|
fixed crash on command execution
seems that clang is now compilable and playable on linux too \o/
|
2016-08-20 02:04:18 +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 |
|
ShinDarth
|
a4589f71d5
|
Build/Clang: fixed 96 warnings + improved code readability
|
2016-08-16 23:21:38 +02:00 |
|
ShinDarth
|
eddebedb2d
|
Core/Channels: allow to disable ownership of channels
|
2016-08-15 14:27:13 +02:00 |
|
Yehonal
|
b0c8eceb08
|
Refactoring part 2 [W.I.P]
|
2016-08-12 02:38:26 +02:00 |
|