summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-16Add const to variables with type size_t.Andrei Karas2-4/+4
2012-09-11Fix code style and small perfomance issues.Andrei Karas3-3/+3
2012-09-08Add new colors for party and guild tabs.Andrei Karas2-0/+8
2012-09-08Improve constructors in some classes.Andrei Karas39-38/+99
2012-09-05Fix useless variables initialisations.Andrei Karas1-2/+1
2012-09-04add const to more classes,Andrei Karas5-7/+8
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas3-4/+7
2012-09-02Add const to more classes.Andrei Karas41-347/+359
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas4-4/+20
2012-08-26Add const to some classes.Andrei Karas3-12/+18
2012-08-26Ignore future message type in whisper.Andrei Karas1-0/+4
2012-08-24replace defines to consts.Andrei Karas1-24/+31
2012-08-23Remove useless includes.Andrei Karas82-238/+10
2012-08-21first part of checks and style fixes.Andrei Karas5-5/+5
2012-08-19Fix compilation warnings.Andrei Karas2-3/+9
2012-08-19Move some code from network to base classes.Andrei Karas6-706/+477
2012-08-19Flush send buffer if it too big.Andrei Karas6-0/+28
2012-08-08Play sound on getting new quest and complete quest.Andrei Karas1-2/+2
2012-08-06Change a bit network buffers and add check.Andrei Karas2-2/+18
2012-08-01Fix code style.Andrei Karas5-9/+11
2012-07-31Add support for clear npc dialog by command from server (evol only).Andrei Karas1-0/+5
2012-07-30Fix code style.Andrei Karas3-42/+50
2012-07-29Add quests netcode and quests window.Andrei Karas7-3/+156
2012-07-17Fix more code style and additional warnings.Andrei Karas14-68/+108
2012-07-15Fix code style.Andrei Karas11-77/+77
2012-07-07Fix code style.Andrei Karas2-2/+3
2012-07-05Fix floor items position. Was broken in previous commit.Andrei Karas1-2/+2
2012-07-04Add option to items.xml to set max floor item pixel offset.Andrei Karas1-2/+2
2012-07-01Add npc avatars for evol server.Andrei Karas4-46/+55
2012-06-28Fix compilation warnings.Andrei Karas2-7/+4
2012-06-28Remove for now manaserv net code.Andrei Karas50-7489/+0
2012-06-25From eAthena netcode remove some evol packets implimentations.Andrei Karas11-215/+48
2012-06-25Add support for cutit and viewpoint packets in eAthena.Andrei Karas3-69/+33
2012-06-24Fix disconnect by timeout in eathena servers.Andrei Karas4-0/+11
2012-06-24Add basic support for eathena stable.Andrei Karas48-8/+6896
2012-06-23Improve a bit iterators again.Andrei Karas2-9/+12
2012-06-18Fix code style.Andrei Karas3-3/+5
2012-06-17Replace SDL int types to C++ types.Andrei Karas54-160/+160
2012-06-11Fix code style.Andrei Karas1-2/+3
2012-06-11Fix compilation for manaserv.Andrei Karas2-3/+11
2012-06-06Fix some issues after auto checking.Andrei Karas6-25/+25
2012-05-31Add support for each hair style own palete.Andrei Karas3-5/+11
2012-05-19Rename register.cpp/h files to registerdialog.cpp/hAndrei Karas2-2/+2
2012-05-13Fix code style.Andrei Karas1-1/+1
2012-05-09Add option to allow automatically attack next target. (disabled by default)Andrei Karas1-1/+1
2012-05-07Fix autologin from command line.Andrei Karas1-0/+7
2012-05-02Add timeout option between connections to sub servers.Andrei Karas1-0/+4
2012-04-27Improve screen position calculation.Andrei Karas2-15/+10
2012-04-25Improve iterators part 2.Andrei Karas3-8/+6
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-0/+1