summaryrefslogtreecommitdiff
path: root/src/being.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Fix sprite buffering size issuesJared Adams1-10/+0
2011-04-30Fixed documentation about beings attack speed unit.Yohann Ferreira1-2/+3
2011-04-30Added customizable on-hit effects for characters.Yohann Ferreira1-0/+3
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira1-61/+29
2011-04-16Introduced the Being::lookAt() function.Yohann Ferreira1-0/+5
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer1-2/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-2/+2
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-1/+1
2011-03-28Random code cleanups requested righteously by Thorbjorn - part 1.Yohann Ferreira1-4/+4
2011-03-15Basically merged the two movement algorithms into one.Yohann Ferreira1-58/+21
2010-12-06Removed superfluous #includes taken from checkheaders list.Yohann Ferreira1-1/+0
2010-11-13Replace config listeners with the event systemChuck Miller1-4/+1
2010-11-11Have the event system channels use enums instead of stringsChuck Miller1-1/+1
2010-11-07Convert the emote system to use particlesChuck Miller1-23/+0
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-0/+14
2010-08-05Have Being manage speech creation and add permissions to eventsJared Adams1-1/+4
2010-08-01Remove isActive methods from buy/sell windowsJared Adams1-2/+0
2010-07-29Changed the items loading to handle a new 'attack-action' parameter.Yohann Ferreira1-1/+1
2010-07-19Merge branch '1.0'Yohann Ferreira1-1/+7
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-1/+7
2010-06-09Fix dead Beings not being removed using tmwAthenaJared Adams1-12/+5
2010-06-09Remove hard-coded frame counts from Being classJared Adams1-14/+0
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-23/+142
2010-05-06Add support for floor item spritesJared Adams1-165/+2
2010-04-23Add an Actor class to replace the Sprite classJared Adams1-42/+3
2010-04-16Add race support for eAthenaJared Adams1-7/+7
2010-04-12Added the player collision rectangle and tweaked colorsBertram1-0/+5
2010-04-12Forgot to remove Being::checkNodeOffset() function.Bertram1-8/+0
2010-02-28Removed a few pointless const qualifiersThorbjørn Lindeijer1-1/+1
2010-02-24Some code cleanupsThorbjørn Lindeijer1-5/+4
2010-02-23Sanitized ManaServ movement protocol, by mainly moving code from LocalPlayer ...Bertram1-0/+9
2010-02-23Got rid of superfluous Destination coordinates in LocalPlayer.Bertram1-3/+4
2010-02-21Handle packet 0x0195, and shows player's party name in a popupChuck Miller1-0/+12
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-10Adds missile-particle attribute to items and monster attacksChuck Miller1-0/+5
2010-02-09Made the Beings' logic be able to handle any tile height/width.Bertram1-4/+4
2010-02-07Nicer way of indicating that we're waiting on the serverThorbjørn Lindeijer1-2/+2
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-07Renamed TakedDamage to DamageTakenThorbjørn Lindeijer1-3/+3
2010-02-01Small cleanups.Bertram1-2/+2
2010-02-01Reduced CPU consumption by setting speed per ticks value only once.Bertram1-1/+2
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-12/+11
2010-01-28Added virtual destructors, some implicit casts, and a couple of type changes.Daniel Bradshaw1-2/+2
2010-01-27Added mutators/accessors to being.h and smal cleanups.Bertram1-39/+93
2010-01-25Simplify Being position a bitJared Adams1-5/+7
2010-01-24Remove some more _SUPPORT ifdefsJared Adams1-1/+1
2010-01-21No point in differentiating between int and Uint16Thorbjørn Lindeijer1-1/+1
2010-01-15Fixes drawing sprite in the playerbox widget.Chuck Miller1-0/+8
2010-01-12Standardize header orderJared Adams1-8/+8