summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Adjusted handling of SMSG_LOGIN_DATA to what tmwa sendsThorbjørn Lindeijer1-3/+4
2024-03-12General code cleanupsThorbjørn Lindeijer4-13/+1
2024-03-06General code cleanupsThorbjørn Lindeijer41-88/+58
2024-03-04Fixed character displayThorbjørn Lindeijer11-45/+85
2024-03-04Added support for handling SMSG_NPC_COMMANDThorbjørn Lindeijer2-26/+82
2024-03-04Fixed duplication of player name in chatThorbjørn Lindeijer3-15/+39
2024-03-02Changed server type to "enum class"Thorbjørn Lindeijer3-34/+35
2024-03-02Added support for -y / --server-type parameterThorbjørn Lindeijer4-11/+21
2024-02-29Re-download updates when their checksum no longer matchesThorbjørn Lindeijer2-29/+27
2024-02-22General code cleanupsThorbjørn Lindeijer19-69/+30
2024-02-15Fix handling of non-consecutive emote IDsThorbjørn Lindeijer2-2/+2
2024-02-14Avoid crash when receiving SMSG_MAP_MASK without Game instanceThorbjørn Lindeijer1-2/+3
2024-02-13Updated tmwAthena network protocolThorbjørn Lindeijer20-492/+465
2024-02-13Removed guild handling remnants for tmwAthenaThorbjørn Lindeijer1-373/+1
2024-02-13Removed no longer supported admin messagesThorbjørn Lindeijer5-130/+2
2024-02-13General code cleanupsThorbjørn Lindeijer7-33/+17
2024-02-09C++11: Use default member initializersThorbjørn Lindeijer4-36/+16
2024-02-02Fixed use of deprecated CURLOPT_PROGRESSFUNCTION optionThorbjørn Lindeijer2-10/+13
2024-01-29Fixed logic error in ManaServ::BeingHandlerThorbjørn Lindeijer1-5/+6
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer4-11/+2
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer4-26/+22
2024-01-28Added support for map/layer maskThorbjørn Lindeijer4-3/+19
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer73-497/+495
2024-01-26Added support for the "persistentIp" server info settingThorbjørn Lindeijer5-36/+27
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 emoteThorbjørn Lindeijer1-3/+2