summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2 daysUse a consistent naming style for enum class valuesHEADmasterThorbjørn Lindeijer12-49/+49
3 daysFixed crash on exit when CharCreateDialog is openThorbjørn Lindeijer1-5/+19
2025-03-13Removed needless case-insensitive string comparisonsThorbjørn Lindeijer2-5/+4
2025-03-07Removed the functionality to split item stacksThorbjørn Lindeijer7-20/+0
2025-03-07General code cleanupsThorbjørn Lindeijer5-32/+19
2025-03-07Fixed GeneralHandler deletion when switching server typesThorbjørn Lindeijer10-51/+31
2025-03-07Fixed handling of equipmentThorbjørn Lindeijer3-18/+34
2025-03-07Support triggering attacks and play use ability animationsThorbjørn Lindeijer2-10/+38
2025-03-07Updated manaserv protocol to version 9Thorbjørn Lindeijer17-412/+371
2025-03-07Ability related network message adjustmentsThorbjørn Lindeijer2-2/+9
2025-03-07Renamed specials to abilitiesThorbjørn Lindeijer13-51/+51
2025-03-01Further Download related cleanupsThorbjørn Lindeijer3-75/+117
2025-02-26Plugged various memory leaksThorbjørn Lindeijer1-1/+1
2025-02-26Cleanup Download code, fixing SDL_Thread leakingThorbjørn Lindeijer2-159/+124
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 Lindeijer68-272/+70
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