summaryrefslogtreecommitdiff
path: root/src/being.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-08Add to caching players statuses.Andrei Karas1-1/+1
2011-07-08Show players statuses near nicks.Andrei Karas1-0/+3
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-07-05Add ability to send client states to other clients.Andrei Karas1-5/+23
Using for this emotes.
2011-06-26Bit improve speed in map getwalk.Andrei Karas1-0/+1
2011-06-14Add ability to add comments to any players.Andrei Karas1-0/+15
2011-06-05Add space before gender sign.Andrei Karas1-0/+2
2011-06-02Add players gender sugn in popup menus and being popups.Andrei Karas1-0/+2
2011-06-01Add setup option for finding bad chars in nicks.Andrei Karas1-0/+7
Highlight bad nicks on map with secure font.
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-25Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵Andrei Karas1-0/+2
map classes.
2011-05-23Show speach messages variable time, depend on message size.Andrei Karas1-2/+3
2011-05-22Allow show equipment from other players from context menu "show items".Andrei Karas1-0/+28
Also allow undress separate items from players locally.
2011-05-09Impliment air and water block types.Andrei Karas1-1/+1
2011-05-03Add min, max, critical hits to debug window.Andrei Karas1-0/+23
2011-05-02Save being speed in being object.Andrei Karas1-0/+7
2011-05-01Added customizable on-hit effects for characters.Yohann Ferreira1-0/+3
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-13Fix warnings in clang compilation.Andrei Karas1-1/+2
2011-04-04Add initialisation for some variables, fix compilation warning.Andrei Karas1-1/+1
2011-04-03Add spawn animation to mobs.Andrei Karas1-1/+2
Also impliment sound events: SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN
2011-03-17Move direction calucaltion to Being method.Andrei Karas1-0/+4
2011-03-17Fix other players move animation.Andrei Karas1-0/+8
As dirty hack added delayed direction.
2011-02-27First part of implimintation item colors.Andrei Karas1-1/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-14Replace sprites functionality (need support in client data).Andrei Karas1-1/+3
2011-02-12Add support for items attribute RemoveSprite.Andrei Karas1-0/+1
Usefull for example for hiding hair if equiped helmet.
2011-01-05Add hp bar to local player.Andrei Karas1-1/+2
2011-01-02Initial commit.Andrei Karas1-0/+770
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.