summaryrefslogtreecommitdiff
path: root/vectorgfx.mod
AgeCommit message (Expand)Author
2020-04-08Removed Strict -- doesn't seem to like it anymore.Ian C
2019-12-12Update ignore lists.Ian C
2019-12-12Tweaks to compile with BlitzMax NG. Removed the glflag module as it doesn'tIan C
2006-05-05Changed license to MIT LicenseIan C
2005-10-24Added a different method for handling collisionsIan C
2005-10-23Changed handling of invalid callsIan C
2005-10-23Added IsInside()Ian C
2005-10-23Added fields to indicate size of objectsIan C
2005-10-21Added scale to objects, and ability to clone objectsIan C
2005-10-17Improved collision processing so that the points, objects and lines that caus...Ian C
2005-10-11Changed vector objects so they work on a point list and line index basisIan C
2005-10-10Added routines to get adjusted co-ords and normals from lines.Ian C
2005-10-10Added vectorgfx moduleIan C