summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Classes/Geometry.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added check for unexported but documented API (#5418)x12xx12x2022-05-071-57/+0
| | | Also fixed the errors
* Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand2020-05-081-21/+66
| | | * cLineBlockTracer uses Vector
* Extended Vector3 (#4666)Mattes D2020-04-181-0/+55
|
* Removed the obsolete cTracer class. (#4594)Mattes D2020-04-031-15/+1
|
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-0/+216
|
* Added more clamping operations to cCuboid.Mattes D2019-08-101-0/+22
|
* Removed coord-based API from cCuboid. (#4362)Mattes D2019-08-091-90/+6
|
* Minor changes (#3909)mathiascode2017-08-241-1/+1
|
* Tracer replacement (#3704)Mattes D2017-05-111-32/+105
| | | | | | * Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API.
* APIDoc: Added missing IsStatic flags and corrected param types.Lukas Pioch2017-04-051-4/+4
|
* APIDocs: Corrected param types in cBoundingBox (#3624)Lukas Pioch2017-03-161-10/+10
|
* Updated links and docs (#3488)mathiascode2016-12-191-1/+1
|
* APIDump: Reformatted the docs to include type information.Mattes D2016-09-121-202/+2391
| | | | Also fixed a bit of documentation in the CPP source.
* APIDump: Added explicit IsStatic flag to static functions.Mattes D2016-07-181-2/+2
|
* Updated API documentation.Mattes D2016-07-181-11/+98
|
* Normalized Vector3 API to use the same capitalization as all else.Mattes D2016-06-101-1/+15
|
* Bindings: Fixed cBoundingBox API.Mattes D2016-06-051-1/+14
|
* Renamed output directory to ServerMattes D2015-09-051-0/+332