Age | Commit message (Expand) | Author | Files | Lines |
2024-02-22 | General code cleanups | Thorbjørn Lindeijer | 7 | -33/+10 |
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 | 14 | -478/+456 |
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 | 2 | -63/+0 |
2024-02-13 | General code cleanups | Thorbjørn Lindeijer | 5 | -25/+14 |
2024-01-29 | Removed unused includes in various files | Thorbjørn Lindeijer | 2 | -4/+0 |
2024-01-29 | Apply C++11 fixits | Thorbjørn Lindeijer | 2 | -9/+9 |
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 | 34 | -234/+234 |
2024-01-26 | Added support for the "persistentIp" server info setting | Thorbjørn Lindeijer | 4 | -4/+21 |
2024-01-25 | Ported to SDL2 | Thorbjørn Lindeijer | 1 | -1/+1 |
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 | 1 | -1/+1 |
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 | 1 | -1/+4 |
2013-05-04 | Client-side settings are now available from settings.xml | Przemysław Grzywacz | 1 | -13/+1 |
2013-05-02 | Fixed network layer doing delayed actor deletion | Thorbjørn Lindeijer | 2 | -2/+2 |
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 | 2 | -4/+21 |
2012-12-05 | Ignore unsupported messages in public chat | Andrei Karas | 1 | -0/+5 |
2012-05-05 | Removed the shared base classes of MessageIn and MessageOut | Thorbjørn Lindeijer | 38 | -85/+338 |
2012-04-02 | Fixed problems with using the last emotev0.6.1 | Thorbjørn Lindeijer | 1 | -3/+2 |
2012-02-15 | Deswapped the ring2 and necklace equip slots for tA. | Yohann Ferreira | 1 | -2/+2 |
2012-02-14 | Omit equipping of non-existing items | Stefan Dombrowski | 1 | -7/+16 |
2012-02-14 | Removing NPC trade messages from chat | Stefan Dombrowski | 1 | -8/+2 |
2012-02-12 | Ignore ManaPlus shop commands | Thorbjørn Lindeijer | 1 | -0/+13 |
2012-02-10 | Corrected two spelling mistakes | jurkan | 1 | -1/+1 |
2012-02-07 | Fixed color updates of magic bar | Erik Schilling | 1 | -0/+4 |
2012-02-03 | Simplified and made generic the way the pickup is handled. | Yohann Ferreira | 2 | -0/+11 |
2012-02-02 | Fix to the hair colors and styles handling. | Yohann Ferreira | 3 | -4/+18 |
2012-02-02 | Fixed the use of custom particle effects for attacks. | Yohann Ferreira | 1 | -3/+2 |
2012-01-31 | Added missing copyright notices. | Yohann Ferreira | 2 | -0/+2 |
2012-01-28 | Moved mTrading into the TradeHandler | Thorbjørn Lindeijer | 2 | -6/+9 |
2012-01-27 | Random hacking cleanups in the LocalPlayer class | Yohann Ferreira | 1 | -2/+2 |
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 44 | -44/+44 |
2012-01-19 | Fixed handling of problems with loading the initial map | Thorbjørn Lindeijer | 1 | -7/+8 |
2012-01-18 | ColorDB -> HairDB. | Yohann Ferreira | 2 | -6/+6 |
2012-01-18 | Found a better way to fix the movement glitches on both servers. | Yohann Ferreira | 2 | -7/+0 |
2012-01-16 | Renamed some file names for consistency with the class names | Thorbjørn Lindeijer | 5 | -9/+9 |
2012-01-10 | player_node -> local_player | Yohann Ferreira | 10 | -43/+43 |
2012-01-09 | Changed INT and DELETE enum names to fix C::B compilation. | Yohann Ferreira | 4 | -38/+39 |
2011-09-16 | Improve handling of packet lengths. | Ben Longbons | 1 | -42/+46 |
2011-09-16 | Instead of SDL_mutex, use Mutex wrapper and MutexLocker for safety | Ben Longbons | 2 | -23/+12 |
2011-08-19 | Merge git://gitorious.org/~bertram/mana/mana-equipment-fix into equipment-fix | Yohann Ferreira | 2 | -2/+70 |
2011-08-19 | Fixed visible equipment updates, and made it based on equip.xml. | Yohann Ferreira | 1 | -0/+18 |
2011-08-18 | Improved equip slots description for both protocols. | Yohann Ferreira | 1 | -0/+33 |
2011-08-18 | Made the equipment window not use server specific code again. | Yohann Ferreira | 1 | -0/+5 |