Commit Graph

16920 Commits

Author SHA1 Message Date
kandera
42c047bebc Merge pull request #7839 from Warpten/soulwell
Core/Spells: Fixed Soulwell charges removal on use.
2012-10-05 06:04:24 -07:00
kandera
c4c093ac80 Merge pull request #7971 from Retriman/SpellTi
Core/Spell: Remove LOS in spell tremor, grounding Totem.
2012-10-05 05:52:39 -07:00
Retriman
5f90eb831a Core/Spell: Remove LOS in spell tremor, grounding Totem. 2012-10-04 23:32:50 -04:00
Subv
74707a08d3 Core/Misc: Fix a format error in ByteArrayToHexStr
Was appending an extra space.
Closes #7959
2012-10-04 19:13:39 -05:00
Kandera
b32878f02f DB/Texts: add removed texts from ab3430762d. rename another sql file 2012-10-04 10:30:49 -04:00
Kandera
63d5444f64 Core/Battleground: only spawn the generals in ioc once the north or south gate has been destroyed. Closes #3022 2012-10-04 09:50:26 -04:00
kandera
9d676611ec Merge pull request #7928 from Retriman/master
Core/Script: Update spelldifficulty for Boss Anubarak
2012-10-04 06:30:41 -07:00
Kandera
cef436e38e Core/Oculus: fix compile. 2012-10-04 09:26:10 -04:00
kandera
6a8706a725 Merge pull request #7944 from Trista/master
Scripts/Oculus: Fixes here and there, implement phasing
2012-10-04 05:58:32 -07:00
Spp
8f65bc00a7 Fix compile without PCH 2012-10-04 13:41:56 +02:00
Spp
e1bee86ee6 Core/Battlegrounds: Remove no longer needed files BattlegroundAA/BattlegroundRB 2012-10-04 12:58:52 +02:00
Spp
2c961814c1 Core/Battleground: Some minor optimizations here and there. 2012-10-04 12:49:58 +02:00
Spp
2a55f2d9e0 Core/Battlegrounds: Minor optimization when checking if player left start zone 2012-10-04 11:31:00 +02:00
Spp
ddf494d78b Core/Battlegrounds: Optimize internal battleground data storage (from Array MAX_BATTLEGROUND_TYPE_ID to std::map) 2012-10-04 10:57:32 +02:00
Spp
58c01c140d Core/Battleground: Make Battleground queues and Free slot queue structures private. 2012-10-04 10:39:37 +02:00
Spp
02d68e4610 Core: Fix build without PCH 2012-10-03 15:40:01 +02:00
kandera
87de693c35 Merge pull request #7957 from Dimitro/master
Now attackers receiving all rewards, when the victim gone offline.
2012-10-03 06:03:27 -07:00
Nay
880a9d5cda Merge pull request #7954 from Retriman/Nexus
Core/Script: Dungeon Nexus Boss Anomalus
Closes #7946
2012-10-03 04:43:22 -07:00
Dimitro
c299e8340c Core/Misc: Now attackers receiving all rewards, when the victim gone offline. 2012-10-03 14:13:14 +03:00
Retriman
2840e2ac8a Core/Script: Dungeon Nexus Boss Anomalus
*Fix bug Chaotic Rift's model related in #7946
2012-10-03 00:12:10 -04:00
Subv
93a78d9bb5 Merge pull request #7950 from Retriman/ahorasi!
Core/Script: Dungeon Ahnkahet Boss Amanitar.
2012-10-02 18:34:27 -07:00
Retriman
256afa097d Core/Script: Dungeon Ahnkahet Boss Amanitar.
*Fix whitespaces
*Fix modelid1 -> modelid2
thnks @Aokromes
2012-10-02 21:51:06 -04:00
Retriman
dae312b3c3 Core/Script: Dungeon Ahnkahet Boss Amanitar.
*Add commented/sugestion from 139a953325 (thanks @ joschiwald).
*Add beter displayID. thanks @Aokromes from u point.
2012-10-02 21:44:18 -04:00
ZxBiohazardZx
3aa586986f Core/Codestyle: some small improvements for Doxygen Purposes 2012-10-02 23:20:03 +02:00
ZxBiohazardZx
e4cdd0956a DB/Loot : correct some lootids, remove pointless sharedid, Thx Kandera for the assist 2012-10-02 21:17:14 +02:00
thesensei
91367bb39f Core/Oculus: Fixes here and there, implement phasing
* Implement phasing (sniffed)
    * Add drakes proper support (events, texts, conditions for spells), remove npc_spellclick_spells
    * Add proper support for Gossip npcs
    * Removed the arcane shield Urom use first time we are about to meet him, because he only get it after he spawns a wave, added Evocation casts from sniff/retail that also break the teleportation visual bug
    * Some db updates based on Aokromes sniffs
    I intended to do it all, but there are core issues I have no knowledge to fix and I don't want to jump to other things before fixing them. :) So, I will submit boss updates, if I ever fix them. There are still stuff do do for drakes spells left from before.
    * Majour thanks to Shauren for helping me with summoning spells and w/e I ask him and all who answered my questions.
