summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-28Fix some sound event.Andrei Karas4-0/+15
2012-02-28Add different sound effects for different events.Andrei Karas3-7/+6
2012-02-24More copyright fixes.Andrei Karas2-0/+2
2012-02-11Remove some unneeded includes.Andrei Karas1-0/+1
2012-02-11Add relative pixel based position to item drops (floor items).Andrei Karas2-14/+27
2012-02-08Fix compilation errors and more style.Andrei Karas2-9/+9
2012-02-08Fix code style with new tool.Andrei Karas3-2/+7
2012-02-05Move path functions from stringutils to paths.Andrei Karas1-0/+1
2012-01-29Fix possible hiding methods issues.Andrei Karas4-12/+6
2012-01-28Add support for processing player statuses in evol server.Andrei Karas2-0/+7
2012-01-21Prevent possible double map load attempts.Andrei Karas1-1/+6
2012-01-18Fix typo in guildmanager.Andrei Karas1-1/+1
2012-01-16Add error message for creation char with incorrect race.Andrei Karas1-0/+3
2012-01-08Validate update host.Andrei Karas1-0/+5
2012-01-05Update copyrights year.Andrei Karas34-34/+34
2011-12-18Ad comments for "unused" data from server packets.Andrei Karas5-15/+17
2011-12-14Add last login time to char selection dialog.Andrei Karas1-1/+5
2011-11-25Move A_UNUSED define to include file.Andrei Karas13-78/+0
2011-11-24Add ability to play different animation depend on monster hp.Andrei Karas1-1/+1
2011-11-20Fix memory leak in char selection dialog.Andrei Karas2-0/+9
2011-11-19Add limits for creating chars (hair color, hair style, stats).Andrei Karas1-1/+13
2011-11-13Change chat logs dirs format to yyyy-mm/dd/file.log.Andrei Karas1-0/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas9-38/+38
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas3-4/+5
2011-10-30Hide death message dialog in reconnect.Andrei Karas1-1/+1
2011-10-30Fix code style.Andrei Karas1-1/+2
2011-10-23Protect trade against abusing.Andrei Karas1-0/+7
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas2-0/+47
2011-10-10Add option to show/hide MVP messages.Andrei Karas1-1/+1
2011-10-10Add support for reading monsters attack range.Andrei Karas1-9/+25
2011-10-08Add checks and fix code style.Andrei Karas15-162/+145
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-1/+1
2011-09-18Fix compilation warnings.Andrei Karas2-5/+0
2011-09-10Change empty strings initializations.Andrei Karas2-2/+2
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas3-24/+24
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas2-2/+4
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-2/+2
2011-09-02Add to status window attribute "damage per second".Andrei Karas2-2/+14
2011-09-01Remove party name from players if leave party.Andrei Karas1-0/+4
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas2-2/+2
2011-08-28Fix guild name reset on players from time.Andrei Karas1-1/+3
2011-08-27Basic support for guild bot integration.Andrei Karas2-0/+8
2011-08-15Add warp menu item for gms in navigation items.Andrei Karas2-0/+8
2011-08-12Rename file name ministatus to correct ministatuswindow.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas14-14/+14
2011-08-11Remove some unused code.Andrei Karas1-3/+3
2011-08-03Fix code style and remove some unused variabled.Andrei Karas4-8/+10