summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2011-11-12Removed some Channel and ChannelTab related sillinessThorbjørn Lindeijer1-5/+2
2011-11-12Prevent a potential crash when the chat channel is wrong.Yohann Ferreira1-1/+11
2011-11-01Merge github.com:mana/manaYohann Ferreira2-5/+3
2011-10-22Officially added the gender in the manaserv protocol.Yohann Ferreira3-4/+14
2011-09-30Revert "Made the first XP notification don't show anymore."Yohann Ferreira1-7/+1
2011-09-29Made the first XP notification don't show anymore.Yohann Ferreira1-1/+7
2011-09-28Forgot to update the db version number in the client protocol file.Yohann Ferreira1-1/+1
2011-09-28Officially added the gender in the manaserv protocol - client part.Yohann Ferreira3-4/+16
2011-09-28Got rid of the superfluous definition of the slot number for tA.Yohann Ferreira1-2/+4
2011-09-16Improve handling of packet lengths.Ben Longbons1-42/+46
2011-09-16Instead of SDL_mutex, use Mutex wrapper and MutexLocker for safetyBen Longbons2-23/+12
2011-09-15Improve handling of packet lengths.Ben Longbons1-42/+46
2011-09-15Instead of SDL_mutex, use Mutex wrapper and MutexLocker for safetyBen Longbons2-23/+12
2011-09-13Made the delay between to keyboard move calls functional.Yohann Ferreira5-1/+25
2011-08-30Fixed a memleak in the ManaServ::InventoryHandler()Yohann Ferreira2-0/+7
2011-08-30Added a way to specify where the equipment boxes will display.Yohann Ferreira3-8/+65
2011-08-30Synced the manaserv protocol file with the server's latest changes.Yohann Ferreira1-1/+4
2011-08-19Merge git://gitorious.org/~bertram/mana/mana-equipment-fix into equipment-fixYohann Ferreira9-131/+352
2011-08-19Fixed visible equipment updates, and made it based on equip.xml.Yohann Ferreira8-46/+112
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 Ferreira2-0/+8
2011-08-18Made the client able to successfully equip/unequip!Yohann Ferreira4-86/+198
2011-08-18Got rid of the superfluous definition of the slot number for tA.Yohann Ferreira1-2/+4
2011-08-11Merge branch 'master' of git://gitorious.org/~bertram/mana/mana-equipment-fix...Yohann Ferreira3-61/+108
2011-08-11Made the delay between to keyboard move calls functional.Yohann Ferreira5-1/+25
2011-08-11Adapted the client to the latest server changes.Yohann Ferreira3-45/+91
2011-08-10Client logs in with salted password now.Stefan Beller4-3/+33
2011-07-27Followed server protocol changes.Yohann Ferreira2-22/+23
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