Commit Graph

268 Commits

Author SHA1 Message Date
megamage
2dbe092d9f [7348] Remove hack code from IsDeathPersistentSpell. Author: VladimirMangos
Re-apply zone dependent auras at resurrection by triggering zone update for player.

--HG--
branch : trunk
2009-02-27 12:28:10 -06:00
megamage
4cdb56a967 [7347] Prevent sql errors at GM-mode corpse save. Apply same chnages and for other pahsemask save part for consistense and safe. Author: VladimirMangos
--HG--
branch : trunk
2009-02-27 12:26:40 -06:00
megamage
228e9b0322 [7346] Revert [7342] and really restore work CONFIG_ALLOW_TWO_SIDE_INTERACTION_AUCTION setting. Author: VladimirMangos
--HG--
branch : trunk
2009-02-27 12:25:52 -06:00
megamage
e2fa2e44b6 [7345] Use in most cases dynamic quest level as expected (player level for quests witl level 0) Author: VladimirMangos Original patch provided by NoFantasy.
--HG--
branch : trunk
2009-02-27 12:25:10 -06:00
megamage
14a3f5f923 [7344] Ignore drop rate multipliers in loot groups. Author: Velorien
For grouped loot use rates create problems with impossibility loot some items including quest items.

--HG--
branch : trunk
2009-02-27 12:24:09 -06:00
megamage
2d5f3150ab [7342] Use neutral auctionhouse id in case CONFIG_ALLOW_TWO_SIDE_INTERACTION_AUCTION as more expected. Author: False.Genesis
--HG--
branch : trunk
2009-02-27 12:22:12 -06:00
megamage
a27dd0c41a [7341] Report about wrongly use CREATURE_FLAG_EXTRA_INSTANCE_BIND for creatures spawned at not dungeon maps. Author: NoFantasy
--HG--
branch : trunk
2009-02-27 12:21:28 -06:00
megamage
0c0fe3185f [7340] Prevent standup at save in result unexpected packet send to client. Author: aerione_alt
--HG--
branch : trunk
2009-02-27 12:20:33 -06:00
megamage
00b7908c51 [7337] Make some methods const. Author: ApoC
--HG--
branch : trunk
2009-02-27 12:15:06 -06:00
megamage
472f897b0a [7336] Implemented new BattleGroundQueue invitation system. Now it supports premade group versus premade group matches.
Added 2 new config options - InvitationType and PremadeGroupWaitForMatch - you can find more info in default config file.
    This patch can cause crashes.

Author: Triply

[7338] Little cleanup in battleground queues code. Author: ApoC

--HG--
branch : trunk
2009-02-27 12:13:59 -06:00
megamage
85d5d94e71 [7333] Refactoring DestinationHolder/Traveler/Unit::SendMonsterMoveWithSpeed code. Author: VladimirMangos
* Move common code in appropriate functions.
    * Correct select speed and 2D/3D distance for creature/player walk/fly

--HG--
branch : trunk
2009-02-26 20:35:40 -06:00
megamage
0f9238ecb1 [7332] Allow provided target for .distance command using player name or shift-link with guid. Author: VladimirMangos
--HG--
branch : trunk
2009-02-25 16:47:22 -06:00
megamage
c50aab0033 [7331] Normalization and corrections in mangos_commands. Author: FrenchW
--HG--
branch : trunk
2009-02-24 11:17:48 -06:00
megamage
699bc588b8 [7330] Code warnings and style cleanups. Some bugs fixes. Author: VladimirMangos
1) comparison singed and unsigned values
    2) redundent includes
    3) wrong constructor :-part field initilization
    4) unused not-/*name*/-guarded args in template/virtual functions that not required like args.
    5) explicitly list not implemented achievement types.

    Also bugs fixed:
    1) Drop wrong phase mask 0 check in WorldObject::InSamePhase.
    2) ArenaTeamMember::ModifyPersonalRating incorrect work with move points in negative with infinity values in result.
    3) ArenaTeam::SaveToDB code send uint64 value to string with arg format %u.

