summaryrefslogtreecommitdiff
path: root/modules/gdnative
AgeCommit message (Expand)Author
2020-04-21Add ability to bind typed arrays to script APIJuan Linietsky
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-20Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editorRémi Verschelde
2020-04-10Merge pull request #37693 from lupoDharkael/remove-hintRémi Verschelde
2020-04-09Renaming all ARVR nodes to XRBastiaan Olij
2020-04-08Remove obsolete enumslupoDharkael
2020-04-02Replace more occurrences of NULL with nullptrRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-02Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-23Merge pull request #37219 from RajatGoswami/missing-include-guardsRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-21Make file formatting comply with POSIX and Unix standardsAaron Franke
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-09Merge pull request #36751 from Faless/debugger/threads_and_profilersRémi Verschelde
2020-03-08Fix missing module editor iconsAndrii Doroshenko (Xrayez)
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-02-28Merge pull request #36640 from reduz/resource-loader-refactorRémi Verschelde
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-25Update docs and bindings for new integer vector typesRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18doc: Sync classref with current sourceRémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-14Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde
2020-02-13Merge pull request #36163 from akien-mga/gdnative-godot_int-int64_tRémi Verschelde
2020-02-13Remove deprecated sync and slave networking keywordsRémi Verschelde
2020-02-12GDNative: Make godot_int an int64_tRémi Verschelde
2020-02-12Fix Mono and GDNative builds after changes to ObjectIDRémi Verschelde
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-02-12Remove deprecated Color::grayHanif Bin Ariffin
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-10Merge pull request #35812 from touilleMan/gdnative-uses-godot_string_name-whe...Rémi Verschelde
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-02-01Merge pull request #35809 from clayjohn/DOCS-update-versionRémi Verschelde
2020-02-01Merge pull request #35811 from touilleMan/remove-useless-pluginscript-get_rpc...Rémi Verschelde