Commit Graph

7326 Commits

Author SHA1 Message Date
_manuel_
18e19eaeed Making use of SetFlying function in Creature::Create instead of AddUnitMovementFlag(MOVEMENTFLAG_FLY_MODE|MOVEMENTFLAG_FLYING);
--HG--
branch : trunk
2010-05-22 23:37:59 -03:00
Shauren
6901e41a03 Added new area flag to enum which marks areas you cannot fly in
Fixed: Headless Horseman's Mount client crashes, Magic Broom client crashes, Big Love Rocket now works, Invincible now works, Blazing Hippogryph now works

Fixes issue 2081. Fixes issue 1808. Fixes issue 2150. Fixes issue 2020.

--HG--
branch : trunk
2010-05-22 22:57:16 +02:00
Shauren
eb1c55f13a Fixed line endings in some files
--HG--
branch : trunk
2010-05-22 21:15:25 +02:00
John Holiver
b3bd094785 Review of Onyxia's Lair
Make it 95% perfect to LK version (fixes spawns, eruption, achievements and some more)

Fixes issue #1706
Fixes issue #1736d

--HG--
branch : trunk
2010-05-22 15:26:38 -03:00
Machiavelli
8b84665550 Fix crash in npc_stinkbeardAI
Closes issue #2306

--HG--
branch : trunk
2010-05-22 14:42:13 +02:00
John Holiver
8b8ededec2 Fix Life Tap Formula (3.3.3)
Tnx Karolis.Rudzevicius for pointing out the problem
Fixes issue #2106

--HG--
branch : trunk
2010-05-22 04:04:51 -03:00
click
18f3d29caf Change some casts in Unit.cpp (old typos) - tip from RaptorTeak, original fix by zergtmn
Fixes issue #2300

--HG--
branch : trunk
2010-05-22 07:05:40 +02:00
click
b902d7f9ad Add missing headers to Group.h and LFGHandler.cpp
Fixes issue #2288

--HG--
branch : trunk
2010-05-22 06:22:48 +02:00
John Holiver
bd41a4d36f More achievement types support.
Achievment types used only for statistics:
* ACHIEVEMENT_CRITERIA_TYPE_CREATE_AUCTION
* ACHIEVEMENT_CRITERIA_TYPE_WON_AUCTIONS
* ACHIEVEMENT_CRITERIA_TYPE_MONEY_FROM_VENDORS
* ACHIEVEMENT_CRITERIA_TYPE_GOLD_EARNED_BY_AUCTIONS
Tnx to VladimirMangos

--HG--
branch : trunk
2010-05-21 16:49:19 -03:00
Liberate
af1aecc1f5 *Fix: Relearn higher rank spells when talenting in the first rank.
Yay for my first push!
Fixes issue 2144

--HG--
branch : trunk
2010-05-21 23:11:40 +02:00
Shauren
7c1a189bd3 Fixed disenchanting rolls being allowed for all items, now works as intended
Renamed Faction to Flags2 in ItemPrototype and added use for some of them

yay, my first commit :D

--HG--
branch : trunk
2010-05-21 22:45:47 +02:00
Spp
1b5d171d0b Group: Fix guid and internal counter default value.
Use them in SMSG_GROUP_LIST with groupType 0x10

--HG--
branch : trunk
2010-05-21 14:19:47 +02:00
Spp
c551b23b15 Fix Typo in previous commit
Fixes issue 2295

--HG--
branch : trunk
2010-05-21 12:25:03 +02:00
click
ee507dd945 Add additional castchecks for SPELL_EFFECT_LEAP_BACK
--HG--
branch : trunk
2010-05-21 10:24:51 +02:00
Spp
9c1c67d4fd Fix typo, Thanks to Willian Krueger
--HG--
branch : trunk
2010-05-21 08:11:28 +02:00
Spp
defd131970 Dungeon Finder: Initial setup and dungeon listing
--HG--
branch : trunk
2010-05-20 23:35:27 +02:00
_manuel_
e6ba336f91 Sorry, removed unused code.
--HG--
branch : trunk
2010-05-20 19:09:42 -03:00
_manuel_
eae2426f40 The Nexus: Oculus.
- Implemented AI for Mage-Lord Urom.

--HG--
branch : trunk
2010-05-20 19:05:18 -03:00
Anubisss
135f5bb35d Fix talent Survival of the Fittest.
Thanks to Aokromes for helping in the tests.

Fixes issue #2034.

--HG--
branch : trunk
2010-05-20 22:01:45 +02:00
Trazom62
d2cad4b14e Script HoR instance. 1st part.
Fixes issue #1311.

- Intro event.
- 10 waves including Falric and Marwyn.
- Script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC).

--HG--
branch : trunk
2010-05-20 20:09:18 +02:00
Anubisss
5c48dbbf59 Fix talent Heart of the Wild.
SQL part of the patch by havenard.

--HG--
branch : trunk
2010-05-20 15:27:34 +02:00
Anubisss
858093bae3 Fix talent Feral Spirit's wolves damage.
Patch by Karolis.Rudzevicius.

Closes issue #2145.

--HG--
branch : trunk
2010-05-20 13:51:12 +02:00
Anubisss
a5840e9286 Implement a signalhandler via ACE.
Thanks to Diver for test compiling under WIN.

--HG--
branch : trunk
2010-05-19 21:16:59 +02:00
Anubisss
a33b26ba0e Allow spell Rupture to crits on ticks.
Fixes issue #1796.

