summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-02Fix reading attack delay.Andrei Karas1-0/+1
2011-05-01Added customizable on-hit effects for characters.Yohann Ferreira1-4/+19
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
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
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