summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-02Fix some conversions.Andrei Karas1-2/+4
2012-09-24Fix compilation errors.Andrei Karas6-0/+12
2012-09-23Add missing final keywords to classes.Andrei Karas44-46/+51
2012-09-23fix code style.Andrei Karas5-5/+5
2012-09-22Add override keyword to most overriden methods.Andrei Karas5-17/+21
2012-09-16Add const to variables with type size_t.Andrei Karas2-4/+4
2012-09-11Fix code style and small perfomance issues.Andrei Karas3-3/+3
2012-09-08Add new colors for party and guild tabs.Andrei Karas2-0/+8
2012-09-08Improve constructors in some classes.Andrei Karas39-38/+99
2012-09-05Fix useless variables initialisations.Andrei Karas1-2/+1
2012-09-04add const to more classes,Andrei Karas5-7/+8
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas3-4/+7
2012-09-02Add const to more classes.Andrei Karas41-347/+359
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas4-4/+20
2012-08-26Add const to some classes.Andrei Karas3-12/+18
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 Karas82-238/+10
2012-08-21first part of checks and style fixes.Andrei Karas5-5/+5
2012-08-19Fix compilation warnings.Andrei Karas2-3/+9
2012-08-19Move some code from network to base classes.Andrei Karas6-706/+477
2012-08-19Flush send buffer if it too big.Andrei Karas6-0/+28
2012-08-08Play sound on getting new quest and complete quest.Andrei Karas1-2/+2
2012-08-06Change a bit network buffers and add check.Andrei Karas2-2/+18
2012-08-01Fix code style.Andrei Karas5-9/+11
2012-07-31Add support for clear npc dialog by command from server (evol only).Andrei Karas1-0/+5
2012-07-30Fix code style.Andrei Karas3-42/+50
2012-07-29Add quests netcode and quests window.Andrei Karas7-3/+156