summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2020-07-06Merge pull request #40155 from rcorre/warning-namesRémi Verschelde
2020-07-06Merge pull request #40116 from ThakeeNathees/editor-crash-on-super-constructorRémi Verschelde
2020-07-06Include gdscript warning name in the warning message.Ryan Roden-Corrent
2020-07-05Fix Mono PackedArray MarshallingDaniel Doran
2020-07-05Merge pull request #40102 from SkyLucilfer/PotGenerationFixRémi Verschelde
2020-07-05Merge pull request #40137 from neikeq/fix-clangtidy-warnings-monoRémi Verschelde
2020-07-05Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry
2020-07-05Change translation parser plugin API to parse_file()SkyJJ
2020-07-04Fix: editor crash on super constructor calledThakee Nathees
2020-07-04Merge pull request #40092 from hinlopen/remove-find-lastRémi Verschelde
2020-07-03doc: Sync classref with current sourceRémi Verschelde
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-07-03Merge pull request #40078 from endlesstravel/fix-print-null-in-array-3Rémi Verschelde
2020-07-03Merge pull request #39958 from aaronfranke/gridmap-vec3iRémi Verschelde
2020-07-03fix crash when pass null in print array in GD.printendlesstravel
2020-07-03Merge pull request #40050 from naithar/feature/ios-gdnative-master-2Rémi Verschelde
2020-07-02Update GridMap to use Vector3i instead of three intsAaron Franke
2020-07-02Merge pull request #39415 from SkyLucilfer/PotGenerationRémi Verschelde
2020-07-02Merge pull request #37350 from aaronfranke/force-impulseRémi Verschelde
2020-07-02Merge pull request #40049 from hinlopen/remove-pane-dragRémi Verschelde
2020-07-02GDNative export: do not add fake lookup table if static lib is not usedSergey Minakov
2020-07-02Add translation parser plugin supportSkyJJ
2020-07-02Remove unused class PaneDragStijn Hinlopen
2020-07-02GDNative Editor: Support selecting frameworks for iOSSergey Minakov
2020-07-02GDNative: support dynamic loading of iOS frameworksSergey Minakov
2020-07-02Merge pull request #30424 from raphael10241024/fix_noiseRémi Verschelde
2020-07-01Merge pull request #39788 from bruvzg/macos_apple_siliconRémi Verschelde
2020-07-01Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde
2020-07-01Fix OpenSimplexNoise get_image() swap axesRaphaelHunter
2020-06-30Change assembly watcher after notification changesG'lek
2020-06-30Merge pull request #39986 from reduz/app-inout-notificationRémi Verschelde
2020-06-30Merge pull request #38920 from paulherman/tgaRémi Verschelde
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-06-29Use is_equal_approx() instead of vertex_snap when checking if ray isMarcel Admiraal
2020-06-29Create degenerate triangles when inserting an edge into a CSG face.Marcel Admiraal
2020-06-29[macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg
2020-06-28Improve the preload and load descriptionsTomasz Chabora
2020-06-28VideoStreamGDNative: close file in cleanupMark Kuo
2020-06-26Merge pull request #39837 from neikeq/fix-invalid-unbox-long-as-intRémi Verschelde
2020-06-26Merge pull request #39839 from neikeq/use-/restore-instead-of-/t-restoreRémi Verschelde
2020-06-25Mono/C#: Use /restore instead of /t:restore when buildingIgnacio Etcheverry
2020-06-25Mono/C#: Fix InvalidCast because of attempt to unbox long as intIgnacio Etcheverry
2020-06-25Mono/C#: Fix unhandled exception not being printedIgnacio Etcheverry
2020-06-25Style: Fix copyright headersRémi Verschelde
2020-06-24Merge pull request #39739 from MichaelBelousov/fix/long-enum-fix-rider-castRémi Verschelde
2020-06-24Merge pull request #39779 from naithar/feature/ios-modules-masterRémi Verschelde
2020-06-24Mono: fix bad long casts and wrong underlying enum types in GodotToolsMichael Belousov
2020-06-24Merge pull request #39783 from neikeq/messaging-codecompletion-localize-fixRémi Verschelde
2020-06-23C#: Fix completion request with case insensitive resource pathIgnacio Etcheverry
2020-06-23SCons: Enable iOS modules for ARKit and CameraSergey Minakov