summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-02Add curl version check.Andrei Karas1-0/+13
2012-04-01Add support form different proxy types in download process.Andrei Karas2-0/+41
2012-04-01Checks after checks...Andrei Karas2-3/+1
2012-04-01Last part of fixes.Andrei Karas3-5/+5
2012-04-01One part of fixes after auto checking.Andrei Karas8-27/+25
2012-03-29Fix small error in manaserv code.Andrei Karas1-1/+1
2012-03-29Replace vectors with strings to short names.Andrei Karas9-13/+12
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas16-17/+17
2012-03-14Add support for other gender.Andrei Karas7-17/+28
2012-03-12Fix servers list download error.Andrei Karas1-9/+12
2012-03-10Add to skills missile particle effect and hit/miss sounds.Andrei Karas1-4/+4
2012-03-10Add basic skill action use on target.Andrei Karas1-2/+2
2012-03-10Add skill range parameter to skills.Andrei Karas1-6/+6
2012-03-10Remove more debug lines and fix logging bytes stream.Andrei Karas1-1/+1
2012-03-09Fix incorrect packets handling from multiple update hosts commit.Andrei Karas1-0/+2
2012-03-09Add support for many update hosts (evol server only).Andrei Karas7-0/+62
2012-03-03Disable logging number of received bytes.Andrei Karas1-1/+1
2012-03-02Fix compilation with manaserv.Andrei Karas5-11/+12
2012-03-01Fix modal state for some dialogs.Andrei Karas1-1/+1
2012-03-01Fix weight dialogs sound effect.Andrei Karas1-2/+2
2012-02-29Fix code style in empty methods.Andrei Karas1-1/+2
2012-02-29Allow open conext menu from free tile if in free camera mode.Andrei Karas1-0/+6
2012-02-28Fix some sound event.Andrei Karas4-0/+15
2012-02-28Add different sound effects for different events.Andrei Karas5-10/+10
2012-02-25Fix old casts.Andrei Karas2-3/+3