summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename `RID::get_rid()` => `get_id()` to match GodotMarc Gilleron2020-08-231-1/+1
* Merge pull request #441 from TerraAr/masterMarc2020-08-161-1/+2
|\
| * Updated operatorTerraAr2020-08-151-2/+2
| * Fixed operatorTerraAr2020-08-141-1/+2
| * Created operator.TerraAr2020-08-141-1/+1
* | Merge pull request #307 from aqnuep/string_memory_leak_fixMarc2020-08-151-137/+37
|\ \ | |/ |/|
| * Fixed memory leak with String objectsDaniel Rakos2020-08-151-137/+37
* | Merge pull request #356 from sheepandshepherd/variantleak2Marc2020-06-051-4/+2
|\ \
| * | Add C conversion constructors to fix leak of default-constructed empty arrayssheepandshepherd2020-01-311-4/+2
| |/
* | Merge pull request #406 from Zylann/color_operatorsBastiaan Olij2020-06-021-0/+118
|\ \
| * | Added missing Color operatorsMarc Gilleron2020-05-291-0/+118
| |/
* / Fix godot-cpp types registrationFredia Huya-Kouadio2020-04-141-6/+7
|/
* Merge pull request #333 from sheepandshepherd/string-plus-leakRĂ©mi Verschelde2020-01-191-2/+2
|\
| * Fix String::operator+ memory leaksheepandshepherd2019-10-051-2/+2
* | Fix leaks caused by implicitly called copy constructorssheepandshepherd2019-12-041-22/+33
|/
* Call register types and init earlierBastiaan Olij2019-09-141-3/+4
* Store all main entry points to the currently available APIsBastiaan Olij2019-08-121-0/+35
* Merge pull request #296 from lupoDharkael/missingThomas Herzog2019-08-057-0/+252
|\
| * Add missing class methodslupoDharkael2019-08-057-0/+252
* | Fixed wrong implementation of Quat multiplicationshaderbeast2019-05-061-4/+4
* | Fix snapped from Vector2RameshRavone2019-05-021-6/+0
* | Fix #272RameshRavone2019-04-211-0/+2
* | Fix bug in Basis [] operator and add missing Transform-Vector3 * operatorDaniel Rakos2019-04-111-4/+4
* | Make Basis look column-major while retaining a row-major representationDaniel Rakos2019-04-083-378/+0
* | Synced with Godot 3.1 stableBastiaan Olij2019-04-071-1/+1
* | Renamed Rect2::pos to Rect2::positionbruvzg2018-12-132-54/+54
|/
* Profiling supportMarcelo Fernandez2018-11-271-0/+4
* Implementing clang-format and applying it to all classesBastiaan Olij2018-11-2419-2325/+1729
* Fix NULL pointer dereferencing on uninstantiated Ref<T>() conversion to Variantbruvzg2018-11-221-1/+4
* Redid PR 190 for master now that nativescript 1.1 has been mergedBastiaan Olij2018-11-221-1/+21
* Merge pull request #198 from bruvzg/fix_str_find_and_cmpBastiaan Olij2018-11-191-10/+23
|\
| * Add missing String::(r)find(n) form argumentbruvzg2018-11-181-10/+23
* | Redid kirsanium xform fixBastiaan Olij2018-11-191-2/+2
|/
* Nativescript 1.1karroffel2018-11-077-20/+134
* Fix issue where Vector2::normalize() did not normalize correctlyChristoffer2018-09-031-1/+1
* Fix clang warning: 'const' type qualifier on return type has no effectMarcelo Fernandez2018-06-231-3/+3
* Fix const for += operator in stringTimothy Werquin2018-05-151-1/+1
* Fix String const operators.Timothy Werquin2018-05-151-8/+8
* Merge branch 'master' of https://github.com/GodotNativeTools/godot-cppNickolai Korshunov2018-04-253-10/+27
|\
| * Make all Pool*Array::operator[] as constGary Oberbrunner2018-03-131-7/+7
| * adds variadic printing function, makes String.format custom placeholder workdanielytics2018-03-071-1/+10
| * fix #101karroffel2018-03-021-2/+10
* | NULL -> nullptrNickolai Korshunov2018-02-231-10/+10
|/
* Add const qualifier to PoolArray's size()lupoDharkael2018-02-121-7/+7
* String and math fixesMarc Gilleron2018-01-238-63/+250
* Added RID::is_valid() and comparison operatorsMarc Gilleron2018-01-201-0/+34
* Added missing copy constructors and assign operators to PoolVectorsMarc Gilleron2018-01-171-0/+84
* Merge pull request #67 from Zylann/rename_aabb_positionThomas Herzog2018-01-172-103/+103
|\
| * Renamed AABB::pos --> AABB::positionMarc Gilleron2018-01-172-103/+103
* | Added copy constructors and assignment operators to Array and DictionaryMarc Gilleron2018-01-172-0/+24
|/