summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-17Change sit state under attack only if player got hit.v1.1.9.18Andrei Karas1-1/+1
2011-09-16Fix code style.Andrei Karas1-2/+2
2011-09-12Add missing checks to some files.Andrei Karas1-25/+22
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-10iterator fix in being.cpp after last changes.Andrei Karas1-1/+1
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-20/+19
2011-09-08Change player action from sit to stand if player under attack.Andrei Karas1-0/+2
2011-09-08Fix code style.Andrei Karas1-3/+6
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-6/+6
2011-09-06Fix sprites reorder feature if reorders sprites disabled in settings.Andrei Karas1-0/+2
2011-09-02Possible fix for random incorrect camera position.Andrei Karas1-0/+5
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
2011-08-22Show dead hp bar if monster have current damage more than countedAndrei Karas1-3/+17
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
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
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
2011-07-05Add ability to send client states to other clients.Andrei Karas1-4/+39
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
2011-05-30Fix memory leaks in being, socialwindow classes.Andrei Karas1-0/+3
2011-05-25Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, map...Andrei Karas1-0/+6
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
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
2011-05-19Enable server type selection again. Add evol server type. Now working same as...Andrei Karas1-4/+4
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
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