summaryrefslogtreecommitdiffstats
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* [Abilities] Removed the old autoattack systemErik Schilling2013-05-081-17/+0
* [Abilities] Inform other players about ability usesErik Schilling2013-05-081-0/+2
* [Abilities] Added support for a global cooldownErik Schilling2013-05-081-0/+1
* [Abilities] Added network message for removed abilityErik Schilling2013-05-081-0/+1
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-081-4/+4
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-10/+6
* Bumped the protocol version to 3Thorbjørn Lindeijer2013-04-301-1/+1
* Single xml solutionPrzemysław Grzywacz2013-04-293-7/+112
* Use nullptr instead of NULL everywhereErik Schilling2013-04-274-6/+6
* Converted Being into a ComponentErik Schilling2013-04-112-7/+7
* Converted the Character class into a componentErik Schilling2013-04-112-10/+13
* Fixed multiple warnings and errors that blocked c++0xErik Schilling2013-04-021-1/+1
* Added possibility to reserve mapsErik Schilling2013-02-242-1/+13
* Made the scripts being able to installErik Schilling2013-02-241-3/+7
* Modifications to allow crosscompiling with mingwErik Schilling2013-02-032-0/+12
* Added emote support.Yohann Ferreira2013-02-011-0/+2
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-092-9/+9
* Work on (Auto)Attack system.Erik Schilling2013-01-081-9/+40
* Rename AutoAttack to AttackErik Schilling2013-01-081-1/+1
* Moved order of sending genderErik Schilling2012-10-111-4/+4
* Added lua bind to send text effect particle to clientsErik Schilling2012-07-171-0/+1
* Fixed handling of skillsErik Schilling2012-05-251-1/+1
* Added debugging mode to the protocolThorbjørn Lindeijer2012-05-051-5/+18
* Fixed guild supportErik Schilling2012-04-191-2/+4
* Fixed Configuration::initialize() to return false when failing loadingErik Schilling2012-04-121-2/+2
* Renamed Thing to EntityThorbjørn Lindeijer2012-04-041-3/+3
* Enhanced special supportErik Schilling2012-04-041-2/+3
* Fixed problems with map-bound world state variablesThorbjørn Lindeijer2012-03-131-1/+1
* Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer2012-03-111-2/+2
* Merged the example client and server dataThorbjørn Lindeijer2012-02-251-6/+3
* Added a way to specify the min and max attributes values.Yohann Ferreira2012-02-021-32/+0
* Made @announce fully functionalErik Schilling2012-01-211-2/+2
* Made all beings capable of having a genderErik Schilling2012-01-022-2/+39
* Allowed larger item amounts for mysql database.Erik Schilling2011-12-031-1/+1
* Allow includes in configuration file.Erik Schilling2011-11-211-6/+35
* Have one place where the Configuration is initializedThorbjørn Lindeijer2011-11-012-6/+15
* Renamed the db update 15 to 18 as requested by Bjorn.Yohann Ferreira2011-11-011-1/+1
* Merge github.com:mana/manaservYohann Ferreira2011-11-011-2/+0
|\
| * Officially added the being gender to the protocol.Yohann Ferreira2011-10-221-1/+13
| * Small random code format cleanups, and documentation fixes.Yohann Ferreira2011-09-281-1/+1
* | dos2unix src/common/manaserv_protocol.hYohann Ferreira2011-11-011-448/+448
* | Started to fix the autoattack system.Yohann Ferreira2011-09-281-0/+11
* | Officially added the being gender to the protocol.Yohann Ferreira2011-09-281-0/+12
* | Add persistent items support based on seeseekey's work.Yohann Ferreira2011-09-091-2/+4
* | Merge github.com:mana/manaservYohann Ferreira2011-09-081-1/+1
|\|
* | Made the db version an official pre-requisite.Yohann Ferreira2011-08-301-1/+4
* | Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...Yohann Ferreira2011-08-192-20/+3
|\ \
| * | Removed the now useless SpriteLayer enum from the protocol.Yohann Ferreira2011-08-191-17/+0
| * | Changed the sprite layer protocol to supportYohann Ferreira2011-08-191-2/+2
| * | Used the client base to make a final bugfix on the server code.Yohann Ferreira2011-08-191-1/+1