summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-08Fixed MessageIn::getUnreadLengthThorbjørn Lindeijer1-1/+4
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz1-13/+1
2013-05-02Fixed network layer doing delayed actor deletionThorbjørn Lindeijer2-2/+2
2013-04-27Added support for charcreation.xml settingsThorbjørn Lindeijer2-13/+26
2013-04-27Always read the attributes.xml fileThorbjørn Lindeijer2-4/+21
2012-12-05Ignore unsupported messages in public chatAndrei Karas1-0/+5
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer38-85/+338
2012-04-02Fixed problems with using the last emotev0.6.1Thorbjørn Lindeijer1-3/+2
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