aboutsummaryrefslogtreecommitdiff
path: root/src/game/Level3.cpp
AgeCommit message (Collapse)Author
2009-03-06*Merge.megamage
--HG-- branch : trunk
2009-03-05*Implement access_requirement table - by IskanderBlaymoira
- now check the requirements on teleport not only on areatrigger use - moved some columns from instance_template and areatrigger_teleport to access_requirement table --HG-- branch : trunk
2009-03-02[7357] Fixed double applied playerlink in .levelup command. Author: balrokmegamage
--HG-- branch : trunk
2009-02-28AHBot/AH changesParadox iamparadox@netscape.net
--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-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*Merge.megamage
--HG-- branch : trunk
2009-02-24*Update of some debug command.megamage
--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-18*Merge.megamage
--HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2009-02-17 [7292] Implement storage for points of interest data in DB.megamage
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-16*Merge.megamage
--HG-- branch : trunk
2009-02-15*Cleanup of charm/farsight code. Hope this can fix some crash bugs.megamage
--HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-10 [7262] Check security level of target for .die command for case when ↵megamage
this command have lesser security level from default setting. Author: VladimirMangos Original patch provided by NewAge. --HG-- branch : trunk
2009-02-09 [7250] Use bg type ids enum insted raw values and catch some bugs in ↵megamage
result for fixing. * Replace max bg type checks by DBC valid index check * Use in functions and fields BattlegroundTypeId type instead uint32 * Fixed wrong use bg queue ids instead bg type ids in queue update/remove function calls. Many bg have same raw values for type id and queue id but some can be affected by this bug: BATTLEGROUND_EY, BATTLEGROUND_SA, and all areans (with small arena/team size exceptions) * Move Battlemaster to bg type ids map fron ObjectMgr to BatteleGroundMgr. * Remobe redundent for header itself includes for BG headers. * Use Auction location enum instead raw valus. Author: VladimirMangos --HG-- branch : trunk
2009-02-09Replace tabs with spaces in more files.Paradox
--HG-- branch : trunk
2009-02-04Replace tabs with spaces, and fix crlf issuesmegamage
--HG-- branch : trunk
2009-01-23*More cleanupsBlaymoira
--HG-- branch : trunk
2009-01-20AuctionHouseBot patch added. thanx to everyone who worked on it especially ↵KingPin
Paradox. Only apply 930_characters.sql if you dont already have AHBot installed. AHBot requires an account ID and a character ID to work with, set them in trinitycore.conf and also login atleast once to this character. --HG-- branch : trunk
2009-02-06[7235] New command: .reset achievements. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-04*Merge.megamage
--HG-- branch : trunk
2009-02-04*Merge.megamage
--HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 2Drahy
* Changed mangos website --HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 1 - Mercurial cant ↵Drahy
convert all files at once --HG-- branch : trunk
2009-02-02*Merge.megamage
--HG-- branch : trunk
2009-02-02[7221] Add output player names as sift-links in more chat commands. Author: ↵megamage
VladimirMangos Did not merge the part of HandleAccountSetGmLevelCommand. --HG-- branch : trunk
2009-02-02*Handle SPELL_AURA_MOD_WEAPONTYPE_IGNORE_TARGET_RESISTANCE and new spellmods.QAston
--HG-- branch : trunk
2009-02-02 [7219] Improvements ins shift-links work.megamage
* Implement support 'Hplayer' link type. Mostly as player name highlights in command messages. * Support shift-links parsing withoyt '|c' color prefix * Many related code cleanups. Author: VladimirMangos --HG-- branch : trunk
2009-02-01[7211] Re-calculate "gameobject for quests" data at `quest_template` reload. ↵megamage
By VladimirMangos. --HG-- branch : trunk
2009-01-31*Update to Mangos 7208. Implement phase system.megamage
--HG-- branch : trunk
2009-01-29*Update to Mangos 7200.megamage
--HG-- branch : trunk
2009-01-27*Update to Mangos 7194.megamage
--HG-- branch : trunk
2009-01-26*Update to Mangos 7190.megamage
--HG-- branch : trunk
2009-01-25*Update to Mangos 7183.megamage
--HG-- branch : trunk
2009-01-23*Update to HG 957.megamage
--HG-- branch : trunk
2009-01-21*Update to Mangos 7136.megamage
--HG-- branch : trunk
2009-01-20*Update to Mangos 7125.megamage
--HG-- branch : trunk
2009-01-18*Update to Mangos 7111.megamage
--HG-- branch : trunk
2009-01-17*Merge.megamage
--HG-- branch : trunk
2009-01-17*Fix some bugs about movement.megamage
--HG-- branch : trunk
2009-01-17*Update flee and confuse movement.megamage
--HG-- branch : trunk
2009-01-15Fix cross faction interactionParadox
--HG-- branch : trunk
2009-01-09*Merge.megamage
--HG-- branch : trunk
2009-01-08*Update charm and possess code.megamage
--HG-- branch : trunk
2009-01-07*Mangos Implement AURA_STATE_HEALTH_ABOVE_75_PERCENT use. By DiSlord.megamage
*Mangos [7045]. More correct spell select for creatures if spell PreventionType == SPELL_PREVENTION_TYPE_SILENCE. Also add check for PreventionType == SPELL_PREVENTION_TYPE_PACIFY. By DiSlord. *Mangos [7046] Do more security level checks in commands using HasLowerSecurity. Make use .account set addon safe for players. By Vladimir. *Mangos [7047] Fix Draenei race spell add at client switch. By DiSlord. --HG-- branch : trunk
2009-01-04*Merge with Trinity 783.megamage
--HG-- branch : trunk
2009-01-04*Cleaned up database queries - by XTZGZoReXBlaymoira
--HG-- branch : trunk
2009-01-03*Mangos [7016] Avoid table `areatrigger_teleport` double reload at .reload ↵megamage
all command. By NeatElves. --HG-- branch : trunk