summaryrefslogtreecommitdiff
path: root/src/net/tmwa/generalhandler.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-24Add empty HomunculusHandler.Andrei Karas1-0/+1
2014-09-24Add empty BuyingStoreHandler.Andrei Karas1-0/+1
2014-09-19Add empty MercenaryHandler.Andrei Karas1-0/+1
2014-09-16add empty bankhandler.Andrei Karas1-0/+1
2014-09-15Add empty familyhandler.Andrei Karas1-0/+1
2014-09-15Add empty cashshophandler.Andrei Karas1-0/+1
2014-09-15Add empty auctionhandler.Andrei Karas1-0/+1
2014-09-10Add mailhandler for now empty.Andrei Karas1-0/+1
2014-09-06Fix server features initialisation.Andrei Karas1-0/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-25add pethandler with stubs only.Andrei Karas1-0/+1
2013-10-24add final keyword to net files.Andrei Karas1-9/+9
2013-09-15remove unused includes from net directory.Andrei Karas1-1/+0
2013-05-28fix guard header part2.Andrei Karas1-1/+1
2013-05-18rename listender to depricatedlistener.Andrei Karas1-2/+0
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-03-29fix code style.Andrei Karas1-1/+1
2013-03-28improve generalhandler class.Andrei Karas1-11/+12
2013-03-27improve charserverhandler class.Andrei Karas1-1/+1
2013-02-24Rename specialhandler to skillhandler.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas1-0/+2
2012-09-23Add missing final keywords to classes.Andrei Karas1-2/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-1/+2
2012-07-29Add quests netcode and quests window.Andrei Karas1-0/+1
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-02-08Fix compilation errors and more style.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-6/+0
2011-10-08Add checks and fix code style.Andrei Karas1-1/+1
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-06-12Fix change character.v1.1.6.12Andrei Karas1-0/+2
2011-04-09Small refactoring based on idea from mana commit 30d4b0adf4f17f05d1d62fc3428c...Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+83