Age | Commit message (Expand) | Author | Files | Lines |
2011-05-15 | Starting to fix party invite | Stefan Dombrowski | 3 | -9/+17 |
2011-05-09 | Remove or comment duplicate tmwA packets, and fix a typo | Ben Longbons | 2 | -8/+6 |
2011-05-02 | Remove an unused variable in packet handling. | Jared Adams | 1 | -2/+2 |
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 | 6 | -15/+41 |
2011-04-29 | Made the client load the skills.xml again. | Yohann Ferreira | 2 | -2/+2 |
2011-04-27 | Avoiding compiler warnings about possible uninitialized variables | Stefan Dombrowski | 1 | -1/+1 |
2011-04-27 | Fixing crash when selecting a character that has a Dark Talisman equipped | Stefan Dombrowski | 2 | -1/+4 |
2011-04-26 | Made the client use a unique kind of movement code. | Yohann Ferreira | 15 | -118/+247 |
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-14 | Add missing auth failure reasons | Ben Longbons | 1 | -0/+9 |
2011-04-12 | Limit the number of pick-up packets to avoid kick from the server | Stefan Dombrowski | 1 | -0/+5 |
2011-04-11 | Removing annoying NPC trade messages from chat | Stefan Dombrowski | 2 | -15/+15 |
2011-04-09 | Removed a lot of useless "documentation" | Thorbjørn Lindeijer | 8 | -26/+3 |
2011-04-09 | Renamed Listener to EventListener | Thorbjørn Lindeijer | 7 | -12/+12 |
2011-04-09 | Removed the Mana namespace | Thorbjørn Lindeijer | 17 | -129/+129 |
2011-04-09 | Moved Channels to Mana::Event::Channel | Thorbjørn Lindeijer | 16 | -60/+60 |
2011-04-09 | Moved Events to Mana::Event::Type | Thorbjørn Lindeijer | 12 | -58/+59 |
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 | 2 | -20/+12 |
2011-03-29 | Added the Map::getTileCenter() convenience function. | Yohann Ferreira | 2 | -31/+19 |
2011-03-28 | Random cleanups - Part 2 | Yohann Ferreira | 1 | -5/+5 |
2011-03-28 | Random code cleanups requested righteously by Thorbjorn - part 1. | Yohann Ferreira | 6 | -32/+24 |
2011-03-28 | Added some tolerance on the tA being position message. | Yohann Ferreira | 1 | -1/+11 |
2011-03-17 | Simplified the get/setAttackRange() functions as requested. | Yohann Ferreira | 2 | -3/+4 |
2011-03-17 | Handle ta move and position message in a more generic way. | Yohann Ferreira | 1 | -86/+47 |
2011-03-17 | Now the client centers the pixel positions when using tA. | Yohann Ferreira | 3 | -0/+12 |
2011-03-16 | Fixed the bug with remote player movement animation, | Yohann Ferreira | 1 | -7/+9 |
2011-03-16 | Fixed the attack range handling for both servers. | Yohann Ferreira | 1 | -1/+22 |
2011-03-15 | Made the tA Beinghandler avoid dealing with flawed coordinates. | Yohann Ferreira | 1 | -51/+81 |
2011-03-15 | Add a tolerance check on current position to limit desyncs. | Yohann Ferreira | 1 | -11/+42 |
2011-03-15 | Implemented a screen shake effect system in the viewport class. | Philipp Sehmisch | 4 | -0/+41 |
2011-03-15 | Reset destination to position at warp time for TmwAthena. | Yohann Ferreira | 1 | -2/+5 |
2011-03-15 | Simplify the tmwAthena calculation of the pixel/tick speed. | Yohann Ferreira | 1 | -11/+3 |
2011-03-15 | Basically merged the two movement algorithms into one. | Yohann Ferreira | 12 | -84/+180 |
2011-02-21 | Merge branch '0.5' | Thorbjørn Lindeijer | 1 | -3/+4 |
2011-02-21 | Fixing segmentation fault in chathandler | Stefan Dombrowski | 1 | -5/+7 |
2011-02-17 | Specific messages for each pickup failure reason. | Ben Longbons | 1 | -3/+4 |
2011-02-07 | Removed remaining reference to MANASERV_SUPPORT define switch | Philipp Sehmisch | 1 | -4/+1 |
2011-02-01 | Merge branch '0.5' | Thorbjørn Lindeijer | 1 | -1/+2 |
2011-01-27 | Send the correct protocol version when registering on Manaserv. | Yohann Ferreira | 1 | -1/+1 |
2011-01-26 | Prune the enet and manaserv files dependency of the 0.5 binary. | Yohann Ferreira | 1 | -1/+2 |
2011-01-25 | Upgraded the manaserv protocol version to 1. | Yohann Ferreira | 1 | -1/+1 |
2011-01-24 | Refactored the item loading in a more extensible and per protocol way. | Yohann Ferreira | 3 | -28/+28 |
2011-01-11 | Remove the protocol version magic number. | Yohann Ferreira | 2 | -1/+3 |
2011-01-09 | Fix other direction discrepancies on the client. | Yohann Ferreira | 2 | -23/+10 |