summaryrefslogtreecommitdiff
path: root/src/inventory.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-21Set cards from net code.Andrei Karas1-10/+12
2014-10-21Add to inventory methods for cards.Andrei Karas1-0/+14
2014-10-21Add to item field favorite.Andrei Karas1-2/+5
2014-10-21Add to item field damaged.Andrei Karas1-2/+6
2014-10-21Add to item field identified.Andrei Karas1-7/+17
2014-10-20Remove item default parameters.Andrei Karas1-4/+6
2014-09-26Fix code style.Andrei Karas1-1/+1
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-1/+1
2014-07-14Change refine type to uint8_t.Andrei Karas1-3/+3
2014-05-18fix code style.Andrei Karas1-1/+1
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-05-11Add anonimous namespace in inventory.Andrei Karas1-6/+9
2014-05-08Fix code style in other files.Andrei Karas1-2/+2
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-19add ability to give more than one item to npc. (evol only)Andrei Karas1-0/+15
2013-10-13remove depricated stl feature.Andrei Karas1-1/+2
2013-09-18fix name conflicts.Andrei Karas1-3/+3
2013-05-03add comments for translators.Andrei Karas1-0/+9
2013-04-20fix style in other files.Andrei Karas1-0/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-7/+1
2013-02-28Improve some other files.Andrei Karas1-19/+26
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-4/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-11Replace some getters to direct fileds using.Andrei Karas1-7/+7
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+1
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-17/+18
2012-08-17Fix code style.Andrei Karas1-0/+1
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-1/+1
2012-07-18Another warning fixes.Andrei Karas1-1/+2
2012-04-25Improve iterators part 2.Andrei Karas1-3/+4
2012-03-13Use per race equipment sprites.Andrei Karas1-2/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-6/+6
2011-08-19Fix adding items to trade.Andrei Karas1-0/+3
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-06-11Allow find in inventory items with color 0 and 1 as 1.Andrei Karas1-3/+6
2011-06-09Allow select item with any color in code where colors not supported.Andrei Karas1-1/+1
2011-06-04Add colors support for drops panel.Andrei Karas1-11/+0
2011-06-04Add support for colors in outfits window.Andrei Karas1-0/+14
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-1/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-1/+1
2011-02-27First part of implimintation item colors.Andrei Karas1-1/+1
2011-02-27Implement receiving item color from server.Andrei Karas1-4/+5
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+1
2011-01-14Add unification for inventory/storage/cart name.Andrei Karas1-0/+16
2011-01-02Initial commit.Andrei Karas1-0/+225