summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/Geometry.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-07Added check for unexported but documented API (#5418)x12xx12x1-57/+0
2020-05-08Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand1-21/+66
2020-04-18Extended Vector3 (#4666)Mattes D1-0/+55
2020-04-03Removed the obsolete cTracer class. (#4594)Mattes D1-15/+1
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-0/+216
2019-08-10Added more clamping operations to cCuboid.Mattes D1-0/+22
2019-08-09Removed coord-based API from cCuboid. (#4362)Mattes D1-90/+6
2017-08-24Minor changes (#3909)mathiascode1-1/+1
2017-05-11Tracer replacement (#3704)Mattes D1-32/+105
2017-04-05APIDoc: Added missing IsStatic flags and corrected param types.Lukas Pioch1-4/+4
2017-03-16APIDocs: Corrected param types in cBoundingBox (#3624)Lukas Pioch1-10/+10
2016-12-19Updated links and docs (#3488)mathiascode1-1/+1
2016-09-12APIDump: Reformatted the docs to include type information.Mattes D1-202/+2391
2016-07-18APIDump: Added explicit IsStatic flag to static functions.Mattes D1-2/+2
2016-07-18Updated API documentation.Mattes D1-11/+98
2016-06-10Normalized Vector3 API to use the same capitalization as all else.Mattes D1-1/+15
2016-06-05Bindings: Fixed cBoundingBox API.Mattes D1-1/+14
2015-09-05Renamed output directory to ServerMattes D1-0/+0
2015-08-11Updated APIDump to follow the namechangeJulian Laubstein1-2/+2
2014-03-15APIDump: Documented a forgotten cCuboid constructor.madmaxoft1-1/+2
2014-03-15Added cCuboid:Assign(OtherCuboid) API function.madmaxoft1-2/+6
2014-03-11APIDump: Removed old documentation, documented some new functions.madmaxoft1-0/+2
2014-02-26APIDump: Documented new cCuboid functions.madmaxoft1-1/+6
2014-02-26APIDump: Separated out Geometry-related classes to their own file.madmaxoft1-0/+320