summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-2/+2
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for serverFeatures.Andrei Karas1-2/+2
2014-09-16Remove unused externsAndrei Karas1-1/+0
2014-09-16add server feature haveItemColors.Andrei Karas1-2/+5
2014-09-07Remove unused includes.Andrei Karas1-2/+0
2014-09-06add packet comments in buysellhandler.Andrei Karas1-7/+7
2014-08-30Remove additional parameters from processNpcSell function.Andrei Karas1-1/+1
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-4/+4
2014-07-13Fix code style.Andrei Karas1-3/+3
2014-06-07fix code style.Andrei Karas1-5/+6
2014-05-11Move player attributes into separate file.Andrei Karas1-1/+2
2014-02-02Add missing const and static into net classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-05Remember sort order in buy dialog between restarts.Andrei Karas1-0/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-12/+0
2013-09-09remove useless includes from some files.Andrei Karas1-0/+1
2013-08-31move being related files into being dir.Andrei Karas1-2/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-03-27improve some network handlers classes.Andrei Karas1-1/+1
2013-03-12Fix code style.Andrei Karas1-2/+0
2013-03-08Impliment notify manager.Andrei Karas1-5/+5
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-1/+2
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-3/+3
2012-08-23Remove useless includes.Andrei Karas1-4/+1
2012-07-15Fix code style.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas1-0/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-20Start separating netcode to functions and moving some code to ea name spaceAndrei Karas1-147/+40
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas1-1/+1
2011-04-04Rename some gui class files to real class names.Andrei Karas1-2/+2
2011-03-03Add colors to buy/sell dialogs.Andrei Karas1-2/+1
2011-03-03Add extended buy list items.Andrei Karas1-1/+10
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-0/+1
2011-01-10Add more selling error messages.Andrei Karas1-6/+16
2011-01-02Initial commit.Andrei Karas1-0/+231