summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch2010-01-185-10/+21
* Updated project filesPhilipp Sehmisch2010-01-181-0/+2
* Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch2010-01-177-112/+59
* Some refractoring at the command handler for easier maintainabilityPhilipp Sehmisch2010-01-173-84/+141
* Added some missing headers, and added some missing files to Makefile.amChuck Miller2010-01-173-2/+7
* Merge branch 'master' of gitorious.org:mana/manaservPhilipp Sehmisch2010-01-173-3/+32
|\
| * Updates mysql to database version 8Chuck Miller2010-01-162-2/+31
| * Correct the database versionThorbjørn Lindeijer2010-01-161-1/+1
* | Added commands for setting permissions by aliasPhilipp Sehmisch2010-01-173-1/+133
* | Added permission manager. Currently only used for @commands and doesn't suppo...Philipp Sehmisch2010-01-174-90/+255
|/
* Prevented segmentation fault when calling the lua set_quest_var function with...Philipp Sehmisch2010-01-161-1/+6
* Merge branch 'master' of ssh://git@gitorious.org/mana/manaservBlue2010-01-1011-4/+250
|\
| * Added script binding for checking the kill count for each monster so that uni...Philipp Sehmisch2010-01-083-0/+46
| * Added tracing of kill count for each monster per characterPhilipp Sehmisch2010-01-0810-4/+204
* | Fixing the mysql backend and the mysql createTables scriptBlue2010-01-103-20/+230
|/
* Tweaked the skip detection a bit more to show less groups of small skips in t...Philipp Sehmisch2009-12-281-2/+2
* Made world tick skip detection more laxPhilipp Sehmisch2009-12-281-12/+12
* Updated project filesPhilipp Sehmisch2009-12-281-0/+2
* Added parser for mana-skills.xmlPhilipp Sehmisch2009-12-281-1/+60
* Added support for skill names as weapon types in items.xml (still hardcoded)Philipp Sehmisch2009-12-284-2/+118
* Nerfed HP regeneration by disabling it while in combat.Philipp Sehmisch2009-12-281-7/+11
* Instead of sending http://update.manasource.org/ don't send any update host i...Chuck Miller2009-12-181-1/+3
* Makes server send the update host from defaultUpdateHost config (defaults to ...Chuck Miller2009-12-182-1/+2
* Fix detecting collision layer for mapsJared Adams2009-12-093-6/+36
* Added a method of updating the passwords of an existing databaseThorbjørn Lindeijer2009-12-062-4/+51
* Moved storagesql.hpp into storage.hppThorbjørn Lindeijer2009-12-063-153/+44
* Renamed DALStorage to StorageThorbjørn Lindeijer2009-12-0612-79/+80
* Moved DALStorage documentation into source fileThorbjørn Lindeijer2009-12-066-328/+219
* Removed obsolete commented out code from DALStorageThorbjørn Lindeijer2009-12-062-96/+6
* A few late rebranding updatesThorbjørn Lindeijer2009-12-061-2/+2
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-06161-1536/+1456
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-0680-192/+192
* Fixed crash when an invalid status effect is requestedThorbjørn Lindeijer2009-12-063-11/+18
* A host of code style changesThorbjørn Lindeijer2009-12-0624-406/+214
* Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer2009-12-066-75/+63
* Fixed the default visual rangeThorbjørn Lindeijer2009-12-061-1/+1
* Made the Being timer accessors constThorbjørn Lindeijer2009-12-062-20/+25
* Fixed a bug which prevented monsters from attackingPhilipp Sehmisch2009-12-051-1/+0
* (refactoring) Replaced various differen tick counting constructs in the being...Philipp Sehmisch2009-12-054-42/+86
* Added server-sided SHA256 encryption of passwords as discussed.Philipp Sehmisch2009-12-041-8/+4
* Moved password hashing during registration to the client.Philipp Sehmisch2009-12-041-3/+3
* register credential information service and basic code structure for captcha ...Philipp Sehmisch2009-12-042-10/+50
* Fix handeling of GameServer portJared Adams2009-11-053-8/+11
* Added optional optimal level mechanic which reduces exp gain of certain sourc...Philipp Sehmisch2009-10-266-9/+32
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-2414-315/+435
* Don't log the sitting/standing action change transaction. Mantis #950.Bertram2009-10-241-6/+18
* Some random cleanupsThorbjørn Lindeijer2009-10-188-9/+7
* Also close gracefully on receiving the TERM signalThorbjørn Lindeijer2009-10-172-0/+2
* lua_tofloat doesn't exist in Lua 5.1Jared Adams2009-10-141-3/+4
* Speed code unification part 1: Made the server accept speed values in tiles p...Bertram2009-10-159-22/+50