summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
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
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-12-03Fix code style.Andrei Karas1-1/+1
2012-11-30Add support for email field in registration form.Andrei Karas7-21/+56
2012-11-28Fix option "Show chat history" for all tabs.Andrei Karas2-2/+6
2012-11-27Simplify command handlers.Andrei Karas6-7/+2
2012-11-09Fix code style.Andrei Karas1-0/+2
2012-11-07Add own profiler and profiler info to some code.Andrei Karas19-1/+44
2012-10-30Add unused warnings to other files.Andrei Karas32-101/+104
2012-10-20Fix code style and some minor issues.Andrei Karas6-12/+0
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas14-20/+20
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas2-10/+6
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+4
2012-10-16Fix code style and some other minor issues.Andrei Karas1-1/+2
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas12-22/+24
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas68-70/+70
2012-10-10Fix code style.Andrei Karas2-2/+2
2012-10-10Fix compilation errors with stlport.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas71-21/+171
2012-10-09Fix some stlport issues.Andrei Karas4-0/+5
2012-10-08Fix code style.Andrei Karas1-1/+4
2012-10-06Fix monster particle effects.Andrei Karas1-2/+2