Shauren
1866c7a038
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Movement/Spline/MoveSplineInit.cpp
2013-06-01 18:34:58 +02:00
Shauren
fb718d20aa
Core/Scripts: Always run OnSpellClick AI hook, even if there are no spells defined for spellclick event.
2013-06-01 18:30:36 +02:00
Shauren
7d64b56db1
Core/PacketIO: Fixed SMSG_PLAY_SOUND structure
2013-06-01 17:49:33 +02:00
Shauren
09190c7e23
Core/Movement: Separated CatmullRom and UncompressedPath setting, they do not have to always appear together
2013-06-01 17:48:51 +02:00
Shauren
891d97ec4c
Core/Movement
...
* Changed speed selection for flying creatures - use MOVE_RUN by default.
* Do not add MOVEMENTFLAG_WALKING to creatures that did not have it but called .SetWalk for their movement
2013-06-01 17:47:02 +02:00
Gacko
9251a60544
DB/SAI: Assign SmartAI and remove needless SmartScript (See core script)
2013-06-01 14:42:58 +02:00
Gacko
e741821dc2
DB: Fishing loot for Pit Of Saron
...
http://www.elsanglin.com/forums/topic/pit-of-saron
2013-06-01 14:42:38 +02:00
Gacko
a78480d56e
Core: Advance logging
...
- Log guid in SmartScript::IsSmart and SmartScript::IsSmartGO
- Prevent false positive for missing game_graveyard_zone data for battlegrounds
2013-06-01 13:58:05 +02:00
Shauren
e4a6ae7d39
Core: Fixed build
2013-06-01 12:46:27 +02:00
Shauren
0712c31bb0
Core/Achievements: Fixed broken Achievement_Criteria.dbc structure
2013-06-01 12:25:02 +02:00
Shauren
812b6acbc3
Core/Movement: Implemented method to send SMSG_SPLINE_MOVE_SET_ANIM
2013-06-01 12:13:36 +02:00
Shauren
feb5ade2d7
Scripts/Icecrown Citadel: Fixed SMSG_PLAY_MUSIC structure used in The Lich King encounter
2013-05-31 22:22:20 +02:00
Shauren
bbee011401
Core/Units: Added method to send SMSG_SET_PLAY_HOVER_ANIM
2013-05-31 22:21:07 +02:00
Shauren
2c99ae454d
Core/Players: Fixed loading creator guid for void storage items
2013-05-31 22:20:19 +02:00
Shauren
f586fabb3c
Core/Auras: Implemented SPELL_AURA_ENABLE_ALT_POWER
2013-05-31 22:19:11 +02:00
Subv
16e1703872
Core/Build: Missing include.
2013-05-31 12:59:33 -05:00
Subv
905ca8e1e4
Core/Movement: Follower creatures in a formation will now follow their leader when the leader was moved with PointMovementGenerator
2013-05-31 12:38:05 -05:00
Aokromes
6fe923fdd3
DB/SAI: fix mobs spaming some events
...
Fix by Kirkhammett and FireEmerald
2013-05-31 14:09:34 +02:00
Shauren
a50eec9439
Fixed merge errors
2013-05-30 21:23:11 +02:00
Shauren
adb78862da
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Achievements/AchievementMgr.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Entities/Vehicle/Vehicle.cpp
src/server/game/Handlers/ItemHandler.cpp
src/server/game/Handlers/MailHandler.cpp
src/server/game/Server/Protocol/Opcodes.cpp
src/server/game/Server/Protocol/Opcodes.h
src/server/scripts/Commands/cs_misc.cpp
2013-05-30 20:57:07 +02:00
Shauren
3a697d4c9f
Core/Transports: Refactored methods used to calculate passenger offsets (made orientation argument optional)
2013-05-30 20:32:33 +02:00
Shauren
3a955f5141
Core/Movement: Added generatePath argument to MovePoint overload accepting Position arg
2013-05-30 20:29:49 +02:00
Spp
9664c0ab5c
Core/Misc: Another batch of fixes for issues found by static analysis
2013-05-30 13:18:29 +02:00
Spp
782ea4309a
Core/Misc: Fix invalid pointer use after being deleted
2013-05-30 13:18:29 +02:00
Spp
7ccbbdddd8
Core/Collision: Fix memory leak
2013-05-30 13:18:29 +02:00
Pitcrawler
36894b09b3
DB/Quests: Fix To Catch a Thistlehead, closes #9876 closes #6319
...
Thanks @Kirkhammett for all the work
2013-05-30 11:16:21 +02:00
Aokromes
0d16f88f48
Merge pull request #9890 from b4nan1/patch-2
...
Update Chat.cpp
2013-05-30 01:40:02 -07:00
b4nan1
894a2434bf
Update Chat.cpp
...
this is better or?
2013-05-29 14:59:37 +02:00
Shauren
cf23793b4b
Tools/Extractors: Fixed typo in previous commit
2013-05-28 18:00:12 +02:00
Shauren
26a22dc3ab
Tools/Extractors: Fixed many false positive err=2 messages and fixed many compile warnings
2013-05-28 17:37:10 +02:00
Shauren
99680242e8
Core/Players: Send only values update when turning gm mode on or accepting quests instead of recreating the object clientside
2013-05-28 15:19:37 +02:00
Shauren
80226fb38f
Scripts/Halls of Reflection: Fixed a possible crash
2013-05-28 15:18:37 +02:00
Shauren
0938fdeeec
Core/Misc: Fixed includes in AreaTrigger.cpp
2013-05-28 15:00:38 +02:00
Shauren
0e36c159eb
Core/Misc: Compile warning fix
2013-05-28 14:28:34 +02:00
Shauren
7f089bb36a
Core/AreaTrigger: Fixed compile
2013-05-28 14:20:50 +02:00
Aokromes
60a811cc16
Merge pull request #9884 from LeGuybrush/Remove-BOM
...
Remove BOM from 2013_05_21_00_world_trinity_strings.sql
2013-05-28 01:00:12 -07:00
LeGuybrush
b60311dd6b
Remove BOM from 2013_05_21_00_world_trinity_strings.sql
2013-05-28 02:12:04 -04:00
Pitcrawler
379d41735c
DB/Quests: Fix some remaining issues from aaa1d9b749
...
For example the missing floating visual and prevent the script from being started more than once.
2013-05-27 14:29:46 +02:00
Aokromes
c0490644d8
DB/SAI: fix typo in previous commit
2013-05-27 11:09:34 +03:00
Malcrom
206a1c0b5b
DB/waypoints: Fix a path and remove a double spawn.
2013-05-26 20:09:43 -02:30
Pitcrawler
2e6a225abe
DB/Quests: Fix Frostmourne Cavern, closes #9856 closes #4293
...
Thanks @Malcrom for the initial script and @Kirkhammett for some additional work
2013-05-27 00:13:18 +02:00
Malcrom
8b00069367
DB/Waypoints: Add waypoints to Heartrazor
...
closes #7444
2013-05-26 18:58:23 -02:30
Gacko
583d865c24
Script/Gundrak: Codestyle
2013-05-26 21:58:03 +02:00
Gacko
cdf0bf4f44
Merge pull request #9858 from xjose93/Gundrak-DoorGaldarah
...
Scripts/Gundrak: Fix Gal'darah door.
2013-05-26 21:53:11 +02:00
Malcrom
7bc30a98e4
DB/SAI: fix typo in previous commit
2013-05-26 17:01:59 -02:30
Malcrom
222db6ed13
DB/SAI: Fix for quest "Not-So-Honorable Combat" by Kirkhammett
...
closes #9864
2013-05-26 16:45:35 -02:30
Malcrom
d22b2cd0d1
DB/SAI: Fix for quest "Shadow Vault Decree" by Kirkhammett
...
closes #9866
2013-05-26 16:41:54 -02:30
Malcrom
aaa1d9b749
DB/SAI: Fix for quest "Second Chances" by Kirkhammett
...
closes 9855 6507
2013-05-26 16:33:45 -02:30
Gacko
edc3244f31
Merge pull request #9873 from BitCoding/master
...
Fix Quest Sharing
2013-05-26 11:20:41 -07:00
BitCoding
aeb845ce05
Core/Handler : Fix Sharing quest
...
http://www.elitepvpers.com/forum/wow-exploits-hacks-tools-macros/1836723-wow-quest-sharing-exploit-item-dupe-co.html
2013-05-26 20:11:42 +02:00