summaryrefslogtreecommitdiffstats
path: root/src/account-server
Commit message (Expand)AuthorAgeFilesLines
* [Abilities] Made the rechargespeed depending on attributesErik Schilling2013-05-081-1/+1
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-083-41/+41
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-024-21/+18
* Fixed two SQL queries that broke since NULL -> nullptr replacementThorbjørn Lindeijer2013-04-291-3/+3
* Use nullptr instead of NULL everywhereErik Schilling2013-04-276-13/+13
* Converted the Character class into a componentErik Schilling2013-04-112-10/+25
* Renamed Character -> CharacterData in the accountserverErik Schilling2013-04-119-45/+47
* Fixed default value of the servernameErik Schilling2013-02-241-1/+2
* Added possibility to reserve mapsErik Schilling2013-02-243-12/+119
* Modifications to allow crosscompiling with mingwErik Schilling2013-02-031-0/+4
* Silenced some eclipse warningsErik Schilling2013-01-291-2/+2
* Removed deprecated and unused Storage::flushSkillThorbjørn Lindeijer2013-01-102-19/+0
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-097-68/+56
* Cleaned up some world state variable testing codeThorbjørn Lindeijer2012-08-051-10/+2
* Fixed SQL syntax error when updating character pointsThorbjørn Lindeijer2012-07-311-2/+1
* Fixed handling of skillsErik Schilling2012-05-251-8/+8
* Added debugging mode to the protocolThorbjørn Lindeijer2012-05-052-10/+13
* Fix compiler error in g++ (GCC) 4.7.0jurkan2012-05-011-2/+2
* Fixed guild supportErik Schilling2012-04-192-3/+36
* Fixed issues with server behind routerErik Schilling2012-04-121-2/+2
* Renamed Thing to EntityThorbjørn Lindeijer2012-04-041-4/+4
* Enhanced special supportErik Schilling2012-04-043-15/+47
* Use the guild ID when setting guild member rightsThorbjørn Lindeijer2012-03-161-4/+4
* Fixed remaining compiler warningsThorbjørn Lindeijer2012-03-161-1/+1
* Fixed problems with map-bound world state variablesThorbjørn Lindeijer2012-03-134-52/+35
* Fixed initial sending of global world variables to the game serverThorbjørn Lindeijer2012-03-131-1/+2
* Removed unnessecary second check for same conditionErik Schilling2012-02-281-65/+62
* Fixed compilation again + some more code cleanupErik Schilling2012-02-272-10/+10
* Made @announce fully functionalErik Schilling2012-01-211-0/+8
* Small cleanups in utils::TimerThorbjørn Lindeijer2011-11-071-0/+3
* Removed some superfluous new character initializationsThorbjørn Lindeijer2011-11-011-13/+0
* Have one place where the Configuration is initializedThorbjørn Lindeijer2011-11-011-44/+12
* Merge branch 'master' of github.com:mana/manaservYohann Ferreira2011-10-191-18/+1
|\
| * Have one place where the Logger is initializedThorbjørn Lindeijer2011-10-191-18/+1
| * Fixed size of mapid field in mysql database.Erik Schilling2011-09-051-1/+1
* | Add persistent items support based on seeseekey's work.Yohann Ferreira2011-09-094-0/+238
* | Made the db version an official pre-requisite.Yohann Ferreira2011-08-302-6/+10
* | Added missing sql update scripts.Yohann Ferreira2011-08-301-1/+1
* | Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...Yohann Ferreira2011-08-111-15/+27
|\ \ | |/ |/|
| * Begun Applying the new equipment slot handling design.Yohann Ferreira2011-07-271-15/+27
* | login with random hashStefan Beller2011-08-102-3/+64
|/
* Fixing storing of changed passwordsStefan Dombrowski2011-06-141-2/+2
* Routing party invite through the map serverStefan Dombrowski2011-05-301-0/+5
* Fixed swapping of equipment and inventory slotsThorbjørn Lindeijer2011-04-131-3/+4
* Fixed equipment duplication when updating it.Yohann Ferreira2011-04-131-1/+7
* Some cleanups related to syncing from game to account serverThorbjørn Lindeijer2011-04-021-7/+3
* Fixing selection of a character if lower slots are emptyStefan Dombrowski2011-03-301-1/+1
* Rely more on the functionality in XML::DocumentThorbjørn Lindeijer2011-03-241-9/+2
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-204-6/+6
* Use of uint64_t requires including C99 header stdint.hThorbjørn Lindeijer2011-03-201-0/+2