Commit Graph

8948 Commits

Author SHA1 Message Date
Shauren
6bccfe997c Merge fixups 2013-06-23 15:11:08 +02:00
Shauren
3f3a32df34 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2013-06-23 14:51:52 +02:00
Shauren
6cbced8e16 Scripts/Spells: Removed obsolete scaling mount scripts 2013-06-23 12:56:17 +02:00
Shauren
a2855e84c5 Core/PacketIO: Enabled more opcodes 2013-06-23 12:55:54 +02:00
Shauren
89466f76ac Core/Auras: Fixed crashes introduced in 1addad4dbd
Closes #10081
2013-06-23 11:20:13 +02:00
Vincent-Michael
180cd5cf6e Core: Fix warning 2013-06-23 01:49:28 +02:00
Shauren
e74c0e9f00 Core/PacketIO: Updates and enabled a bunch of opcodes 2013-06-23 00:07:25 +02:00
Vincent-Michael
7e01ac23db Scripts: Fix some typos 2013-06-22 17:24:23 +02:00
Vincent-Michael
e6185c92fc Scripts: Convert DoCast(me->GetVictim(), SPELL_XXXXX); in DoCastVictim(SPELL_XXX); 2013-06-22 16:53:13 +02:00
Vincent-Michael
154dd37743 Scripts: Add missing code and fix codestyle 2013-06-22 16:45:48 +02:00
Shauren
1addad4dbd Core/Vehicles: Fixed crashes in StopCastingCharm happening when unit was attempting to enter 2 vehicles at the same time
Closes #9293
Closes #9618
2013-06-22 16:10:48 +02:00
Shauren
55fa58af19 Core/Movement: Prevent dynamic changes of movement flags for charmed creatures
Closes #10075
Closes #10079
2013-06-22 13:42:13 +02:00
Malcrom
e5a8f6cd98 Core: Fix some error messages, more useful, less engrish. 2013-06-22 02:05:32 -02:30
Malcrom
0b00481b84 Core/WaypointMovementGenerator: Make error message more useful. 2013-06-22 01:43:33 -02:30
Malcrom
1b8973a5ac Core/Scripting: Fix previous commit 2013-06-22 01:01:51 -02:30
Malcrom
f22e1508f6 Core/Scripting: Update Boss Akilzon Script to use Events 2013-06-22 00:47:41 -02:30
Malcrom
6623a9dc42 Core/Scripting: Renamed Dark Portal scripts to The Black Morass 2013-06-21 23:14:59 -02:30
Malcrom
7e76ab97f8 Core/Scripting: Updates to Dark Portal Instance Scripting 2013-06-21 21:56:21 -02:30
Vincent-Michael
15ef29800a Core: Fix build 2013-06-21 22:22:21 +02:00
Vincent-Michael
614e674b34 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/scripts/Northrend/zone_zuldrak.cpp
2013-06-21 22:04:11 +02:00
Vincent-Michael
4a8e92e8af Core/GameEvent: Add log for game_event_creature/game_event_gameobject contains creature/gameobject not found in table creature/gameobject table 2013-06-21 21:56:16 +02:00
Vincent-Michael
a0fad6faa9 Core: Fix warnings and some cleanup 2013-06-21 18:06:38 +02:00
Malcrom
6157f240ed Core/Scripting: Add spell script for vendor bark trigger 2013-06-20 22:09:42 -02:30
Shauren
b2cc07556c Core/PacketIO: Enabled SMSG_STABLE_RESULT and updated stable results enum 2013-06-21 02:35:37 +02:00
Shauren
cd32579a43 Core/Auras: Simplified Furor handling
Closes #10048
2013-06-21 02:05:55 +02:00
Shauren
53a5701d18 Core/PacketIO: Added structures and enabled spline movement status opcodes: swim, fly, feather fall, water walk
Closes #10068
2013-06-21 02:03:31 +02:00
Malcrom
1554ca8b1f Core/Scripting: Add spell script for spell 55945 Spectator - Cheer Trigger 2013-06-20 17:15:27 -02:30
Shauren
f3ec76faeb Core/Auras: Fixed a crash happening when different vehicle auras from the same caster stacked on one target
Closes #10050
2013-06-20 15:36:32 +02:00
Shauren
365ac79100 Core/PacketIO: Allow to queue up to 3 time sync requests to prevent very long loading screns from printing cheater warnings
Closes #10063
2013-06-20 14:35:00 +02:00
Shauren
de64f5d34f Core/Achievements: Fixed field type in *_achievement_progress tables 2013-06-20 14:28:32 +02:00
Shauren
71386a5b2c Core/Players: Fixed players getting stuck on loading screen when jumping through a portal 2013-06-19 11:58:08 +02:00
kaelima
a50fef2336 Scripts: Prevented several KilledUnit texts to yelled for non-players such as pets 2013-06-19 00:41:40 +02:00
Malcrom
3a30a0bb35 Core/Scripting: Some updates to Zul'Drak scripts. 2013-06-18 18:12:45 -02:30
Shauren
e211d1bfe1 Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4 2013-06-18 21:04:55 +02:00
Shauren
f517467817 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2013-06-18 21:04:31 +02:00
Vincent-Michael
99c256600a Core/Spells: Fix mage talent "Nether Vortex"
thx to @Souler for base script
2013-06-18 20:19:30 +02:00
Shauren
89ec907539 Core/Objects: Refactored MovementInfo structure 2013-06-18 18:15:33 +02:00
Vincent-Michael
47ea7943e5 Core: Fix new warnings ... 2013-06-18 17:23:47 +02:00
Vincent-Michael
09eea66ee1 Core: Fix warnings 2013-06-18 16:51:56 +02:00
Shauren
b6aadc6698 Scripts/Misc: Use new movement flag setting methods in scripts 2013-06-18 16:48:46 +02:00
Shauren
d9df460694 Core/Movement
* Added wrapper methods for setting various movement flags and sending correct movement opcodes
* Made flying and falling spline flags exclusive with each other
2013-06-18 16:47:12 +02:00
Malcrom
779f3c2f08 Core/Scripting: Updated Quest: Troll Patrol: The Alchemist's Apprentice scripting 2013-06-18 11:47:24 -02:30
Aokromes
74d828aa81 Core/Scripting: Cleaning of unused/obsolete stuff 2013-06-18 06:27:15 +03:00
Malcrom
2d892465d0 Core/Scripting: Remove double check. Thanks joschiwald 2013-06-17 21:36:52 -02:30
Malcrom
14695b056a Scripting: Quest: Troll Patrol: The Alchemist's Apprentice 2013-06-17 20:52:41 -02:30
Pitcrawler
d163c58258 DB/Quests: Fix Reunited, Dark Horizon, closes #6246 closes #8979 2013-06-17 16:44:04 +02:00
kaelima
78a78a03d7 Core/Movement: Fixed computeFallTime results with safefall enabled (it's still unused however) 2013-06-17 05:16:30 +02:00
kaelima
aa645683b8 Core/MMAPS: Update recastnavigation!
* Complete changelog can be found at http://code.google.com/p/recastnavigation/
* Adjusted a few config values

Important:
* New mmaps extraction is required
* Folder size will be increased
2013-06-17 05:11:56 +02:00
Vincent-Michael
3367dd5be9 Core: Fix build and some fails 2013-06-16 23:16:07 +02:00
Vincent-Michael
b21749a68c Core/Spells: Fix shaman talent "Feedback"
Note: For Chain Lightning need more fix
2013-06-16 23:00:54 +02:00