summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated link to documentation for manaserv.xmlThorbjørn Lindeijer2009-12-221-1/+1
* 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
* Changed registration to allowed in the example manaserv.xmlPhilipp Sehmisch2009-12-151-1/+1
* Fix detecting collision layer for mapsJared Adams2009-12-093-6/+36
* Updated Code::Blocks project files. Patch by Cody Martin who doesn't want his...Philipp Sehmisch2009-12-082-5/+14
* 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
* Note that ChangeLog is no longer updated, like on the clientThorbjørn Lindeijer2009-12-061-0/+5
* A few late rebranding updatesThorbjørn Lindeijer2009-12-064-25/+25
* 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-062-2/+2
* 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 some new options to example configuration.Philipp Sehmisch2009-12-051-4/+46
* 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
* Fixed an off by one causing crash on monitor exitThorbjørn Lindeijer2009-10-251-1/+1
* Made the monitor a bit more genericThorbjørn Lindeijer2009-10-251-20/+38
* Rebranded Code::Blocks project filesPhilipp Sehmisch2009-10-252-201/+201
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-2422-359/+479
* Don't log the sitting/standing action change transaction. Mantis #950.Bertram2009-10-241-6/+18
* Fixed compileThorbjørn Lindeijer2009-10-211-1/+2
* Some random cleanupsThorbjørn Lindeijer2009-10-188-9/+7
* Added the initial version of a server monitorThorbjørn Lindeijer2009-10-174-0/+287
* 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
* Add script bindings for being directionsJared Adams2009-10-131-2/+44
* Add being action getter and setterJared Adams2009-10-131-0/+42
* Only use the first 1000 skills in level calulationChuck Miller2009-10-111-3/+7
* Mostly synced the client and server code for path finding.Bertram2009-10-095-43/+50
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-0930-368/+380
* Adds the option for a configuable hard cap on skill levelsChuck Miller2009-10-091-3/+15
* Added a warning to accountserver when using the default inter-server password.Philipp Sehmisch2009-10-071-0/+7
* Adds server auth, also adds the "net_password" configure optionChuck Miller2009-10-073-3/+31
* Fixes infinite loopChuck Miller2009-10-041-0/+1
* Limit login attempt frequency based on IP addressThorbjørn Lindeijer2009-10-036-60/+28
* Some cleanupThorbjørn Lindeijer2009-10-036-148/+150