summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2012-11-07Add own profiler and profiler info to some code.Andrei Karas18-1/+42
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 some signed/unsigned chars issues.Andrei Karas4-9/+9
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas23-23/+23
2012-10-10Fix code style.Andrei Karas1-1/+1
2012-10-10Fix compilation errors with stlport.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas24-9/+57
2012-10-08Fix code style.Andrei Karas1-1/+4
2012-10-02Fix some conversions.Andrei Karas1-2/+4
2012-09-24Fix compilation errors.Andrei Karas2-0/+4
2012-09-23Add missing final keywords to classes.Andrei Karas20-21/+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 Karas19-18/+48
2012-09-04add const to more classes,Andrei Karas1-2/+1
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas2-4/+6
2012-09-02Add const to more classes.Andrei Karas12-63/+67
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas1-1/+5
2012-08-23Remove useless includes.Andrei Karas29-89/+3
2012-08-21first part of checks and style fixes.Andrei Karas2-2/+2
2012-08-19Fix compilation warnings.Andrei Karas1-1/+4
2012-08-19Move some code from network to base classes.Andrei Karas2-353/+12
2012-08-19Flush send buffer if it too big.Andrei Karas3-0/+14
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 Karas1-1/+9
2012-08-01Fix code style.Andrei Karas1-3/+4
2012-07-31Add support for clear npc dialog by command from server (evol only).Andrei Karas1-0/+5
2012-07-30Fix code style.Andrei Karas1-21/+24
2012-07-29Add quests netcode and quests window.Andrei Karas7-3/+156
2012-07-17Fix more code style and additional warnings.Andrei Karas6-10/+14
2012-07-15Fix code style.Andrei Karas4-17/+17
2012-07-01Add npc avatars for evol server.Andrei Karas2-4/+19
2012-06-24Fix disconnect by timeout in eathena servers.Andrei Karas1-0/+3
2012-06-24Add basic support for eathena stable.Andrei Karas1-5/+5
2012-06-18Fix code style.Andrei Karas2-2/+3
2012-06-17Replace SDL int types to C++ types.Andrei Karas23-89/+89
2012-05-31Add support for each hair style own palete.Andrei Karas2-4/+8
2012-05-19Rename register.cpp/h files to registerdialog.cpp/hAndrei Karas1-1/+1
2012-05-13Fix code style.Andrei Karas1-1/+1
2012-05-02Add timeout option between connections to sub servers.Andrei Karas1-0/+4
2012-04-25Improve iterators part 2.Andrei Karas2-5/+4
2012-04-01Last part of fixes.Andrei Karas1-2/+2
2012-04-01One part of fixes after auto checking.Andrei Karas3-18/+15
2012-03-29Replace vectors with strings to short names.Andrei Karas1-2/+2
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas6-6/+6
2012-03-14Add support for other gender.Andrei Karas4-5/+6
2012-03-10Add basic skill action use on target.Andrei Karas1-2/+2
2012-03-09Fix incorrect packets handling from multiple update hosts commit.Andrei Karas1-0/+2