summaryrefslogtreecommitdiffstats
path: root/include/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * make register_signal and auto-generated variadic funcitons use variadic ↵danielytics2018-03-062-0/+41
| | | | | | | | templates to streamline their use
| * fix #101karroffel2018-03-021-0/+2
| |
* | fixed forward declNickolai Korshunov2018-02-241-2/+1
| |
* | NULL -> nullptrNickolai Korshunov2018-02-235-31/+31
| |
* | Strict enumsNickolai Korshunov2018-02-231-1/+1
| |
* | fixed some includes. replace cycle include with forward declarationNickolai Korshunov2018-02-232-6/+7
| |
* | fixed forward declarationsNickolai Korshunov2018-02-232-2/+2
|/
* Add const qualifier to PoolArray's size()lupoDharkael2018-02-121-7/+7
|
* Merge pull request #88 from Zylann/fix_ref_return_leakThomas Herzog2018-01-261-0/+9
|\ | | | | Fix Ref leak when using Godot getters
| * Fix Ref leak when using Godot gettersMarc Gilleron2018-01-251-0/+9
| |
* | Fix RID::is_valid()Marc Gilleron2018-01-251-1/+1
|/
* String and math fixesMarc Gilleron2018-01-233-5/+21
| | | | | | | | - Added missing static String constructors - Implemented String operator for math types - Added XYZ and YXZ euler angles methods - Fixed wrong det checks in Basis - Fixed operator Quat in Basis
* Rewrite Ref<T> to behave like Godot againMarc Gilleron2018-01-221-108/+152
|
* Added RID::is_valid() and comparison operatorsMarc Gilleron2018-01-201-1/+13
| | | | - is_valid() is worked around by comparing a default RID()
* allow const getter functionskarroffel2018-01-191-0/+6
|
* Don't leak memory from Ref<>()karroffel2018-01-191-57/+36
|
* Added copy constructors to PoolArray Read and WriteMarc Gilleron2018-01-181-0/+105
|
* Added missing copy constructors and assign operators to PoolVectorsMarc Gilleron2018-01-171-0/+14
|
* Merge pull request #67 from Zylann/rename_aabb_positionThomas Herzog2018-01-171-4/+4
|\ | | | | Renamed AABB::pos --> AABB::position
| * Renamed AABB::pos --> AABB::positionMarc Gilleron2018-01-171-4/+4
| |
* | Merge pull request #68 from Zylann/ref_instanceThomas Herzog2018-01-171-0/+5
|\ \ | | | | | | Added Ref<T>::instance()
| * | Added Ref<T>::instance()Marc Gilleron2018-01-171-0/+5
| |/
* | Merge pull request #70 from Zylann/fix_register_signalThomas Herzog2018-01-171-4/+8
|\ \ | | | | | | Fix potential malloc(0)
| * | Fix potential malloc(0)Marc Gilleron2018-01-171-4/+8
| |/
* / Added copy constructors and assignment operators to Array and DictionaryMarc Gilleron2018-01-172-0/+4
|/
* custom types can now be used as method parameterskarroffel2018-01-141-7/+13
|
* Added Read and Write access for PoolArrayskarroffel2018-01-111-0/+338
|
* caller-defined entry methods and string API updatekarroffel2018-01-113-8/+19
|
* Fixed buildingGrosskopf2017-12-111-4/+4
| | | | without this, the clang command fails
* Added alloc_c_stringBastiaan Olij2017-11-251-0/+1
|
* Update bindings to use new Api extensions and rename Rect3->AABBBastiaanOlij2017-11-239-34/+36
|
* Implemented using api structBastiaan Olij2017-10-233-26/+30
|
* Fixes #41Ramesh Ravone2017-10-031-1/+1
|
* String bindings updated (at most)Ramesh Ravone2017-10-031-40/+82
|
* updated bindingsRamesh Ravone2017-10-0310-12/+12
|
* Fix `_arg_cast`Ramesh Ravone2017-10-031-1/+1
| | | | | This has been an issue from the day one, A lot of people mentioned this on discord too
* Fix bindings generation for enumsMaxim Sheronov2017-09-131-0/+40
|
* Replaced 'char *' with 'const char *' for consistency with C APISergey Kurson2017-07-271-12/+11
| | | | Also makes gcc and clang happy
* updated to use the new NativeScript and GDNative interfaceKarroffel2017-07-2411-31/+33
|
* Merge pull request #20 from GodotNativeTools/static-linkingThomas Herzog2017-07-2419-219/+28
|\ | | | | Use static linking instead of dynamic linking
| * Use static linking instead of dynamic linkingKarroffel2017-07-2319-219/+28
| |
* | template magicKarroffel2017-07-231-338/+50
|/
* String operator_plus fixRamesh Ravone2017-07-221-2/+1
|
* implement registering const methodsKarroffel2017-06-211-1/+16
| | | | fixes #6
* Wohoo, Ref<>s are now workingKarroffel2017-06-212-6/+11
|
* some Ref WIP, memory leaks and invalid returnsKarroffel2017-06-212-5/+25
|
* fixed ArgCast againKarroffel2017-06-191-0/+8
|
* better Variant castingKarroffel2017-06-191-1/+1
|
* [experimental] constructors and Ref<T>Karroffel2017-06-191-0/+163
|
* updated scripting interfaceKarroffel2017-06-181-1/+0
|