summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-19add missing initialisation in tradehandler.Andrei Karas1-1/+1
2013-10-19fix const in declatations in npchandler.Andrei Karas2-5/+5
2013-10-19move virtual member calls from mpcdialog constuctor into postInit.Andrei Karas2-0/+2
2013-10-19add missing break in network.Andrei Karas1-1/+2
2013-10-19fix const in declaration in messageout.Andrei Karas1-1/+1
2013-10-19add comments into messageout about virtual method usage in constructor,Andrei Karas2-0/+2
2013-10-19add missing break in messageout.Andrei Karas2-0/+2
2013-10-19move virtual member calls from messagein constuctor into postInit.Andrei Karas6-0/+14
2013-10-19move virtual member calls from inventory window constuctor into postInit.Andrei Karas1-0/+3
2013-10-19fix switch label in inventoryhandler.Andrei Karas1-1/+2
2013-10-19fix code style in download.cppAndrei Karas1-3/+4
2013-10-19move virtual member calls from confirmdialog constuctor into postInit.Andrei Karas1-0/+1
2013-10-19add missing const in declaration in chathandler.hAndrei Karas1-1/+1
2013-10-19add missing break in chathandler.Andrei Karas1-0/+1
2013-10-17fix const in beinghandler.Andrei Karas1-1/+2
2013-10-11add /talkraw chat command for special use.Andrei Karas2-6/+4
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-2/+2
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas3-25/+53