Age | Commit message (Expand) | Author | Files | Lines |
2011-05-17 | Fix sprite buffering size issues | Jared Adams | 1 | -10/+0 |
2011-04-30 | Fixed documentation about beings attack speed unit. | Yohann Ferreira | 1 | -2/+3 |
2011-04-30 | Added customizable on-hit effects for characters. | Yohann Ferreira | 1 | -0/+3 |
2011-04-26 | Made the client use a unique kind of movement code. | Yohann Ferreira | 1 | -61/+29 |
2011-04-16 | Introduced the Being::lookAt() function. | Yohann Ferreira | 1 | -0/+5 |
2011-04-09 | Renamed Listener to EventListener | Thorbjørn Lindeijer | 1 | -2/+2 |
2011-04-09 | Removed the Mana namespace | Thorbjørn Lindeijer | 1 | -2/+2 |
2011-04-09 | Moved Channels to Mana::Event::Channel | Thorbjørn Lindeijer | 1 | -1/+1 |
2011-03-28 | Random code cleanups requested righteously by Thorbjorn - part 1. | Yohann Ferreira | 1 | -4/+4 |
2011-03-15 | Basically merged the two movement algorithms into one. | Yohann Ferreira | 1 | -58/+21 |
2010-12-06 | Removed superfluous #includes taken from checkheaders list. | Yohann Ferreira | 1 | -1/+0 |
2010-11-13 | Replace config listeners with the event system | Chuck Miller | 1 | -4/+1 |
2010-11-11 | Have the event system channels use enums instead of strings | Chuck Miller | 1 | -1/+1 |
2010-11-07 | Convert the emote system to use particles | Chuck Miller | 1 | -23/+0 |
2010-11-01 | Merge branch '0.5' of gitorious.org:mana/mana | Yohann Ferreira | 1 | -0/+14 |
2010-08-05 | Have Being manage speech creation and add permissions to events | Jared Adams | 1 | -1/+4 |
2010-08-01 | Remove isActive methods from buy/sell windows | Jared Adams | 1 | -2/+0 |
2010-07-29 | Changed the items loading to handle a new 'attack-action' parameter. | Yohann Ferreira | 1 | -1/+1 |
2010-07-19 | Merge branch '1.0' | Yohann Ferreira | 1 | -1/+7 |
2010-07-11 | Made the different hard-coded paths and files be now taken from the | Yohann Ferreira | 1 | -1/+7 |
2010-06-09 | Fix dead Beings not being removed using tmwAthena | Jared Adams | 1 | -12/+5 |
2010-06-09 | Remove hard-coded frame counts from Being class | Jared Adams | 1 | -14/+0 |
2010-05-17 | Remove Monster, Player, and NPC classes | Jared Adams | 1 | -23/+142 |
2010-05-06 | Add support for floor item sprites | Jared Adams | 1 | -165/+2 |
2010-04-23 | Add an Actor class to replace the Sprite class | Jared Adams | 1 | -42/+3 |
2010-04-16 | Add race support for eAthena | Jared Adams | 1 | -7/+7 |
2010-04-12 | Added the player collision rectangle and tweaked colors | Bertram | 1 | -0/+5 |
2010-04-12 | Forgot to remove Being::checkNodeOffset() function. | Bertram | 1 | -8/+0 |
2010-02-28 | Removed a few pointless const qualifiers | Thorbjørn Lindeijer | 1 | -1/+1 |
2010-02-24 | Some code cleanups | Thorbjørn Lindeijer | 1 | -5/+4 |
2010-02-23 | Sanitized ManaServ movement protocol, by mainly moving code from LocalPlayer ... | Bertram | 1 | -0/+9 |
2010-02-23 | Got rid of superfluous Destination coordinates in LocalPlayer. | Bertram | 1 | -3/+4 |
2010-02-21 | Handle packet 0x0195, and shows player's party name in a popup | Chuck Miller | 1 | -0/+12 |
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 |
2010-02-10 | Adds missile-particle attribute to items and monster attacks | Chuck Miller | 1 | -0/+5 |
2010-02-09 | Made the Beings' logic be able to handle any tile height/width. | Bertram | 1 | -4/+4 |
2010-02-07 | Nicer way of indicating that we're waiting on the server | Thorbjørn Lindeijer | 1 | -2/+2 |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 |
2010-02-07 | Renamed TakedDamage to DamageTaken | Thorbjørn Lindeijer | 1 | -3/+3 |
2010-02-01 | Small cleanups. | Bertram | 1 | -2/+2 |
2010-02-01 | Reduced CPU consumption by setting speed per ticks value only once. | Bertram | 1 | -1/+2 |
2010-01-31 | Unify eAthena and manaserv support in to one build. | Daniel Bradshaw | 1 | -12/+11 |
2010-01-28 | Added virtual destructors, some implicit casts, and a couple of type changes. | Daniel Bradshaw | 1 | -2/+2 |
2010-01-27 | Added mutators/accessors to being.h and smal cleanups. | Bertram | 1 | -39/+93 |
2010-01-25 | Simplify Being position a bit | Jared Adams | 1 | -5/+7 |
2010-01-24 | Remove some more _SUPPORT ifdefs | Jared Adams | 1 | -1/+1 |
2010-01-21 | No point in differentiating between int and Uint16 | Thorbjørn Lindeijer | 1 | -1/+1 |
2010-01-15 | Fixes drawing sprite in the playerbox widget. | Chuck Miller | 1 | -0/+8 |
2010-01-12 | Standardize header order | Jared Adams | 1 | -8/+8 |