summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas1-3/+0
2013-09-30move db files into db directory.Andrei Karas3-3/+4
2013-09-30move tabs into tabs directory.Andrei Karas3-4/+5
2013-09-30move windows classes to windows directory.Andrei Karas14-29/+33
2013-09-29Fix password length limit messages.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas2-2/+2
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas6-6/+6
2013-09-25improve construcors in abstract classes.Andrei Karas5-11/+10
2013-09-25improve a bit strings declaration.Andrei Karas3-4/+4
2013-09-19add some more consts.Andrei Karas1-1/+1
2013-09-18fix name conflicts.Andrei Karas1-9/+9
2013-09-18add const to net classes.Andrei Karas8-27/+28
2013-09-18add consts in gui classes.Andrei Karas4-4/+4
2013-09-18show online messages in party tab.Andrei Karas3-9/+52