Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated link to documentation for manaserv.xml | Thorbjørn Lindeijer | 2009-12-22 | 1 | -1/+1 |
| | | | | This documentation should of course be moved to doc.manasource.org | ||||
* | Instead of sending http://update.manasource.org/ don't send any update host ↵ | Chuck Miller | 2009-12-18 | 1 | -1/+3 |
| | | | | if defaultUpdateHost is not set | ||||
* | Makes server send the update host from defaultUpdateHost config (defaults to ↵ | Chuck Miller | 2009-12-18 | 2 | -1/+2 |
| | | | | http://update.manasouce.org/ when non is set) | ||||
* | Changed registration to allowed in the example manaserv.xml | Philipp Sehmisch | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | Fix detecting collision layer for maps | Jared Adams | 2009-12-09 | 3 | -6/+36 |
| | |||||
* | Updated Code::Blocks project files. Patch by Cody Martin who doesn't want ↵ | Philipp Sehmisch | 2009-12-08 | 2 | -5/+14 |
| | | | | his email to appear in the log. | ||||
* | Added a method of updating the passwords of an existing database | Thorbjørn Lindeijer | 2009-12-06 | 2 | -4/+51 |
| | | | | To be removed sometime soon. | ||||
* | Moved storagesql.hpp into storage.hpp | Thorbjørn Lindeijer | 2009-12-06 | 3 | -153/+44 |
| | | | | | Also removed the not very useful documentation, so that the list of constants is more readable. | ||||
* | Renamed DALStorage to Storage | Thorbjørn Lindeijer | 2009-12-06 | 12 | -79/+80 |
| | | | | | The only reason it was a DALStorage was because it used to implement the Storage interface, but that interface got removed a long time ago. | ||||
* | Moved DALStorage documentation into source file | Thorbjørn Lindeijer | 2009-12-06 | 6 | -328/+219 |
| | | | | | | | | | Some methods were documented twice. Stuff moved to source file since this keeps the header more readable, and makes it easier to keep the documentation up to date with the implementation. Also, my IDE jumps to the definition when navigating. Removed two methods that were without an implementation. | ||||
* | Removed obsolete commented out code from DALStorage | Thorbjørn Lindeijer | 2009-12-06 | 2 | -96/+6 |
| | |||||
* | Note that ChangeLog is no longer updated, like on the client | Thorbjørn Lindeijer | 2009-12-06 | 1 | -0/+5 |
| | | | | Better late than never. | ||||
* | A few late rebranding updates | Thorbjørn Lindeijer | 2009-12-06 | 4 | -25/+25 |
| | |||||
* | Fixed name of the project in copyright headers | Thorbjørn Lindeijer | 2009-12-06 | 161 | -1536/+1456 |
| | | | | | | Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions. | ||||
* | Removed "TMW" and "TMWSERV" from header guards | Thorbjørn Lindeijer | 2009-12-06 | 80 | -192/+192 |
| | |||||
* | Fixed crash when an invalid status effect is requested | Thorbjørn Lindeijer | 2009-12-06 | 3 | -11/+18 |
| | | | | Log an error instead. | ||||
* | A host of code style changes | Thorbjørn Lindeijer | 2009-12-06 | 24 | -406/+214 |
| | | | | | | Removed pointless void in method parameter lists, fixed methods and variables that started with upper case, removed pointless 'const' for stuff passed by value, made some getters const, etc. | ||||
* | Moved rectangle intersection to the Rectangle class | Thorbjørn Lindeijer | 2009-12-06 | 6 | -75/+63 |
| | | | | Also a bit of pointless cleanup in the math utils. | ||||
* | Fixed the default visual range | Thorbjørn Lindeijer | 2009-12-06 | 2 | -2/+2 |
| | | | | | | The client is 800x600 by default, so 320 pixels radius was not enough. Taking into account a bit of network latency as well, 448 should be alright. | ||||
* | Made the Being timer accessors const | Thorbjørn Lindeijer | 2009-12-06 | 2 | -20/+25 |
| | |||||
* | Fixed a bug which prevented monsters from attacking | Philipp Sehmisch | 2009-12-05 | 1 | -1/+0 |
| | |||||
* | (refactoring) Replaced various differen tick counting constructs in the ↵ | Philipp Sehmisch | 2009-12-05 | 4 | -42/+86 |
| | | | | being classes with a common timer infrastructure | ||||
* | Added some new options to example configuration. | Philipp Sehmisch | 2009-12-05 | 1 | -4/+46 |
| | |||||
* | Added server-sided SHA256 encryption of passwords as discussed. | Philipp Sehmisch | 2009-12-04 | 1 | -8/+4 |
| | |||||
* | Moved password hashing during registration to the client. | Philipp Sehmisch | 2009-12-04 | 1 | -3/+3 |
| | |||||
* | register credential information service and basic code structure for captcha ↵ | Philipp Sehmisch | 2009-12-04 | 2 | -10/+50 |
| | | | | support | ||||
* | Fix handeling of GameServer port | Jared Adams | 2009-11-05 | 3 | -8/+11 |
| | |||||
* | Added optional optimal level mechanic which reduces exp gain of certain ↵ | Philipp Sehmisch | 2009-10-26 | 6 | -9/+32 |
| | | | | sources after a certain skill level. | ||||
* | Fixed an off by one causing crash on monitor exit | Thorbjørn Lindeijer | 2009-10-25 | 1 | -1/+1 |
| | |||||
* | Made the monitor a bit more generic | Thorbjørn Lindeijer | 2009-10-25 | 1 | -20/+38 |
| | | | | | It is now possible to pass any list of servers that should be run as arguments to the monitor. | ||||
* | Rebranded Code::Blocks project files | Philipp Sehmisch | 2009-10-25 | 2 | -201/+201 |
| | |||||
* | Rebranding tmwserv to manaserv | Thorbjørn Lindeijer | 2009-10-24 | 22 | -359/+479 |
| | | | | | Includes a database update. Use update_6_to_7.sql to update existing sqlite databases. | ||||
* | Don't log the sitting/standing action change transaction. Mantis #950. | Bertram | 2009-10-24 | 1 | -6/+18 |
| | |||||
* | Fixed compile | Thorbjørn Lindeijer | 2009-10-21 | 1 | -1/+2 |
| | | | | For some reason qApp was missing for seeseekey. | ||||
* | Some random cleanups | Thorbjørn Lindeijer | 2009-10-18 | 8 | -9/+7 |
| | |||||
* | Added the initial version of a server monitor | Thorbjørn Lindeijer | 2009-10-17 | 4 | -0/+287 |
| | | | | | | | | | | It launches the account and game servers and restarts them when they quit unexpectedly. When a core file is found after a server quit, a backtrace is emailed when the CRASH_REPORT_RECEIVER environment variable is set. The monitor should be terminated with the TERM signal, which makes sure the servers get some time to shutdown gracefully. | ||||
* | Also close gracefully on receiving the TERM signal | Thorbjørn Lindeijer | 2009-10-17 | 2 | -0/+2 |
| | | | | Probably the most important signal to handle gracefully... | ||||
* | lua_tofloat doesn't exist in Lua 5.1 | Jared Adams | 2009-10-14 | 1 | -3/+4 |
| | | | | Also make that parameter optional | ||||
* | Speed code unification part 1: Made the server accept speed values in tiles ↵ | Bertram | 2009-10-15 | 9 | -22/+50 |
| | | | | per second. | ||||
* | Add script bindings for being directions | Jared Adams | 2009-10-13 | 1 | -2/+44 |
| | |||||
* | Add being action getter and setter | Jared Adams | 2009-10-13 | 1 | -0/+42 |
| | |||||
* | Only use the first 1000 skills in level calulation | Chuck Miller | 2009-10-11 | 1 | -3/+7 |
| | | | | After 1000 is reserved for crafting skills | ||||
* | Mostly synced the client and server code for path finding. | Bertram | 2009-10-09 | 5 | -43/+50 |
| | |||||
* | Synced the protocol file with client in protocol.h, letting other defines in ↵ | Bertram | 2009-10-09 | 30 | -368/+380 |
| | | | | defines.h, and removing some overheading along the way. | ||||
* | Adds the option for a configuable hard cap on skill levels | Chuck Miller | 2009-10-09 | 1 | -3/+15 |
| | | | | To use, use the option "maxSkillCap", and set it to desired exp | ||||
* | Added a warning to accountserver when using the default inter-server password. | Philipp Sehmisch | 2009-10-07 | 1 | -0/+7 |
| | |||||
* | Adds server auth, also adds the "net_password" configure option | Chuck Miller | 2009-10-07 | 3 | -3/+31 |
| | |||||
* | Fixes infinite loop | Chuck Miller | 2009-10-04 | 1 | -0/+1 |
| | |||||
* | Limit login attempt frequency based on IP address | Thorbjørn Lindeijer | 2009-10-03 | 6 | -60/+28 |
| | | | | | | | | | | | | The previous method was broken because it set the "last time" to the current time when the client connected. So login would fail when the username and password were sent within a second from connecting, which is not desirable. If I'd have fixed this by setting the "last time" to login time minus one second, then an attacker would just need to reconnect for each login attempt. So now it uses an IP address based approach, where each IP can only try to log in once per second. | ||||
* | Some cleanup | Thorbjørn Lindeijer | 2009-10-03 | 6 | -148/+150 |
| | | | | | | | | | * Removed unsigned/signed warning by just using signed integers. * Made AccountHandler message handler functions members again instead of static functions. * Renamed 'computer' to 'client' since that is a less confusing name. |