summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Json bindings are generated in cwdNickolai Korshunov2018-02-181-1/+1
* Updated readmeNickolai Korshunov2018-02-181-1/+1
* Merge pull request #94 from lupoDharkael/constThomas Herzog2018-02-122-14/+14
|\
| * Add const qualifier to PoolArray's size()lupoDharkael2018-02-122-14/+14
|/
* Merge pull request #90 from lupoDharkael/cpp-syntaxThomas Herzog2018-01-301-1/+1
|\
| * README: Enable cpp syntax highlightingDharkael2018-01-291-1/+1
|/
* Merge pull request #88 from Zylann/fix_ref_return_leakThomas Herzog2018-01-262-2/+11
|\
| * Fix Ref leak when using Godot gettersMarc Gilleron2018-01-252-2/+11
* | Merge pull request #89 from Zylann/fix_rid_validThomas Herzog2018-01-251-1/+1
|\ \ | |/ |/|
| * Fix RID::is_valid()Marc Gilleron2018-01-251-1/+1
|/
* Merge pull request #87 from RameshRavone/patch-24Thomas Herzog2018-01-241-1/+1
|\
| * Do not include Ref.hpp file in Reference.hppRameshRavone2018-01-241-1/+1
|/
* Merge pull request #86 from RameshRavone/patch-22Thomas Herzog2018-01-241-6/+11
|\
| * Update README.mdRameshRavone2018-01-241-6/+11
|/
* Merge pull request #84 from Zylann/string_and_math_fixesThomas Herzog2018-01-2311-68/+271
|\
| * String and math fixesMarc Gilleron2018-01-2311-68/+271
|/
* Merge pull request #83 from Zylann/gitignore_updateThomas Herzog2018-01-221-1/+8
|\
| * Ignore Windows binariesMarc Gilleron2018-01-221-1/+8
* | Merge pull request #82 from Zylann/rewrite_refThomas Herzog2018-01-222-109/+158
|\ \ | |/ |/|
| * Rewrite Ref<T> to behave like Godot againMarc Gilleron2018-01-222-109/+158
|/
* Merge pull request #75 from Zylann/add_rid_valid_and_operatorsThomas Herzog2018-01-212-1/+47
|\
| * Added RID::is_valid() and comparison operatorsMarc Gilleron2018-01-202-1/+47
|/
* allow ~ in godotbinpathkarroffel2018-01-191-1/+1
* allow const getter functionskarroffel2018-01-191-0/+6
* Don't leak memory from Ref<>()karroffel2018-01-192-58/+37
* Merge pull request #72 from Zylann/fix_poolarrays_read_writeThomas Herzog2018-01-181-0/+105
|\
| * Added copy constructors to PoolArray Read and WriteMarc Gilleron2018-01-181-0/+105
|/
* Merge pull request #71 from Zylann/fix_poolvectors_copyThomas Herzog2018-01-182-0/+98
|\
| * Added missing copy constructors and assign operators to PoolVectorsMarc Gilleron2018-01-172-0/+98
|/
* Merge pull request #67 from Zylann/rename_aabb_positionThomas Herzog2018-01-173-107/+107
|\
| * Renamed AABB::pos --> AABB::positionMarc Gilleron2018-01-173-107/+107
* | Merge pull request #68 from Zylann/ref_instanceThomas Herzog2018-01-171-0/+5
|\ \
| * | 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)Marc Gilleron2018-01-171-4/+8
| |/
* | Merge pull request #69 from Zylann/fix_copy_constructorsThomas Herzog2018-01-174-0/+28
|\ \ | |/ |/|
| * Added copy constructors and assignment operators to Array and DictionaryMarc Gilleron2018-01-174-0/+28
|/
* custom types can now be used as method parameterskarroffel2018-01-142-7/+15
* Added Read and Write access for PoolArrayskarroffel2018-01-112-0/+436
* caller-defined entry methods and string API updatekarroffel2018-01-115-43/+72
* Merge pull request #57 from Grosskopf/masterThomas Herzog2017-12-162-13/+13
|\
| * Fixed buildingGrosskopf2017-12-112-13/+13
* | made godotbinpath accept the binary path itselfkarroffel2017-12-131-12/+2
|/
* Merge pull request #52 from BastiaanOlij/change_to_new_extensionsThomas Herzog2017-11-2516-95/+153
|\
| * Added alloc_c_stringBastiaan Olij2017-11-253-38/+37
| * Update bindings to use new Api extensions and rename Rect3->AABBBastiaanOlij2017-11-2316-95/+154
|/
* Merge pull request #47 from BastiaanOlij/add_api_structThomas Herzog2017-10-2422-402/+379
|\
| * Implemented using api structBastiaan Olij2017-10-2322-402/+379
|/
* Merge pull request #43 from RameshRavone/patch-8Thomas Herzog2017-10-031-5/+8
|\
| * Updated READMERamesh Ravone2017-10-031-5/+8