summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-05add animation effect to being.Andrei Karas1-5/+33
2013-04-04Add support for animated emotes.Andrei Karas1-17/+33
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-12/+21
2013-03-31Add option to move player names (disabled by default).Andrei Karas1-3/+5
2013-03-28Disable more particles if particle engine disabled.Andrei Karas1-2/+5
2013-03-27improve charserverhandler class.Andrei Karas1-5/+5
2013-03-22Add option to accept language messages in any languge.Andrei Karas1-1/+9
2013-03-15Fix code style.Andrei Karas1-1/+1
2013-03-04Add different effects to npc depend on qests status (evol only)Andrei Karas1-7/+16
2013-03-02Other fixes after Coverity checks.Andrei Karas1-5/+4
2013-02-24Improve string usage in some files.Andrei Karas1-12/+14
2013-02-21fix name signs update.Andrei Karas1-1/+3
2013-02-20Fix afk particle effect.Andrei Karas1-0/+3
2013-02-19Add support for away particle effect.Andrei Karas1-1/+26
2013-02-05Add missing checks to being class.Andrei Karas1-105/+81
2013-02-05Add checks and const to animatedsprites and related classes.Andrei Karas1-1/+2
2013-01-23Fix erase action to guild members or other players with some kind of colored ...Andrei Karas1-2/+4
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-13/+7
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-30Fix hurt sound position.Andrei Karas1-1/+1
2012-12-30Add support for different sounds from different weapons.Andrei Karas1-2/+35
2012-12-25fix previous/next race button in char creation dialog.Andrei Karas1-2/+9
2012-12-21Fix code style and other small issues.Andrei Karas1-1/+2
2012-12-17Use actual skill level in processing skill attack.Andrei Karas1-7/+8
2012-12-16Allow different skill images/names etc for each skill level.Andrei Karas1-3/+3
2012-12-16Separate in skills skill info and skill data for future usage.Andrei Karas1-3/+3
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+7
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-10-08Fix code style.Andrei Karas1-1/+1
2012-10-06Add particle effect miss-effect-id to items and monsters.Andrei Karas1-43/+68
2012-10-06Fix default particle effects in attacks.Andrei Karas1-7/+22
2012-10-05Second part adding mob particle effects for attacks.Andrei Karas1-2/+15
2012-10-05first part for adding mobs particle effects.Andrei Karas1-37/+34
2012-10-02Remove most C casts.Andrei Karas1-1/+2
2012-09-23Add to monsters.xml and npcs.xml sort offset parameters.Andrei Karas1-2/+6
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-20Fix incorrect color access.Andrei Karas1-1/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-2/+2
2012-09-09fix code style.Andrei Karas1-1/+1
2012-09-04add const to more classes,Andrei Karas1-3/+3
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas1-7/+62
2012-09-02Add const to more classes.Andrei Karas1-1/+2
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas1-1/+4
2012-08-25Add consts to being class.Andrei Karas1-102/+114
2012-08-24replace defines to consts.Andrei Karas1-4/+7
2012-08-24Small style changes.Andrei Karas1-7/+7
2012-08-23Remove useless includes.Andrei Karas1-11/+0