Commit Graph

590 Commits

Author SHA1 Message Date
Keader
58747b0037 Core/Scripts: Fixed some events that not should triggered by non-players on Illidan encounter 2017-06-02 10:23:28 +02:00
Ryan
1442984686 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2017-05-28 19:10:00 +01:00
Aokromes
f0e36b0863 Core/Defines: define faction templates and replace magic numbers from scripts 2017-05-23 14:37:54 +02:00
Ryan
20726edec2 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2017-05-19 23:49:46 +01:00
Aokromes
0fbcdca05e Core/Collision: Replaced phasemask with proper phases in GameObject c…
…ollision calculation
2017-05-06 01:55:17 +02:00
xinef1
b88200cd58 Core/Misc: Various crash fixes 2017-05-05 01:59:34 +01:00
ariel-
c62077237d Core/Spell: restore old proc system behaviour on auras self proc. 2017-05-04 02:21:58 +01:00
ariel-
a7a024d1d6 Core/Auras: reset periodic aura timers by default. Except when aura comes from triggered spell 2017-05-03 23:51:47 +01:00
ariel-
91c4b5edb0 Core/Scripts: add even more headers 2017-05-03 23:43:57 +01:00
ariel-
627a285a71 Core/Scripts: add more headers required for NoPCH 2017-05-03 23:43:45 +01:00
ariel-
baf1f027c1 Core/Scripts: add headers required for NoPCH build 2017-05-03 23:39:34 +01:00
ariel-
a40b85f8b2 Core/Scripts: convert some instance/item spells to scripts 2017-05-03 23:37:32 +01:00
Aokromes
c015a5cf10 Core/Misc: camelize GetFaction/SetFaction properly 2017-05-02 02:02:31 +02:00
ccrs
a17849bcfe Core/Unit: 2170541a51 followup
use true as default value since pretty much all the script calls will expect that
2017-04-28 12:57:38 +02:00
Keader
68cadd6375 Core/Scripts: Added a missing break in Illidan Stormrage script
Thanks Jackpoz
2017-04-26 05:09:32 +02:00
ariel-
8e16897073 Core/Spell: define channels without movement interrupt flags as allowed move
- Remove script hacks no longer needed
2017-04-25 13:30:58 +02:00
Aokromes
ba894e8b70 missing change 2017-04-23 16:21:19 +02:00
Keader
9fb129a1ee Core/Scripts: Fixed wrong calculation of Aura of Desire
Closes #19322
2017-03-23 02:11:58 +01:00
Keader
708d2c5272 Core/Scripts: Fixed Illidan epic sounds again (#19184) 2017-03-03 01:22:41 +01:00
Keader
382c852f73 Core/Scripts: Fixed epic sounds on Illidan Fight (#19172)
Thanks Kittnz for notice <3
2017-03-03 01:18:46 +01:00
Aokromes
ce5a361470 Compile fix 2017-02-10 05:58:52 +01:00
Keader
90223b79b4 Core/Scripts: Illidan Stormrage Rewrite (#18963)
Closes #5018
2017-02-10 05:20:09 +01:00
xinef1
2c05a59815 Core/Misc: Fix various crashes, also related to multithreading (#19012)
* When iterating groups we have to either do it not in multithreaded context (map updates) or start with checking maps (they are guaranteed to change in single thread update).
* Properly clear ComboPoint references on player remove 
* remove some possible references item may have when it is deleted during save. 
* Also clear all hostile references when unit is removed from map.
2017-02-05 01:58:11 +01:00
Gildor
7965c5343b Build Fix (#18719)
Closes #18718
2017-01-07 07:20:19 +01:00
Keader
d9a723dbb6 Build Fix 2017-01-02 07:49:17 +01:00
Keader
7787c97513 Core/Scripts: Illidari Council Rewrite
Thanks to Sirikfoll, Krudor and Offl for all help
2017-01-02 07:47:26 +01:00
Aokromes
719a317a67 Update copyright note for 2017 2017-01-02 07:26:38 +01:00
Keader
0db82c91fe Build fix 2016-12-28 16:11:53 +01:00
Keader
481160caac Core/Scripts: Black Temple misc fixes
Closes #18176
* Implemented faction change of Ashtongues when Shade of Akama dies
* Moved factions to black_temple.h
* Removed explicit from EnslavedSoulEvent (Reliquary of Souls)
* Fixed a typo in Skeram Script (followup 5f44890049)
* Fixed spell Shadow Inferno (Illidari Nightlord)
2016-12-28 16:11:44 +01:00
Keader
c96d92eb8a Core/Scripts: Mother Shahraz encounter rewrite (#18446) 2016-12-28 16:04:12 +01:00
Aokromes
300de1477f fix build 2016-12-16 20:37:49 +01:00
Aokromes
949ce2d576 Core/Units: Cleanup hardcoded magic numbers for byte field offsets
(cherry picked from commit ac1dc75)
2016-12-16 19:54:22 +01:00
Keader
dc0a599467 Core/Scripts: Black Temple - added comments in all SpellScripts (#18494) 2016-12-16 19:29:26 +01:00
Keader
5a0ab74588 Core/Scripts: Fixed Reliquary of Souls Boundary (#18470)
Followup 02f18419f5
2016-12-16 19:25:36 +01:00
Aokromes
bdf74d9e8f Update boss_reliquary_of_souls.cpp 2016-12-16 19:25:27 +01:00
Keader
9ec22fda0c Core/Scripts: Reliquary of Souls Rewrite 2016-12-16 19:25:20 +01:00
Keader
21cc1fd280 Core/Scripts: Rewrite Magtheridons Lair 2016-12-16 19:15:24 +01:00
ariel-
04efb16390 Scripts/BT: Fix noPCH build 2016-12-06 11:06:02 +01:00
ccrs
0d56b47a32 Scripts/BlackTemple: 4bc60e650d followup 2016-12-06 11:05:39 +01:00
ccrs
617427ca11 Scripts/BlackTemple: minor cleanup and corrections after recent PRs
plus a ninja tabs to spaces cleanup
2016-12-06 11:05:26 +01:00
Keader
6d3d63d47c Core/Scripts: Partial Revert in 87977b00d3 misunderstand concept. (#18334)
Sorry for the mess
2016-12-06 11:02:54 +01:00
Keader
f24ff1f41d Core/Scripts: Black Temple misc codestyle and unit state casting check (#18333) 2016-12-06 11:02:38 +01:00
Aokromes
4806afef45 fix build 2016-12-01 04:02:32 +01:00
Duarte Duarte
49dcbf43eb Optimizations for Zapcc compiler 2016-12-01 03:42:50 +01:00
Keader
ed99854fe1 Core/Scripts: Teron Gorefiend encounter rewrite (#18263)
Core/Scripts: Rewrite Teron Gorefiend Encounter
2016-11-27 17:06:58 +01:00
Keader
34e311fdfa Core/Scripts: Minor Fixes in Black Temple (#18293)
Core/Scripts: Minor Fixes in Black Temple
2016-11-27 17:06:49 +01:00
Keader
e86c4f9a6c Core/Scripts: Gurtogg Bloodboil Rewrite (#18279)
Core/Scripts: Gurtogg Bloodboil Rewrite
2016-11-27 17:06:17 +01:00
Keader
73512f16d4 Core/Scripts: Fixed Supremus encounter (#18234)
Core/Scripts: Fixed Supremus encounter
2016-11-27 17:05:51 +01:00
Keader
0976ec541b Core/Scripts: Improved High Warlord Naj'entus fight - Black Temple (#18229)
Core/Scripts: Improved High Warlord Naj'entus fight
2016-11-27 17:05:26 +01:00
Keader
d6f31175f3 Core/Scripts: Cleanup in instance_black_temple and added missing datas (#18246)
* Core/Scripts: Cleanup in instance_black_temple and added missing datas

* Fixed door timing issue

* Remove redundant call
2016-11-15 05:43:45 +01:00