treeston
e2f2c70ba4
Merge branch '3.3.5-bossboundary' into 3.3.5-base (PR #16089 )
...
(cherry picked from commit 5b8b8c6530 )
2016-03-22 22:56:43 +01:00
Shauren
d47f23ef7c
Merge pull request #16404 from Lopfest/6.x
...
Core/Scripts: SMSG_PLAY_ONE_SHOT_ANIM_KIT can now be used in waypoint_scripts
2016-03-08 08:25:58 +01:00
Naios
5534915f74
Core/Scripts: Split the huge scriptloader into smaller pieces
...
* Each subdirectory contains it's own translation unit now
which is responsible for loading it's directory
* Improves merging & decoupling between 3.3.5 <-> 6.x
* Removes unused Battleground loader
* Ref #15671
2016-02-21 15:36:41 +01:00
Lopfest
54ab2e0bdb
Core/Scripts: SMSG_PLAY_ONE_SHOT_ANIM_KIT corrections. Thx to Arci
2016-01-26 18:58:02 +01:00
jackpoz
2f1bd93c9e
Core/Unit: Add Unit::KillSelf() overload
...
Add Unit::KillSelf() function as overload of Unit::Kill(this) . Use KillSelf() whenever the killer and the victim are the same to clearly state the Unit is going to kill itself.
(cherry picked from commit 3267c90102 )
# Conflicts:
# src/server/game/AI/SmartScripts/SmartScript.cpp
2016-01-15 20:34:27 +01:00
jackpoz
3f0026d8e7
Core/Quest: Fix issues reported by static analysis
...
(cherry picked from commit 1ddf44caf3 )
# Conflicts:
# src/server/game/Quests/QuestDef.cpp
# src/server/game/Server/WorldSession.cpp
2016-01-15 20:32:56 +01:00
Vincent-Michael
478cc756eb
Update copyright note for 2016
...
Happy new year (Again new year with idiots ...)
2016-01-01 00:34:25 +01:00
Vincent-Michael
00b4e8b6cc
Scripts: Added missing overrides
2015-11-15 03:38:02 +01:00
joschiwald
92b08fc74b
Scripts/VioletHold: rewrote the whole instance
...
thanks @MitchesD for help
(cherry picked from commit df21162fe4 )
(cherry picked from commit 3a4f54197c )
(cherry picked from commit f50df72820 )
(cherry picked from commit 95bae7143f )
(cherry picked from commit 5406f82044 )
2015-11-01 13:09:30 +01:00
joschiwald
2bc4dea4da
Core/Misc: renamed sGossipSelect parameters
...
(cherry picked from commit ad38c27124 )
# Conflicts:
# src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
# src/server/scripts/Kalimdor/zone_azshara.cpp
2015-10-16 11:56:53 +02:00
joschiwald
cf1e80e3d0
Core/Misc: removed some useless map checks
2015-10-04 14:53:05 +02:00
Shauren
cd27fd38b9
Core/Maps: Moved corpse management to map level
2015-09-28 17:20:27 +02:00
Nyeriah
e5eea44e0a
Scripts/OnyxiasLair: Force Onyxia to enter evade mode if pulled out of her room
...
(cherry picked from commit b28849003c )
2015-09-24 22:56:14 +02:00
jackpoz
0fad953852
Scripts/Misc: Replace some unsafe WorldObject* class members in scripts with ObjectGuid
...
Replace some unsafe WorldObject* class members and derived types in scripts with ObjectGuid.
Code cleanup.
(cherry picked from commit 2f92a2f58e )
Conflicts:
src/server/scripts/Northrend/Nexus/Nexus/boss_keristrasza.cpp
2015-09-24 22:34:18 +02:00
jackpoz
6193b8a28d
Scripts/Misc: Fix possible crash
...
Fix possible NULL-dereference exception happening in PlayerOrPet checks used in Ulduar and Temple Of Ahn Qiraj
(cherry picked from commit 5f0f152345 )
2015-09-24 20:39:42 +02:00
Shauren
a22e4e121a
Core/Misc: Fixing warnings detected by Visual Studio 2015 compiler
2015-07-21 00:33:36 +02:00
Shauren
585f978c58
Core: Started work on 6.2.0.20182
2015-07-01 02:22:03 +02:00
Shauren
cec05ff07d
Scripts/Zul'farrak: Fixed summoning Gahz'rilla
...
Fixes #5782 regression
2015-06-19 17:28:24 +02:00
MitchesD
d74e0d823d
Scripts/CoS: Chrono Lord Epoch converted to BossAI
2015-04-18 18:28:13 +02:00
Golrag
d999caee67
Core/AreaTrigger: Added 'bool entered' to OnTrigger
2015-04-18 11:22:30 +02:00
Aokromes
6a1e2bcdad
Scripts/Kalimdor: Ashenvale - add missing enum
...
(cherry picked from commit 16481d17aa )
2015-04-14 01:01:57 +01:00
Rushor
d05cd1a6d7
Scripts/Kalimdor: Ashenvale - Remove Torek C++ Script
...
(cherry picked from commit f49a1b0f1f )
2015-04-14 01:01:56 +01:00
tkrokli
cfa0a32a1f
[Quest] Kodo Roundup
...
by @pete318, closes #12811
Fixes the remaining bugs in the "Kodo Roundup" quest in Desolace:
- removes combat status from creature 11627, Tamed Kodo
- sets normal walking speed as the creature's follow speed
- makes the Tamed Kodo stop at Scrabblescrew's Camp
- enables quest objective count 0/5 -> 5/5, quest complete
- SQL (by @tkrokli) links the missing gossip text in the DB
(cherry picked from commit 1c8486e1a8 )
2015-04-14 01:01:47 +01:00
Carbenium
6252330a77
Merge pull request #14491 from doctaweeks/fixes-for-6.x
...
Fixes for 6.x
2015-04-05 00:16:36 +02:00
Shauren
76cbf05a2e
Misc: Fixed license header formatting
2015-04-04 13:11:32 +02:00
Daniel M. Weeks
b948a4275e
Add missing override keyword in scripts
2015-04-02 22:28:05 -04:00
Gacko
58b4af6108
Sync changes from 3.3.5 non-pch build fix.
...
1995dcab76
2015-03-29 20:12:02 +02:00
Gacko
833d57fa27
Fix non-pch build
2015-03-29 16:50:40 +02:00
click
c696f2195d
Core/Script: Fix non-PCH build
...
(cherry picked from commit 058457dda9 )
Conflicts:
src/server/scripts/Kalimdor/zone_bloodmyst_isle.cpp
2015-03-27 23:11:13 +01:00
MitchesD
65275fd57d
Scripts/Misc: small changes after recent commits
2015-03-27 14:47:10 +01:00
Rushor
01ee7ecc69
Scripts/Bloodmyst Isle: Script Quest: Ending Their World
...
closes #1815
* Add missing Waypoint
* Improve Aggrobehaviour
* Add BroascasttextIDs
* Update to current GUID-Handling
Original Patch by @trickerer
(cherry picked from commit f1101b145b )
2015-03-26 16:14:38 +01:00
MitchesD
f6428df949
Scripts/Misc: sync with 3cc305138c
...
adfd8a6 - Scripts/Mulgore: The Plains Vision - Move Corescrript to SAI
c21a600 - Delete zone_mulgore.cpp
87f40a5 - Scripts/Kalimdor: Remove Mulgorescripts
8904a94 - Scripts/The Barrens: Add missing Text for 'The Escape'
cfc5fb2 - DB/Misc: Fix a few startup errors from recent Updates (Script part)
2015-03-20 20:07:25 +01:00
Golrag
b7a65ce9ef
Core/Opcodes: SMSG_INIT_WORLD_STATES
2015-02-16 20:33:23 +01:00
Nayd
68d026709b
Scripts: Remove scripts that were replaced by SAI in ba906b69e0
2015-02-02 04:03:59 +00:00
Vincent-Michael
b6eb66e192
Scripts/Kalimdor: Fix non pch build
2015-02-01 18:05:32 +01:00
Rushor
4e28b29e25
Scripts/Bloodmyst Isle: Disable CreatureAttack for NPC: Webbed Creature
...
(cherry picked from commit 644de8700c )
2015-02-01 00:16:19 +00:00
Nayd
802725817b
Core/Packets: Update and enable CMSG_STAND_STATE_CHANGE and SMSG_STAND_STATE_UPDATE
2015-01-28 19:29:31 +00:00
Nayd
6f7d048765
Core/Packets: Update and enable SMSG_WEATHER
2015-01-28 13:58:40 +00:00
jackpoz
1a4b1beb14
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity
2015-01-18 21:53:04 +01:00
MitchesD
82e5d18893
Scripts/Misc: some random changes after recent commits and cleanup
...
(cherry picked from commit f94cfc6577 )
2015-01-10 23:01:41 +01:00
Nyeriah
bd5c7cc637
Scripts/BlackfathomDepths: Convert bosses to EventMaps/BossAI and clean up instance script
...
(cherry picked from commit 1852d7d2f7 )
2015-01-10 03:41:05 -02:00
Vincent-Michael
ab90f74486
Update copyright note for 2015
...
Happy new year
2015-01-01 00:28:09 +01:00
joschiwald
9ecc578cb1
Core/Scripts: multiple changes
...
- fixed non pch build
- fixed some warnings
- fixed some coverity issues
- some random things here and there
2014-12-29 01:00:16 +01:00
Rat
085df6d987
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
...
Conflicts:
src/server/scripts/Northrend/Ulduar/HallsOfLightning/boss_loken.cpp
2014-12-19 20:10:10 +01:00
mthsena
88b197b2ef
Scripts/MountHyjal: Kill warning
...
(cherry picked from commit 884953942b )
2014-12-15 22:07:26 +01:00
joschiwald
58aca0da81
Scripts/Archimonde: replaced one yell with proper db content and unhacked drain world tree
2014-12-15 00:05:30 +01:00
Intel
4825832c85
Merge branch '6.x' into Spells
...
Conflicts:
src/server/game/DataStores/DBCStores.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Server/Protocol/Opcodes.cpp
src/server/scripts/Spells/spell_druid.cpp
2014-12-07 23:20:52 +02:00
joschiwald
b68b6417f6
Core: fixed few coverity issues and warnings
2014-12-07 01:24:00 +01:00
Nyeriah
d4ad229493
Scripts/Misc: Initialize a couple of fields
...
(cherry picked from commit 548cc1cd2f )
2014-12-05 19:15:36 -02:00
Rat
305275e75e
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-05 14:11:08 +01:00