summaryrefslogtreecommitdiff
path: root/src/net/eathena/generalhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Add empty MercenaryHandler.Andrei Karas1-1/+4
2014-09-17Remove auto pointers from network code.Andrei Karas1-26/+26
2014-09-16add empty bankhandler.Andrei Karas1-1/+4
2014-09-15Add empty familyhandler.Andrei Karas1-1/+4
2014-09-15Add empty cashshophandler.Andrei Karas1-1/+4
2014-09-15Add empty auctionhandler.Andrei Karas1-1/+4
2014-09-10fix packets handling by mailhandler.Andrei Karas1-0/+1
2014-09-10Add mailhandler for now empty.Andrei Karas1-1/+3
2014-09-08eathena: add pethandler.Andrei Karas1-0/+3
2014-09-06Fix server features initialisation.Andrei Karas1-1/+3
2014-09-06eathena: add basic handling for packet SMSG_QUEST_ADD 0x02b3.Andrei Karas1-1/+4
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-2/+3
2014-05-21Fix code style.Andrei Karas1-0/+1
2014-05-20Move player attributes in net code into separate file.Andrei Karas1-0/+1
2014-05-19fix code style.Andrei Karas1-0/+2
2014-05-11Move player attributes into separate file.Andrei Karas1-4/+6
2014-03-29Fix code style.Andrei Karas1-1/+0
2014-03-28simplify variables cleanup.Andrei Karas1-7/+4
2014-02-20improve includes.Andrei Karas1-0/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into statuswindow.Andrei Karas1-6/+6
2013-09-30move windows classes to windows directory.Andrei Karas1-4/+4
2013-09-15remove unused includes from net directory.Andrei Karas1-7/+0
2013-08-24improve getState/setState in Client.Andrei Karas1-3/+3
2013-07-08add ability to show stats from items.xml like strings.Andrei Karas1-6/+6
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-03-29fix code style.Andrei Karas1-2/+2
2013-03-28improve generalhandler class.Andrei Karas1-68/+50
2013-03-27improve charserverhandler class.Andrei Karas1-4/+4
2013-02-24Rename specialhandler to skillhandler.Andrei Karas1-3/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-15Show better stats line in chat from status window.Andrei Karas1-18/+19
2012-12-16Simplify skills loading.Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+2
2012-08-23Remove useless includes.Andrei Karas1-7/+0
2012-07-15Fix code style.Andrei Karas1-8/+8
2012-06-25From eAthena netcode remove some evol packets implimentations.Andrei Karas1-0/+4
2012-06-24Add basic support for eathena stable.Andrei Karas1-0/+307