summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Collapse)AuthorFilesLines
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
For party tabs: PARTY_CHAT_TAB_HIGHLIGHTED, PARTY_SOCIAL_TAB_HIGHLIGHTED, PARTY_CHAT_TAB_SELECTED, PARTY_SOCIAL_TAB_SELECTED For guild tabs: GUILD_CHAT_TAB_HIGHLIGHTED, GUILD_SOCIAL_TAB_HIGHLIGHTED, GUILD_CHAT_TAB_SELECTED, GUILD_SOCIAL_TAB_SELECTED
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
fix other small style issues.
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas1-0/+1
Also fix hair replace logic between hairs with different paletes.
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
It allow change sprites in dead players.
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
bad and must be replaced with better implimentation.
2012-03-14Add support for other gender.Andrei Karas3-12/+22
Fix per gender and race items separation.
2012-03-10Add to skills missile particle effect and hit/miss sounds.Andrei Karas1-4/+4
Add to skills use effect 100000 + skillid on target.
2012-03-10Add skill range parameter to skills.Andrei Karas1-6/+6
2012-03-09Add support for many update hosts (evol server only).Andrei Karas2-0/+3
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-29Allow open conext menu from free tile if in free camera mode.Andrei Karas1-0/+6
Menu is same as in minimap.
2012-02-28Fix some sound event.Andrei Karas4-0/+15
Replace hardcoded sound names to constants. Add party/guild sound.
2012-02-28Add different sound effects for different events.Andrei Karas3-7/+6
Can be configured in audio tab in settings.
2012-02-24More copyright fixes.Andrei Karas2-0/+2
2012-02-11Remove some unneeded includes.Andrei Karas1-0/+1