summaryrefslogtreecommitdiff
path: root/src/being.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-10add partial support for player looks.Andrei Karas1-1/+7
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-05-28fix guard header part3.Andrei Karas1-1/+1
2013-04-29split being.cpp to some files.Andrei Karas1-20/+0
2013-04-21some other fixes from cpplint.Andrei Karas1-2/+2
2013-04-20fix style in other files.Andrei Karas1-1/+1
2013-04-18add support for using sound delays.Andrei Karas1-1/+20
2013-04-18add delay to action sounds.Andrei Karas1-0/+2
2013-04-14add basic client side only support for pets.Andrei Karas1-0/+18
2013-04-14another fixes from cpplint.Andrei Karas1-1/+0
2013-04-12Fix code style and other small issues.Andrei Karas1-1/+1
2013-04-07fix more style, add consts.Andrei Karas1-2/+2
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-04-05add animation effect to being.Andrei Karas1-0/+4
2013-04-04Add support for animated emotes.Andrei Karas1-8/+3
2013-03-31Add option to move player names (disabled by default).Andrei Karas1-0/+1
2013-03-22Add option to accept language messages in any languge.Andrei Karas1-1/+3
2013-03-04Add different effects to npc depend on qests status (evol only)Andrei Karas1-1/+5
2013-02-19Add support for away particle effect.Andrei Karas1-0/+8
2013-02-05Add missing checks to being class.Andrei Karas1-5/+7
2013-02-05Add checks and const to animatedsprites and related classes.Andrei Karas1-1/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25fix previous/next race button in char creation dialog.Andrei Karas1-0/+7
2012-12-17Use actual skill level in processing skill attack.Andrei Karas1-1/+1
2012-11-09Fix code style.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-76/+81
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas1-0/+3
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-2/+2
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+4
2012-10-08Fix code style.Andrei Karas1-1/+2
2012-10-06Add particle effect miss-effect-id to items and monsters.Andrei Karas1-1/+5
2012-10-06Fix default particle effects in attacks.Andrei Karas1-1/+1
2012-10-05Second part adding mob particle effects for attacks.Andrei Karas1-1/+1
2012-10-05first part for adding mobs particle effects.Andrei Karas1-2/+1
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-6/+6
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-09fix code style.Andrei Karas1-1/+1
2012-09-04add const to more classes,Andrei Karas1-1/+1
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas1-0/+14
2012-09-02Add const to more classes.Andrei Karas1-1/+2
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas1-2/+2
2012-08-25Add consts to being class.Andrei Karas1-71/+82
2012-08-24replace defines to consts.Andrei Karas1-5/+5
2012-08-23Remove useless includes.Andrei Karas1-5/+0
2012-08-01Fix code style.Andrei Karas1-1/+1
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-2/+7
2012-07-22Move some getters in being class from cpp to h.Andrei Karas1-8/+33
2012-07-19Block moving in storage is open.Andrei Karas1-2/+0