aboutsummaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Collapse)Author
2009-03-02 [7373] Implement expansion check at character loading (for homebind, ↵megamage
transport and plain coordinates). Author: VladimirMangos Also move fall damage calucaltion in new function. --HG-- branch : trunk
2009-03-02[7372] Cleanup BattleGround::GetClosestGraveYard related code. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-02[7371] Correctly select closest graveyard in Player::RepoopAtGraveyard(). ↵megamage
Patch provided by balrok Thx. --HG-- branch : trunk
2009-03-02 [7370] Fixed crash in CheckSkirmishForSameFaction() function, when we ↵megamage
erased iterator which shouldn't be erased Fixed crash in BattleGroundQueue::Update() by changing BGFreeSlotQueueType from deque to list. Author: Triply --HG-- branch : trunk
2009-03-02[7369] Remove ReqSourceRef in quest_template. Author: NoFantasymegamage
--HG-- branch : trunk
2009-03-02 [7368] Implement unequip unexpected offhand weapons at talent reset ↵megamage
(mostly for warror talent case). Author: Lightguard Implemented OffhandCheckAtTalentsReset option for unequip at zone change (default) and at talent reset itself (can be enabled). --HG-- branch : trunk
2009-03-02[7367] Restore one more time broken auctions work. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-02 [7366] Enabled skirmish arena matches for same faction. Author: Triplymegamage
Patch is tested and should not add crashes. --HG-- branch : trunk
2009-03-02 [7365] Implement potion in combat delay proper work. Author: VladimirMangosmegamage
Original patch provided by miranda.conrado. --HG-- branch : trunk
2009-03-02 [7364] Really implenent server-side anti-cheating cooldown check for ↵megamage
spells with SPELL_ATTR_DISABLED_WHILE_ACTIVE. Author: VladimirMangos Move apply cooldown for like spells to aura apply (GO registering for owner in GO summon spell case) Store "infinity" cooldown for like spells, ignore it at save and reapply it at aura loading. Note: one problem still exist for like spells: at loading/far teleport spell icon lost diabled state at client. Need sedn some unknown data in SendInitialPacketsBeforeAddToMap or SendInitialPacketsAfterAddToMap for restore it state. --HG-- branch : trunk
2009-03-02 [7363] Propertly set cooldown at server side for category spells at ↵megamage
cooldown event send to client. Author: VladimirMangos Also support item dependent cooldown set propetly at cooldown event send to client. Last will used in follow potion cooldown delay in combat patch. --HG-- branch : trunk
2009-03-02[7362] Use IN_MILISECONDS where appropriate, other cleanups. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-02[7360] Use defines instead harcoded item prototype array sizes. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-02 [7359] Fixed crash when removing battleground from BGFreeSlotQueue. ↵megamage
Author: Triply Fixed player will now drop a flag before he logs out, if he is in BG. --HG-- branch : trunk
2009-03-02[7358] Fixed spell_area autocast field loading.Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-02[7357] Fixed double applied playerlink in .levelup command. Author: balrokmegamage
--HG-- branch : trunk
2009-03-02[7356] Use tabs for indent in Makefiles Author: fregharmegamage
--HG-- branch : trunk
2009-03-02 Fixed crashes when inviting same faction arena groups.megamage
Fixed crash in BGEndedRemoveInvites (by setting queue type from deque to list). Author: Triply --HG-- branch : trunk
2009-02-27 Finally fixed problem with joining rated arena matches.megamage
Thx to balrok for help and testing. Author: Triply --HG-- branch : trunk
2009-02-27[7353] Fixed problem with joining rated arena matches. Thanks to balrok for ↵megamage
help. Author: Triply --HG-- branch : trunk
2009-02-27 [7352] Fixed conditions in FillPlayersToBG to correctly kick group only ↵megamage
when other team's selection pool is empty. Problem reported by balrok. Author: Triply --HG-- branch : trunk
2009-02-27 [7351] Fixed removing normal horde groups from queue. Author: Triplymegamage
Fixed Reflective shield - patch provided by Rastik. Thx --HG-- branch : trunk
2009-02-27[7350] Use more compact and fast way for check class/race achievement. ↵megamage
Author: zhenya <zhenya@getmangos.ru> --HG-- branch : trunk
2009-02-27 [7349] Implement spell cast depenences from area/quest.aura state store ↵megamage
in new table `spell_area`. Author: VladimirMangos * It allow store requirenments: area, active or rewarded quest (until possible another quest not rewarded), aura present at character, character race/gender. * Listed spell can marked as auto-casted when fit requirents. In this case spell requirements checked at zone/subzone update (and then resurraction also), quest start/reward, dummy aura apply. * Old hardcoded lines for similar check removed from sources and required DB support for work now. --HG-- branch : trunk
2009-02-27[7348] Remove hack code from IsDeathPersistentSpell. Author: VladimirMangosmegamage
Re-apply zone dependent auras at resurrection by triggering zone update for player. --HG-- branch : trunk
2009-02-27[7347] Prevent sql errors at GM-mode corpse save. Apply same chnages and for ↵megamage
other pahsemask save part for consistense and safe. Author: VladimirMangos --HG-- branch : trunk
2009-02-27[7346] Revert [7342] and really restore work ↵megamage
CONFIG_ALLOW_TWO_SIDE_INTERACTION_AUCTION setting. Author: VladimirMangos --HG-- branch : trunk
2009-02-27[7345] Use in most cases dynamic quest level as expected (player level for ↵megamage
quests witl level 0) Author: VladimirMangos Original patch provided by NoFantasy. --HG-- branch : trunk
2009-02-27[7344] Ignore drop rate multipliers in loot groups. Author: Velorienmegamage
For grouped loot use rates create problems with impossibility loot some items including quest items. --HG-- branch : trunk
2009-02-27[7342] Use neutral auctionhouse id in case ↵megamage
CONFIG_ALLOW_TWO_SIDE_INTERACTION_AUCTION as more expected. Author: False.Genesis --HG-- branch : trunk
2009-02-27[7341] Report about wrongly use CREATURE_FLAG_EXTRA_INSTANCE_BIND for ↵megamage
creatures spawned at not dungeon maps. Author: NoFantasy --HG-- branch : trunk
2009-02-27[7340] Prevent standup at save in result unexpected packet send to client. ↵megamage
Author: aerione_alt --HG-- branch : trunk
2009-02-27[7337] Make some methods const. Author: ApoCmegamage
--HG-- branch : trunk
2009-02-27 [7336] Implemented new BattleGroundQueue invitation system. Now it ↵megamage
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-26 [7333] Refactoring ↵megamage
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-25[7332] Allow provided target for .distance command using player name or ↵megamage
shift-link with guid. Author: VladimirMangos --HG-- branch : trunk
2009-02-24[7331] Normalization and corrections in mangos_commands. Author: FrenchWmegamage
--HG-- branch : trunk
2009-02-24 [7330] Code warnings and style cleanups. Some bugs fixes. Author: ↵megamage
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-23[7329] Fixed CastBarCaption localization data loading from DB. Author: ↵megamage
wilibald09 --HG-- branch : trunk
2009-02-22[7328] Implement new way of work for warlock player summoning spell 698. ↵megamage
Required correct DB data. Author: VladimirMangos --HG-- branch : trunk
2009-02-22[7327] Restore work of meeting stones, and make it work in more correct way. ↵megamage
Required correct DB data. Author: charlie2025 --HG-- branch : trunk
2009-02-22[7325] Always have flag UNIT_FLAG2_REGENERATE_POWER set for loaded ↵megamage
character. Author: VladimirMangos and nos4r2zod. --HG-- branch : trunk
2009-02-22[7324] Spells deleted from characters in 3.0.2+ Author: Sephiroth1983megamage
--HG-- branch : trunk
2009-02-22[7323] Character Customize should not force rename. Author: aerione_altmegamage
--HG-- branch : trunk
2009-02-21[7319] Fixed compile on Unix systems. Author: ApoCmegamage
--HG-- branch : trunk
2009-02-21[7318] Fixed damage bonus for spell 1329 and ranks when target is poisoned. ↵megamage
Author: Tequila --HG-- branch : trunk
2009-02-21[7316] Fixed spell 51556 and ranks DummyAura procing. Author: Gommesmegamage
--HG-- branch : trunk
2009-02-21[7315] Fixed bonus damage for Seal of Command. Author: Lightguardmegamage
--HG-- branch : trunk
2009-02-21[7314] Not set GR_RIGHT_WITHDRAW_GOLD_LOCK flag for guild masters, remove in ↵megamage
DB. Author: Zerg2000 --HG-- branch : trunk
2009-02-21[7313] Optimized checks of presence in std::set Author: zhenyamegamage
--HG-- branch : trunk