summaryrefslogtreecommitdiffstats
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...Yohann Ferreira2011-08-181-2/+2
|\| |
| * | Change the unequip function to make use of the item instance id.Yohann Ferreira2011-08-181-2/+2
* | | Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...Yohann Ferreira2011-08-112-453/+495
|\| | | |/ |/|
| * Basically redid equip and unequip functions().Yohann Ferreira2011-08-112-2/+8
| * Changed the protocol a bit to use int16 instead of 8.Yohann Ferreira2011-07-271-445/+445
| * Begun Applying the new equipment slot handling design.Yohann Ferreira2011-07-271-5/+41
| * Small random code format cleanups, and documentation fixes.Yohann Ferreira2011-07-271-1/+1
* | login with random hashStefan Beller2011-08-101-0/+2
|/
* Making party invite functionalStefan Dombrowski2011-06-191-6/+4
* Changed the attack message to send the attack id.Yohann Ferreira2011-06-171-1/+1
* Routing party invite through the map serverStefan Dombrowski2011-05-301-3/+5
* Starting to fix party inviteStefan Dombrowski2011-05-161-2/+2
* Made the server send the being position each 5 seconds.Yohann Ferreira2011-04-181-1/+1
* Removing unused enum EMAILCHG_EXISTS_EMAILStefan Dombrowski2011-04-161-5/+0
* Some cleanups related to syncing from game to account serverThorbjørn Lindeijer2011-04-021-2/+1
* Rely more on the functionality in XML::DocumentThorbjørn Lindeijer2011-03-241-10/+2
* Fixed problems with loading XML files containing Windows newlinesThorbjørn Lindeijer2011-03-231-24/+4
* Simplify implementation of fileExistsThorbjørn Lindeijer2011-03-231-26/+8
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-202-0/+659
* Allow values to be set to empty in the configurationThorbjørn Lindeijer2011-03-121-10/+10
* Added @kick and @kill commands.Philipp Sehmisch2010-12-271-1/+2
* Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch2010-12-271-1/+22
* Fix many compiler warnings.Freeyorp2010-12-081-6/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-148-14/+14
* Hopefully fix the logging rotation this time.Yohann Ferreira2010-10-142-2/+66
* Centralized stringToBool conversion.Yohann Ferreira2010-09-082-3/+21
* Merge branch 'testing'Freeyorp2010-08-291-8/+10
|\
| * New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-8/+10
* | Changed the location of configuration, logs and statsThorbjørn Lindeijer2010-08-222-7/+16
|/
* Use XML::Document to automate memory cleanupThorbjørn Lindeijer2010-05-301-1/+1
* Copied basic Lua libs back from tmwserv-data and added dummy dataThorbjørn Lindeijer2010-05-301-0/+3
* Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer2010-05-293-31/+4
* Added a package loader that goes through the resource managerThorbjørn Lindeijer2010-05-212-1/+16
* Fixed CMake build by removing now unused defineThorbjørn Lindeijer2010-05-171-2/+0
* Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2010-05-161-2/+2
* Don't return configuration value by referenceThorbjørn Lindeijer2010-05-162-3/+3
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-163-3/+172
* Added a Byte Order Mask (BOM) filter to the ResourceManager.Bertram2010-04-251-1/+2
* Fixed unused variable warningsThorbjørn Lindeijer2010-02-221-1/+1
* Update Copyright date for Manaserv.Bertram2010-02-076-6/+6
* Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2010-01-172-9/+31
* Some refractoring at the command handler for easier maintainabilityPhilipp Sehmisch2010-01-172-0/+29
* Added some missing headers, and added some missing files to Makefile.amChuck Miller2010-01-171-0/+1
* Added commands for setting permissions by aliasPhilipp Sehmisch2010-01-172-1/+17
* Added permission manager. Currently only used for @commands and doesn't suppo...Philipp Sehmisch2010-01-172-0/+201
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-064-41/+39
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-062-4/+4
* Stopped tmwserv from writing to its configuration fileBjørn Lindeijer2009-05-242-53/+1
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-262-11/+11
* Fixes for some compile warningsBjørn Lindeijer2009-03-101-1/+1