aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
AgeCommit message (Collapse)Author
2009-05-08[7796] Implement .lookup taxinode and .go taxinode commands. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-05-05 [7776] Completed implementation of CMSG_SPELLCLICK Author: arraimegamage
For vehicles, you have to add the correct SPELL_AURA_CONTROL_VEHICLE spells to npc_spellclick_spells, otherwise you won't be able to use them --HG-- branch : trunk
2009-04-29[7731] Some code cleanups, warrning fixes. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-04-29[7730] Some optimizantion and code style. Author: zhenyamegamage
--HG-- branch : trunk
2009-04-29*Enable a disabled gm command gobject state.megamage
--HG-- branch : trunk
2009-04-27[7714] Implement new command .character level for set level provided level. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-04-24[7708] Continue chat command function declarations sorting. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-04-24 [7705] Rename some account/character related commands.megamage
* .lockaccount -> .account lock * .password -> .account password * .chardelete -> .character delete * .customize -> .character customize * .rename -> .character rename [7706] Rename command .plimit -> .server plimit Author: VladimirMangos --HG-- branch : trunk
2009-04-21[7693] Allow use .revive command in console, support revive offline players. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-04-20 [7690] Move GetCreature/GetGameobject to class Map. Author: VladimirMangosmegamage
* This let get objects at map without reference to player or another object. * Simplify future implementation for per-map storage for like objects --HG-- branch : trunk
2009-04-20*Merge.megamage
--HG-- branch : trunk
2009-04-19* Tabs to spaces cleanupMachiavelli
--HG-- branch : trunk
2009-04-17*Some work on vehicles.megamage
--HG-- branch : trunk
2009-04-15*Merge.megamage
--HG-- branch : trunk
2009-04-14* Ticket system update;Machiavelli
- Add map, x, y, z coordinate data to ticket upon creation - Add command .go ticket to teleport to the coordinates where the ticket was created - Move InitTicketID() to the class constructor instead of at every LoadGMTickets call - Minor code cleanup --HG-- branch : trunk
2009-04-14* Ticket system update;Machiavelli
- Add map, x, y, z coordinate data to ticket upon creation - Add command .go ticket to teleport to the coordinates where the ticket was created - Move InitTicketID() to the class constructor instead of at every LoadGMTickets call - Minor code cleanup --HG-- branch : trunk
2009-04-14Creature respawn linking, idea by Rat, wrote by Iskander, blessed by raczman.raczman
--HG-- branch : trunk
2009-04-09*Add new console command "server set logfilelevel".megamage
--HG-- branch : trunk
2009-04-08*Enable some disabled gm command.megamage
--HG-- branch : trunk
2009-04-08Removed some outdated comments Author: tomrus88megamage
--HG-- branch : trunk
2009-04-08[7628] Implement .reload for static achievement tables. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-04-07* Tabs to spaces -- using: perl -p -i -e "s/\t/ /g" *XTZGZoReX
--HG-- branch : trunk
2009-04-06* Trailing whitespace removed.XTZGZoReX
--HG-- branch : trunk
2009-04-05*Merge.megamage
--HG-- branch : trunk
2009-04-05[7616] Implement .debug play cinematic and .debig play movie. Rename .debug ↵megamage
playsound to .debug play sound. Author: VladimirMangos *Note: some conflicts of string. --HG-- branch : trunk
2009-04-05[7615] Continue sorting chat command function declarations. Move send ↵megamage
commands in new .send * subcommand list. Author: VladimirMangos --HG-- branch : trunk
2009-04-05 [7614] Sort/rename debug commands, Move packet send commands to new ↵megamage
".debug send " subcommands list. Author: VladimirMangos Also drop not implemented .debug inarc Add to .debug send spellfail support for up to 2 additional args for spell fail packet. --HG-- branch : trunk
2009-04-05[7613] Sort and rename functions for GM commands in code. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-04-05Added reload command for spell_linked_spell DB tablemknjc
--HG-- branch : trunk
2009-04-04*Merge.megamage
--HG-- branch : trunk
2009-04-04Not displaying "Command not found" error for player security level. Thx ↵raczman
Machiavelli <3 --HG-- branch : trunk
2009-04-01fix ahbotoptions back to the way it was originallyChaz Brown
--HG-- branch : trunk
2009-03-28[7558] Implement command: .learn all_mypettalents Author: VladimirMangosmegamage
Also output more correct messages at use .reset talents to pet --HG-- branch : trunk
2009-03-24* Fixed wp command.XTZGZoReX
* Fixed 2131_world.sql - if you have already applied the older version of this, don't worry. 2160_world.sql contains the fixed lines too. --HG-- branch : trunk
2009-03-22*Note some script id are changed. DB change may be needed.megamage
[7518] Implement new script command SCRIPT_COMMAND_PLAY_SOUND (look in World.h for args) Author: VladimirMangos * Also rewrite use SMSG_PLAY_OBJECT_SOUND/SMSG_PLAY_SOUND Now WorldObject have 2 function for sound level dependent from distance (PlayDistanceSound) and for not depednet (PlayDirectSound) * Old Player::PlaySound function removed and uses need to be updated to WorldObject functions Note: function called for _source_ of sound in different from old function. * chat command .debug ps removed and .debug playsound can used for bother packects test: if no selection used SMSG_PLAY_SOUND, if selection exist including self then SMSG_PLAY_OBJECT_SOUND. --HG-- branch : trunk
2009-03-22* Fixed several chat commands after merge with MaNGOS.XTZGZoReX
--HG-- branch : trunk
2009-03-21[7509] Use defines instead explcit value for talent rank cound (in general ↵megamage
and for pets) Author: VladimirMangos --HG-- branch : trunk
2009-03-21Small code cleanup and partial merge with dev branch Author: tomrus88megamage
--HG-- branch : trunk
2009-03-21 [7503] Implement proper (not 2 level limited) help.security set for chat ↵megamage
commands and subcommands. Update some commands data. Author: VladimirMangos * Now `command` table loading set data for any use subcommand levels * Errors output for not existed in code commands at related data loading from table. * Detail log level report outout about overwrited security level for loaded chat command data. Using this functionality found and fixed/update data for `command` in mangos.sql NOTE: some command security levels changed. Thank you to benemorius for pointing to this security problem. --HG-- branch : trunk
2009-03-21* Implement ".server set closed on/off" command to allow/deny new ↵XTZGZoReX
connections to the world. --HG-- branch : trunk
2009-03-19*Update gameobject visual and command. By Vladimir.megamage
--HG-- branch : trunk
2009-03-19*Rename and sort some gm commands. By Vladimir.megamage
--HG-- branch : trunk
2009-03-14*Add a missing debug command.megamage
--HG-- branch : trunk
2009-03-09*Restructured/Reordered Npc Commands Author: multiplexermegamage
--HG-- branch : trunk
2009-03-08[7403] much more unneeded includes removed Author: balrokmegamage
--HG-- branch : trunk
2009-03-08*Merge.megamage
--HG-- branch : trunk
2009-03-06*Merge.megamage
--HG-- branch : trunk
2009-03-06New AHBot plus AuctionHouse changesParadox
--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