aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.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-02Call proper function for .reload spell_area Author: VladimirMangosmegamage
--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-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-17[7290] Command .npc setdeathstate on/off. Author: GriffonHeartmegamage
--HG-- branch : trunk
2009-02-15Propertly send SMSG_SET_PHASE_SHIFT to inform client about phase shift at ↵megamage
phase change. Author: GriffonHeart --HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-10*add .debug bg to allow starting a battleground with just one player it's ↵megamage
implemented like .debug arena - so you toggle debug bg on or off By balrok --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-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[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 [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 [7214] Phase system continue development - Commands and fixes.megamage
* Fixed creature/gameobject save from game (used in commands code only) * Implement .modify phase (for player), .npc setphase (for creature/pet), .gobject phase (for gameobjects) commands for set phasemask of selected object. In player/pet case temporary until in game phase switch/re-login/GM-mode change. In creature/gameobject case change saved in DB. * Add to .gps output phasemask value print. Allow use .gps command with creature/gameobject shift-link (work for objects loaded in game in command time). Author: 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-25*Update to Mangos 7183.megamage
--HG-- branch : trunk
2009-01-24*Update to Mangos 7158.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-17*Update to Trinity 878.megamage
--HG-- branch : trunk
2009-01-17fixes for the ticket systemParadox
--HG-- branch : trunk
2009-01-16Update to Trinity 863.megamage
--HG-- branch : trunk
2009-01-14*Command for add npc formation - by Silver1ceBlaymoira
--HG-- branch : trunk
2009-01-12*Update to Mangos 7072.megamage
*Remove some duplicated functions of possess. --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-06*Merge with Trinity 793.megamage
--HG-- branch : trunk
2009-01-05*New commands: .gobject addtemp/.npc addtemp - by XTZGZoReXBlaymoira
--HG-- branch : trunk
2009-01-04*Mangos: replaced dynamic by static allocation in server packets header. ↵megamage
Added command to test large packets. By arrai. *Mangos: [7022] Added support for packets > 64 kb. By derex. --HG-- branch : trunk
2009-01-04*Merge with Trinity 783.megamage
--HG-- branch : trunk
2009-01-04* Fix reload tickets from databaseBlaymoira
* Fix crash /exploit issue with improper pasing when '%' is in ticket message * Remove obsolete recv_data from tickets * Allow closing of a ticket inserting the guid of the GM or player that closed it into the database. * Allow assigning tickets to offline GMs. * Tighten up SQL escape strings, increased security against SQL injections * Fix issue where multiple tickets could have the same entry * --- by Machiavelli --- --HG-- branch : trunk
2009-01-02*Update to Trinity 759.megamage
--HG-- branch : trunk
2009-01-01*Add console command "difftime" to change the interval to record diff time ↵megamage
in log. --HG-- branch : trunk
2008-12-31*Update to HG 730.megamage
--HG-- branch : trunk
2008-12-31*Added rewrited ticket system - by MachiavelliBlaymoira
--HG-- branch : trunk
2008-12-29*Update to Trinity 707.megamage
--HG-- branch : trunk
2008-12-29*Update to Mangos 6982.megamage
--HG-- branch : trunk
2008-12-28*Reverted 699Blaymoira
--HG-- branch : trunk
2008-12-28*Merge with Trinity 702.megamage
--HG-- branch : trunk
2008-12-28*Update to Mangos 6963.megamage
--HG-- branch : trunk
2008-12-28*Not check on security level 0 the command syntax - by MachiavelliBlaymoira
--HG-- branch : trunk