summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-11Move map related files into resources/map.Andrei Karas1-1/+1
2014-05-09Fix code style.Andrei Karas1-0/+3
2014-02-02Add missing const and static into resource classes.Andrei Karas1-2/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-16Remove unused particle-effect attributes from items.xml.Andrei Karas1-1/+0
2013-10-04Add new item sound events constants.Andrei Karas1-3/+3
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+2
2013-09-16remove unused includes from resources.Andrei Karas1-1/+0
2013-07-23add support for attacksky and attackwater actions.Andrei Karas1-0/+18
2013-07-01fix up/down direction in sprites drawbefore/drawafter for legacy servers.Andrei Karas1-5/+24
2013-06-12add support for player look.Andrei Karas1-0/+12
2013-06-11add partial support for player look.Andrei Karas1-0/+12
2013-05-15add item option what can prevent sell item to npc without confirmation.Andrei Karas1-1/+2
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