Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the superfluous point struct. | Yohann Ferreira | 2011-01-09 | 1 | -90/+0 |
| | | | | | | | | It was too close from the Position class and it leads to making the server handle one or another type through the code. Still bugged me many times while making changes. Reviewed-by: Jaxad. | ||||
* | Update Copyright date for Manaserv. | Bertram | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | Fixed name of the project in copyright headers | Thorbjørn Lindeijer | 2009-12-06 | 1 | -13/+13 |
| | | | | | | 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 | 1 | -3/+3 |
| | |||||
* | Moved rectangle intersection to the Rectangle class | Thorbjørn Lindeijer | 2009-12-06 | 1 | -0/+8 |
| | | | | Also a bit of pointless cleanup in the math utils. | ||||
* | Standardize on the position of the const keyword | Bjørn Lindeijer | 2009-04-26 | 1 | -2/+2 |
| | | | | Same as for the client. | ||||
* | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 2008-11-16 | 1 | -2/+0 |
| | |||||
* | Mostly fixed some compilation issues. | Bjørn Lindeijer | 2007-03-23 | 1 | -4/+10 |
| | |||||
* | Added an abstrart base class for characterdata, in order to use the same ↵ | Rogier Polak | 2007-03-05 | 1 | -0/+2 |
| | | | | serialize and deserialize functions on both the accountserver and the gameserver. | ||||
* | Implemented being death, removal of dead mobs and sitting. | Philipp Sehmisch | 2007-03-02 | 1 | -0/+10 |
| | |||||
* | Removed obsolete files. Added a generic trigger system. | Guillaume Melquiond | 2007-01-02 | 1 | -7/+25 |
| | |||||
* | Simplified server algorithm for moving objects; it now matches the one in ↵ | Guillaume Melquiond | 2006-09-02 | 1 | -10/+2 |
| | | | | the client. | ||||
* | Put Player class in its own module instead of defining it together with Being. | Bjørn Lindeijer | 2006-08-27 | 1 | -1/+1 |
| | |||||
* | Introduced Point class to replace the confusing and clumsy usage of std::pair. | Bjørn Lindeijer | 2006-08-27 | 1 | -0/+56 |