summaryrefslogtreecommitdiffstats
path: root/include/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix Style IssuesNHodgesVFX2020-02-062-2/+2
| | * | Fix Vector's Bounce ReflectNHodgesVFX2020-02-062-4/+4
| | |/
| * | Merge pull request #365 from sheepandshepherd/class_ptrMarc2020-08-161-13/+18
| |\ \
| | * | Use godot_object_cast_to instead of TagDB to cast engine typessheepandshepherd2020-08-171-13/+18
| * | | Merge pull request #415 from DuncanSparks/alloca_fixMarc2020-08-161-1/+3
| |\ \ \ | | |/ / | |/| |
| | * | Fix alloca.h error in Defs.hDuncan Sparks2020-06-171-1/+3
| * | | Merge pull request #307 from aqnuep/string_memory_leak_fixMarc2020-08-151-0/+3
| |\ \ \
| | * | | Fixed memory leak with String objectsDaniel Rakos2020-08-151-0/+3
| | | |/ | | |/|
| * | | Add missing move_toward to Vector2 and Vector3Jummit2020-07-152-0/+14
| | |/ | |/|
* / | Additions to the library to support the ARCore pluginFredia Huya-Kouadio2020-08-232-1/+106
|/ /
* | Allow registering base class methods for derived classesraymoo2020-06-101-0/+7
* | Merge pull request #412 from Zylann/direction_toBastiaan Olij2020-06-092-0/+12
|\ \
| * | Add missing Vector3::direction_to() and Vector2::direction_to()Marc Gilleron2020-06-052-0/+12
* | | Merge pull request #356 from sheepandshepherd/variantleak2Marc2020-06-052-0/+10
|\ \ \
| * | | Add C conversion constructors to fix leak of default-constructed empty arrayssheepandshepherd2020-01-312-0/+10
| | |/ | |/|
* | | Rework the way custom class instances are created from C++Marc Gilleron2020-06-021-44/+103
| |/ |/|
* | Merge pull request #383 from Zylann/fix_allocaBastiaan Olij2020-06-021-0/+5
|\ \
| * | Fix alloca() not being included on some platformsMarc Gilleron2020-03-311-0/+5
| |/
* / Added missing Color operatorsMarc Gilleron2020-05-291-0/+18
|/
* Added bounce to vector2.hpp2shady4u2019-12-271-0/+4
* Add godot namespace to references in Defs macros.Fabio Alessandrelli2019-10-241-6/+6
* Store all main entry points to the currently available APIsBastiaan Olij2019-08-121-0/+8
* Merge pull request #296 from lupoDharkael/missingThomas Herzog2019-08-057-0/+53
|\
| * Add missing class methodslupoDharkael2019-08-057-0/+53
* | Error message improvementsDaniel Rakos2019-05-152-76/+190
* | Merge pull request #270 from Windfisch/add-variant-castBastiaan Olij2019-05-021-0/+1
|\ \
| * | Add a type conversion to Variant for anything that supports ___get_from_varia...Florian Jung2019-04-121-0/+1
* | | Merge pull request #271 from Windfisch/fix-register-propertyBastiaan Olij2019-05-021-4/+16
|\ \ \
| * | | Fix registering properties of reference-types by applying bruvzg's patchFlorian Jung2019-04-121-4/+16
| |/ /
* | | Fix snapped from Vector2RameshRavone2019-05-021-1/+5
* | | Fix #272RameshRavone2019-04-211-2/+2
* | | Merge pull request #266 from RameshRavone/pathch-1Bastiaan Olij2019-04-141-8/+8
|\ \ \
| * | | fix shadows template parameterRameshRavone2019-04-121-8/+8
| |/ /
* / / Fix bug in Basis [] operator and add missing Transform-Vector3 * operatorDaniel Rakos2019-04-112-1/+8
|/ /
* | Make Basis look column-major while retaining a row-major representationDaniel Rakos2019-04-083-108/+636
* | Renamed Rect2::pos to Rect2::positionbruvzg2018-12-131-25/+25
* | Fix tags/cast_to for custom subclasses.bruvzg2018-11-281-6/+10
|/
* Profiling supportMarcelo Fernandez2018-11-272-0/+36
* Fix NULL dereferencing in get_from_variant and cast_tobruvzg2018-11-261-1/+4
* Implementing clang-format and applying it to all classesBastiaan Olij2018-11-2424-850/+799
* Redid PR 190 for master now that nativescript 1.1 has been mergedBastiaan Olij2018-11-221-0/+8
* Add missing String::(r)find(n) form argumentbruvzg2018-11-181-2/+3
* Nativescript 1.1karroffel2018-11-079-48/+130
* 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-258-7/+69
|\
| * Make all Pool*Array::operator[] as constGary Oberbrunner2018-03-131-7/+7
| * adds variadic printing function, makes String.format custom placeholder workdanielytics2018-03-072-0/+8
| * adds Array::make and Dictionary::make static methods and has variadic templat...danielytics2018-03-073-1/+12