--HG--
branch : trunk
2009-02-24 11:14:28 -06:00
megamage
9d160c855f [7329] Fixed CastBarCaption localization data loading from DB. Author: wilibald09
--HG--
branch : trunk
2009-02-23 21:06:41 -06:00
megamage
acfbe7a4a3 [7328] Implement new way of work for warlock player summoning spell 698. Required correct DB data. Author: VladimirMangos
--HG--
branch : trunk
2009-02-22 17:48:48 -06:00
megamage
513d5c179c [7327] Restore work of meeting stones, and make it work in more correct way. Required correct DB data. Author: charlie2025
--HG--
branch : trunk
2009-02-22 17:48:19 -06:00
megamage
dadb464485 [7325] Always have flag UNIT_FLAG2_REGENERATE_POWER set for loaded character. Author: VladimirMangos and nos4r2zod.
--HG--
branch : trunk
2009-02-22 17:47:30 -06:00
megamage
3f401d2f8b [7324] Spells deleted from characters in 3.0.2+ Author: Sephiroth1983
--HG--
branch : trunk
2009-02-22 17:46:47 -06:00
megamage
ed5b3780ed [7323] Character Customize should not force rename. Author: aerione_alt
--HG--
branch : trunk
2009-02-22 17:26:03 -06:00
megamage
76abeb5710 [7319] Fixed compile on Unix systems. Author: ApoC
--HG--
branch : trunk
2009-02-21 17:08:23 -06:00
megamage
c8d6332481 [7318] Fixed damage bonus for spell 1329 and ranks when target is poisoned. Author: Tequila
--HG--
branch : trunk
2009-02-21 17:07:48 -06:00
megamage
cb6df9b7b4 [7316] Fixed spell 51556 and ranks DummyAura procing. Author: Gommes
--HG--
branch : trunk
2009-02-21 17:05:50 -06:00
megamage
41f5d5c008 [7315] Fixed bonus damage for Seal of Command. Author: Lightguard
--HG--
branch : trunk
2009-02-21 17:05:13 -06:00
megamage
39c8c6d6e8 [7314] Not set GR_RIGHT_WITHDRAW_GOLD_LOCK flag for guild masters, remove in DB. Author: Zerg2000
--HG--
branch : trunk
2009-02-21 17:04:38 -06:00
megamage
4ecbdb128c [7313] Optimized checks of presence in std::set Author: zhenya
--HG--
branch : trunk
2009-02-21 17:03:39 -06:00
megamage
3fb55c922f [7312] Use localized DB-based achievement message instead hardcoded string. Author: VladimirMangos
--HG--
branch : trunk
2009-02-21 17:02:56 -06:00
megamage
30413b6d1a [7311] Divide MessageChatLocaleCacheDo to specialized helper classes
1) LocalizedPacketDo (allocate and cache packets for locale indexes)
    2) MonsterChatBuilder (prepare monster chat message packet for specific locale index)

Author: VladimirMangos

