summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-15Fix code style again.Andrei Karas1-0/+2
2012-08-01Fix code style.Andrei Karas1-1/+1
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-17/+2
2012-07-22Move some getters in being class from cpp to h.Andrei Karas1-50/+2
2012-07-21Add two new colors to themes.Andrei Karas1-1/+1
2012-07-20Fix code style.Andrei Karas1-6/+1
2012-07-19Block moving in storage is open.Andrei Karas1-5/+0
2012-07-19Allow moving by mouse if opened buy/sell dialogs.Andrei Karas1-3/+1
2012-07-18last warning fixes.Andrei Karas1-3/+3
2012-07-18Another warning fixes.Andrei Karas1-4/+4
2012-07-17Fix more code style and additional warnings.Andrei Karas1-4/+4
2012-07-15Fix code style.Andrei Karas1-2/+2
2012-06-21Add delayed images load.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-13/+13