summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fixed a line where anger was not addedChuck Miller2009-10-031-1/+1
* Adds the changeAnger method to monstersChuck Miller2009-10-032-10/+25
* UNIX compilation fix for last commitPhilipp Sehmisch2009-10-021-1/+7
* Game-server now tries again when failing to connect to account-server. Reconn...Philipp Sehmisch2009-10-021-2/+15
* Adds code for saving and getting status effects from the databaseChuck Miller2009-10-017-1/+141
* Adds tmw_char_status_effects tables to mySQL and SQLiteChuck Miller2009-09-305-3/+59
* Added script bindings and netcode for creating being-bound effects.Philipp Sehmisch2009-09-275-12/+70
* added script functions for monster attacksPhilipp Sehmisch2009-09-235-7/+23
* Added the possibility to define a monster script for a whole monster class in...Philipp Sehmisch2009-09-173-3/+33
* Allow for basic scripted monstersChuck Miller2009-09-163-0/+71
* Fixed crash when column value is a real NULL value instead of empty string.Andreas Habel2009-09-151-1/+3
* Fixed superfluous semicolon in sqlite3 createTables.sql fileThorbjørn Lindeijer2009-09-091-1/+1
* Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch2009-08-255-15/+245
|\
| * Added table and view to prepare reporting of transaction log.Andreas Habel2009-08-234-9/+226
| * Merge branch 'master' of git@gitorious.org:tmwserv/mainlineAndreas Habel2009-08-2113-128/+36
| |\
| | * Remove attackzone from MakefileJared Adams2009-08-201-2/+0
| * | Update table tmw_accounts. Added columns to store secret key and expirationAndreas Habel2009-08-173-10/+25
* | | Made the STL container -> LUA table wrappers more flexible.Philipp Sehmisch2009-08-252-19/+28
| |/ |/|
* | Removed remnants of attack zones. Monsters AI now works properly again.Philipp Sehmisch2009-08-207-64/+12
* | Performance improvement of range calculation (suggested by Octalot)Philipp Sehmisch2009-08-191-4/+4
* | Removed attack shape from items. Added distance check on attacks (values stil...Philipp Sehmisch2009-08-198-64/+26
|/
* Bugfix for storing transaction messages for new created characters.Andreas Habel2009-08-141-2/+3
* Simplifies Movement to not send path destinations, but rather just the curren...Chuck Miller2009-08-014-40/+6
* Have the game server reconnect with the account-server if account-server is r...Chuck Miller2009-07-208-18/+98