summaryrefslogtreecommitdiff
path: root/src/map/send.c
AgeCommit message (Collapse)AuthorFilesLines
2015-03-05Replace struct map_session_data to TBL_PC.Andrei Karas1-7/+7
2015-02-25Add packet for homunculus/mercenary emote.Andrei Karas1-8/+0
2015-02-25Add packet for homunculus/mercenary talk.Andrei Karas1-6/+5
2015-02-24map: add missing checks.Andrei Karas1-9/+12
2015-02-23In pet chat message include owner name.Andrei Karas1-2/+2
2015-02-20Add support for online list packets.Andrei Karas1-0/+12
2015-02-17add pet emote packet.Andrei Karas1-0/+8
2015-02-17add pet talk packet.Andrei Karas1-0/+17
Changed server version to 5.
2015-01-21map: fix working with old clients.Andrei Karas1-0/+16
2015-01-20map: add support for sending npc activate distance to clientAndrei Karas1-3/+19
2015-01-10Add support for sending group id to client.Andrei Karas1-0/+31
Add permission send_gm_flag.
2015-01-10Fix compilation with visual studio.Andrei Karas1-1/+3
2014-12-24Fix compilation warnings.Andrei Karas1-2/+2
2014-12-03map: add join channel packets.Andrei Karas1-0/+9
2014-11-30Add script command for change npc dialog title.Andrei Karas1-0/+17
New script command: setnpcdialogtitle newtitle
2014-11-30Add script command for change music.Andrei Karas1-0/+16
New script command: changemusic mapname, music
2014-11-30map: send full moving path to client.Andrei Karas1-0/+31
Also fix memory issue in string translation.
2014-11-29map: send monster info packet.Andrei Karas1-0/+19
For now include monster attack range.
2014-11-28Send map mask to clients.Andrei Karas1-0/+21
2014-11-23map: show most slots to other players on warp or enter visible area.Andrei Karas1-0/+11
2014-11-17map: fix buffer usage in send_local_message.Andrei Karas1-4/+4
2014-11-15Impliment script function npctalk3.Andrei Karas1-0/+22
2014-11-15map: add functions to send npc command.Andrei Karas1-0/+48