summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-20fix style in resources directory.Andrei Karas1-7/+12
2013-04-18add delay to action sounds.Andrei Karas1-7/+10
2013-04-15improve iteminfo class.Andrei Karas1-3/+3
2013-04-14add basic client side only support for pets.Andrei Karas1-1/+2
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-02-26Improve string usage in other files.Andrei Karas1-1/+1
2013-02-18Enable some features for tmw like servers.Andrei Karas1-6/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas1-1/+2
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-10-09Fix some stlport issues.Andrei Karas1-31/+0
2012-10-06Add particle effect miss-effect-id to items and monsters.Andrei Karas1-2/+3
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+2
2012-09-02Add const to more classes.Andrei Karas1-20/+24
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas1-8/+8
2012-03-29Replace vectors with strings to short names.Andrei Karas1-2/+1
2012-03-14Add support for other gender.Andrei Karas1-3/+3
2012-03-13Use per race equipment sprites.Andrei Karas1-4/+20
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-7/+7
2011-09-14Replace some size() calls to empty().Andrei Karas1-2/+2
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-2/+4
2011-08-29Fix item sprites replacment issue if mixed directional and non directionalAndrei Karas1-19/+0
2011-08-16Add header to mumblemanager and some clean.Andrei Karas1-1/+2
2011-08-03Fix code style and remove some unused variabled.Andrei Karas1-0/+13
2011-07-30Fix sprite replacment logic.Andrei Karas1-0/+2
2011-07-25Reorders sprites now depend on player direction.Andrei Karas1-6/+77
2011-07-25Fix code style.Andrei Karas1-1/+1
2011-07-25Add removing palyers sprite logic depend on players direction.Andrei Karas1-7/+103
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/+1
2011-03-16Add checks and fix some code style.Andrei Karas1-1/+3
2011-03-08Replace %color% and %Color% constants in item names/descriptions.Andrei Karas1-1/+35
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas1-19/+17
2011-02-27First part of implimintation item colors.Andrei Karas1-0/+28
2011-02-20Fix some code style and some errors.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-14Replace sprites functionality (need support in client data).Andrei Karas1-7/+10
2011-02-12Add items attribute what allow hide other sprites only by id.Andrei Karas1-0/+13
2011-01-02Initial commit.Andrei Karas1-0/+66