summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-06-21Add delayed images load.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-13/+13
2012-06-08Revert "Add hurt animation."Andrei Karas1-7/+6
2012-06-06Fix some issues after auto checking.Andrei Karas1-2/+2
2012-05-31Add sittop sprites support.Andrei Karas1-2/+23
2012-05-31Add hurt animation.Andrei Karas1-6/+7
2012-05-31Add support for each hair style own palete.Andrei Karas1-0/+8
2012-05-22Add option to hide nick for erased players relation.Andrei Karas1-4/+13
2012-05-11Add alt emotes id support.Andrei Karas1-2/+2
2012-05-06Fix code style.Andrei Karas1-4/+3
2012-04-25Improve iterators part 2.Andrei Karas1-25/+17
2012-04-01Last part of fixes.Andrei Karas1-3/+3
2012-03-29Replace vectors with strings to short names.Andrei Karas1-1/+1
2012-03-14Add support for other gender.Andrei Karas1-0/+29
2012-03-13Use per race equipment sprites.Andrei Karas1-2/+2
2012-03-10Add to skills missile particle effect and hit/miss sounds.Andrei Karas1-11/+64
2012-02-28Dont show "error" for emotes.Andrei Karas1-1/+3
2012-02-28Fix manaplus clients name highlight in evol server. Before was all highlighted.Andrei Karas1-1/+1
2012-02-25Fix old casts.Andrei Karas1-1/+1
2012-02-16Add race name to status and debug windows.Andrei Karas1-0/+8
2012-02-11Remove some unneeded includes.Andrei Karas1-1/+0
2012-02-08Fix code style with new tool.Andrei Karas1-4/+3
2012-01-28Add support for processing player statuses in evol server.Andrei Karas1-16/+21
2012-01-16Fix player and monsters hp bars in evol server.Andrei Karas1-13/+33
2012-01-06Allow use replacement item with any id.Andrei Karas1-0/+6
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-08Fix monster hp bar in evol server.Andrei Karas1-5/+1
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-2/+1
2011-11-27Fix players and mobs hp bar. Draw damage bar part in some situations.Andrei Karas1-1/+2
2011-11-24Remove some debug messages and old comments.Andrei Karas1-7/+0
2011-11-24Add ability to play different animation depend on monster hp.Andrei Karas1-1/+26
2011-11-14Fix code style.Andrei Karas1-1/+1
2011-11-13Fix dead mobs and floor items Y sorting position.Andrei Karas1-0/+2
2011-11-13Add support compotability with future mana reorder sprites implimentation.Andrei Karas1-11/+37
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-24/+27
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-3/+3
2011-11-02Add enemy relation.Andrei Karas1-1/+3
2011-10-10Add support for reading monsters attack range.Andrei Karas1-1/+6
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-1/+3
2011-09-18Fix compilation warnings.Andrei Karas1-1/+0
2011-09-17Change sit state under attack only if player got hit.v1.1.9.18Andrei Karas1-1/+1
2011-09-16Fix code style.Andrei Karas1-2/+2
2011-09-12Add missing checks to some files.Andrei Karas1-25/+22
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-10iterator fix in being.cpp after last changes.Andrei Karas1-1/+1
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-20/+19
2011-09-08Change player action from sit to stand if player under attack.Andrei Karas1-0/+2
2011-09-08Fix code style.Andrei Karas1-3/+6
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-6/+6
2011-09-06Fix sprites reorder feature if reorders sprites disabled in settings.Andrei Karas1-0/+2