Golrag
d999caee67
Core/AreaTrigger: Added 'bool entered' to OnTrigger
2015-04-18 11:22:30 +02:00
Aokromes
2c6df09539
Merge pull request #14530 from Exodius/bloodmaul_brutes
...
Core/Scripts: Remove Bloodmaul Brutes script
(cherry picked from commit ca67cc8f6b )
2015-04-14 01:02:19 +01:00
Nick
1089306118
Core/Scripts: Remove The Thunderspike script
...
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073
(cherry picked from commit 77eb89157b )
2015-04-14 01:02:04 +01:00
click
95817e9f46
Core/Script: Remove script for Overlord Mor'ghor - converted to SAI in commit 16179f8
...
(cherry picked from commit b804539f9b )
Conflicts:
src/server/scripts/Outland/zone_shadowmoon_valley.cpp
2015-04-14 01:01:39 +01:00
Vincent-Michael
20ab76a2cb
Core: Whitespace cleanup
2015-04-08 02:27:20 +02:00
Daniel M. Weeks
8476c2ac5a
Switch abs to std::abs
2015-04-02 22:28:13 -04:00
Daniel M. Weeks
b948a4275e
Add missing override keyword in scripts
2015-04-02 22:28:05 -04:00
Rushor
7086231a03
Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on Spawn
...
(cherry picked from commit a99d57b0a3 )
2015-03-07 17:55:37 +01:00
Rushor
93236fdda4
Scripts/Arcatraz: Warden Mellichar - Set summoned Units in Combat
...
(cherry picked from commit 1e90b096ca )
2015-02-18 18:15:36 +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 85105ac87b )
2015-02-17 15:41:14 -02: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
jackpoz
9aa170a085
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity
2015-01-21 22:24:57 +01:00
Nayd
08a98c6237
Line ending fix, sorry.
2015-01-19 00:07:10 +00:00
Nyeriah
4ea3b7794f
Scripts/HellfireRamparts: Add a missing reset call and correct spawn masks for Reinforced Fel Iron Chests
...
Thanks to @ariel- for noticing the missing _Reset();
Closes #13747
(cherry picked from commit 866eff64aa )
2015-01-18 21:03:08 -02:00
Nyeriah
6aac2bf2a7
Scripts/HellfireRamparts: Remove the spawning of the Reinforced Fel Iron chest from scripts
...
Updates #13747
(cherry picked from commit 9c9e5abca3 )
2015-01-10 03:37:43 -02:00
Shauren
faa583c784
Core/Maps: Updated map difficulties
2015-01-10 01:35:47 +01:00
Vincent-Michael
ab90f74486
Update copyright note for 2015
...
Happy new year
2015-01-01 00:28:09 +01:00
Vincent-Michael
ddb0b1acda
Core: Remove White spaces
2014-12-29 16:55:49 +01:00
pete318
27137ca06e
Scripts/Quests: Fix Quest A Spirit Guide
...
- Ensures rep adjustment buff is always applied (overrides evade, implements existing evade + re-apply buff)
- Removes un-owned ravagers with incorrect faction from DB (the correct ones are spawned with their masters without the DB entries)
- Create some extra steps in the wolf's waypoints in order to generate some AI events for the Ryga NPC. I think it's a bit of a dirty solution, but it seems to work with minimal changes.
- Created RP series of events with Ryga NPC and Ancestral Wolf Spirit (Ryga Kneels, talks to wolf, then returns to spawn position after around a minute).
Closes #13619
Fix #4028
(cherry picked from commit f2444eedf9 )
Conflicts:
sql/updates/world/2014_12_28_02_world.sql
2014-12-28 18:46:58 +00:00
Rat
eda9094226
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-11-29 14:52:53 +01:00
Rat
ce5b683a07
Core/Spells: fixed Script project building
2014-11-28 14:00:50 +01:00
Nyeriah
7713c893a8
Scripts/SteamVault: Remove non-selectable flag from access panels once their respective bosses are done
...
(cherry picked from commit e778ee1416 )
2014-11-21 15:57:24 -02:00
joschiwald
c7a0cc02f6
Scripts/SethekkHalls: fixed Talon King Coffer
...
(cherry picked from commit 716d1404de )
2014-11-21 01:14:53 +01:00
Shauren
785f0bf5c0
Core/GameObjects: Updated GameObjectTemplate data structure
2014-10-30 20:02:42 +01:00
joschiwald
747350a0bc
Scripts: replaced various Location struct defines with proper Position or G3D::Vector3
2014-10-26 01:56:06 +02:00
Shauren
034561792c
Core/Entities: Second batch of removing implicit conversions of ObjectGuid to uint64
2014-10-21 20:27:00 +02:00
Shauren
9cc7044546
Core/Entities: First batch of removing implicit conversions of ObjectGuid to uint64
2014-10-21 19:23:32 +02:00
Vincent-Michael
8a4abdaa67
Core: Remove Whitespaces
2014-10-04 22:04:36 +02:00
jackpoz
0af6d3a16d
Core/Misc: Refactor scripts to fix static analysis warnings
...
Last issue to be fixed, fixes #12960
2014-09-26 22:58:15 +02:00
Shauren
07f47a4b91
Scripts: Fixed compiler warning
2014-09-26 20:48:10 +02:00
MitchesD
7b72342658
Scripts/ManaTombs: Nexus-Prince Shaffar rewritten to BossAI/EventMap
2014-09-26 18:43:01 +02:00
jackpoz
79b9ca4a58
Scripts/Misc: Make InstanceScript::Initialize() obsolete
...
Move all InstanceScript initialization code from Initialize() to the constructor.
InstanceScript::Initialize() is now obsolete, please don't use it anymore. The only reason it's still in the sources is for backward compatibility.
2014-09-25 22:28:20 +02:00
jackpoz
16a884d999
Core/Misc: Refactor scripts to fix static analysis warnings
...
Eighth batch of fixes targeting 80 issues reported by Coverity
2014-09-25 21:19:34 +02:00
jackpoz
6e27841382
Core/Misc: Refactor scripts to fix static analysis warnings
...
Seventh batch of fixes targeting 100 issues reported by Coverity
2014-09-21 22:15:04 +02:00
jackpoz
b71f8367e4
Scripts/Shadowmoon Valley: Fix static analysis issues added in cd48ee01c0
...
Fix static analysis issues added in cd48ee01c0 about uninitialized values and pointers possibly point to free'd memory being dereferenced.
In memory of all the developers who got banned from IRC in the process of fixing these issues.
2014-09-21 17:21:04 +02:00
Malcrom
cd48ee01c0
Scripting/Shadowmoon Vally: Added scripting for Infernal Attackers.
2014-09-21 10:46:49 -02:30
jackpoz
b5e3535dbf
Core/Misc: Refactor scripts to fix static analysis warnings
...
Sixth batch of fixes targeting 100 issues reported by Coverity
2014-09-20 20:21:54 +02:00
Nyeriah
2c2d3a8ffc
Scripts/Auchindoun: Darkweaver Syth
...
- Despawn minions on death/reset
- Misc clean up
2014-09-20 02:58:08 -03:00
DDuarte
cefcde9ba9
Core/Misc: Multiple static analysis issues fixed (small optimizations and clear code)
2014-09-19 03:30:02 +01:00
Shauren
7d1d55124c
Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCore
...
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Player/Player.h
src/server/game/Scripting/MapScripts.cpp
src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp
src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp
src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp
src/server/scripts/Northrend/Nexus/Nexus/boss_magus_telestra.cpp
src/server/scripts/Northrend/Nexus/Oculus/boss_varos.cpp
src/server/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_auriaya.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_ignis.cpp
src/server/scripts/Northrend/Ulduar/Ulduar/boss_razorscale.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp
src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_ymiron.cpp
2014-09-16 21:50:01 +02:00
Shauren
9b316fe689
Core/Scripts: Fixed PCH build
2014-09-16 00:44:56 +02:00
Shauren
5ac62d9ca3
Core/Scripts: Fixed build zone_* scripts
2014-09-15 23:57:03 +02:00
Shauren
48deb443f9
Core/Scripts: Fixed build of misc scripts, only zone_* and instance_* remain
2014-09-15 22:52:09 +02:00
Shauren
a3d8f1d879
Core/Scripts: Fixed build of boss_* scripts
2014-09-15 22:07:11 +02:00
Shauren
6ce0a3107d
Core/Scripts: Changed GetGUID/SetGUID script hooks to operate on ObjectGuid class
...
Fixed compile for boss scripts starting with letters B, C and D
2014-09-15 00:23:47 +02:00
Shauren
56f46e3ce5
Scripts
...
* Introduced GetGuidData/SetGuidData to store guids in instance scripts (GetData64/SetData64 are still there)
* CONDITION_INSTANCE_INFO: Changed existing DATA64 condition to GUID_DATA to preserve current use of this instance info type (most/all assume the data is a guid) and moved DATA64 to a different value - no db changes needed
* Fixed compile in boss scripts starting with letter A
2014-09-14 23:23:23 +02:00
Nyeriah
92d514d0c9
Scripts/Misc: Some code style fixes for old code
2014-09-14 12:55:48 -03:00
joschiwald
59baaeec48
Core/Chat: cleanup MonsterText methods
2014-09-13 20:41:31 +02:00
Shauren
ce67a097bf
Core/Entities: Use new PackedGuid class
2014-09-13 01:12:16 +02:00
Vincent-Michael
dd687592ca
Core: Fix typo in cec2cc806b
2014-09-11 21:54:10 +02:00