summaryrefslogtreecommitdiff
path: root/src/being.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Allow use replacement item with any id.Andrei Karas1-0/+6
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-08Fix monster hp bar in evol server.Andrei Karas1-5/+1
2011-12-02Fix some issues after automatic code checking.Andrei Karas1-2/+1
2011-11-27Fix players and mobs hp bar. Draw damage bar part in some situations.Andrei Karas1-1/+2
2011-11-24Remove some debug messages and old comments.Andrei Karas1-7/+0
2011-11-24Add ability to play different animation depend on monster hp.Andrei Karas1-1/+26
2011-11-14Fix code style.Andrei Karas1-1/+1
2011-11-13Fix dead mobs and floor items Y sorting position.Andrei Karas1-0/+2
2011-11-13Add support compotability with future mana reorder sprites implimentation.Andrei Karas1-11/+37
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-24/+27
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-3/+3
2011-11-02Add enemy relation.Andrei Karas1-1/+3
2011-10-10Add support for reading monsters attack range.Andrei Karas1-1/+6
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-1/+3
2011-09-18Fix compilation warnings.Andrei Karas1-1/+0
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