summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Collapse)AuthorFilesLines
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-06-01Add alternate host name to servers list.Andrei Karas1-7/+13
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-05-31Improve chattab class.Andrei Karas4-8/+8
2013-05-30Limit hair color and hair style only for one byte.Andrei Karas1-2/+4
Other bytes reserved for future usage.
2013-05-28fix guard header part2.Andrei Karas4-10/+10
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-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 Karas10-0/+149
2013-04-25fix some code style by cpplint.Andrei Karas4-8/+0
2013-04-21some other fixes from cpplint.Andrei Karas5-9/+9
2013-04-21add owned show time to each emote type.Andrei Karas1-3/+1
2013-04-20fix style in net directory.Andrei Karas9-3/+20
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 Karas19-22/+22
2013-04-14some more style fixes from cpplint.Andrei Karas21-41/+41
2013-04-12fix warp issue after playerhandler class changes.Andrei Karas1-4/+4
2013-04-12Fix code style and other small issues.Andrei Karas1-2/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas18-177/+161
2013-04-11imporve tradehandler class.Andrei Karas2-6/+7
2013-04-10improve skillhandler class.Andrei Karas2-15/+6
2013-04-10improve playerhandler class.Andrei Karas2-41/+38
2013-04-10Improve partyhandler class.Andrei Karas2-46/+35
2013-04-10improve npchandler class.Andrei Karas2-8/+8
2013-04-09improve network class.Andrei Karas2-11/+10
2013-04-08move direct SDL_net calls to proxy file sdltcpnet.Andrei Karas2-32/+31
2013-04-07remove useless checks.Andrei Karas1-1/+1
2013-04-07fix more style, add consts.Andrei Karas3-2/+5
2013-04-07fix cide style.Andrei Karas1-1/+1
Add explicit keyword to some constructors.
2013-04-06improve loginhandler class.Andrei Karas2-30/+31
2013-04-03improve inventoryhandler class.Andrei Karas2-102/+90
2013-04-02improve guildhandler class.Andrei Karas2-82/+74
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas2-2/+2
2013-03-29fix code style.Andrei Karas4-31/+32
2013-03-29fix processing guildpartyinfo packet.Andrei Karas1-1/+7
2013-03-28Disable more particles if particle engine disabled.Andrei Karas1-1/+3
2013-03-28Add missing override to chathandler.Andrei Karas1-1/+2
2013-03-28improve gamehandler classAndrei Karas2-38/+21
2013-03-27improve chathandler class.Andrei Karas2-79/+14
2013-03-27improve charserverhandler class.Andrei Karas2-21/+93
2013-03-27improve some network handlers classes.Andrei Karas3-27/+25
2013-03-26add missing const to adminhandler.Andrei Karas2-14/+14
2013-03-26inprove beinghandler class.Andrei Karas2-90/+67
2013-03-25improve adminhandler class.Andrei Karas2-10/+12
2013-03-22Add option to accept language messages in any languge.Andrei Karas2-3/+5
This messages will be showed in language or general tab.
2013-03-22Show channel messages in language tab.Andrei Karas1-12/+20
2013-03-22clean default channel names.Andrei Karas1-1/+0
Fir now general and trade tab not using channels.
2013-03-22add netcode support for channels (for now evol only).Andrei Karas3-9/+29
for now any channel ignored and used as general tab. also change netcode version to 8.
2013-03-21Send channel name to net code layer.Andrei Karas3-7/+9
2013-03-21Add channel name to chat tabs.Andrei Karas2-2/+2