summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Merge branch 'master' into lpc2012Erik Schilling1-0/+1
2012-07-17Added lua bind to send text effect particle to clientsErik Schilling1-0/+1
2012-07-07Work on (Auto)Attack system.Erik Schilling1-9/+40
2012-07-07Rename AutoAttack to AttackErik Schilling1-1/+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
2012-02-02Added a way to specify the min and max attributes values.Yohann Ferreira1-32/+0
2012-01-21Made @announce fully functionalErik Schilling1-2/+2
2012-01-02Made all beings capable of having a genderErik Schilling2-2/+39
2011-12-03Allowed larger item amounts for mysql database.Erik Schilling1-1/+1
2011-11-21Allow includes in configuration file.Erik Schilling1-6/+35
2011-11-01Have one place where the Configuration is initializedThorbjørn Lindeijer2-6/+15
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-28Started to fix the autoattack system.Yohann Ferreira1-0/+11
2011-09-28Officially added the being gender to the protocol.Yohann Ferreira1-0/+12
2011-09-28Small random code format cleanups, and documentation fixes.Yohann Ferreira1-1/+1
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 Ferreira2-20/+3
2011-08-19Removed the now useless SpriteLayer enum from the protocol.Yohann Ferreira1-17/+0
2011-08-19Changed the sprite layer protocol to supportYohann Ferreira1-2/+2
2011-08-19Used the client base to make a final bugfix on the server code.Yohann Ferreira1-1/+1
2011-08-18Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...Yohann Ferreira1-2/+2
2011-08-18Change the unequip function to make use of the item instance id.Yohann Ferreira1-2/+2
2011-08-11Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...Yohann Ferreira2-453/+495
2011-08-11Basically redid equip and unequip functions().Yohann Ferreira2-2/+8
2011-08-10login with random hashStefan Beller1-0/+2
2011-07-27Changed the protocol a bit to use int16 instead of 8.Yohann Ferreira1-445/+445
2011-07-27Begun Applying the new equipment slot handling design.Yohann Ferreira1-5/+41
2011-07-27Small random code format cleanups, and documentation fixes.Yohann Ferreira1-1/+1
2011-06-19Making party invite functionalStefan Dombrowski1-6/+4
2011-06-17Changed the attack message to send the attack id.Yohann Ferreira1-1/+1
2011-05-30Routing party invite through the map serverStefan Dombrowski1-3/+5
2011-05-16Starting to fix party inviteStefan Dombrowski1-2/+2
2011-04-18Made the server send the being position each 5 seconds.Yohann Ferreira1-1/+1
2011-04-16Removing unused enum EMAILCHG_EXISTS_EMAILStefan Dombrowski1-5/+0
2011-04-02Some cleanups related to syncing from game to account serverThorbjørn Lindeijer1-2/+1
2011-03-24Rely more on the functionality in XML::DocumentThorbjørn Lindeijer1-10/+2
2011-03-23Fixed problems with loading XML files containing Windows newlinesThorbjørn Lindeijer1-24/+4