jackpoz
111e9ebaa7
Core/LFG: Fix LFG issue when player was teleporting
...
Fix a LFG issue that would kick a player out of a just-formed LFG party if player was being teleported.
Fix a log warning "Player: GUID Full: 0x0000000000000001 Type: Player Low: 1 not ingame while retrieving his LockedDungeons" if player was being teleported.
Refers to #14039 , #10191
(cherry picked from commit 9582b32d22ef9c842349a5be012bdcae4674d6c9)
2015-02-22 06:19:39 +00:00
jackpoz
c6990e65bd
Core/Config: Force SaveRespawnTimeImmediately config to Enabled
...
Force SaveRespawnTimeImmediately config to Enabled to avoid assertions triggered at runtime when Disabled. It will be possible to Disable this config again only when all issues will be fixed.
(cherry picked from commit b89f3be8d52f6b13bf1008bcbfe45b9e0f9d3ae0)
2015-02-22 06:19:16 +00:00
click
b05caa738a
Core/Log: Move a few PetHandler INFO-notifications over to DEBUG-level
...
(cherry picked from commit cffef1e80d853ca55887f19b94380b47e45b039e)
Conflicts:
src/server/game/Handlers/PetHandler.cpp
2015-02-22 06:18:55 +00:00
click
b02f14e5ac
Core/Log: Change periodic spell notificiations to DEBUG-level and set it as a unique logging-mechanism named "spell.periodic"
...
(cherry picked from commit 8c8ca2ab8de4ced62b1bc9205c8bc72c9b3c8012)
Conflicts:
src/server/game/Spells/Auras/SpellAuraEffects.cpp
2015-02-22 06:18:10 +00:00
click
324c5fd7b7
Core/Logs: Throw a little more sensible textoutput when missing maps/vmaps (the old text was a tad confusing mixing maps and vmaps etc).
...
(cherry picked from commit 4999864c4a85f49513fe9ef7e091f308c0343952)
2015-02-22 06:12:47 +00:00
Duarte Duarte
b7052d2ed7
Merge pull request #14103 from Epicurus4/6.x
...
Added a player searcher
2015-02-22 05:49:39 +00:00
Duarte Duarte
8ff752afa0
Merge pull request #14167 from Golrag/WorldStates
...
Core/Opcodes: SMSG_INIT_WORLD_STATES
2015-02-22 05:48:13 +00:00
Duarte Duarte
3695ba18aa
Core/Packets: Re-order DEFINE_SERVER_OPCODE_HANDLER calls and remove a duplicated one
2015-02-22 05:41:41 +00:00
Duarte Duarte
abfeb89094
Dep/CascLib: Update to https://github.com/ladislav-zezula/CascLib/commit/4235e5f2033e2de709c83034503d49e532d03630
2015-02-22 05:38:27 +00:00
Shauren
ea9eccae85
Core/Spells: Restored totem category check
...
Revert "Core/Totems: In cata totem items are no longer needed"
This reverts commit 45e0cae7be
2015-02-21 16:58:09 +01:00
jackpoz
d2396fb897
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity
2015-02-21 14:53:17 +01:00
Shauren
68fceee10e
Core/Spells: Removed leftovers of old cooldown handling
...
* Use ItemEffect.db2 data directly instead of copying it to another structure
2015-02-21 13:08:33 +01:00
MitchesD
6ff1764084
Core/Movement: Clarify log meaning
2015-02-20 14:31:50 +01:00
Rushor
b5458f9d76
Scripts/Violet Hold: Zuramat the Obliterator - Improve Summonbehaviour of Void Sentry
...
closes #12175
(cherry picked from commit f06b77dcb3412239994a2139f05948c4f66ea49f)
2015-02-20 14:15:39 +01:00
Aokromes
eb910d7d6e
DB/Misc: Golden Lotus On Kill Reputation
...
By AriDEV, closes #14158
2015-02-20 12:23:05 +01:00
Aokromes
051ff97721
DB/Quest: GO MoP queststarters
...
By AriDEV, closes #14159
2015-02-20 12:20:26 +01:00
Shauren
474d299b0e
Core/Auras: Implemented using Mount.db2 for selecting mount display id
2015-02-19 22:25:59 +01:00
joschiwald
1cb513295b
Merge pull request #14179 from Aaron126/6.x
...
Core/Misc: Correct some wrong integer types in DB query results
2015-02-19 17:12:18 +01:00
Aaron126
287165d254
Core/Misc: Correct some wrong integer types in DB query results
...
Fixes errors when running a worldserver compiled using WITH_COREDEBUG cmake option
2015-02-19 10:03:36 -06:00
leak
f9e5f216b7
CMake: Allow specifying the mysql location by environment variable.
2015-02-19 10:23:37 +01:00
Duarte Duarte
fc847f48c8
Contrib: Update merge_updates batch files with hotfixes db
2015-02-19 00:09:19 +00:00
Rushor
809c125881
Scripts/HallsOfLightning: Boss Volkhan - Add OOC Forgecast
...
closes #14066
(cherry picked from commit dc87cc69a1a61bfed5a5eca70e418a015d09e25d)
2015-02-18 20:18:39 +01:00
Rushor
93236fdda4
Scripts/Arcatraz: Warden Mellichar - Set summoned Units in Combat
...
(cherry picked from commit 1e90b096cafa9cfb9eeb06015f85ea8c4b285226)
2015-02-18 18:15:36 +01:00
joschiwald
2d40d3678d
Core/Packets: fixed crash on SMSG_ATTACKSTOP and fixed init of ItemInstance
2015-02-17 21:08:28 +01:00
joschiwald
d56d318c7f
Core/Spells: fixed mem leak
2015-02-17 21:00:15 +01:00
Nyeriah
9a2c1a9a48
Scripts/BlackTemple: Shade of Akama
...
* Updated to BossAI
* Solved issue with door not closing when event starts
* Solved issue with gossip flag being reset after event is done
* Misc code clean ups
Updates #10430
(cherry picked from commit 85105ac87bedb26c052be6ab1c3d0a397075414b)
2015-02-17 15:41:14 -02:00
Shauren
56186319bd
Core/Spells: Cooldown updates
...
* Refactored cooldown handling to separate class shared by creatures and players
* Updated and enabled cooldown packets
* Implemented creature school lockouts
* Implemented spell charges
* Fixed AuraUpdate structure
* Fixed aura flag AFLAG_NOCASTER handling
* Implemented spell charge related auras
2015-02-17 01:01:44 +01:00
Duarte Duarte
7829412416
Core/Packets: Fix a duplicated opcode
2015-02-16 22:16:37 +00:00
Duarte Duarte
7413fa7efc
Typo fix ( f3a19f7d62)
2015-02-16 20:47:26 +00:00
Duarte Duarte
f3a19f7d62
Core/Packets: More opcodes from WPP
...
(https://github.com/TrinityCore/WowPacketParser/commit/f6f590370c206734684b17904d5e6083c25e8528 )
2015-02-16 20:43:18 +00:00
Golrag
b7a65ce9ef
Core/Opcodes: SMSG_INIT_WORLD_STATES
2015-02-16 20:33:23 +01:00
Duarte Duarte
17361275c5
Core/Packets: Update multiple opcode names and values (sync with WPP)
2015-02-16 17:47:30 +00:00
Shauren
3d2d8bd0dc
Core/Objects: Fixed Object::RemoveGuidValue only clearing low part of the guid
2015-02-16 18:41:44 +01:00
Duarte Duarte
709275eecb
Core/Spells: Fix a float division issue in EffectLeapBack
...
Ref Coverity CID 1227511
2015-02-15 15:01:36 +00:00
Duarte Duarte
e68ca82d4d
Core/Server: Catch exceptions in int main()
...
The exceptions is rethrown on debug mode.
Ref Coverity CID 1010213, 1022574, 1227501, 1227502,
1227503, 1227504, 1227505, 1254536 and 1254612
2015-02-15 14:56:12 +00:00
Duarte Duarte
ad53be7081
Core/Guild: Fix crash on guild creation
...
Closes #14140
2015-02-15 02:40:00 +00:00
Duarte Duarte
6672642ee6
Merge pull request #14150 from Golrag/CombatPackets1
...
Core/Opcodes:
2015-02-14 19:00:46 +00:00
Golrag
7eb02e945f
Core/Opcodes:
...
* SMSG_POWER_UPDATE
* CMSG_SET_SHEATHED
* SMSG_ATTACKSTOP
2015-02-14 17:09:02 +01:00
joschiwald
e8c7d47641
Scripts/FoS: improved bronjahm encounter, thanks @Grimton1337, @tkrokli
...
Closes #14130
(cherry picked from commit 6dfc35d13c7a6c85ae3a12a6751203869d5e8279)
2015-02-13 21:22:25 +01:00
Duarte Duarte
2b60b7e07d
Core/Packets: Re-add handlers removed by mistake in bc0c0ae
2015-02-13 19:26:35 +00:00
Duarte Duarte
71f3642bdc
Rename SQLs added in commit bc0c0ae
2015-02-13 18:56:44 +00:00
Mogadischu
bc0c0ae2a3
Core/Guild: Updated and enabled most previously implemented guild and petition related packets
...
Merged from https://github.com/Mogadischu/TrinityCore/commits/guild
Signed-off-by: Duarte Duarte <[email protected] >
2015-02-13 18:32:36 +00:00
Nyeriah
69104cfa2a
Scripts/ForgeOfSouls: Fix an indentation issue on Bronjahm's script
...
(cherry picked from commit 69d016d0fe2bb0d47df1e56b36877e5f28c2034e)
2015-02-13 03:32:29 -02:00
Duarte Duarte
f68473aeff
Core/Packets: Fix and enable CMSG_BUY_ITEM, SMSG_BUY_FAILED and SMSG_BUY_SUCCEEDED
...
Closes #14127
2015-02-13 00:45:39 +00:00
Shauren
40dcc170d9
Core/Items: Defined a few new item flags
2015-02-12 23:17:28 +01:00
Duarte Duarte
c29aebfc2c
Core/Spells: Refactor code changed in 8c49d204c3
2015-02-12 22:08:17 +00:00
Duarte Duarte
8c49d204c3
Core/Packets: Write targets (hit & miss) to SMSG_SPELL_GO
...
Fixes most spell visuals.
Also write explicit basic types in SpellPackets (cosmetic)
2015-02-12 20:02:37 +00:00
Aokromes
18dc739e47
DB/Quest: Your Place In The World
...
By timsar2 & Gooyeth, closes #13864
2015-02-12 15:02:15 +01:00
Duarte Duarte
97e62c0ea5
Core/Packets: Update and enable CMSG_GOSSIP_SELECT_OPTION, SMSG_BINDER_CONFIRM, SMSG_GOSSIP_COMPLETE and SMSG_PLAYER_BOUND
...
Fixes #14115
2015-02-12 04:23:19 +00:00
Duarte Duarte
20aa605485
Core/Packets: Update and enable CMSG_USE_ITEM
...
Ref #14115
2015-02-12 02:37:42 +00:00