summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
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 emoteThorbjø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
2012-02-12Ignore ManaPlus shop commandsThorbjørn Lindeijer1-0/+13
2012-02-10Corrected two spelling mistakesjurkan1-1/+1
2012-02-07Fixed color updates of magic barErik Schilling1-0/+4
2012-02-03Simplified and made generic the way the pickup is handled.Yohann Ferreira2-0/+11
2012-02-02Fix to the hair colors and styles handling.Yohann Ferreira3-4/+18
2012-02-02Fixed the use of custom particle effects for attacks.Yohann Ferreira1-3/+2
2012-01-31Added missing copyright notices.Yohann Ferreira2-0/+2
2012-01-28Moved mTrading into the TradeHandlerThorbjørn Lindeijer2-6/+9
2012-01-27Random hacking cleanups in the LocalPlayer classYohann Ferreira1-2/+2
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer44-44/+44
2012-01-19Fixed handling of problems with loading the initial mapThorbjørn Lindeijer1-7/+8
2012-01-18ColorDB -> HairDB.Yohann Ferreira2-6/+6
2012-01-18Found a better way to fix the movement glitches on both servers.Yohann Ferreira2-7/+0
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer5-9/+9
2012-01-10player_node -> local_playerYohann Ferreira10-43/+43
2012-01-09Changed INT and DELETE enum names to fix C::B compilation.Yohann Ferreira4-38/+39
2011-09-16Improve handling of packet lengths.Ben Longbons1-42/+46
2011-09-16Instead of SDL_mutex, use Mutex wrapper and MutexLocker for safetyBen Longbons2-23/+12
2011-08-19Merge git://gitorious.org/~bertram/mana/mana-equipment-fix into equipment-fixYohann Ferreira2-2/+70
2011-08-19Fixed visible equipment updates, and made it based on equip.xml.Yohann Ferreira1-0/+18
2011-08-18Improved equip slots description for both protocols.Yohann Ferreira1-0/+33
2011-08-18Made the equipment window not use server specific code again.Yohann Ferreira1-0/+5
2011-08-18Made the client able to successfully equip/unequip!Yohann Ferreira1-0/+10
2011-08-18Got rid of the superfluous definition of the slot number for tA.Yohann Ferreira1-2/+4
2011-08-11Made the delay between to keyboard move calls functional.Yohann Ferreira2-0/+8
2011-07-01make update-po + gettext special comment added.Yohann Ferreira1-0/+5
2011-06-24Made use of the attack speed sent by the tA server.Yohann Ferreira1-2/+5
2011-06-23Fixed type in the guildhandler message as reported by Der Loisl.Yohann Ferreira1-1/+1
2011-06-22Applied fixes requested by cody.Yohann Ferreira3-5/+5