summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative_library_editor_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #30935 from YeldhamDev/gdnative_plugin_fixRémi Verschelde2019-07-291-5/+3
|\ | | | | Fix 'GDNativeLibrary' editor being incorrectly opened
| * Fix 'GDNativeLibrary' editor being incorrectly openedMichael Alexsander Silva Dias2019-07-291-5/+3
| |
* | Improve platform selection in the GDNativeLibrary dockNilsIrl2019-07-291-2/+8
|/ | | | | * Replace button text with currently selected platforms * Expand button size horizontally
* Replace radion buttons with checkboxes in GDNativeLibrary editorNilsIrl2019-07-271-14/+17
|
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques2018-01-011-2/+2
|\ | | | | Make GDNative DLLs work on UWP
| * Make GDNative DLLs work on UWPGeorge Marques2018-01-011-2/+2
| |
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/ | | | Happy new year to the wonderful Godot community!
* Add plugin to edit GDNativeLibrarygeequlim2017-12-181-0/+423
Rename GDNativeLibraryEditor to GDNativeLibrarySingletonEditor