summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Add comments for all output packets header.Andrei Karas1-5/+5
2014-09-17Remove getter for serverFeatures.Andrei Karas1-2/+2
2014-09-17Remove getter for loginHandler.Andrei Karas1-4/+3
2014-09-17Remove getter for gameHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for charServerHandler.Andrei Karas1-1/+1
2014-09-16Fix some server features usage.Andrei Karas1-2/+3
2014-09-14Move setCharCreateDialog from ea namespace into eathena and tmwa.Andrei Karas1-0/+40
2014-09-13Split processCharCreate for each packet type.Andrei Karas1-2/+23
2014-09-13Move processCharCreate from ea namespace into eathena and tmwa.Andrei Karas1-0/+20
2014-09-06add packet comments into charserverhandler.Andrei Karas1-84/+99
2014-08-30Remove additional parameters from processCharMapServer function.Andrei Karas1-1/+28
2014-08-30Remove additional parameters from processCharMapInfo function.Andrei Karas1-1/+38
2014-08-30Remove additional parameters from processCharCreate function.Andrei Karas1-4/+1
2014-07-18Fix code style.Andrei Karas1-1/+1
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-21/+19
2014-05-20Move player attributes in net code into separate file.Andrei Karas1-0/+1
2014-05-20Move net sprite defines into separate file.Andrei Karas1-0/+1
2014-05-20Move character into separate file.Andrei Karas1-0/+1
2014-05-11Move player attributes into separate file.Andrei Karas1-7/+9
2014-04-30Fix code style in net.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas1-1/+2
2013-09-15remove unused includes from net directory.Andrei Karas1-4/+2
2013-08-24improve getState/setState in Client.Andrei Karas1-1/+1
2013-06-20Add more profiler labels.Andrei Karas1-0/+3
2013-06-12add support for player look.Andrei Karas1-1/+5
2013-06-10add partial support for player looks.Andrei Karas1-5/+6
2013-05-30Limit hair color and hair style only for one byte.Andrei Karas1-4/+8
2013-04-21some other fixes from cpplint.Andrei Karas1-3/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-15/+14
2013-04-07remove useless checks.Andrei Karas1-1/+1
2013-03-27improve charserverhandler class.Andrei Karas1-63/+19
2013-02-22Fix change password issue with empty players list.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-10Fix compilation errors with stlport.Andrei Karas1-1/+1
2012-10-02Fix some conversions.Andrei Karas1-2/+4
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-20/+22
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-01Fix code style.Andrei Karas1-3/+4
2012-07-15Fix code style.Andrei Karas1-7/+7
2012-06-18Fix code style.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-2/+2
2012-05-31Add support for each hair style own palete.Andrei Karas1-1/+3
2012-04-01One part of fixes after auto checking.Andrei Karas1-10/+11
2012-03-14Add support for other gender.Andrei Karas1-1/+1
2012-02-02Add some checks after automatic checking.Andrei Karas1-2/+5
2012-01-05Update copyrights year.Andrei Karas1-1/+1