summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2013-03-27improve chathandler class.Andrei Karas2-15/+16
2013-03-27improve charserverhandler class.Andrei Karas4-79/+34
2013-03-27improve some network handlers classes.Andrei Karas5-24/+11
2013-03-26add missing const to adminhandler.Andrei Karas2-8/+8
2013-03-26inprove beinghandler class.Andrei Karas2-70/+59
2013-03-25improve adminhandler class.Andrei Karas2-7/+5
2013-03-24fix code style.Andrei Karas2-2/+2
2013-03-22add netcode support for channels (for now evol only).Andrei Karas1-2/+2
2013-03-21Send channel name to net code layer.Andrei Karas2-2/+3
2013-03-12Fix code style.Andrei Karas3-6/+0
2013-03-09Add new notifications to other classes.Andrei Karas1-1/+0
2013-03-09Add new notifications in some other classes.Andrei Karas1-2/+3
2013-03-09Add new notifications to guildhandler, guildmanager, inventoryhandler and par...Andrei Karas1-5/+2
2013-03-09Remove useless notifications from chathandler.Andrei Karas1-1/+0
2013-03-08Impliment notify manager.Andrei Karas1-5/+5
2013-03-07Fix server switch incorrect map loading.Andrei Karas1-2/+0
2013-02-26Improve string usage in other files.Andrei Karas2-2/+4
2013-02-24Rename specialhandler to skillhandler.Andrei Karas4-18/+18
2013-02-22const and other minor changes in commands.cppAndrei Karas2-2/+2
2013-02-22Fix change password issue with empty players list.Andrei Karas1-2/+1
2013-02-13Fix code style.Andrei Karas3-10/+10
2013-02-11Fix compilation issues.Andrei Karas1-2/+2
2013-02-10Improve network code speed again.Andrei Karas2-51/+29
2013-02-10Improve network code speed.Andrei Karas2-22/+23
2013-01-20Last part with FOR_EACH changes.Andrei Karas2-4/+2
2013-01-16update copyrights year.Andrei Karas45-45/+45
2013-01-15Show better stats line in chat from status window.Andrei Karas1-18/+19
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-12-16Simplify skills loading.Andrei Karas1-1/+1
2012-12-12Replace int to int32_t in messagein class.Andrei Karas2-2/+2
2012-12-03Fix code style.Andrei Karas1-1/+1
2012-11-30Add support for email field in registration form.Andrei Karas2-2/+4
2012-11-27Simplify command handlers.Andrei Karas2-2/+0
2012-10-30Add unused warnings to other files.Andrei Karas4-9/+9
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 Karas4-6/+6
2012-10-16Fix code style and some other minor issues.Andrei Karas1-1/+2
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas3-5/+5
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas22-22/+22
2012-10-10Fix code style.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas23-9/+55
2012-09-24Fix compilation errors.Andrei Karas2-0/+4
2012-09-23Add missing final keywords to classes.Andrei Karas19-20/+23
2012-09-23fix code style.Andrei Karas2-2/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-1/+2
2012-09-08Improve constructors in some classes.Andrei Karas18-17/+46
2012-09-04add const to more classes,Andrei Karas1-2/+3
2012-09-02Add const to more classes.Andrei Karas10-54/+58
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas1-1/+5
2012-08-23Remove useless includes.Andrei Karas28-86/+1