Yehonal
|
944cfd077e
|
Cleaning unused variables
|
2017-09-19 11:23:07 +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 |
|
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
|
620887fe61
|
fixed compilation with ENABLE_* defines disabled
|
2017-08-20 12:34:06 +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 |
|
Ercules76
|
10eddae700
|
Core/Spells now the spells for summon mount aren't affected by haste (#555)
* Core/Spells now the spells for summon mount aren't affected by haste
* Convert tabs to space
* Cleaning garbage of last commit
|
2017-08-17 15:28:58 +02:00 |
|
Inifield
|
dc4ee19b8d
|
Core: Tabs sorry
|
2017-06-26 16:56:59 +02:00 |
|
Inifield
|
bd799ecd5b
|
Core/Player: Correct gender by modelid and avoid saving character with wrong gender
Closes #396
Author is MitchesD, Kittnz and Shauren
|
2017-06-26 16:43:13 +02:00 |
|
Matteo Emili
|
cb6fbe79e5
|
Fix to OnBeforeRollMeleeOutcomeAgainst hook
|
2017-03-26 01:09:33 +01:00 |
|
Matteo Emili
|
a67c6eeddf
|
New hooks OnAfterUpdateMaxPower and OnBeforeRollMeleeOutcomeAgainst
|
2017-03-26 01:09:33 +01:00 |
|
3ndos
|
b7ee1a9f12
|
More hooks for Scripts/Modules (#270)
|
2016-12-07 09:12:01 +01:00 |
|
mik1893
|
ca510dfd8d
|
Core/Unit: added new script OnPlayerBeingCharmed
|
2016-09-24 14:45:07 +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 |
|
mik1893
|
f4382e25c0
|
Core/Unit: enable setting and retrieval of a temporary race for players
|
2016-08-24 15:16:06 +02:00 |
|
mik1893
|
b689b7f1e1
|
Core/Player: Implement original race variable at unit level and initialize it (for future customizations)
|
2016-08-24 14:27:10 +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 |
|