Shocker
c2a2a4f713
Merge pull request #3872 from Bootz/master
...
Codestyle clean-up
2011-11-09 02:31:18 -08:00
Aokromes
40b187c139
Correct entry for Arthas at Utgarde Pinacle conversation with Svala based on retail 2011/11/08 data.
2011-11-08 23:45:00 +01:00
megamage
462a2b9876
Change more ace_guard to trinity_guard
2011-11-08 10:48:49 -05:00
kaelima
8ba790ef35
Core/Creature: Prevent Spirit Guides (bg spirit healers) to be seen by alive players.
2011-11-07 18:18:59 +01:00
Bootz
d1334624da
Core: Codestyle clean-up
...
"pl"->"player"
Note: codestyle methods needs maintained, Player* player.
still to do properly clean-up chat.cpp.
2011-11-07 11:18:00 -06:00
Bootz
f75ec5ba2b
Core: Codestyle clean-up
...
"plr"->player
Note: codestyle methods needs maintained, Player* player.
2011-11-07 11:06:39 -06:00
Nay
0436a8b532
DB/NPCs: Remove save to instance flag from Hellfire Channeler;
...
SQL: Fix naming and style in previous sql;
Scripts/Naxx: Fix a logic fail in KT adds summon;
DB/Spells: Add a few missing spells to spell_dbc table
2011-11-07 16:47:03 +00:00
megamage
495ef10b0d
Change ObjectAccessor to an ACE_Null_Mutex singleton, since its members have been protected by individual locks.
...
Also make some of its member functions static.
2011-11-07 09:44:09 -05:00
Aokromes
25cef09a38
Fix linux compile.
2011-11-07 14:42:03 +01:00
Aokromes
46b56ac036
Scripts/Misc Capitalize lowercase directories
2011-11-07 14:23:14 +01:00
kaelima
b5cb41b4ea
Core/Player: Make chat tag (last byte in SMSG_MESSAGECHAT) a bitmask.
2011-11-07 07:16:31 +01:00
tobmaps
ae600a0ea2
BG/Isle of Conquest: Fix bug with immediate respawn of Glaive Thrower
2011-11-07 06:09:16 +07:00
Machiavelli
92d32ab7f5
Merge pull request #3833 from Fredi/listitem
...
Core/Commands: Fix SQL typo in 'list item' command
2011-11-05 03:52:28 -07:00
tobmaps
8fd7720318
Core/Misc: Rename Spell::CalcCastTime to Spell::GetCastTime as it does not calculate anything
2011-11-05 05:33:52 +07:00
tobmaps
935527eebe
Core/Spells: Use dbc flag to check if channeled spell can be interrupted
...
Closes #2292
2011-11-05 05:21:37 +07:00
Fredi
18183d494c
Core/Commands: Fix SQL typo in 'list item' command
2011-11-04 10:05:27 -02:00
Yelvann
75edf63341
Revert commit ab023e8 (Add GM tag to gms in Who)
...
Closes #3783
2011-11-03 18:10:11 +01:00
tobmaps
37abe2528c
Core/Spells: Remove not needed check added in 9229b878f2
2011-11-03 17:08:30 +07:00
tobmaps
68601bb286
Core/Spells: Use correct dbc flag to check if spell can be interrupted
2011-11-03 16:53:29 +07:00
megamage
809694408a
Change ObjectAccessor::i_corpseLock to ACE_RW_Thread_Mutex.
...
Remove unecessary guard in ObjectAccessor::Update.
2011-11-02 09:39:37 -04:00
tobmaps
9229b878f2
Core/Spells: Fix Runic Healing/Mana Injector bonus for engineers
2011-11-02 19:23:59 +07:00
tobmaps
c0c6000a44
Core/Misc: Fix spelling typo
2011-11-02 19:13:51 +07:00
Machiavelli
d3a7ac5d7d
Merge pull request #3766 from Pesthuf/JumpFix
...
Core/Units: Don't send StartTravel with MoveJump. Fixes client display of jumping eff
2011-11-01 03:51:34 -07:00
megamage
e3fa04823d
Use TRINITY_GUARD to replace ACE_GUARD. ASSERT(false) if failed to acquire the lock.
2011-10-31 17:25:12 -04:00
Shocker
6f054bdb12
Scripts/Icecrown Citadel: Fix a possible crash in Sindragosa's Fury code
2011-10-31 23:00:24 +02:00
Pesthuf
04ad9b8bed
Don't send StartTravel with MoveJump. Fixes client display of jumping effects.
2011-10-31 20:10:06 +01:00
megamage
1b8d9ec7b4
Clean up summon/remove gameobject code.
2011-10-31 10:46:39 -04:00
megamage
dfeb4a746b
Fix a crash caused by spell with CAST_FLAG_RUNE_LIST casted by a creature mover. Thanks to Vasago.
2011-10-31 09:56:04 -04:00
kaelima
bfdceaf07e
Core/SmartAI: Initialized player pointer before use
...
Should fix #3757
2011-10-31 13:35:06 +01:00
Kaelima
e158a5e14e
Core/Commands: Typo in d9406b0e59 Ty glkrlos
2011-10-31 09:17:45 +01:00
kaelima
3d4d147196
Core/SmartAI:
...
- Drop useless actions SMART_ACTION_ENTER_VEHICLE, SMART_ACTION_LEAVE_VEHICLE and SMART_ACTION_REMOVE_PASSENGERS.
(Vehicles are aura-driven, just remove or add the proper aura to achieve the same as these actions did)
- Fixed possible crash in SMART_ACTION_SEND_GOSSIP_MENU
- Areatriggers should not be triggered by dead players
2011-10-31 02:01:17 +01:00
kaelima
e16e18da23
Core/Spells: Added safe-checks for places where caster/victim can be null.
...
And some random cleanup
2011-10-31 01:54:44 +01:00
Nay
ad1f1dad59
DB/Misc: Fix most "X tried to cast unknown spell id 0" errors (related to totems)
2011-10-31 00:03:45 +00:00
kaelima
d9406b0e59
Core/Commands: Add stupid-check for trying to add negative itemID to vendor. Fixes crash #3238
2011-10-31 00:02:32 +01:00
kaelima
d5ece59acd
Core/Spells: Fixed possible crash for Decimation
...
Closes #3750
2011-10-30 23:52:38 +01:00
Nay
0b51b4ef0a
Core/SAI: SMART_ACTION_TALK, if our action target is a player, use its guid as whisperGuid (used in whispers and in text $vars)
2011-10-30 14:26:49 +00:00
Nay
f17879d423
Core/SAI: Add input validation (params) to certain target types and update target comments
2011-10-30 13:12:39 +00:00
Nay
c0c237f474
Fix build
...
Add unsaved data to last commit (82fa5c97d6 )
2011-10-30 02:07:41 +00:00
Nay
82fa5c97d6
DB/Quests/IC: Fix quest Tempering The Blade
...
Closes #837
2011-10-30 01:08:16 +01:00
Machiavelli
7d52578b80
Scripts/Ulduar/Assembly of Iron: Fix Immumities for Stormcaller Brundir; Fix Brundir's Lightning Tendrils (visuals need some extra love)
...
Closes #707
2011-10-29 22:49:55 +02:00
kaelima
526ada47e1
BG/Isle of Conquest:
...
- Fix seaforium bombs.
- Add flag pole for Refinery
- Some cleanup
Also correct a typo in 0083290322
2011-10-29 15:16:13 +01:00
kaelima
0083290322
Core/Player: Fix gaining fishing skill of wielding fishing pole in offhand
...
Closes #3717
2011-10-29 15:07:08 +01:00
Machiavelli
4f039841e8
Scripts/Ulduar/Freya: Remove unneeded TimeCheck function that would lead to over-spawning of waves.
2011-10-29 14:55:05 +02:00
kaelima
e1111886dd
Scripts/Howling Fjord: Fix horde version of Of Keys and Cages
2011-10-29 14:12:36 +01:00
Nay
8ca09a2061
Revert file Main.cpp that shouldn't have been change in accae0ce50 (previous commit)
2011-10-29 00:48:49 +01:00
Nay
accae0ce50
TDB 335.11.43
...
Move SQL updates to the directory old.
2011-10-29 00:20:56 +01:00
Nay
c19a6c7e31
Core/Loading: Drop the field script_version from the table version.
...
It serves no purpose (and one step closer to remove EAI from the core/db)
2011-10-28 23:00:00 +01:00
draco
96c63fdf90
Change magic numbers for EffectRadiusIndex into enum with actual effect radius
2011-10-27 21:30:23 +02:00
Shocker
5559ca8329
Merge pull request #3651 from Fredi/cleanup
...
Script/Commands: Codestyle and cleanups
2011-10-27 08:12:20 -07:00
Discover-
a620a763a9
Scripts/Howling Fjord: Fix quest Of Keys and Cages
...
Closes #3540
2011-10-26 00:11:06 +01:00