Age | Commit message (Expand) | Author | Files | Lines |
2024-08-25 | Fixed initialization of equipment backend | Thorbjørn Lindeijer | 5 | -58/+37 |
2024-08-04 | Removed a bunch of unused NPC related events | Thorbjørn Lindeijer | 2 | -60/+0 |
2024-06-25 | Added online player list to Social window | David Athay | 5 | -1/+41 |
2024-06-03 | Added handling of SMSG_SCRIPT_MESSAGE | Thorbjørn Lindeijer | 1 | -0/+13 |
2024-04-18 | Simplify TmwAthena::MessageOut | Thorbjørn Lindeijer | 5 | -84/+27 |
2024-04-02 | General code cleanups | Thorbjørn Lindeijer | 1 | -4/+2 |
2024-03-13 | Adjusted handling of SMSG_LOGIN_DATA to what tmwa sends | Thorbjørn Lindeijer | 1 | -3/+4 |
2024-03-12 | General code cleanups | Thorbjørn Lindeijer | 4 | -13/+1 |
2024-03-06 | General code cleanups | Thorbjørn Lindeijer | 41 | -88/+58 |
2024-03-04 | Fixed character display | Thorbjørn Lindeijer | 11 | -45/+85 |
2024-03-04 | Added support for handling SMSG_NPC_COMMAND | Thorbjørn Lindeijer | 2 | -26/+82 |
2024-03-04 | Fixed duplication of player name in chat | Thorbjørn Lindeijer | 3 | -15/+39 |
2024-03-02 | Changed server type to "enum class" | Thorbjørn Lindeijer | 3 | -34/+35 |
2024-03-02 | Added support for -y / --server-type parameter | Thorbjørn Lindeijer | 4 | -11/+21 |
2024-02-29 | Re-download updates when their checksum no longer matches | Thorbjørn Lindeijer | 2 | -29/+27 |
2024-02-22 | General code cleanups | Thorbjørn Lindeijer | 19 | -69/+30 |
2024-02-15 | Fix handling of non-consecutive emote IDs | Thorbjørn Lindeijer | 2 | -2/+2 |
2024-02-14 | Avoid crash when receiving SMSG_MAP_MASK without Game instance | Thorbjørn Lindeijer | 1 | -2/+3 |
2024-02-13 | Updated tmwAthena network protocol | Thorbjørn Lindeijer | 20 | -492/+465 |
2024-02-13 | Removed guild handling remnants for tmwAthena | Thorbjørn Lindeijer | 1 | -373/+1 |
2024-02-13 | Removed no longer supported admin messages | Thorbjørn Lindeijer | 5 | -130/+2 |
2024-02-13 | General code cleanups | Thorbjørn Lindeijer | 7 | -33/+17 |
2024-02-09 | C++11: Use default member initializers | Thorbjørn Lindeijer | 4 | -36/+16 |
2024-02-02 | Fixed use of deprecated CURLOPT_PROGRESSFUNCTION option | Thorbjørn Lindeijer | 2 | -10/+13 |
2024-01-29 | Fixed logic error in ManaServ::BeingHandler | Thorbjørn Lindeijer | 1 | -5/+6 |
2024-01-29 | Removed unused includes in various files | Thorbjørn Lindeijer | 4 | -11/+2 |
2024-01-29 | Apply C++11 fixits | Thorbjørn Lindeijer | 4 | -26/+22 |
2024-01-28 | Added support for map/layer mask | Thorbjørn Lindeijer | 4 | -3/+19 |
2024-01-26 | Apply C++11 fixits | Thorbjørn Lindeijer | 73 | -497/+495 |
2024-01-26 | Added support for the "persistentIp" server info setting | Thorbjørn Lindeijer | 5 | -36/+27 |
2024-01-25 | Ported to SDL2 | Thorbjørn Lindeijer | 2 | -2/+2 |
2024-01-24 | Increased client version to 20 | Thorbjørn Lindeijer | 1 | -1/+1 |
2024-01-24 | Add error for non tradable items. | Andrei Karas | 1 | -0/+5 |
2024-01-24 | Fixed compilation issues and use of deprecated C++ features | Thorbjørn Lindeijer | 2 | -2/+2 |
2013-09-08 | Fixing packet length of CMSG_NPC_STR_RESPONSE | Stefan Dombrowski | 1 | -1/+1 |
2013-06-08 | Fixed MessageIn::getUnreadLength | Thorbjørn Lindeijer | 2 | -2/+8 |
2013-05-04 | Client-side settings are now available from settings.xml | Przemysław Grzywacz | 2 | -23/+1 |
2013-05-02 | Fixed network layer doing delayed actor deletion | Thorbjørn Lindeijer | 4 | -4/+4 |
2013-04-30 | Bumped protocol version to 3 | Thorbjørn Lindeijer | 1 | -1/+1 |
2013-04-27 | Added support for charcreation.xml settings | Thorbjørn Lindeijer | 2 | -13/+26 |
2013-04-27 | Always read the attributes.xml file | Thorbjørn Lindeijer | 7 | -489/+29 |
2012-12-05 | Ignore unsupported messages in public chat | Andrei Karas | 1 | -0/+5 |
2012-10-11 | Client side patch for change of sending order of gender | Erik Schilling | 2 | -8/+13 |
2012-10-11 | Give feedback when guild invite failed | Erik Schilling | 1 | -0/+4 |
2012-08-12 | Fixed special keeping in list after serverside remove | Erik Schilling | 1 | -0/+1 |
2012-07-25 | Added handler to display text particles sent by server | Erik Schilling | 3 | -0/+14 |
2012-05-25 | Fixed skill display for manaserv | Erik Schilling | 2 | -1/+3 |
2012-05-06 | Small protocol fix for NPC messages | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-05-05 | Merge branch '0.6' | Thorbjørn Lindeijer | 1 | -0/+1 |
2012-05-05 | Added debugging mode to the protocol | Thorbjørn Lindeijer | 5 | -21/+119 |