summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Collapse)AuthorFilesLines
2013-06-21fix code style.Andrei Karas2-3/+3
2013-06-20Add more profiler labels.Andrei Karas7-1/+85
2013-06-13move npc dialogs array from netcode.Andrei Karas6-34/+14
2013-06-12remove npc dialog wrapper.Andrei Karas4-16/+8
2013-06-12add support for player look.Andrei Karas6-1/+12
2013-06-10add partial support for player looks.Andrei Karas5-19/+25
Can get packets from server, but cant draw player.
2013-06-10Add char creation error "incorrect look".Andrei Karas1-0/+4
2013-06-03Add support for future legacy npc commands.Andrei Karas1-3/+5
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas18-23/+23
2013-06-03fix SDL includes.Andrei Karas18-23/+23
2013-06-01Add alternate host name to servers list.Andrei Karas2-7/+17
First try will be by hostname, if it failed in name resolution will be used alt host name This allow connect to server with static ip address even if dns is broken.
2013-06-01Add chat command /testparticle for testing particle effects on player.Andrei Karas2-0/+9
Command: /testparticle particle.xml - set particle effect on player. /testparticle - remove particle effect. Each second it check for particle file update and reloading it if need.
2013-05-31Improve chattab class.Andrei Karas4-8/+8
2013-05-30Limit hair color and hair style only for one byte.Andrei Karas3-8/+16
Other bytes reserved for future usage.
2013-05-28fix guard header part2.Andrei Karas58-157/+157
2013-05-27add to url with downloaded files also server name with parameter.Andrei Karas1-0/+10
example: old resources2.xml new resources2.xml?host=server.themanaworld.org
2013-05-27Fix spawn of disguised mobs.Andrei Karas2-30/+51
2013-05-27Fix player sprites in disguise mode.Andrei Karas1-4/+10
Also fix animation for local player who disguised monster. For other players disguised monster animation is broken.
2013-05-18rename listender to depricatedlistener.Andrei Karas2-4/+0
2013-05-05Send name request in legacy servers if npc was deleted and created at same time.Andrei Karas1-1/+4
2013-05-03add comments for translators.Andrei Karas11-0/+184
2013-04-26fix code style more.Andrei Karas5-5/+5
2013-04-26add support for separate online list.Andrei Karas1-0/+4
2013-04-25fix some code style by cpplint.Andrei Karas9-20/+0
2013-04-21fix code style and some other fixes after auto checks.Andrei Karas2-4/+6
2013-04-21fix compilation with some flags.Andrei Karas1-0/+2
2013-04-21some other fixes from cpplint.Andrei Karas35-116/+116
2013-04-21add owned show time to each emote type.Andrei Karas1-3/+1
2013-04-20fix style in net directory.Andrei Karas16-6/+55
2013-04-18add support for using sound delays.Andrei Karas1-7/+7
hurt sounds now can be delayed for "delay" of hit sound.
2013-04-14add basic client side only support for pets.Andrei Karas1-0/+1
now pets cant move and dont have any ai. pet can be only spawn at player position if equiped item with assigned pet.
2013-04-14another fixes from cpplint.Andrei Karas65-96/+92
2013-04-14some more style fixes from cpplint.Andrei Karas64-104/+103
2013-04-13add const to sdltcpnet file.Andrei Karas2-13/+14
2013-04-12fix warp issue after playerhandler class changes.Andrei Karas1-4/+4
2013-04-12Fix code style and other small issues.Andrei Karas5-20/+25
2013-04-12fix tcp tuning options usage.Andrei Karas1-3/+16
2013-04-12first part of style fixed after cpplint checks.Andrei Karas92-466/+417
2013-04-11imporve tradehandler class.Andrei Karas7-44/+47
2013-04-10improve skillhandler class.Andrei Karas7-34/+32
2013-04-10improve questhandler class.Andrei Karas2-5/+5
2013-04-10improve playerhandler class.Andrei Karas7-115/+118
2013-04-10Improve partyhandler class.Andrei Karas7-102/+91
2013-04-10improve npchandler class.Andrei Karas7-89/+112
2013-04-09some more style and cast fixes.Andrei Karas1-8/+4
2013-04-09improve network class.Andrei Karas2-11/+10
2013-04-09improve messageout class.Andrei Karas5-31/+33
2013-04-09improve messagein class.Andrei Karas6-32/+31
2013-04-08add hack to avoid SDL_net limitations and add linux sockopts thin options.Andrei Karas1-1/+47
2013-04-08move direct SDL_net calls to proxy file sdltcpnet.Andrei Karas6-44/+181