summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-08split network mutexe into read and write mutexes.Andrei Karas4-20/+25
2013-10-08extent profiler logging into some functions.Andrei Karas1-2/+6
2013-10-08remove unused system headers.Andrei Karas2-2/+0
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas5-22/+21
2013-10-05Remember sort order in buy dialog between restarts.Andrei Karas2-0/+2
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas1-3/+0
2013-09-30move db files into db directory.Andrei Karas7-7/+12
2013-09-30move tabs into tabs directory.Andrei Karas7-8/+9
2013-09-30move windows classes to windows directory.Andrei Karas24-48/+54
2013-09-29Fix password length limit messages.Andrei Karas3-3/+3
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas7-8/+8
2013-09-26remove useless virtual keywords.Andrei Karas8-25/+25
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas9-9/+9
2013-09-25improve construcors in abstract classes.Andrei Karas7-19/+20
2013-09-25improve a bit strings declaration.Andrei Karas3-4/+4
2013-09-19fix some compilation issues in different platforms.Andrei Karas1-2/+0
2013-09-19add some more consts.Andrei Karas1-1/+1