summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2011-08-11Made the delay between to keyboard move calls functional.Yohann Ferreira5-1/+25
2011-08-10Client logs in with salted password now.Stefan Beller4-3/+33
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-22Merge branch 'master' of gitorious.org:~bertram/mana/mana-any-square-tile-sizeYohann Ferreira4-8/+7
2011-06-22Applied fixes requested by cody.Yohann Ferreira4-10/+8
2011-06-19Making party invite functionalStefan Dombrowski2-34/+54
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-5/+6
2011-06-17Made the client officially handle attack ids.Yohann Ferreira2-3/+3
2011-06-16Remove useless ping packetBen Longbons6-25/+0
2011-06-05Removing unknown conversion type character 'l' in formatStefan Dombrowski2-2/+2
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 Adams25-92/+96
2011-06-03Cleanup network code to use unsigned integers of the relevant sizeBen Longbons12-84/+55
2011-06-02Arbitrary code cleanupsThorbjørn Lindeijer6-23/+13
2011-06-02Some work on the manaserv equipment backendThorbjørn Lindeijer2-35/+166
2011-05-30Routing party invite through the map serverStefan Dombrowski2-5/+17
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 Adams2-8/+4
2011-05-15Starting to fix party inviteStefan Dombrowski3-9/+17
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-05-01Fixing checking of being positions send by the serverStefan Dombrowski1-6/+6
2011-05-01Checking being positions send by the serverStefan Dombrowski1-0/+26
2011-04-30Merge branch '0.5'Yohann Ferreira6-15/+41
2011-04-29Made the client load the skills.xml again.Yohann Ferreira2-2/+2
2011-04-27Avoiding compiler warnings about possible uninitialized variablesStefan Dombrowski1-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 Ferreira15-118/+247
2011-04-18Added a client-side position tolerance check.Yohann Ferreira2-10/+26
2011-04-16Removed ENet version checks since only 1.3 should be used anywayThorbjørn Lindeijer3-14/+0
2011-04-16Removing unused enum EMAILCHG_EXISTS_EMAILStefan Dombrowski1-5/+0
2011-04-16Post-review fixes.Yohann Ferreira1-3/+0
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 Lindeijer8-26/+3
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer7-12/+12
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer17-129/+129
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer16-60/+60
2011-04-09Moved Events to Mana::Event::TypeThorbjørn Lindeijer12-58/+59
2011-03-30Fixing zombies in char select dialogStefan Dombrowski1-2/+21
2011-03-29Made the flooritems position set back in pixels.Yohann Ferreira2-20/+12
2011-03-29Added the Map::getTileCenter() convenience function.Yohann Ferreira2-31/+19
2011-03-28Random cleanups - Part 2Yohann Ferreira1-5/+5