summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Ported to SDL2Thorbjørn Lindeijer2-2/+2
2024-01-24Increased client version to 20Thorbjørn Lindeijer1-1/+1
2024-01-24Add error for non tradable items.Andrei Karas1-0/+5
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer2-2/+2
2013-09-08Fixing packet length of CMSG_NPC_STR_RESPONSEStefan Dombrowski1-1/+1
2013-06-08Fixed MessageIn::getUnreadLengthThorbjørn Lindeijer2-2/+8
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz2-23/+1
2013-05-02Fixed network layer doing delayed actor deletionThorbjørn Lindeijer4-4/+4
2013-04-30Bumped protocol version to 3Thorbjørn Lindeijer1-1/+1
2013-04-27Added support for charcreation.xml settingsThorbjørn Lindeijer2-13/+26
2013-04-27Always read the attributes.xml fileThorbjørn Lindeijer7-489/+29
2012-12-05Ignore unsupported messages in public chatAndrei Karas1-0/+5
2012-10-11Client side patch for change of sending order of genderErik Schilling2-8/+13
2012-10-11Give feedback when guild invite failedErik Schilling1-0/+4
2012-08-12Fixed special keeping in list after serverside removeErik Schilling1-0/+1
2012-07-25Added handler to display text particles sent by serverErik Schilling3-0/+14
2012-05-25Fixed skill display for manaservErik Schilling2-1/+3
2012-05-06Small protocol fix for NPC messagesThorbjørn Lindeijer1-1/+1
2012-05-05Merge branch '0.6'Thorbjørn Lindeijer1-0/+1
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer5-21/+119
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer81-654/+612
2012-05-05Fixed compilation errors and warnings with GCC 4.7Thorbjørn Lindeijer1-0/+1
2012-04-19Client side fix for manaserv guild systemErik Schilling2-6/+36
2012-04-04Synced specials to latest manaserv changesErik Schilling2-4/+13
2012-04-02Merge branch '0.6'Thorbjørn Lindeijer3-6/+8
2012-04-02Fixed problems with using the last emotev0.6.1Thorbjørn Lindeijer1-3/+2
2012-04-02Potentially fixed problems with user agent in Windows buildsThorbjørn Lindeijer1-3/+5
2012-04-01Made changes to compile on Mac OSX 10.6 and laterDavid Athay1-0/+1
2012-03-21Added default ports when connecting to a custom server.jurkan1-0/+12
2012-02-18Fixed manaserv-enabled buildsThorbjørn Lindeijer1-1/+1
2012-02-15Deswapped the ring2 and necklace equip slots for tA.Yohann Ferreira1-2/+2
2012-02-14Omit equipping of non-existing itemsStefan Dombrowski1-7/+16
2012-02-14Removing NPC trade messages from chatStefan Dombrowski1-8/+2
2012-02-12Restored manaserv-less buildsYohann Ferreira2-1/+2
2012-02-12Ignore ManaPlus shop commandsThorbjørn Lindeijer1-0/+13
2012-02-10Corrected two spelling mistakesjurkan2-2/+2
2012-02-07Fixed color updates of magic barErik Schilling1-0/+4
2012-02-05Revert "Checking being positions send by the server"Thorbjørn Lindeijer1-26/+0
2012-02-03Simplified and made generic the way the pickup is handled.Yohann Ferreira7-6/+37
2012-02-02Fix to the hair colors and styles handling.Yohann Ferreira7-7/+43
2012-02-02Fixed the use of custom particle effects for attacks.Yohann Ferreira1-3/+2
2012-01-31Fixed saving the selected server at server connection level.Yohann Ferreira1-2/+2
2012-01-31Added missing copyright notices.Yohann Ferreira2-0/+2
2012-01-28Moved mTrading into the TradeHandlerThorbjørn Lindeijer4-10/+14
2012-01-27Random hacking cleanups in the LocalPlayer classYohann Ferreira1-2/+2
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer120-120/+120
2012-01-22Synced manaserv_protocol file with serverErik Schilling1-12/+19
2012-01-21Clientside fix of switching from /announce to @announceErik Schilling3-7/+6
2012-01-19Fixed handling of problems with loading the initial mapThorbjørn Lindeijer1-7/+8
2012-01-18ColorDB -> HairDB.Yohann Ferreira4-11/+11