--HG--
branch : trunk
2010-05-18 23:48:26 +02:00
malcromdev@gmail.com>
0d4bbd9641 SCRIPT_COMMAND_ORIENTATION fixed right. (thanks Mach)
--HG--
branch : trunk
2010-05-18 19:08:08 -02:30
malcromdev@gmail.com>
7ce2853ca8 Fix SCRIPT_COMMAND_ORIENTATION db script command.
--HG--
branch : trunk
2010-05-18 17:45:15 -02:30
malcrom
2b7d92a401 Some more engrish to english logerror updates.
--HG--
branch : trunk
2010-05-18 14:22:51 -02:30
malcrom
d1b9a54951 Converted some log error messages in AchievementMgr.cpp to English.
--HG--
branch : trunk
2010-05-18 10:31:03 -02:30
Rat
5a0b2f3fef fixed crash when trying to spawn a not existing creature
--HG--
branch : trunk
2010-05-18 09:32:51 +02:00
click
953c267369 Fix broken linuxcompile broken in r53601d50dd
--HG--
branch : trunk
2010-05-18 05:46:32 +02:00
malcromdev@gmail.com>
b5342fe754 Add ablility to select closest creature of entry (dataint), range (x) as target for spell (datalong) SCRIPT_COMMAND_CAST_SPELL.
--HG--
branch : trunk
2010-05-17 21:24:21 -02:30
malcromdev@gmail.com>
4077f525f0 Add Ability for db script command SCRIPT_COMMAND_ORIENTATION to set creature orientation to face player.
--HG--
branch : trunk
2010-05-17 20:37:13 -02:30
click
d607693123 Add proper use of precompiled headers on linux - this removes an approx 50% reduction of total compiletime
--HG--
branch : trunk
2010-05-18 00:17:14 +02:00
Rat
eba819ae79 fixed double honor count error in battleground player list window
--HG--
branch : trunk
2010-05-17 23:29:13 +02:00
Rat
9a631614e3 display honor gained from kills in bg score window
--HG--
branch : trunk
2010-05-17 17:10:24 +02:00
Anubisss
47b32302f1 Fix a crash in realmd.
That crash occurs when realmd get an unknown packet and try to "shutdown" the socket.

Note that: don't try to release an ACE_Message_Block if it is _not_ dynamically allocated.

--HG--
branch : trunk
2010-05-17 15:58:12 +02:00
_manuel_
d3f0bddd3f Makes cage doors open at Drakos death.
--HG--
branch : trunk
2010-05-16 16:37:19 -03:00
Anubisss
e619948fc6 Fix a typo. This table contains also another types of spells and not just exlirs.
--HG--
branch : trunk
2010-05-16 19:45:04 +02:00
Anubisss
0f0619ae0b Fix spell Improved Devouring Plague's damage.
Core part of the patch by PrinceCreed.
SQL part of the patch by sinka.isi.

Fixes issue #1965.
Closes issue #1004.

--HG--
branch : trunk
2010-05-16 18:49:51 +02:00
Rat@walamy
9771757c4c you can now reload creatures from creature_template table
NOTE: reload is limited to one creature at a time
Usage: .reload creature_template $entry
Warning: this is mainly for developers, reloading a creature can cause unexpected behaviors!!

--HG--
branch : trunk
2010-05-16 17:45:45 +02:00
Machiavelli
a1ef8aaa66 Don´t kick sessions in the tiny window (barely a few ms) between the login queue and the char selection screen either.
--HG--
branch : trunk
2010-05-16 16:30:02 +02:00
_manuel_
4671e6fd99 Support for spell 51336 (Magic Pull).
--HG--
branch : trunk
2010-05-16 11:03:47 -03:00
_manuel_
80a5ddcac3 Improvements in boss_draoksAI and npc_unstable_sphereAI, removed hack for spell 51336.
--HG--
branch : trunk
2010-05-16 11:03:18 -03:00
Machiavelli
2129e56f78 Don´t kick sessions that are ´idle´ in the login queue.
--HG--
branch : trunk
2010-05-16 14:46:49 +02:00
Machiavelli
cef21f6e39 Fix crash introduced in 8199 (5a30b77777b7)
--HG--
branch : trunk
2010-05-16 14:14:54 +02:00
Machiavelli
437a5d90b2 Fix a possible crash in SqlTransaction::Execute(), using post-iterating on the LockedQueue instead of pre-iterating.
Thanks to click for the insight and Spp for testing.

--HG--
branch : trunk
2010-05-16 13:31:52 +02:00
click
89887b9b65 Correct SMSG_INSTANCE_DIFFICULTY structure (fixes raid difficulty display).
Move GetDifficulty() in under Map-scope, so it's reachable for map-based functions

--HG--
branch : trunk
2010-05-16 04:03:53 +02:00
Machiavelli
6ee54548f3 Fix Autokick timer. Will work again properly for people on the char selection screen. In addition, it now also catches non-terminated, lingering sessions.
--HG--
branch : trunk
2010-05-16 03:42:05 +02:00
Spp
a99c6bd5a9 Fix localization of gossip menu options
Original patch by Qowyn
Adapted to trinity (and tested) by Durotar and Aokromes

--HG--
branch : trunk
2010-05-16 00:58:24 +02:00
Machiavelli
fa57ce4cd1 Reimplement ACE_Based::LockedQueue as SQL holder for the SqlTransaction class, since std::queue is not safe when multiple threads are reading/writing to it at the same time (SqlDelayThread and a MapUpdate Thread).
Original patch by thenecromancer, was removed for ungrounded reasons.
Thanks to Zor for the insight.
Please give feedback on how this affects mtmaps usage.

--HG--
branch : trunk
2010-05-15 14:58:16 +02:00