summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Add option to accept language messages in any languge.Andrei Karas2-3/+5
2013-03-22Show channel messages in language tab.Andrei Karas1-12/+20
2013-03-22clean default channel names.Andrei Karas1-1/+0
2013-03-22add netcode support for channels (for now evol only).Andrei Karas8-19/+67
2013-03-21Send channel name to net code layer.Andrei Karas8-12/+16
2013-03-21Add channel name to chat tabs.Andrei Karas2-2/+2
2013-03-20Fix CMSG to SMSG in some messages.Andrei Karas2-6/+6
2013-03-12Fix code style.Andrei Karas15-30/+0
2013-03-11Add some fixes after automatic checks.Andrei Karas1-37/+23
2013-03-11Add option to enable/disable weight notifications.Andrei Karas1-1/+1
2013-03-09Add new notifications to other classes.Andrei Karas3-4/+2
2013-03-09Add new notifications in some other classes.Andrei Karas4-20/+15
2013-03-09Add new notifications to tradehandler.Andrei Karas1-23/+21
2013-03-09add new notifications to playerhandler.Andrei Karas1-6/+7
2013-03-09Add new notifications to guildhandler, guildmanager, inventoryhandler and par...Andrei Karas9-99/+68
2013-03-09Add new notifications to gamehandler.Andrei Karas1-1/+2
2013-03-09Remove useless notifications from chathandler.Andrei Karas3-10/+0
2013-03-08Impliment notify manager.Andrei Karas3-14/+14
2013-03-07Fix server switch incorrect map loading.Andrei Karas5-5/+11
2013-03-04Add different effects to npc depend on qests status (evol only)Andrei Karas1-0/+6
2013-03-03another fixes from Coverity checks.Andrei Karas1-3/+16
2013-03-02Some fixes after coverity checks.Andrei Karas2-4/+10
2013-03-01Fix code style.Andrei Karas1-2/+2
2013-02-26Split skills and stats.Andrei Karas1-4/+4
2013-02-26Improve string usage in other files.Andrei Karas7-21/+25
2013-02-26Improve string usage in other files.Andrei Karas1-14/+16
2013-02-24Add particle effect support for skill levelup.Andrei Karas2-1/+11
2013-02-24Rename specialhandler to skillhandler.Andrei Karas13-59/+59
2013-02-24Add support for show quest variables in skills window (evol only)Andrei Karas5-85/+55
2013-02-22const and other minor changes in commands.cppAndrei Karas5-5/+5
2013-02-22Fix change password issue with empty players list.Andrei Karas2-4/+2
2013-02-19Add support for GM tab.Andrei Karas1-1/+19
2013-02-18Add option to show/hide guild online messages.Andrei Karas3-1/+17
2013-02-14fix copyright years.Andrei Karas1-1/+1
2013-02-14Improve event.getId() speed.Andrei Karas1-2/+3
2013-02-13Fix code style.Andrei Karas4-12/+12
2013-02-11Fix compilation issues.Andrei Karas2-4/+4
2013-02-10Improve network code speed again.Andrei Karas4-97/+52
2013-02-10Improve network code speed.Andrei Karas4-45/+46
2013-02-10Block any protocols in curl except HTTP and HTTPS.Andrei Karas2-0/+11
2013-01-20Last part with FOR_EACH changes.Andrei Karas5-10/+5
2013-01-16update copyrights year.Andrei Karas159-159/+159
2013-01-15Show better stats line in chat from status window.Andrei Karas2-36/+38
2012-12-28Add outlining support to tabs.Andrei Karas2-6/+12
2012-12-25Improve empty strings manipulation.Andrei Karas3-4/+4
2012-12-25Add support for register from browser on servers with disabled registration.Andrei Karas2-0/+6
2012-12-17Use actual skill level in processing skill attack.Andrei Karas1-2/+2
2012-12-16Simplify skills loading.Andrei Karas2-2/+2
2012-12-12Replace int to int32_t in messagein class.Andrei Karas4-4/+4
2012-12-11Show trade partner nick in trading errors.Andrei Karas1-6/+7