2012-10-02 22:13:40 +03:00
Kandera
94b2f90a5a Core/Spells: fix typo from 0f85a1d4f3 2012-10-02 11:58:27 -04:00
Kandera
0f85a1d4f3 Core/Spells: Fix seal procs from tiny abom in a jar. Closes #3463 2012-10-02 10:58:11 -04:00
Kandera
c85c0c549a Core/Spells: when charges are removed by a proc they should be handled with AURA_REMOVE_BY_DEFAULT. Closes #7910 2012-10-02 10:23:36 -04:00
kaelima
5d71a544d2 Script/Ruby Sanctum: Smoother lifting/landing transition for Saviana Ragefire. 2012-10-02 15:33:54 +02:00
Spp
7831ecdb18 Core: "Initial support for C++11 compilers" 2012-10-02 15:06:19 +02:00
Spp
380db44583 Core/Utilities: Use generic templates with AddPct, ApplyPct and CalculatePct 2012-10-02 12:17:42 +02:00
Spp
f8846cdeaf Core/Utilities: Do not expose internal store structure in Tokens and rename it to Tokenizer 2012-10-02 11:54:41 +02:00
Retriman
139a953325 Core/Script: Dungeon Ahnkahet Boss Amanitar.
*Convert creaturescript to BossAI.
*Fix spawn Mushroom
*Fix DisplayID Mushroom.
*Fix gral. Timers in spells whitch dbm 3.3.5a
*Fix remove mini spell.
2012-10-01 16:41:05 -04:00
Subv
d44ec4b7da Merge pull request #7936 from Retriman/ahorasi!
Core/Script: Dungeon Ahnkahet Boss Amanitar.
2012-10-01 13:22:58 -07:00
Subv
174deb131a SQL: Rename SQL from previous merge. 2012-09-30 17:47:47 -05:00
Subv
816595613b Merge branch 'master' of github.com:TrinityCore/TrinityCore 2012-09-30 17:46:20 -05:00
Retriman
4596fc776e Core/Script: Update spelldifficulty for Boss Anubarak 2012-09-30 18:43:10 -04:00
Subv
875e642622 Merge pull request #7924 from Retriman/master
Core/Script: Update creature_text for boss Jedoga Shadowseeker
2012-09-30 15:27:49 -07:00
Retriman
128c8c0562 DB: Typo in sql (order logical) 2012-09-30 17:34:41 -04:00
Retriman
2e75ecd74b Core/Script:
* Update creature_text for boss Jedoga Shadowseeker
2012-09-30 17:32:48 -04:00
Nay
469291166c Merge pull request #7919 from Retriman/master
DB: Fix SounID in Herald Volazj
2012-09-30 09:13:01 -07:00
Retriman
f2cb98373b DB: Fix SounID in Herald Volazj 2012-09-30 12:10:48 -04:00
Nay
990bef2bff SQL: Rename SQL merged in PR 2012-09-30 16:34:06 +01:00
Nay
97163a2496 Merge pull request #7918 from Retriman/master
Core/Script:  Update creature_text for boss Herald Volazj
2012-09-30 08:32:59 -07:00
Retriman
6591dd6b10 Core/Script:
* Update creature_text for boss Herald Volazj

thanks @Aokromes, for soundId text
2012-09-30 11:29:31 -04:00
Nay
8ac05aff2d SQL: Rename SQL merged in PR 2012-09-30 15:43:05 +01:00
Nay
39dba3f22f Merge pull request #7891 from tibbi/title_converter
adding Title converter to faction converter, original author Silinoron
2012-09-30 07:40:51 -07:00
Nay
0eb86ac370 Merge pull request #7896 from tibbi/wsg
some WSG improvements
2012-09-30 07:38:20 -07:00
Nay
8a18449a74 SQL: Rename file merged in PR; Core: cleanup whitespace and tabs 2012-09-30 15:33:56 +01:00