summaryrefslogtreecommitdiff
path: root/src/point.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-3/+3
2009-12-06Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer1-0/+8
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-2/+2
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-03-23Mostly fixed some compilation issues.Bjørn Lindeijer1-4/+10
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-0/+2
2007-03-02Implemented being death, removal of dead mobs and sitting.Philipp Sehmisch1-0/+10
2007-01-02Removed obsolete files. Added a generic trigger system.Guillaume Melquiond1-7/+25
2006-09-02Simplified server algorithm for moving objects; it now matches the one in the...Guillaume Melquiond1-10/+2
2006-08-27Put Player class in its own module instead of defining it together with Being.Bjørn Lindeijer1-1/+1
2006-08-27Introduced Point class to replace the confusing and clumsy usage of std::pair.Bjørn Lindeijer1-0/+56