summaryrefslogtreecommitdiffstats
path: root/src/point.h
Commit message (Expand)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
* 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
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-2/+2
* 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 seri...Rogier Polak2007-03-051-0/+2
* 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 the...Guillaume Melquiond2006-09-021-10/+2
* 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