summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-09-01Eliminate asserts from most files.Andrei Karas1-1/+0
2011-08-28Fix guild name reset on players from time.Andrei Karas1-1/+0
2011-08-27Add guild name to beings cache.Andrei Karas1-0/+10
2011-08-27Fix guild name update on players.Andrei Karas1-1/+1
2011-08-27Basic support for guild bot integration.Andrei Karas1-1/+5
Not working context menu actions, chat commands, auto complete.
2011-08-22Show dead hp bar if monster have current damage more than countedAndrei Karas1-3/+17
maximum value.
2011-08-20Improve drawing invisible npc like arrows or rain.Andrei Karas1-2/+5
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-12Add ability to add comments to npcs.Andrei Karas1-8/+33
2011-08-09Add option to enable/disable reorder sprites feature.Andrei Karas1-0/+5
2011-07-31Fix attack animation length issue.Andrei Karas1-1/+1
Before all attacks was stopped after near 1 second. Now it play animation before state changed.
2011-07-26Small optimisation in reorder sprites function.Andrei Karas1-10/+11
2011-07-25Reorders sprites now depend on player direction.Andrei Karas1-8/+10
2011-07-25Add removing palyers sprite logic depend on players direction.Andrei Karas1-22/+34
2011-07-09Fix updating local player status.Andrei Karas1-0/+3
2011-07-08Add to caching players statuses.Andrei Karas1-2/+44
2011-07-08Show players statuses near nicks.Andrei Karas1-13/+40
2011-07-08Fix some issues after automatic checking.Andrei Karas1-1/+0
Change compilation flags in make scripts.
2011-07-07Remove undescore from variables and defines.Andrei Karas1-3/+3
2011-07-07Fix special emote detection.Andrei Karas1-1/+1
2011-07-05Fix memory leak in shop window, add missing initialisation to BeingCacheEntry.Andrei Karas1-1/+3
Small code style fix.
2011-07-05Add ability to send client states to other clients.Andrei Karas1-4/+39
Using for this emotes.
2011-06-30Small speed improvments.Andrei Karas1-28/+30
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