summaryrefslogtreecommitdiff
path: root/src/net/manaserv
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer32-222/+222
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer1-1/+1
2013-06-08Fixed MessageIn::getUnreadLengthThorbjørn Lindeijer1-1/+4
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz1-10/+0
2013-05-02Fixed network layer doing delayed actor deletionThorbjørn Lindeijer2-2/+2
2013-04-30Bumped protocol version to 3Thorbjørn Lindeijer1-1/+1
2013-04-27Always read the attributes.xml fileThorbjørn Lindeijer5-485/+8
2012-10-11Client side patch for change of sending order of genderErik Schilling2-8/+13
2012-10-11Give feedback when guild invite failedErik Schilling1-0/+4
2012-08-12Fixed special keeping in list after serverside removeErik Schilling1-0/+1
2012-07-25Added handler to display text particles sent by serverErik Schilling3-0/+14
2012-05-25Fixed skill display for manaservErik Schilling2-1/+3
2012-05-06Small protocol fix for NPC messagesThorbjørn Lindeijer1-1/+1
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer5-21/+119
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer38-114/+272
2012-04-19Client side fix for manaserv guild systemErik Schilling2-6/+36
2012-04-04Synced specials to latest manaserv changesErik Schilling2-4/+13
2012-04-01Made changes to compile on Mac OSX 10.6 and laterDavid Athay1-0/+1
2012-02-10Corrected two spelling mistakesjurkan1-1/+1
2012-02-05Revert "Checking being positions send by the server"Thorbjørn Lindeijer1-26/+0
2012-02-03Simplified and made generic the way the pickup is handled.Yohann Ferreira4-6/+16
2012-02-02Fix to the hair colors and styles handling.Yohann Ferreira3-3/+13
2012-01-28Moved mTrading into the TradeHandlerThorbjørn Lindeijer2-4/+5
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer50-50/+50
2012-01-22Synced manaserv_protocol file with serverErik Schilling1-12/+19
2012-01-21Clientside fix of switching from /announce to @announceErik Schilling3-7/+6
2012-01-18ColorDB -> HairDB.Yohann Ferreira2-5/+5
2012-01-18Found a better way to fix the movement glitches on both servers.Yohann Ferreira2-10/+0
2012-01-16Fixed adminhandler being not initializedErik Schilling4-1/+19
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer2-3/+3
2012-01-10player_node -> local_playerYohann Ferreira7-25/+25
2012-01-02Made the client capable of displaying gender of monsters and npcsErik Schilling2-2/+4
2011-11-13Added background support to the equipment boxes.Yohann Ferreira2-0/+17
2011-11-12Removed some Channel and ChannelTab related sillinessThorbjørn Lindeijer1-5/+2
2011-11-12Prevent a potential crash when the chat channel is wrong.Yohann Ferreira1-1/+11
2011-11-01Merge github.com:mana/manaYohann Ferreira2-5/+3
2011-10-22Officially added the gender in the manaserv protocol.Yohann Ferreira3-4/+14
2011-09-30Revert "Made the first XP notification don't show anymore."Yohann Ferreira1-7/+1
2011-09-29Made the first XP notification don't show anymore.Yohann Ferreira1-1/+7
2011-09-28Forgot to update the db version number in the client protocol file.Yohann Ferreira1-1/+1
2011-09-28Officially added the gender in the manaserv protocol - client part.Yohann Ferreira3-4/+16
2011-09-13Made the delay between to keyboard move calls functional.Yohann Ferreira2-0/+10
2011-08-30Fixed a memleak in the ManaServ::InventoryHandler()Yohann Ferreira2-0/+7
2011-08-30Added a way to specify where the equipment boxes will display.Yohann Ferreira2-8/+40
2011-08-30Synced the manaserv protocol file with the server's latest changes.Yohann Ferreira1-1/+4
2011-08-19Merge git://gitorious.org/~bertram/mana/mana-equipment-fix into equipment-fixYohann Ferreira6-129/+275
2011-08-19Fixed visible equipment updates, and made it based on equip.xml.Yohann Ferreira6-46/+87
2011-08-18Made the equipment window not use server specific code again.Yohann Ferreira1-0/+3
2011-08-18Made the client able to successfully equip/unequip!Yohann Ferreira3-86/+188
2011-08-11Merge branch 'master' of git://gitorious.org/~bertram/mana/mana-equipment-fix...Yohann Ferreira3-61/+108