--HG--
branch : trunk
2009-02-21 17:00:47 -06:00
megamage
25761043d3 [7310] Fixed name localization in whisper message. Author: VladimirMangos
--HG--
branch : trunk
2009-02-20 15:20:14 -06:00
megamage
289eb0e5e5 [7309] Allow creatures has been visible in 2 or more phases as expected for some creature. Author: VladimirMangos
--HG--
branch : trunk
2009-02-20 15:19:43 -06:00
megamage
e78a834237 [7308] Send source items (reagents for quest casts/crafting) to client. Author: NoFantasy
--HG--
branch : trunk
2009-02-20 15:19:14 -06:00
megamage
01bd4a8121 [7307] Add primary key for table arena_team_member. Author: VladimirMangos
--HG--
branch : trunk
2009-02-20 15:18:23 -06:00
megamage
413d442fac [7306] Updated POI icons defines. Author: NoFantasy
--HG--
branch : trunk
2009-02-19 18:57:32 -06:00
megamage
ec52b48c46 [7305] Allow use datalong2 not only for set target for DB script cast but also caster (1 bit set target (target/source), 2 bit set caster (source/target)) Author: VladimirMangos
--HG--
branch : trunk
2009-02-19 18:56:50 -06:00
megamage
10f0988fd9 [7304] Move inner template class from parent class definition for better compatibility with some GCC versions. Author: VladimirMangos
--HG--
branch : trunk
2009-02-19 18:52:03 -06:00
megamage
0eb7ad0536 [7303] Fixed sql changes part of pool patch. Author: VladimirMangos
--HG--
branch : trunk
2009-02-19 18:51:29 -06:00
megamage
c2e3edc22b [7302] Fixed build at Unix/Linux.
Signed-off-by: miranda.conrado <miranda.conrado@getmangos.com>

    Possible fix, not checked (not have access currently to Unix host), but expected as working.

Author: miranda.conrado

--HG--
branch : trunk
2009-02-19 18:50:12 -06:00
megamage
fe6bfc2ef1 [7301] Partially restored linux build Author: arrai
--HG--
branch : trunk
2009-02-19 18:47:52 -06:00
megamage
72e8c09212 [7299] Implemented circular loop detection for pools in pools
As a result, the last relation that makes the loop is automatically removed.
    An error message is displayed and core go on loading remaining records.

Author: Neo2003

--HG--
branch : trunk
2009-02-19 18:46:58 -06:00
megamage
d344d4b6e9 [7298] Switch to support client 3.0.9 (3551). Author: VladimirMangos
--HG--
branch : trunk
2009-02-18 17:21:06 -06:00
megamage
104d87ca3b [7297] Fixed profession spells sorting in trainer spell list at client. Author: VladimirMangos
--HG--
branch : trunk
2009-02-18 16:51:59 -06:00
megamage
8c7daebae9 [7296] Fixed some GCC warnings. Author: VladimirMangos
--HG--
branch : trunk
2009-02-18 16:51:10 -06:00
megamage
d0a3d03422 [7295] Make more static world data accessable for scripts use. Author: NoFantasy
--HG--
branch : trunk
2009-02-18 16:50:21 -06:00
panaut0lordv
966b6a4a8d Fix build
--HG--
branch : trunk
2009-02-18 22:39:00 +01:00
megamage
31637d4aac *Merge.
--HG--
branch : trunk
2009-02-18 11:36:19 -06:00
KingPin
14234c86fa Newline added to bottom of all files.
--HG--
branch : trunk
2009-02-17 20:07:49 -06:00
megamage
1f183d9e80 [7294] Fix: Spell 59752 now removes all movement impairing effects and all effects which cause loss of control. Author: Maxxie
--HG--
branch : trunk
2009-02-17 17:41:11 -06:00
megamage
484c1298e2 [7293] Not attempt respawn/instance tables for battleground/arena templates (instance id == 0) Author: VladimirMangos
--HG--
branch : trunk
2009-02-17 17:40:38 -06:00
megamage
a24928be67 [7292] Implement storage for points of interest data in DB.
It can be in current state used for simplify scripting code that set POI and more advansed way later..
    Call void PlayerMenu::SendPointOfInterest( float X, float Y, uint32 Icon, uint32 Flags, uint32 Data, char const * locName )
    will removed after some time delay, and only void PlayerMenu::SendPointOfInterest( uint32 poi_id ) will exist.

Author: GriffonHeart

--HG--
branch : trunk
2009-02-17 17:40:03 -06:00
megamage
68cfb7c5a4 [7291] Better map height calculation by use client data format.
Need re extract map files by use new ad.exe
Author: DiSlord

--HG--
branch : trunk
2009-02-17 15:42:04 -06:00