Age | Commit message (Expand) | Author | Files | Lines |
2011-09-29 | Made the first XP notification don't show anymore. | Yohann Ferreira | 1 | -1/+7 |
2011-09-28 | Forgot to update the db version number in the client protocol file. | Yohann Ferreira | 1 | -1/+1 |
2011-09-28 | Officially added the gender in the manaserv protocol - client part. | Yohann Ferreira | 3 | -4/+16 |
2011-09-13 | Made the delay between to keyboard move calls functional. | Yohann Ferreira | 2 | -0/+10 |
2011-08-30 | Fixed a memleak in the ManaServ::InventoryHandler() | Yohann Ferreira | 2 | -0/+7 |
2011-08-30 | Added a way to specify where the equipment boxes will display. | Yohann Ferreira | 2 | -8/+40 |
2011-08-30 | Synced the manaserv protocol file with the server's latest changes. | Yohann Ferreira | 1 | -1/+4 |
2011-08-19 | Merge git://gitorious.org/~bertram/mana/mana-equipment-fix into equipment-fix | Yohann Ferreira | 6 | -129/+275 |
2011-08-19 | Fixed visible equipment updates, and made it based on equip.xml. | Yohann Ferreira | 6 | -46/+87 |
2011-08-18 | Made the equipment window not use server specific code again. | Yohann Ferreira | 1 | -0/+3 |
2011-08-18 | Made the client able to successfully equip/unequip! | Yohann Ferreira | 3 | -86/+188 |
2011-08-11 | Merge branch 'master' of git://gitorious.org/~bertram/mana/mana-equipment-fix... | Yohann Ferreira | 3 | -61/+108 |
2011-08-11 | Made the delay between to keyboard move calls functional. | Yohann Ferreira | 2 | -0/+10 |
2011-08-11 | Adapted the client to the latest server changes. | Yohann Ferreira | 3 | -45/+91 |
2011-08-10 | Client logs in with salted password now. | Stefan Beller | 3 | -2/+30 |
2011-07-27 | Followed server protocol changes. | Yohann Ferreira | 2 | -22/+23 |
2011-06-22 | Merge branch 'master' of gitorious.org:~bertram/mana/mana-any-square-tile-size | Yohann Ferreira | 1 | -3/+2 |
2011-06-22 | Applied fixes requested by cody. | Yohann Ferreira | 1 | -5/+3 |
2011-06-19 | Making party invite functional | Stefan Dombrowski | 2 | -34/+54 |
2011-06-17 | First pass on removing tile hard coded values. | Yohann Ferreira | 1 | -5/+6 |
2011-06-17 | Made the client officially handle attack ids. | Yohann Ferreira | 2 | -3/+3 |
2011-06-16 | Remove useless ping packet | Ben Longbons | 2 | -7/+0 |
2011-06-03 | Replace SDL_types.h with cstdint | Jared Adams | 8 | -20/+20 |
2011-06-03 | Cleanup network code to use unsigned integers of the relevant size | Ben Longbons | 4 | -12/+12 |
2011-06-02 | Arbitrary code cleanups | Thorbjørn Lindeijer | 1 | -1/+1 |
2011-06-02 | Some work on the manaserv equipment backend | Thorbjørn Lindeijer | 2 | -35/+166 |
2011-05-30 | Routing party invite through the map server | Stefan Dombrowski | 2 | -5/+17 |
2011-05-15 | Starting to fix party invite | Stefan Dombrowski | 2 | -8/+16 |
2011-05-01 | Fixing checking of being positions send by the server | Stefan Dombrowski | 1 | -6/+6 |
2011-05-01 | Checking being positions send by the server | Stefan Dombrowski | 1 | -0/+26 |
2011-04-30 | Merge branch '0.5' | Yohann Ferreira | 1 | -1/+1 |
2011-04-29 | Made the client load the skills.xml again. | Yohann Ferreira | 1 | -1/+1 |
2011-04-27 | Avoiding compiler warnings about possible uninitialized variables | Stefan Dombrowski | 1 | -1/+1 |
2011-04-26 | Made the client use a unique kind of movement code. | Yohann Ferreira | 6 | -65/+40 |
2011-04-18 | Added a client-side position tolerance check. | Yohann Ferreira | 2 | -10/+26 |
2011-04-16 | Removed ENet version checks since only 1.3 should be used anyway | Thorbjørn Lindeijer | 3 | -14/+0 |
2011-04-16 | Removing unused enum EMAILCHG_EXISTS_EMAIL | Stefan Dombrowski | 1 | -5/+0 |
2011-04-16 | Post-review fixes. | Yohann Ferreira | 1 | -3/+0 |
2011-04-09 | Removed a lot of useless "documentation" | Thorbjørn Lindeijer | 2 | -9/+0 |
2011-04-09 | Renamed Listener to EventListener | Thorbjørn Lindeijer | 3 | -5/+5 |
2011-04-09 | Removed the Mana namespace | Thorbjørn Lindeijer | 7 | -62/+62 |
2011-04-09 | Moved Channels to Mana::Event::Channel | Thorbjørn Lindeijer | 7 | -29/+29 |
2011-04-09 | Moved Events to Mana::Event::Type | Thorbjørn Lindeijer | 5 | -28/+29 |
2011-03-30 | Fixing zombies in char select dialog | Stefan Dombrowski | 1 | -2/+21 |
2011-03-29 | Made the flooritems position set back in pixels. | Yohann Ferreira | 1 | -17/+1 |
2011-03-28 | Random code cleanups requested righteously by Thorbjorn - part 1. | Yohann Ferreira | 2 | -10/+11 |
2011-03-17 | Simplified the get/setAttackRange() functions as requested. | Yohann Ferreira | 1 | -1/+2 |
2011-03-17 | Now the client centers the pixel positions when using tA. | Yohann Ferreira | 1 | -0/+3 |
2011-03-15 | Implemented a screen shake effect system in the viewport class. | Philipp Sehmisch | 3 | -0/+40 |
2011-03-15 | Basically merged the two movement algorithms into one. | Yohann Ferreira | 4 | -48/+36 |