summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2012-12-28Add outlining support to tabs.Andrei Karas2-6/+12
2012-12-25Improve empty strings manipulation.Andrei Karas1-2/+2
2012-12-17Use actual skill level in processing skill attack.Andrei Karas1-2/+2
2012-12-11Show trade partner nick in trading errors.Andrei Karas1-6/+7
2012-12-09Reset saved in memory password if login server return "wrong password".Andrei Karas1-0/+3
2012-12-04Fix possible incorrect ditection.Andrei Karas1-1/+1
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas2-2/+2
2012-11-30Add support for email field in registration form.Andrei Karas2-3/+7
2012-11-28Fix option "Show chat history" for all tabs.Andrei Karas2-2/+6
2012-11-27Simplify command handlers.Andrei Karas2-3/+2
2012-10-30Add unused warnings to other files.Andrei Karas12-33/+35
2012-10-20Fix code style and some minor issues.Andrei Karas2-4/+0
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas6-8/+8
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas2-10/+6
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas4-7/+9
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas18-19/+19
2012-10-10Delete copy constructor from net classes.Andrei Karas19-1/+42
2012-10-06Fix monster particle effects.Andrei Karas1-2/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas3-15/+17
2012-09-16Add const to variables with type size_t.Andrei Karas2-4/+4
2012-09-11Fix code style and small perfomance issues.Andrei Karas2-2/+2
2012-09-08Add new colors for party and guild tabs.Andrei Karas2-0/+8
2012-09-08Improve constructors in some classes.Andrei Karas2-3/+5
2012-09-05Fix useless variables initialisations.Andrei Karas1-2/+1
2012-09-04add const to more classes,Andrei Karas3-3/+4
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas1-0/+1
2012-09-02Add const to more classes.Andrei Karas16-214/+218
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas2-2/+10
2012-08-26Add const to some classes.Andrei Karas2-8/+12
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 Karas20-54/+6
2012-08-19Move some code from network to base classes.Andrei Karas2-0/+453
2012-08-01Fix code style.Andrei Karas1-1/+1
2012-07-17Fix more code style and additional warnings.Andrei Karas6-54/+89
2012-07-15Fix code style.Andrei Karas3-43/+43
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-06-17Replace SDL int types to C++ types.Andrei Karas3-20/+20
2012-06-06Fix some issues after auto checking.Andrei Karas2-7/+6
2012-05-31Add support for each hair style own palete.Andrei Karas1-1/+3
2012-05-09Add option to allow automatically attack next target. (disabled by default)Andrei Karas1-1/+1
2012-04-27Improve screen position calculation.Andrei Karas1-11/+7
2012-04-25Improve iterators part 2.Andrei Karas1-3/+2
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-0/+1
2012-04-01Last part of fixes.Andrei Karas2-3/+3
2012-04-01One part of fixes after auto checking.Andrei Karas1-2/+2
2012-03-29Replace vectors with strings to short names.Andrei Karas5-5/+5
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas5-6/+6
2012-03-14Add support for other gender.Andrei Karas3-12/+22