summaryrefslogtreecommitdiffstats
path: root/src/point.h
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
|
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-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 guardsThorbjørn Lindeijer2009-12-061-3/+3
|
* Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer2009-12-061-0/+8
| | | | Also a bit of pointless cleanup in the math utils.
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-2/+2
| | | | Same as for the client.
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
|
* Mostly fixed some compilation issues.Bjørn Lindeijer2007-03-231-4/+10
|
* Added an abstrart base class for characterdata, in order to use the same ↵Rogier Polak2007-03-051-0/+2
| | | | serialize and deserialize functions on both the accountserver and the gameserver.
* Implemented being death, removal of dead mobs and sitting.Philipp Sehmisch2007-03-021-0/+10
|
* Removed obsolete files. Added a generic trigger system.Guillaume Melquiond2007-01-021-7/+25
|
* Simplified server algorithm for moving objects; it now matches the one in ↵Guillaume Melquiond2006-09-021-10/+2
| | | | the client.
* Put Player class in its own module instead of defining it together with Being.Bjørn Lindeijer2006-08-271-1/+1
|
* Introduced Point class to replace the confusing and clumsy usage of std::pair.Bjørn Lindeijer2006-08-271-0/+56