summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-01update copyright year in all sources.Andrei Karas166-166/+166
2014-01-01add in renameFile function support for nacl.Andrei Karas1-6/+2
2013-12-29fix compilation warnings.Andrei Karas1-1/+1
2013-12-27add pet emote command.Andrei Karas3-0/+13
2013-12-27allow to owner talk from own pet.Andrei Karas3-0/+14
2013-12-26add restrict into loginhandler.Andrei Karas5-27/+35
2013-12-26add restrict into guildhandler.Andrei Karas5-20/+27
2013-12-26add restrict into chathandler.Andrei Karas5-24/+28
2013-12-26add restrict into chattab.Andrei Karas4-6/+8
2013-12-26add restrict into chathandler.Andrei Karas3-5/+8
2013-12-26add restrict into charserverhandler.Andrei Karas2-13/+15
2013-12-26add restrict into packetcounters.Andrei Karas2-2/+6
2013-12-26add restrict into messagein.Andrei Karas2-9/+16
2013-12-25add pet think time.Andrei Karas3-3/+0
2013-12-25add support for pet offsets if owner is sitting.Andrei Karas3-0/+3
2013-12-25fix compilation warnings.Andrei Karas1-5/+5
2013-12-25dont show over head text if text ignored or going to trade tab.Andrei Karas1-4/+6
2013-12-25add pethandler with stubs only.Andrei Karas7-0/+169
2013-12-19add ability to give more than one item to npc. (evol only)Andrei Karas1-2/+6
2013-12-18fix code style.Andrei Karas1-1/+2
2013-12-17add restrict into statuswindow.Andrei Karas2-12/+12
2013-12-17Add support for set npc dialog title from server script.Andrei Karas5-3/+20
2013-12-15fix multiline motd messages showing/hiding.Andrei Karas2-3/+7
2013-11-25prevent update some sprites from move packets and some other.Andrei Karas3-18/+17
2013-11-18add workaround for imcomplete chat messages in "new" tmw server.Andrei Karas1-1/+11
2013-11-14Disable additional socket login in nacl.Andrei Karas1-0/+2
2013-11-09fix motd message while changing char or reconnecting to server.Andrei Karas3-0/+10
2013-11-09fix compilation without C++11 flags.Andrei Karas1-0/+5
2013-11-08fix code style.Andrei Karas1-3/+4
2013-11-07add missing fileAndrei Karas1-0/+26
2013-11-07remove client.h include from some files.Andrei Karas1-1/+1
2013-11-06fix storage if select other character with opened storage.Andrei Karas3-0/+13
2013-11-03allow special server messgaes before motd if motd is hidden.Andrei Karas1-9/+9
2013-11-03fix motd message show/hide on "new" tmw server.Andrei Karas2-3/+14
2013-11-02Adding renameFile function for NaClDan Sagunov1-1/+10
2013-11-01Move timers from client into timers file.Andrei Karas4-7/+16
2013-11-01Remove build-breaking define from sdltcpnetDan Sagunov1-2/+0
2013-11-01Remove nacltcpnet due to SDL_net supportDan Sagunov5-197/+0
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas2-0/+3
2013-10-30add support for temporary replace background music on given map by server.Andrei Karas4-1/+22
2013-10-30Fix nacl buildingDan Sagunov2-1/+5
2013-10-29Initial porting to NACL by Vasily_Makarov.Andrei Karas4-0/+194
2013-10-26add handling for map mask packet. (evol only)Andrei Karas5-2/+19
2013-10-25fix code style.Andrei Karas2-2/+4
2013-10-25add missing checks.Andrei Karas1-1/+1
2013-10-24add option to show motd message.Andrei Karas4-8/+7
2013-10-24add final keyword to net files.Andrei Karas45-320/+342
2013-10-23replace some malloc/free by new/delete.Andrei Karas1-3/+2
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas11-115/+115
2013-10-19fix const in definition in tradehandler.Andrei Karas1-1/+1