summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2019-08-12Export: Remove temp files from cache after exportRémi Verschelde
2019-08-12Merge pull request #31228 from aaronfranke/identity-constantsRémi Verschelde
2019-08-12Merge pull request #31314 from BastiaanOlij/fix_api_struct_genRémi Verschelde
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-12Fix self reference issue in core structures for GDNative pluginsBastiaan Olij
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-08-11Improve code compeletion for virtual methods with signaturesgeequlim
2019-08-11Add optional goto definition support for native symbolsgeequlim
2019-08-11Add generate script api to dictionary supportGeequlim
2019-08-11Check client workspace directory is validGeequlim
2019-08-11Improve symbol resolve for inner classesGeequlim
2019-08-11Improved performance for completion and symbol resolvation.Geequlim
2019-08-11Add optional smart resolve sulotiongeequlim
2019-08-11Add a symbol pool to cache all native symbols and workspackes symbols.geequlim
2019-08-11Add GDScript Language Protocol plugingeequlim
2019-08-11Add JSONRPC-2.0 implementation as a modulegeequlim
2019-08-09Add Basis constants and format Transform constantsAaron Franke
2019-08-09Merge pull request #31221 from neikeq/err-explain-to-msg-monoRémi Verschelde
2019-08-09Merge pull request #31227 from profan/fix/err-explain-usagesRémi Verschelde
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-08-09Expression before 'is' may be nullCameron Reikes
2019-08-08Merge pull request #31047 from Zylann/save_exrRémi Verschelde
2019-08-07[Mono] Make all structs seralizableAaron Franke
2019-08-07Add Image.save_exr()Marc Gilleron
2019-08-07Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-08-07Fixed KinematicCollision.get_local_shape() - the local shape id was never set...PouleyKetchoupp
2019-08-05Merge pull request #31091 from aaronfranke/wrapRémi Verschelde
2019-08-05Merge pull request #31041 from 2shady4u/masterRémi Verschelde
2019-08-04[Core] [Mono] Optimize Wrap functionsAaron Franke
2019-08-04Merge pull request #31068 from neikeq/issue-31065Ignacio Roldán Etcheverry
2019-08-04C#: Fix Color.ToHtml()Ignacio Etcheverry
2019-08-04C#: Add Ide Connection library and server for the editorIgnacio Etcheverry
2019-08-02Mark class_name line as safe in editorshaderbeast
2019-07-31Add descriptive tooltips in VS editorEmmanuel Barroga
2019-07-30Updated assimp to commit 1d565b0 with iFireRevoluPowered
2019-07-30Merge pull request #30909 from Kaligule/patch-1Rémi Verschelde
2019-07-29Merge pull request #30935 from YeldhamDev/gdnative_plugin_fixRémi Verschelde
2019-07-29Merge pull request #30923 from NilsIrl/better_dropdownRémi Verschelde
2019-07-29Fix 'GDNativeLibrary' editor being incorrectly openedMichael Alexsander Silva Dias
2019-07-29Find trailing whitespace and indentation in gdnative_api.jsonRémi Verschelde
2019-07-29Add a reference to pow to the description of exp.Kaligule
2019-07-29Improve platform selection in the GDNativeLibrary dockNilsIrl
2019-07-29Merge pull request #30869 from NilsIrl/#30841Rémi Verschelde
2019-07-28[Mono] Deprecate Set methodsAaron Franke
2019-07-28Fix WebSocketClient crash when unref during signalFabio Alessandrelli
2019-07-27Replace radion buttons with checkboxes in GDNativeLibrary editorNilsIrl
2019-07-27Merge pull request #30849 from bojidar-bg/7898-mixed-indentationRémi Verschelde
2019-07-27C#: Fix Transform2D.AffineInverse()Ignacio Etcheverry