summaryrefslogtreecommitdiffstats
path: root/modules/gdnative
Commit message (Expand)AuthorAgeFilesLines
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-264-83/+17
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-6/+8
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-252-8/+8
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-222-5/+5
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-2010-40/+40
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-1821-1759/+800
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-154-15/+2
* Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde2020-02-141-0/+5
* Merge pull request #36163 from akien-mga/gdnative-godot_int-int64_tRémi Verschelde2020-02-133-3/+3
|\
| * GDNative: Make godot_int an int64_tRémi Verschelde2020-02-123-3/+3
* | Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-2/+0
|/
* Fix Mono and GDNative builds after changes to ObjectIDRémi Verschelde2020-02-122-2/+2
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-123-3/+8
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-127-79/+483
* Remove deprecated Color::grayHanif Bin Ariffin2020-02-123-14/+0
* Add static Vulkan loader.bruvzg2020-02-111-0/+4
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-2/+3
* Texture refactorJuan Linietsky2020-02-113-5/+10
* Merge pull request #35812 from touilleMan/gdnative-uses-godot_string_name-whe...Rémi Verschelde2020-02-103-10/+6
|\
| * Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond2020-02-013-10/+6
* | Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-053-3/+3
* | Merge pull request #35809 from clayjohn/DOCS-update-versionRémi Verschelde2020-02-0112-12/+12
|\ \
| * | Update docs to version 4.0clayjohn2020-01-3112-12/+12
* | | Merge pull request #35811 from touilleMan/remove-useless-pluginscript-get_rpc...Rémi Verschelde2020-02-011-3/+0
|\ \ \ | |/ / |/| |
| * | Remove useless pluginscript godot_pluginscript_script_desc.get_rpc/rset_mode ...Emmanuel Leblond2020-02-011-3/+0
| |/
* / Remove deprecated GDNative wrapper codeEmmanuel Leblond2020-01-312-117/+0
|/
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-2612-12/+12
* doc: Complete documentation for VideoStreamsRémi Verschelde2020-01-261-0/+5
* Remove unused #if 0'ed codeRémi Verschelde2020-01-212-53/+10
* Expose instance_from_id to GDNativetoasteater2020-01-103-0/+14
* Expose cast_to to GDNative for dynamic castssheepandshepherd2020-01-033-0/+32
* Update copyright statements to 2020Rémi Verschelde2020-01-0188-176/+176
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-242-0/+3
* Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde2019-12-101-1/+0
|\
| * Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+0
* | Add missing on error manifest struct destroy in pluginscript script initEmmanuel Leblond2019-12-011-7/+16
* | Don't try to initialize empty NativeLibraryTomasz Chabora2019-11-291-1/+4
|/
* VideoStreamGDNative: Fix playing video files without audio streammarcosjouron2019-11-271-3/+7
* Add singleton_name field to autogenerated json apiEmmanuel Leblond2019-11-161-0/+6
* Restore GDNative compatibility by moving new functions introduced in #33210 t...bruvzg2019-11-021-49/+49
* Added empty() function to pool array typesPouleyKetchoupp2019-10-313-0/+98
* Merge pull request #33104 from qarmin/fix_some_crashesRémi Verschelde2019-10-282-3/+3
|\
| * Fix some crashes and using null pointersRafał Mikrut2019-10-282-3/+3
* | Refactor VideoPlayer and VideoStreamSeleckyErik2019-10-242-2/+2
|/
* Document the GDNative singleton method prefix being changeableHugo Locurcio2019-10-073-3/+3
* Document GDNativeLibrarysheepandshepherd2019-10-061-0/+15
* Merge pull request #32199 from starryalley/fix_seekRémi Verschelde2019-09-252-1/+14
|\
| * Fix VideostreamGDNative seekMark Kuo2019-09-192-1/+14
* | Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-3/+1
|\ \