summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2022-06-16Updated PhysFS usageThorbjørn Lindeijer1-6/+7
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-19Removed unused being state enumsThorbjørn Lindeijer1-18/+0
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-08Renamed character.cpp to charactercomponent.cppErik Schilling1-1/+1
2013-09-08Cleaned up the inventory handlingErik Schilling2-29/+17
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 Schilling2-1/+4
2013-08-26Removed skillsErik Schilling2-9/+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-05-02Fixed a bunch of cppcheck warningsErik Schilling1-10/+6
2013-04-30Bumped the protocol version to 3Thorbjørn Lindeijer1-1/+1
2013-04-29Single xml solutionPrzemysław Grzywacz3-7/+112
2013-04-27Use nullptr instead of NULL everywhereErik Schilling4-6/+6
2013-04-11Converted Being into a ComponentErik Schilling2-7/+7
2013-04-11Converted the Character class into a componentErik Schilling2-10/+13
2013-04-02Fixed multiple warnings and errors that blocked c++0xErik Schilling1-1/+1
2013-02-24Added possibility to reserve mapsErik Schilling2-1/+13
2013-02-24Made the scripts being able to installErik Schilling1-3/+7
2013-02-03Modifications to allow crosscompiling with mingwErik Schilling2-0/+12
2013-02-01Added emote support.Yohann Ferreira1-0/+2
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2-9/+9
2013-01-08Work on (Auto)Attack system.Erik Schilling1-9/+40
2013-01-08Rename AutoAttack to AttackErik Schilling1-1/+1
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-12Fixed Configuration::initialize() to return false when failing loadingErik Schilling1-2/+2
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-02-25Merged the example client and server dataThorbjørn Lindeijer1-6/+3