summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-06-14Add ability to add comments to any players.Andrei Karas1-1/+40
2011-06-05Add space before gender sign.Andrei Karas1-0/+9
2011-06-04Cleanup part list and beinginfo.Andrei Karas1-1/+1
2011-06-02Add players gender sugn in popup menus and being popups.Andrei Karas1-7/+15
2011-06-01Add setup option for finding bad chars in nicks.Andrei Karas1-0/+5
Highlight bad nicks on map with secure font.
2011-05-30Fix memory leaks in being, socialwindow classes.Andrei Karas1-0/+3
2011-05-25Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵Andrei Karas1-0/+6
map classes.
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-23Show speach messages variable time, depend on message size.Andrei Karas1-0/+6
2011-05-22Allow show equipment from other players from context menu "show items".Andrei Karas1-1/+79
Also allow undress separate items from players locally.
2011-05-19Enable server type selection again. Add evol server type. Now working same ↵Andrei Karas1-4/+4
as tmweathena.
2011-05-14Add missing checks.Andrei Karas1-12/+4
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵Andrei Karas1-1/+10
disabled. Fix some compilation warnings.
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas1-1/+1
2011-05-09Impliment air and water block types.Andrei Karas1-0/+2
2011-05-03Add min, max, critical hits to debug window.Andrei Karas1-0/+20
2011-05-02Fix reading attack delay.Andrei Karas1-0/+1
2011-05-01Added customizable on-hit effects for characters.Yohann Ferreira1-4/+19
This patch adds support for the following two parameters in weapon items: hit-effect-id: Effect triggered on the victim on normal hit. critical-hit-effect-id: Triggered on the victim on critical hit. (Specified in effects.xml) The patch also permits the use of custom defaults set in paths.xml by setting the following keys: (Paths are relative to the 'particles' key value, here.) hitEffectId: defaulted to effect id 26. criticalHitEffectId: defaulted to effect id 28. Resolves: Mana-mantis #337. Reviewed-by: bcs86 Conflicts: src/being.cpp src/resources/itemdb.cpp src/resources/iteminfo.h ManaPlus: adding missing checks.
2011-04-25Dont compile manaserv related code if manaserv support disabled.Andrei Karas1-2/+6
2011-04-18Rename sprites method setDirection to setSpriteDirection.Andrei Karas1-2/+2
2011-04-10Add some strings to translations.Andrei Karas1-16/+5
2011-04-04Rename some gui class files to real class names.Andrei Karas1-2/+2
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas1-1/+1
2011-04-03Add spawn animation to mobs.Andrei Karas1-0/+11
Also impliment sound events: SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-1/+1
2011-03-19Fix self rotation while attacking.Andrei Karas1-3/+6
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-8/+10
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-11/+11
2011-03-17Fix attack direction.Andrei Karas1-0/+4
2011-03-17Move direction calucaltion to Being method.Andrei Karas1-11/+31
2011-03-17Fix other players move animation.Andrei Karas1-0/+3
As dirty hack added delayed direction.
2011-02-27First part of implimintation item colors.Andrei Karas1-7/+9
2011-02-20Fix some code style and some errors.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-16Fix bug in sprites replacement functionality.Andrei Karas1-2/+5
2011-02-15Fix compilation warnings.Andrei Karas1-2/+0
2011-02-14Replace sprites functionality (need support in client data).Andrei Karas1-14/+53
2011-02-12Add items attribute what allow hide other sprites only by id.Andrei Karas1-1/+4
2011-02-12Add support for items attribute RemoveSprite.Andrei Karas1-0/+19
Usefull for example for hiding hair if equiped helmet.
2011-01-21Add diagonal animations.Andrei Karas1-2/+20
New animation names: upleft, upright, downleft, downright Tested atleast at mobs.
2011-01-15Fix reorder sprite issue. Was broken after last fixes.Andrei Karas1-1/+1
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-3/+3
2011-01-10Hide own hp bar if player dead.Andrei Karas1-1/+1
2011-01-06Set sound volume depends on distance to object.Andrei Karas1-3/+11
2011-01-05Add hp bar to local player.Andrei Karas1-20/+26
2011-01-05Add gettext to missing strings. Update POTFILES.inAndrei Karas1-1/+2
and update russian translation.
2011-01-02Initial commit.Andrei Karas1-0/+2009
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.