Commit Graph

7107 Commits

Author SHA1 Message Date
robinsch
198ffba5ee Core/Auras: Fixed SPELLMOD_DOT not being applied
Closes #14817

Signed-off-by: Shauren <shauren.trinity@gmail.com>
2015-06-01 18:33:01 +02:00
DDuarte
08b8dd10d1 Core/GOs: Correct type of lowGuid when loading gameobject_addons
Coverity IDs: 1302436 1302437 1302438

Issue introduced in 95b5e35745
2015-06-01 02:09:45 +01:00
DDuarte
1e54097084 Core/Scripts: Corrected argument types in GetCreatureEntry/GetGameObjectEntry ZoneScript hooks
(cherry picked from commit b0c4268a6b)

Conflicts:
	src/server/game/Entities/GameObject/GameObject.cpp
2015-06-01 00:44:11 +01:00
Shauren
b239cadf41 Core/Misc: Removed some old unused enums
(cherry picked from commit 2f0c293266)
2015-06-01 00:41:54 +01:00
MitchesD
db8fdd94ed Merge pull request #14782 from doctaweeks/fixes-for-6.x
Minor fixes for 6.x
(cherry picked from commit 0cf0209741)

Conflicts:
	src/server/bnetserver/Main.cpp
	src/server/game/Battlegrounds/Zones/BattlegroundBFG.h
	src/server/game/Battlegrounds/Zones/BattlegroundTP.h
	src/server/game/Chat/Channels/Channel.h
	src/server/game/Entities/Player/Player.h
	src/server/game/Quests/QuestDef.h
	src/server/scripts/OutdoorPvP/OutdoorPvPNA.h
	src/server/shared/Cryptography/SHA256.h
2015-06-01 00:39:56 +01:00
jackpoz
1e429f3b4c Core/Misc: Fix build warning
Fix build warning
2015-05-31 00:04:26 +02:00
Jens Bäckman
50d435ff28 Core/Spells: Fix DK Death rune selection 2015-05-29 12:11:54 +02:00
mik1893
e7484151d5 Core/Creature: Remove not needed flag for UNIT_FLAG_IMMUNE_TO_NPC
closes 14744
2015-05-28 13:25:56 +02:00
MitchesD
82a6cbcad4 Merge pull request #14613 from ariel-/shathalls
Fixed some issues with PR #14157
2015-05-26 11:52:30 +02:00
Gecko32
dc13cf0134 Core/SpellHistory: Fix school lockout not being sent to client
Closes #14762
2015-05-25 15:36:38 -03:00
DDuarte
cb9ef69732 Core/Movement: Fix a typo in FlightPathMovementGenerator::InitEndGridInfo()
Added in 916ce6f4f3
Thanks @Rochet2 for finding it
2015-05-24 14:52:20 +01:00
Gacko
1d9fb0cba1 Fix non pch build.
I'm thinking about creating an bash alias for this message...
2015-05-23 19:35:24 +02:00
MitchesD
c356c05694 Merge pull request #14735 from Rushor/Insight
Game/Spells: Spellmgr - Insight - Add ProcCharges
2015-05-22 16:41:12 +02:00
Rushor
9fcbe50ddb Game/Spell: Spellmgr - Force Cast - Fix Typo
* introduced in 9d12df69ca (diff-f82ab5d79483dd6e1f5bd8c4d94299d3R2958)
2015-05-22 15:36:20 +02:00
Rushor
d0ea974f71 Game/Spells: Spellmgr - Insight - Add ProcCharges
closes #14734
2015-05-21 18:35:06 +02:00
joschiwald
8afa15ef15 Core/BG/SOA: fixed interaction with flags and titan relic
Closes #13091
2015-05-21 13:36:28 +02:00
joschiwald
6d87f96e21 Core/Spells: fixed creatures stucks at 1 hp when a health increasing aura gets removed
Closes #13639
2015-05-20 17:08:58 +02:00
Kelno
c142282e34 Removed useless calculation in last commit 2015-05-20 16:16:11 +02:00
Kelno
9e985f81b4 Fixed a math error in SmartScript::DecPhase(int32) 2015-05-20 15:32:52 +02:00
Carbenium
9d12df69ca Core/Spells: Fix summon position of Argent Valiant
Ref #8718
2015-05-20 00:15:02 +02:00
Carbenium
64bed16a57 Scripts/Icecrown: Move Squire David to SmartAI 2015-05-19 23:20:26 +02:00
Shauren
ba9e0de36d Core/Misc: Removed gcc specific packing pragma syntax - only unsupported (now) versions required it
(cherry picked from commit 4c7c2abf03)

Conflicts:
	src/server/bnetserver/Packets/BitStream.h
	src/server/shared/Common.h
2015-05-19 21:47:48 +01:00
Shauren
8a013ba0fb Core/Misc: Moved Position to its own file
(cherry picked from commit 48ee1f0033)

Conflicts:
	src/server/game/Entities/Object/Object.cpp
	src/server/game/Entities/Object/Object.h
	src/server/game/Spells/Spell.cpp
2015-05-19 21:44:39 +01:00
Duarte Duarte
f4c1a8fb2d Merge pull request #14454 from ariel-/cd
Port Core/Spells: Cooldown updates (6.x branch)
2015-05-19 18:52:05 +01:00
Rat
6dcfe9ba17 Core/GameObjects: fixed build in gcc
(cherry picked from commit c5bbc9287d)
2015-05-19 13:58:40 +01:00
DDuarte
916ce6f4f3 Fix build after recent cherry-picks
- Rename fields in TaxiPathNodeEntry to match 6.x names
- Add LowType to ObjectGuid
2015-05-19 12:30:06 +01:00
Rat
95b5e35745 Core/GameObjects: Implemented gameobject_addon table, you can now set invisibility for gameobjects for quests
(cherry picked from commit 9d59d038f8)

