summaryrefslogtreecommitdiffstats
path: root/src/core/Transform.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-305/+0
|
* Add license headers to all source and header filesHugo Locurcio2021-08-021-0/+30
| | | | | | This is consistent with the core Godot source code, and ensures the license isn't detached from its original code when individual files are distributed.
* Update clang-format to version 11George Marques2021-02-281-30/+0
| | | | | | | This is taken from the Godot repository, so formatting is similar. This updates the style rules as well. Also fix style in files to conform with this version.
* Added missing constants to Vector2, Vector3, Basis and QuatMarc Gilleron2020-12-081-0/+5
|
* Fix bug in Basis [] operator and add missing Transform-Vector3 * operatorDaniel Rakos2019-04-111-4/+4
| | | | | | | | | The [] operator of Basis was returning a reference to a temporary, so fixed it. There was no * operator in Transform equivalent to the xform function, which is not in line with GDScript behavior. Also fixed remaining cases where Transform relied on the old behavior of the [] operator of Basis (i.e. that it returns the row, not the column).
* Implementing clang-format and applying it to all classesBastiaan Olij2018-11-241-130/+111
|
* Redid kirsanium xform fixBastiaan Olij2018-11-191-2/+2
|
* Renamed AABB::pos --> AABB::positionMarc Gilleron2018-01-171-11/+11
|
* Update bindings to use new Api extensions and rename Rect3->AABBBastiaanOlij2017-11-231-5/+5
|
* rewrote binding generator in pythonKarroffel2017-05-121-0/+319