summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2014-03-16fix profiler labels.Andrei Karas1-0/+1
2014-03-08fix code style.Andrei Karas2-2/+2
2014-03-06improve a bit different code.Andrei Karas4-1/+32
2014-02-28fix code style.Andrei Karas4-6/+6
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-5/+0
2014-02-21fix signed shifts.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas26-19/+96
2014-02-18derive Widget from Widget2.Andrei Karas2-2/+4
2014-02-16move actionevent into events directory.Andrei Karas2-3/+3
2014-02-15move actionlistener from base into listeners.Andrei Karas2-3/+3
2014-02-13Remove unused chat help from code.Andrei Karas4-114/+2
2014-02-12add autocomplete special commands in guild tab.Andrei Karas2-0/+10
2014-02-12add autocomplete special commands in party tab.Andrei Karas2-1/+13
2014-02-02Add missing const and static into net classes.Andrei Karas12-59/+49
2014-01-14Use thread safe logging in threads.Andrei Karas1-8/+8
2014-01-01update copyright year in all sources.Andrei Karas38-38/+38
2013-12-27allow to owner talk from own pet.Andrei Karas2-0/+11
2013-12-26add restrict into chattab.Andrei Karas4-6/+8
2013-12-26add restrict into chathandler.Andrei Karas2-3/+4
2013-12-26add restrict into charserverhandler.Andrei Karas2-13/+15
2013-12-25add pet think time.Andrei Karas1-1/+0
2013-12-25add support for pet offsets if owner is sitting.Andrei Karas1-0/+1
2013-12-25dont show over head text if text ignored or going to trade tab.Andrei Karas1-4/+6
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 Karas1-3/+2
2013-11-18add workaround for imcomplete chat messages in "new" tmw server.Andrei Karas1-1/+11
2013-11-09fix motd message while changing char or reconnecting to server.Andrei Karas2-0/+8
2013-11-06fix storage if select other character with opened storage.Andrei Karas2-0/+11
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-01Move timers from client into timers file.Andrei Karas2-5/+7
2013-11-01Remove nacltcpnet due to SDL_net supportDan Sagunov1-5/+0
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas2-0/+3
2013-10-30Fix nacl buildingDan Sagunov1-0/+4
2013-10-25fix code style.Andrei Karas2-2/+4
2013-10-24add option to show motd message.Andrei Karas2-2/+7
2013-10-24add final keyword to net files.Andrei Karas14-81/+87
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas5-78/+78
2013-10-19add missing initialisation in tradehandler.Andrei Karas1-1/+1
2013-10-19fix const in declatations in npchandler.Andrei Karas1-3/+3
2013-10-19add missing break in network.Andrei Karas1-1/+2
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-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-08split network mutexe into read and write mutexes.Andrei Karas2-12/+17
2013-10-08remove unused system headers.Andrei Karas1-1/+0
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas3-13/+12