Conflicts:
	sql/updates/world/2015_04_05_07_world.sql
	src/server/game/Globals/ObjectMgr.cpp
	src/server/game/Globals/ObjectMgr.h

Core/GameObjects: fixed typo and logic (0 is a valid invisibility type)

(cherry picked from commit 23e8a3ce29)
2015-05-19 11:22:51 +01:00
Shauren
8c61e51fe5 Core/Transports: Moved teleporting transports to Map::DelayedUpdate
(cherry picked from commit 5c5cb3e555)
2015-05-19 11:12:14 +01:00
jackpoz
b5cc8c5b17 Scripts/ToC: Fix doors opening/closing during Dreadscale fight
Fix doors opening/closing during Dreadscale fight by sending a CloseDoor command instead of toggling the door state when Dreadscale resets its movement.
Note that bounding the door state to boss movement makes poor sense and should be changed. Other bosses in ToC have this logic and should be updated if they show the same bug.
2015-05-17 14:50:30 +02:00
jackpoz
5bd7c295c0 Core/NetworkIO: Adjust more packet throttling values
Adjust more packet throttling values by increasing some limits, this might fix some random kicks.
Close #14659
2015-05-13 22:29:49 +02:00
ariel-
36cdc47e8f Fixed some issues with PR #14157, kudos to @Nyeriah @Warpten:
* Moved scripts to other source file instead of having them on the instance cpp
* Removed magic number, use of DoAction instead of SetData to do the yelling
* Added spellscript for Remove Kargath's Executioner
* Saved victim GUIDs in instance script instead of checking nearby area
* Returning position as const-reference (by Naios)
2015-05-08 22:58:33 -03:00
tkrokli
c54cbebf88 Fix: Can cast on fear if rooted [3.3.5a]
by @Xiledria; closes  #13964

Removes the ability to cast while in fear and rooted.
Tested and found working by @Raydor and @Xiledria
2015-05-03 02:08:32 +02:00
MitchesD
5dba91fb0e Core/SAI: SMART_ACTION_SET_COUNTER now can be used for all targets, not just for self
(cherry picked from commit feabc6dff1)
2015-05-02 15:38:15 +02:00
Vincent-Michael
67ce9924a2 Core/Spells: Fix typo 2015-04-29 20:48:41 +02:00
Vincent-Michael
d178213f90 Core: Fix build 2015-04-29 20:33:29 +02:00
Shauren
8b07f1cd4d Core/GameObjects: Removed the possibility to spawn transports wih gm commands (such objects did not have any transport mechanics but could still cause crashes)
Closes #14542

(cherry picked from commit 149ff8da87)

Conflicts:
	src/server/game/Entities/GameObject/GameObject.cpp
	src/server/game/Entities/GameObject/GameObject.h
	src/server/game/Globals/ObjectMgr.cpp
2015-04-29 00:05:47 +01:00
Shauren
be4b48ecaa Core/Corpses: Fixed corpses loaded from database not being visible after server restart 2015-04-27 17:25:27 +02:00
ariel-
fe83ecb2cf Spell logging corrections 2015-04-27 01:47:03 -03:00
Shauren
ea214c223e Core/Misc: Ported relevant barbershop fixes from 4208c0d839 2015-04-24 18:40:19 +02:00
w1sht0l1v3
837a0a7524 Core/LFG: Move code to a better place.
(the case where the last player left inside a dungeon would not be removed from lfg&group when he ports outside)
2015-04-23 22:10:15 +03:00
jackpoz
c3b8800cf7 Core/Misc: Fix issues reported by static analysis
Coverity defect IDs: 1023036, 1022620
2015-04-19 17:45:55 +02:00
Northstrider
1566f45c31 Core/Creatures: remove virtual mounts from creatures on death
Closes https://github.com/TrinityCore/TrinityCore/pull/14396

(cherry picked from commit b5393d4b9b)
2015-04-19 15:42:05 +02:00
MitchesD
7836a4a418 Core/Unit: fixed removing UNIT_FLAG_PET_IN_COMBAT from guardians
Closes https://github.com/TrinityCore/TrinityCore/issues/14566

(cherry picked from commit 8096edec15)
2015-04-19 14:49:29 +02:00
jackpoz
5b5c0938da Core/Misc: Fix issues reported by static analysis
Properly fix Coverity defect ID 1227434
2015-04-18 17:33:14 +02:00
Kittnz
5f8db04761 Core/Condition: Add In Water Condition
Updates #7019
2015-04-18 17:11:03 +02:00
w1sht0l1v3
1019649f93 Core/LFGMgr: One more addition to fix the crash on logout. 2015-04-15 20:37:18 +03:00
w1sht0l1v3
f56cdd4496 Core/LFGMgr: Attempt to leave LFG the right way...i think... 2015-04-13 19:27:12 +03:00
ariel-
e707905764 Port commit 56186319bd (6.x branch)
Core/Spells: Cooldown updates

Updates #14418
2015-04-13 12:13:46 -03:00
click
adb39317fa Core: Follow codingstyle guidelines (CamelCase for functions, lowerCamel for vars and local stuff) 2015-04-10 04:14:50 +02:00
click
a09eafa104 Core: Whitespace/tab2spaces cleanup 2015-04-10 04:12:06 +02:00