summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2025-01-20Made client config statically typedThorbjørn Lindeijer3-6/+5
2025-01-20Wrapped xmlNodePtr access with a Node classThorbjørn Lindeijer2-17/+17
2024-12-20Read whole packet SMSG_MAP_QUIT_RESPONSE.Andrei Karas1-1/+1
2024-10-29Turned the PlayerRelation struct into an enum classThorbjørn Lindeijer4-10/+10
2024-10-23Changed SERVER_NOTICE macro to inline functionThorbjørn Lindeijer13-105/+95
2024-10-23Various small fixes to translatable stringsThorbjørn Lindeijer5-10/+13
2024-10-18General code cleanupsThorbjørn Lindeijer3-5/+3
2024-10-12Added support for hit/miss sounds on equipment for all playersThorbjørn Lindeijer1-5/+1
2024-10-08Do a single logic update each frameThorbjørn Lindeijer5-20/+17
2024-10-08Added convenient and efficient Timer classThorbjørn Lindeijer1-4/+5
2024-09-27Replaced for_each_xml_child_node macro with helper classThorbjørn Lindeijer1-2/+2
2024-08-25Fixed initialization of equipment backendThorbjørn Lindeijer5-58/+37
2024-08-04Removed a bunch of unused NPC related eventsThorbjørn Lindeijer2-60/+0
2024-06-25Added online player list to Social windowDavid Athay5-1/+41
2024-06-03Added handling of SMSG_SCRIPT_MESSAGEThorbjørn Lindeijer1-0/+13
2024-04-18Simplify TmwAthena::MessageOutThorbjørn Lindeijer5-84/+27
2024-04-02General code cleanupsThorbjørn Lindeijer1-4/+2
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