summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
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-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-15Implemented a screen shake effect system in the viewport class.Philipp Sehmisch4-0/+41
2011-02-21Merge branch '0.5'Thorbjørn Lindeijer1-3/+4
2011-02-21Fixing segmentation fault in chathandlerStefan Dombrowski1-5/+7
2011-02-17Specific messages for each pickup failure reason.Ben Longbons1-3/+4
2011-02-07Removed remaining reference to MANASERV_SUPPORT define switchPhilipp Sehmisch1-4/+1
2011-02-01Merge branch '0.5'Thorbjørn Lindeijer1-1/+2
2011-01-27Send the correct protocol version when registering on Manaserv.Yohann Ferreira1-1/+1
2011-01-26Prune the enet and manaserv files dependency of the 0.5 binary.Yohann Ferreira1-1/+2
2011-01-25Upgraded the manaserv protocol version to 1.Yohann Ferreira1-1/+1
2011-01-24Refactored the item loading in a more extensible and per protocol way.Yohann Ferreira3-28/+28
2011-01-11Remove the protocol version magic number.Yohann Ferreira2-1/+3
2011-01-09Fix other direction discrepancies on the client.Yohann Ferreira2-23/+10
2011-01-03Merge branch '0.5'Thorbjørn Lindeijer1-3/+5
2011-01-03Sync the manaserv_protocol.h file witht the one of the server.Yohann Ferreira1-4/+55
2011-01-02Fixed possible crash when receiving player IPThorbjørn Lindeijer1-3/+6
2010-12-30Renamed protocol.h to manaserv_protocol.h to follow server's changes.Yohann Ferreira17-16/+16
2010-12-29Made the client handle the characters slots properly for Manaserv.Yohann Ferreira2-6/+11
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