summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
12 daysUse a consistent naming style for enum class valuesThorbjørn Lindeijer5-10/+10
2025-03-07Removed the functionality to split item stacksThorbjørn Lindeijer3-9/+0
2025-03-07General code cleanupsThorbjørn Lindeijer3-26/+19
2025-03-07Fixed GeneralHandler deletion when switching server typesThorbjørn Lindeijer3-15/+1
2025-03-07Updated manaserv protocol to version 9Thorbjørn Lindeijer2-6/+6
2025-03-07Renamed specials to abilitiesThorbjørn Lindeijer4-16/+16
2025-03-01Further Download related cleanupsThorbjørn Lindeijer1-3/+3
2025-02-26Plugged various memory leaksThorbjørn Lindeijer1-1/+1
2025-02-25Added support for option, opt1, opt2, opt3 status effect fieldsThorbjørn Lindeijer1-24/+56
2025-02-14Fixed handling of update URLs which mention a portThorbjørn Lindeijer1-5/+3
2025-02-13TMWA: Reduce magic numbers when converting directionThorbjørn Lindeijer2-29/+28
2025-02-13Support changing being base typeThorbjørn Lindeijer4-30/+58
2025-01-21Replaced include guards with #pragma onceThorbjørn Lindeijer24-96/+24
2025-01-20Made client config statically typedThorbjørn Lindeijer3-6/+5
2024-12-20Read whole packet SMSG_MAP_QUIT_RESPONSE.Andrei Karas1-1/+1
2024-10-29Turned the PlayerRelation struct into an enum classThorbjørn Lindeijer3-9/+9
2024-10-23Changed SERVER_NOTICE macro to inline functionThorbjørn Lindeijer9-64/+58
2024-10-23Various small fixes to translatable stringsThorbjørn Lindeijer3-4/+4
2024-10-18General code cleanupsThorbjørn Lindeijer2-2/+2
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 Lindeijer2-7/+8
2024-10-08Added convenient and efficient Timer classThorbjørn Lindeijer1-4/+5
2024-08-25Fixed initialization of equipment backendThorbjørn Lindeijer2-41/+23
2024-08-04Removed a bunch of unused NPC related eventsThorbjørn Lindeijer1-27/+0
2024-06-25Added online player list to Social windowDavid Athay3-1/+37
2024-06-03Added handling of SMSG_SCRIPT_MESSAGEThorbjørn Lindeijer1-0/+13
2024-04-18Simplify TmwAthena::MessageOutThorbjørn Lindeijer5-84/+27
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 Lindeijer19-45/+34
2024-03-04Fixed character displayThorbjørn Lindeijer7-36/+70
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-02-22General code cleanupsThorbjørn Lindeijer7-33/+10
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 Lindeijer14-478/+456
2024-02-13Removed guild handling remnants for tmwAthenaThorbjørn Lindeijer1-373/+1
2024-02-13Removed no longer supported admin messagesThorbjørn Lindeijer2-63/+0
2024-02-13General code cleanupsThorbjørn Lindeijer5-25/+14
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer2-4/+0
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer2-9/+9
2024-01-28Added support for map/layer maskThorbjørn Lindeijer4-3/+19
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer34-234/+234
2024-01-26Added support for the "persistentIp" server info settingThorbjørn Lindeijer4-4/+21
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-1/+1
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 Lindeijer1-1/+1
2013-09-08Fixing packet length of CMSG_NPC_STR_RESPONSEStefan Dombrowski1-1/+1