summaryrefslogtreecommitdiff
path: root/src/common/manaserv_protocol.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-26Fixed login in case an account gets two pending tokens assignedHEADmasterThorbjørn Lindeijer1-1/+1
2023-05-16Allow account email to be null in the databaseThorbjørn Lindeijer1-1/+1
2023-05-05Added net_stellarLoginUrl configurationThorbjørn Lindeijer1-1/+1
2023-05-05Added support for logging in with StellarThorbjørn Lindeijer1-0/+2
2013-11-28Include the list of characters in the login responseThorbjørn Lindeijer1-2/+3
2013-10-16Fixed protocol descriptionErik Schilling1-1/+1
2013-10-13Added GPMSG_NPC_BUYSELL_RESPONSEThorbjørn Lindeijer1-0/+1
2013-10-01Send the character data in a single messageErik Schilling1-7/+7
2013-09-26Store questlog values in the databaseErik Schilling1-2/+2
2013-09-19Synchronized some tweaks to protocol file from the clientThorbjørn Lindeijer1-4/+4
2013-09-19Removed the unused OBJECT_ACTOR enum valueThorbjørn Lindeijer1-9/+6
2013-09-15Fixed handling of reconnects while the old connection is still validErik Schilling1-1/+2
2013-09-13Added basic questlog supportErik Schilling1-0/+59
2013-09-09Send equipment data for character selectionErik Schilling1-2/+3
2013-09-08Actually send the info about beings using direction abilitiesErik Schilling1-0/+1
2013-09-08Added support for direction based ability targetsErik Schilling1-33/+34
2013-09-08Cleaned up the inventory handlingErik Schilling1-3/+5
2013-09-01Fixed inconsistent type of hairstyle networkingErik Schilling1-3/+3
2013-08-26Made cooldowns of abilities scriptableErik Schilling1-3/+3
2013-08-26Readded level handlingErik Schilling1-0/+1
2013-08-26Removed skillsErik Schilling1-8/+3
2013-08-26[Abilities] Removed the old autoattack systemErik Schilling1-17/+0
2013-08-26[Abilities] Inform other players about ability usesErik Schilling1-0/+2
2013-08-26[Abilities] Added support for a global cooldownErik Schilling1-0/+1
2013-08-26[Abilities] Added network message for removed abilityErik Schilling1-0/+1
2013-08-26[Abilities] Renamed specials to abilitiesErik Schilling1-4/+4
2013-04-30Bumped the protocol version to 3Thorbjørn Lindeijer1-1/+1
2013-02-24Added possibility to reserve mapsErik Schilling1-1/+1
2013-02-01Added emote support.Yohann Ferreira1-0/+2
2012-10-11Moved order of sending genderErik Schilling1-4/+4
2012-07-17Added lua bind to send text effect particle to clientsErik Schilling1-0/+1
2012-05-25Fixed handling of skillsErik Schilling1-1/+1
2012-05-05Added debugging mode to the protocolThorbjørn Lindeijer1-5/+18
2012-04-19Fixed guild supportErik Schilling1-2/+4
2012-04-04Renamed Thing to EntityThorbjørn Lindeijer1-3/+3
2012-04-04Enhanced special supportErik Schilling1-2/+3
2012-03-13Fixed problems with map-bound world state variablesThorbjørn Lindeijer1-1/+1
2012-03-11Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer1-2/+2
2012-01-21Made @announce fully functionalErik Schilling1-2/+2
2012-01-02Made all beings capable of having a genderErik Schilling1-2/+37
2011-12-03Allowed larger item amounts for mysql database.Erik Schilling1-1/+1
2011-11-01Renamed the db update 15 to 18 as requested by Bjorn.Yohann Ferreira1-1/+1
2011-11-01Merge github.com:mana/manaservYohann Ferreira1-2/+0
2011-11-01dos2unix src/common/manaserv_protocol.hYohann Ferreira1-448/+448
2011-10-22Officially added the being gender to the protocol.Yohann Ferreira1-1/+13
2011-09-28Officially added the being gender to the protocol.Yohann Ferreira1-0/+12
2011-09-09Add persistent items support based on seeseekey's work.Yohann Ferreira1-2/+4
2011-09-08Merge github.com:mana/manaservYohann Ferreira1-1/+1
2011-08-30Made the db version an official pre-requisite.Yohann Ferreira1-1/+4
2011-08-19Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...Yohann Ferreira1-19/+2