summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2010-12-29Fixed potential flaw for the number of characters slots on tAthena.Yohann Ferreira2-6/+19
2010-12-17Update the net/manaserv/protocol.h file with latest description.Yohann Ferreira1-2/+2
2010-12-16Made the client handle the number of slots given by the server.Yohann Ferreira3-4/+23
2010-12-15Unlock the char select dialog even if we've got an error.Yohann Ferreira1-1/+1
2010-12-06Removed superfluous #includes taken from checkheaders list.Yohann Ferreira5-9/+0
2010-11-12Change NPC handling in the net codeChuck Miller5-104/+212
2010-11-11Replace Event names with enums instead of stringsChuck Miller12-57/+58
2010-11-11Have the event system channels use enums instead of stringsChuck Miller18-55/+55
2010-11-09Fix client successful unregister behaviour for manaserv.Yohann Ferreira1-1/+1
2010-11-07Convert the emote system to use particlesChuck Miller1-5/+4
2010-11-02Re-Enable the support of manaserv servers.Yohann Ferreira1-5/+0
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira9-7/+30
2010-10-31Fix memory leak of localplayer classes in the charserverhandlerChuck Miller2-2/+2
2010-10-19Heavy GUI fixes related to stats for Manaserv.Yohann Ferreira3-21/+114
2010-10-17Removed unnecessary condition in net::readCoordinates.Yohann Ferreira1-6/+2
2010-10-17Fixing missing translation of direction for tA-serverStefan Dombrowski1-0/+7
2010-10-13Adding theme colors for party tabsStefan Dombrowski1-1/+1
2010-10-13Hiding Manaserv from the player on TMW-Athena only releaseStefan Dombrowski1-0/+4
2010-10-11Implementing show IP for game mastersStefan Dombrowski3-2/+12
2010-10-08Remove the following systemStefan Dombrowski1-21/+0
2010-10-07Disable guilds netcode.Andrei Karas1-0/+2
2010-10-04Remove the following systemChuck Miller1-20/+0
2010-09-29Fixing segfault when switching serverStefan Dombrowski1-0/+3
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer10-15/+65
2010-09-18Fixed attribute built-ins display at character's creation.Yohann Ferreira1-10/+21
2010-09-19Fix a typo.Freeyorp1-1/+1
2010-09-15Avoid log message for unhandled SMSG_BEING_SPAWNStefan Dombrowski1-0/+8
2010-09-13Fix loading of manaserv's attributes fileJared Adams1-6/+9
2010-09-11Fixing misspelling in Setup_Video and removing empty lines from logStefan Dombrowski3-4/+4
2010-09-11Making sure the inventory window shows the correct number of used slotsStefan Dombrowski1-2/+10
2010-09-08Adding missing updates for buttons in InventoryWindowStefan Dombrowski2-0/+12
2010-09-08Adding missing update for attributes in StatusWindowStefan Dombrowski1-0/+4
2010-09-06Changed CREATE_ATTRIBUTES_EQUAL_TO_ZERO to OUT_OF_RANGEYohann Ferreira2-3/+6
2010-09-05Fixing ghost characters in charselectdialogStefan Dombrowski1-0/+3
2010-09-05Fixing segmentation fault if server is given on command lineStefan Dombrowski2-2/+12
2010-08-28Fixing omitted items in equipment windowStefan Dombrowski1-2/+1
2010-08-27Changing findBeingByName so that it searches case insensitiveStefan Dombrowski1-1/+1
2010-08-26Fixing segmentation fault when creating a new accountStefan Dombrowski1-0/+2
2010-08-26Fixing segmentation fault when creating a new accountStefan Dombrowski1-0/+2
2010-08-26Merged testing branch into master.Yohann Ferreira13-333/+477
2010-08-24Giving functionality to invite in socialwindow and allow enter key in textdialogStefan Dombrowski1-5/+11
2010-08-23Fixing segmentation fault in partyhandlerStefan Dombrowski1-1/+1
2010-08-16Move more to the event systemJared Adams6-197/+165
2010-08-15Merge branch '1.0'Chuck Miller5-13/+33
2010-08-13Add code to change gameservers to manaserv netcodeJared Adams2-6/+21
2010-08-13Add missing setAttribute for moneyStefan Dombrowski1-0/+1
2010-08-12Simplify working with the event systemJared Adams17-44/+44
2010-08-12Replace most of Net::NpcHandler with eventsJared Adams5-142/+99
2010-08-10Remove NpcDialog references from netcodeJared Adams6-175/+126
2010-08-09Fix enet version check *again*Jared Adams3-2/+8