summaryrefslogtreecommitdiffstats
path: root/modules/gdnative
Commit message (Expand)AuthorAgeFilesLines
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-0221-160/+160
* Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde2020-04-021-1/+1
|\
| * Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-1/+1
* | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-309-141/+187
|/
* Renaming of servers for coherency.Juan Linietsky2020-03-271-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-12/+12
* Working multiple window support, including editorJuan Linietsky2020-03-261-5/+5
* Refactored input, goes all via windows now.Juan Linietsky2020-03-262-8/+8
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-6/+6
* Merge pull request #37219 from RajatGoswami/missing-include-guardsRémi Verschelde2020-03-236-0/+30
|\
| * Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-236-0/+30
* | Make file formatting comply with POSIX and Unix standardsAaron Franke2020-03-211-1/+1
|/
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-178-31/+31
* Merge pull request #36751 from Faless/debugger/threads_and_profilersRémi Verschelde2020-03-091-1/+1
|\
| * Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-1/+1
* | Fix missing module editor iconsAndrii Doroshenko (Xrayez)2020-03-082-0/+0
|/
* Merge pull request #36640 from reduz/resource-loader-refactorRémi Verschelde2020-02-288-8/+8
|\
| * Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-288-8/+8
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-282-19/+9
|/
* 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