summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2011-08-18Improved equip slots description for both protocols.Yohann Ferreira1-0/+33
2011-08-18Made the equipment window not use server specific code again.Yohann Ferreira1-0/+5
2011-08-18Made the client able to successfully equip/unequip!Yohann Ferreira1-0/+10
2011-08-18Got rid of the superfluous definition of the slot number for tA.Yohann Ferreira1-2/+4
2011-07-01make update-po + gettext special comment added.Yohann Ferreira1-0/+5
2011-06-24Made use of the attack speed sent by the tA server.Yohann Ferreira1-2/+5
2011-06-23Fixed type in the guildhandler message as reported by Der Loisl.Yohann Ferreira1-1/+1
2011-06-22Applied fixes requested by cody.Yohann Ferreira3-5/+5
2011-06-16Remove useless ping packetBen Longbons3-16/+0
2011-06-04Fixing movement on tAStefan Dombrowski1-2/+2
2011-06-04Revert "Fix sending coordinates for tmwAthena"Jared Adams1-12/+6
2011-06-04Fix sending coordinates for tmwAthenaJared Adams1-6/+12
2011-06-04Fix handling of 16- and 32-bit number in tmwAthena netcodeJared Adams2-8/+29
2011-06-03Replace SDL_types.h with cstdintJared Adams10-33/+20
2011-06-03Cleanup network code to use unsigned integers of the relevant sizeBen Longbons4-59/+30
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer4-21/+11
2011-05-30Remove some uneeded offsettingJared Adams1-1/+1
2011-05-28Fixing setting of being positionStefan Dombrowski1-2/+3
2011-05-26tmwAthena supports 9 characters per accountJared Adams1-5/+1
2011-05-15Starting to fix party inviteStefan Dombrowski1-1/+1
2011-05-09Remove or comment duplicate tmwA packets, and fix a typoBen Longbons2-8/+6
2011-05-02Remove an unused variable in packet handling.Jared Adams1-2/+2
2011-04-30Merge branch '0.5'Yohann Ferreira5-14/+40
2011-04-29Made the client load the skills.xml again.Yohann Ferreira1-1/+1
2011-04-27Fixing crash when selecting a character that has a Dark Talisman equippedStefan Dombrowski2-1/+4
2011-04-26Made the client use a unique kind of movement code.Yohann Ferreira8-52/+188
2011-04-14Add missing auth failure reasonsBen Longbons1-0/+9
2011-04-12Limit the number of pick-up packets to avoid kick from the serverStefan Dombrowski1-0/+5
2011-04-11Removing annoying NPC trade messages from chatStefan Dombrowski2-15/+15
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer3-7/+2
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer4-7/+7
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer10-67/+67
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer9-31/+31
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer7-30/+30
2011-03-29Made the flooritems position set back in pixels.Yohann Ferreira1-3/+11
2011-03-29Added the Map::getTileCenter() convenience function.Yohann Ferreira2-31/+19
2011-03-28Random cleanups - Part 2Yohann Ferreira1-5/+5
2011-03-28Random code cleanups requested righteously by Thorbjorn - part 1.Yohann Ferreira3-19/+9
2011-03-28Added some tolerance on the tA being position message.Yohann Ferreira1-1/+11
2011-03-17Simplified the get/setAttackRange() functions as requested.Yohann Ferreira1-2/+2
2011-03-17Handle ta move and position message in a more generic way.Yohann Ferreira1-86/+47
2011-03-17Now the client centers the pixel positions when using tA.Yohann Ferreira1-0/+3
2011-03-16Fixed the bug with remote player movement animation,Yohann Ferreira1-7/+9
2011-03-16Fixed the attack range handling for both servers.Yohann Ferreira1-1/+22
2011-03-15Made the tA Beinghandler avoid dealing with flawed coordinates.Yohann Ferreira1-51/+81
2011-03-15Add a tolerance check on current position to limit desyncs.Yohann Ferreira1-11/+42
2011-03-15Implemented a screen shake effect system in the viewport class.Philipp Sehmisch1-0/+1
2011-03-15Reset destination to position at warp time for TmwAthena.Yohann Ferreira1-2/+5
2011-03-15Simplify the tmwAthena calculation of the pixel/tick speed.Yohann Ferreira1-11/+3
2011-03-15Basically merged the two movement algorithms into one.Yohann Ferreira7-35/+132