Commit Graph

1222 Commits

Author SHA1 Message Date
megamage edbd3b637e [7272] Trailing whitespace cleaning Author: freghar
--HG--
branch : trunk
2009-02-13 20:03:32 -06:00
megamage 3eb91683b0 [7271] Implement mangosd stop and pause if it work as Windows service. Author: rilex
--HG--
branch : trunk
2009-02-13 20:02:00 -06:00
megamage a14ceffcd1 [7270] Apply mangos code style. Author: VladimirMangos
--HG--
branch : trunk
2009-02-13 20:01:20 -06:00
megamage c58050252d Fixed arena matches for same faction (players were all in one group - and they couldn't attack each other) Author: Triply
--HG--
branch : trunk
2009-02-13 19:56:55 -06:00
megamage 8eb1f455a1 [7269] Use enum type for battleground queue type ids, and related cleanups.
* renamed a variable to make the content of it more clear: type->arenaslot
    * renamed BattleGroundQueueTypeId-variables to bgQueueTypeId
      just to make it easier reading the code (cause there existed
      3 different names for this..)
    * renamed GetBattleGroundQueueId to GetBattleGroundQueueTypeId
      again this is just for better understanding
    * Renamed [GS]etQueueType and m_Queue_type
    * Renamed to [GS]etQueueId and m_QueueId

Author: balrok

--HG--
branch : trunk
2009-02-13 19:56:22 -06:00
megamage f2c663a363 [7268] Fix show 0-level quests in gossip quest list. Author: NoFantasy
--HG--
branch : trunk
2009-02-13 19:54:31 -06:00
megamage 8ad58b4bcc [7267] Drop auctionhouse.location. Author: VladimirMangos
Add a missing file.

--HG--
branch : trunk
2009-02-13 19:53:59 -06:00
megamage a72c0d223d [7266] Use DBC data for auction cut/deposit percents and location (auiction house id in fact).
More auction related code refactoring,
Move auction related code from ObjectMgr to AuctionHouseMgr.
Author: VladimirMangos

--HG--
branch : trunk
2009-02-13 19:50:20 -06:00
megamage 468132696a Rename AuctionHouse.cpp -> AuctionHouseHandler.cpp AuctionHouseObject.h ->AuctionHouseMgr.h Author: VladimirMangos
--HG--
branch : trunk
2009-02-13 18:35:21 -06:00
Drahy 2251f358bc * Redone all trinity_string table and core part - finally every string has only one number
* Some final clean up in sqls

--HG--
branch : trunk
2009-02-13 00:42:22 +01:00
megamage 4d687687d6 *Merge.
--HG--
branch : trunk
2009-02-12 17:24:09 -06:00
megamage e0cb2a8db6 *Merge.
--HG--
branch : trunk
2009-02-12 17:21:33 -06:00
megamage 6aee5fcbe7 *Merge.
--HG--
branch : trunk
2009-02-12 17:09:15 -06:00
megamage 2d2f433b4d *Merge.
--HG--
branch : trunk
2009-02-12 16:48:42 -06:00
IncoGnito 58545982e4 *Fix a typo
--HG--
branch : trunk
2009-02-12 20:39:45 +01:00
QAston c4c92e27f2 *Prevent getting wrong values from default type conversion.
--HG--
branch : trunk
2009-02-12 20:37:48 +01:00
QAston 9f3a35d799 *Try to fix crash in SendAurasForTarget.
--HG--
branch : trunk
2009-02-12 19:57:51 +01:00
Blaymoira dfc3d115c5 *Implement spell 32960
--HG--
branch : trunk
2009-02-12 16:24:34 +01:00
Paradox 260e11bc01 More tabs2spaces
--HG--
branch : trunk
2009-02-12 09:23:56 -05:00
QAston c4fa6a5d54 *Allow creatures to have up to 8 spells in creature_template.
--HG--
branch : trunk
2009-02-11 22:59:02 +01:00
QAston 376788d761 *Turn off log spam.
--HG--
branch : trunk
2009-02-11 21:40:07 +01:00
Blaymoira 2bb81747e0 *Fix a typo in jan'alai script
--HG--
branch : trunk
2009-02-11 20:43:50 +01:00
QAston dff4f92edd *Add one more RewChoiceItemId field in quest template (SQL and feature request by Brian).
--HG--
branch : trunk
2009-02-11 20:38:02 +01:00
QAston 40bf3b630a *Implement spellhaste mod for Channeled spells.
*Fix build with VCPP.

--HG--
branch : trunk
2009-02-11 20:10:00 +01:00
Blaymoira 6e19ea23c2 *Save/Load function for Steam Vault - by Iskander
--HG--
branch : trunk
2009-02-11 20:07:44 +01:00
Blaymoira 46078aeec9 *Some minor fix
--HG--
branch : trunk
2009-02-11 19:06:54 +01:00
megamage 651e7c29eb *Merge.
--HG--
branch : trunk
2009-02-11 11:56:53 -06:00
megamage 757037ce54 [7265] Move feral bonus get to struct ItemPrototype
Signed-off-by: DiSlord <dislord@nomail.com>

--HG--
branch : trunk
2009-02-11 11:54:16 -06:00
megamage 6e84a2f3a5 [7264] Use AP fields as signed integer
Signed-off-by: DiSlord <dislord@nomail.com>

--HG--
branch : trunk
2009-02-11 11:53:35 -06:00
megamage 7d8c081732 Fix apply SPELLMOD_MULTIPLE_VALUE for SPELL_AURA_MANA_SHIELD drain
Signed-off-by: DiSlord <dislord@nomail.com>

--HG--
branch : trunk
2009-02-11 11:52:00 -06:00
megamage 848af42918 [7263] Fixed AP calculation in some cases
Fixed use AP dynamic mods (bonuses from stats)
    Apply ITEM_MOD_ATTACK_POWER for ranged AP
    Implement feral AP from weapon dps for druids

    Signed-off-by: DiSlord <dislord@nomail.com>

--HG--
branch : trunk
2009-02-11 11:51:17 -06:00
Blaymoira a886693c01 *Remove disable/enable gossip in escortAI scripts
--HG--
branch : trunk
2009-02-11 17:16:39 +01:00
Blaymoira 04fe9b2cc9 *Implement Script Effect of 48025
--HG--
branch : trunk
2009-02-11 17:16:00 +01:00
Blaymoira f5fa3b71cf *Some changes in Solarian - by Bagsac
--HG--
branch : trunk
2009-02-11 16:33:07 +01:00
QAston 8012f78d00 *Small code cleanup, try to fix crash.
--HG--
branch : trunk
2009-02-11 15:04:27 +01:00
Muhaha 8a8e39a571 * Added Skeletons movements in Prince Keleseth event
* Typo in ScriptMgr.cpp.

--HG--
branch : trunk
2009-02-11 13:13:43 +01:00
Muhaha 58bb445c79 * Typi in Utgarde Keep
--HG--
branch : trunk
2009-02-11 01:07:56 +01:00
Muhaha 9f77448343 * Utgarde Keep, Prince Keleseth script
--HG--
branch : trunk
2009-02-11 00:57:39 +01:00
Muhaha 6147bfaf04 * Stormwind Harbor Taxi. Author: FrozenDB
--HG--
branch : trunk
2009-02-10 19:35:52 +01:00
megamage 42b98f7e57 [7262] Check security level of target for .die command for case when this command have lesser security level from default setting. Author: VladimirMangos
Original patch provided by NewAge.

--HG--
branch : trunk
2009-02-10 10:05:26 -06:00
megamage 5881c6b91b [7261] Better check DB corrdinates for bg entry at player loading. By Vladimir.
--HG--
branch : trunk
2009-02-10 10:04:40 -06:00
megamage 31f4993264 [7260] Fixed access to uninitilized fields in FleeingMovementGenerator and Creature::IsOutOfThreatArea. Author: VladimirMangos
--HG--
branch : trunk
2009-02-10 10:03:39 -06:00
megamage 22855d6e79 [7259] Prevent memory lost at pet spell reset. Author: VladimirMangos
--HG--
branch : trunk
2009-02-10 09:57:25 -06:00
megamage 3a129a443c [7258] Fixed access to field of possible deleted periodic aura. Author: VladimirMangos
--HG--
branch : trunk
2009-02-10 09:56:39 -06:00
megamage 70798207f8 [7257] Fixed unexpected errors in log and non-freed memory at battleground system shutdown. Author: VladimirMangos
--HG--
branch : trunk
2009-02-10 09:55:16 -06:00
megamage f62e062b0d *Fix a crash in _AddAura
--HG--
branch : trunk
2009-02-10 09:53:59 -06:00
megamage 37be2f3684 *Fix some broken talent triggered spells.
--HG--
branch : trunk
2009-02-10 09:35:26 -06:00
megamage 452e0971eb [7256] Fixed (lot better at least) quest XP calculation from money rewarded value at max level. Author: NoFantasy
--HG--
branch : trunk
2009-02-10 01:17:17 -06:00
megamage 029554d4e3 [7255] Allows saving characters in Battle Grounds.
* Now player can join to BG after logout during 5 minutes, if BG in progress.
    * All players after server crash or restart should appear at the battlemaster

Author: GriffonHeart

--HG--
branch : trunk
2009-02-10 01:16:16 -06:00
megamage 58374f87b4 [7254] Cleanups and batter checking in homebind/bgEntryPoint code.
* Load homebind data early in Player::LoadFromDB and use instead initital race points
      in cases need some safe point if current coordinate broken by some reason.
    * Store BG entry point in to WorldLocation and simplify calls.
    * Set bg entry point at GM teleports to battleground for correct
      auto-recall position at battleground end.

Author: VladimirMangos

--HG--
branch : trunk
2009-02-10 01:06:39 -06:00