Tisk
d4eb2f79ca
Core/Player: Implemented saving PLAYER_FLAGS_EX in database
2017-05-24 21:45:29 +02:00
Shauren
0eb38451d3
Nopch fix
2017-05-24 21:31:23 +02:00
Shauren
2200b4b0e1
Nopch fix
2017-05-24 21:30:43 +02:00
DoctorKraft
96ef820e20
Core/Hotswap: Fix Reload on Linux
...
* Closes #19465
(cherry picked from commit 04dfd78dac )
2017-05-23 19:09:51 +02:00
Shauren
35965a8503
Nopch build fix for game
2017-05-23 00:58:57 +02:00
joschiwald
b77aded832
Core/Spells: Updated SpellCastResult enum
2017-05-22 21:25:37 +02:00
Shauren
00f5d21453
Build fix
2017-05-22 00:05:03 +02:00
Shauren
7e39fb3a80
Build fix
2017-05-22 00:02:06 +02:00
Shauren
3d7c2ef88f
Core/Game: Include cleanup, part 4 - packets and largest headers (after preprocessing, except player/objectmgr)
2017-05-21 23:18:43 +02:00
joschiwald
3cb8f532da
Core/Items: Fixed loading ITEM_FIELD_CONTEXT from database
2017-05-21 15:40:08 +02:00
joschiwald
483c8e4058
Core/Items: Fixed typo in ItemModifier enum
2017-05-21 15:17:12 +02:00
joschiwald
b192c46b06
Core/Creature: Added UnitFlags3 to creature_template
2017-05-21 14:17:47 +02:00
joschiwald
d07fa64a15
Core/Packets: Implemented SMSG_GUILD_NAME_CHANGED
2017-05-20 12:08:17 +02:00
vincent-michael
6a405f8162
Core/PacketIO: Fixed build for gcc
...
thanks @Shauren
2017-05-20 10:11:56 +02:00
Shauren
f2039981e0
Core/Game: Include cleanup, part 3
2017-05-20 00:09:37 +02:00
Gacko
506de19495
Game/SAI: Negate p instead of using abs.
2017-05-19 17:44:43 +02:00
Gacko
82d93f7712
Fix non-PCH build.
2017-05-19 17:38:45 +02:00
Shauren
5992572175
Nopch build fix
2017-05-19 00:41:18 +02:00
Shauren
c5d3dd90be
Core/Game: Include cleanup
...
* Mostly aimed at removing Log/DatabaseEnv includes from other headers
* Fix most packet headers including other packet headers - moved common structures such as ItemInstance to their own files
* Moved SAI function definitions to source files (massive or requiring many different dependencies)
2017-05-18 23:53:25 +02:00
Shauren
b0ca3660d5
Core/PacketIO: Fix sending rotations vector in PlayOrphanSpellVisual
2017-05-16 22:44:31 +02:00
Shauren
a12a34b1dc
Core/Game: Include cleanup - removed G3D classes from packets
...
* Use our own Position class instead, with the coords written to packets being part of type
2017-05-16 22:16:21 +02:00
Shauren
b421a5c0cb
Core/Game: Include cleanup - remove Map dependency from Object.h
2017-05-15 22:55:16 +02:00
vincent-michael
eb555dd48b
Core/Creatures: Fixed typo
2017-05-15 20:36:02 +02:00
HannibalRoG
cfdf0b2a86
Core/Spells: Fixed Impending Victory and prevent activating victory rush in fury spec
...
Closes #19297
2017-05-14 22:06:16 +02:00
DDuarte
95ebd19f8c
Core/Guild: Misc. code changes
...
NULL to nullptr, add const to methods and remove unimplemented method definitions
2017-05-14 17:46:21 +01:00
DDuarte
c784780156
Core/Guilds: Remove old Guild.UndeletableLevel config
...
Send guild achievement points in SMSG_GUILD_INVITE instead of level
Remove old references to guild levels
Player still have PLAYER_GUILDLEVEL field which is always 25
2017-05-14 17:31:06 +01:00
DDuarte
e91a5146ac
Misc: Add license header to Memory.h
2017-05-14 16:51:06 +01:00
Shauren
efc16ded75
Fix nopch build
2017-05-14 12:49:48 +02:00
joschiwald
e64ad15993
Core/Spells: Redefined SPELL_AURA_MOD_HONOR_GAIN_PCT and defined SPELL_AURA_MOD_GUILD_REPUTATION_GAIN_PCT
2017-05-14 12:39:52 +02:00
Traesh
c73ce93f4c
Core/Entities : Basic Conversation Implementation ( #18010 )
2017-05-14 11:40:55 +02:00
MartGon
3e18fcb8fd
Scripts/Spells: Aspect of the Cheetah ( #19755 )
...
Closes #19611
2017-05-14 11:05:05 +02:00
Marco Ebert
cb360e5ed4
Database/AdhocStatement: Only include cstdlib instead of whole StringFormat.h.
2017-05-13 21:26:52 +02:00
Marco Ebert
6e2a911f6d
Fix non-PCH build.
...
Your ad here.
2017-05-13 21:11:57 +02:00
Shauren
ae5696ef2b
Build fix for mysql 5.6 and older
2017-05-13 21:02:37 +02:00
Shauren
2e8b4dc034
Warning fix
2017-05-13 20:42:32 +02:00
Shauren
9299e9bde0
Core/Grids: Ported cmangos/mangos-wotlk@ea99457e50
2017-05-13 19:37:33 +02:00
joschiwald
229c78b5a3
Core/Packets: Implemented CMSG_QUERY_REALM_NAME and SMSG_REALM_QUERY_RESPONSE
2017-05-13 17:25:21 +02:00
Shauren
bd456342e2
Fixed build for older boost version used on travis
2017-05-13 14:24:34 +02:00
Shauren
da32ff84d6
Build fix
2017-05-13 12:57:55 +02:00
Shauren
beb3316089
Core/Shared: Include cleanup
2017-05-13 11:49:09 +02:00
joschiwald
c00316d3d4
Core/Spells: Defined SPELL_AURA_MOD_SPEED_NO_CONTROL
2017-05-12 20:52:06 +02:00
Shauren
7e538980a2
Core/Database: Include cleanup
2017-05-12 18:50:27 +02:00
Aokromes
8fdf0778ca
Core/Logs: Reword some logs
2017-05-12 10:42:50 +02:00
Shauren
3a418a0bbc
Core/Common: Include cleanup
2017-05-11 22:29:51 +02:00
Gacko
ed986a416a
Fix build.
2017-05-10 17:27:59 +02:00
Aokromes
26305cd5fb
Core/Misc: Fix some false startup errors
2017-05-10 11:35:20 +02:00
joschiwald
b52949aa1f
Core/Misc: Removed useless log message
2017-05-09 20:43:22 +02:00
Shauren
38b1ad0ce1
Warning fix
2017-05-09 00:27:10 +02:00
Shauren
8fc527f404
Core/Items: Set and save item context field
2017-05-08 23:56:35 +02:00
joschiwald
5c86b2aa36
Core/SpellScripts: SPELL_SCRIPT_HOOK_EFFECT_SUCCESSFUL_DISPEL is a TargetHook and a EffectHook
2017-05-07 20:39:51 +02:00