summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-16Merge pull request #35209 from RandomShaper/fix_pck_embed_linuxRémi Verschelde
Fix error exporting to X11 with embedded PCK
2020-01-16Fix error exporting to X11 with embedded PCKPedro J. Estébanez
Fixes #32513.
2020-01-16Merge pull request #35201 from bojidar-bg/27582-gdfunction-validate-instanceRémi Verschelde
Validate instances of objects before trying to check their type in GDScript
2020-01-16Merge pull request #35199 from dalexeev/masterRémi Verschelde
Fix function arguments hint format in GDScript editor
2020-01-16Merge pull request #35203 from timothyqiu/image-loader-nullRémi Verschelde
Adds null check before using image loader
2020-01-16Merge pull request #35102 from ChibiDenDen/reuse_orphaned_subclassRémi Verschelde
#34161: Keep a weak reference to orphan subclasses to reuse on class reload
2020-01-16Validate instances of objects before trying to check their type in GDScriptBojidar Marinov
Fixes #27582
2020-01-16Merge pull request #35198 from bojidar-bg/27575-poolarrayexport-defaultRémi Verschelde
Fix slight problems related to default values of exported typed arrays
2020-01-16Adds NULL check before using image loaderHaoyu Qiu
2020-01-16Merge pull request #34091 from andrycodestuffs/masterRémi Verschelde
Fixed unknown ASCII symbols rendered instead of tabs in bookmarks list
2020-01-16Merge pull request #35197 from asynts/asynts.disable-connect-buttonRémi Verschelde
Refactor (and fix) how the connect button is disabled.
2020-01-16Fixed unknown symbol drawn instead of tabs in breakpoints/bookmarks listsandrycodestuffs
Tab characters were not rendered properly in the breakpoints and bookmarks lists of the script editor if the bookmarked line was a comment, resulting in unknown ASCII symbols “�”. Fixes #34046. Also changed formatting a bit to enclose the code in backticks (like in Markdown) instead of quotes. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2020-01-16Fix slight problems related to default values of exported typed arraysBojidar Marinov
2020-01-16Fix function arguments hint format in GDScript editorDanil Alexeev
for consistency with the format of the documentation: "type func_name(arg1: type, arg2: type)"
2020-01-16Merge pull request #35196 from akien-mga/dead-warnings-tell-no-talesRémi Verschelde
Travis: Disable -Wstrict-aliasing warning on GCC 5 test build
2020-01-16Merge pull request #35189 from Chaosus/disable_gles2_array_initRémi Verschelde
Disabled array initialization, const array and arr.length in GLES2 shaders
2020-01-16Travis: Disable -Wstrict-aliasing warning on GCC 5 test buildRémi Verschelde
Should speed up builds by avoiding warning spam. This warning is no longer raised by newer GCC versions.
2020-01-16Refactor (and fix) how the connect button is disabled.asynts
It should not be possible to click the "Connect" button unless - a node is selected, and - that node is valid in the current mode. The modes are the default and advanced modes which allow connecting to scripts and nodes respectively.
2020-01-16Merge pull request #35123 from asynts/asynts.crash-on-double-clickRémi Verschelde
Prevent crash described in #34555.
2020-01-16Merge pull request #35193 from akien-mga/i-live-in-the-voidRémi Verschelde
MinGW: Avoid GCC -Wcast-function-type warnings on GetProcAddress
2020-01-16MinGW: Avoid GCC -Wcast-function-type warnings on GetProcAddressRémi Verschelde
Using the same method as GNUlib and various other projects. https://lists.gnu.org/archive/html/bug-gnulib/2018-08/msg00109.html The warning is valid, but there's no way around it since the issue comes from the Windows SDK. It's also harmless in this case. Part of #29801.
2020-01-16Merge pull request #35190 from ↵Rémi Verschelde
akien-mga/im-in-love-with-the-shape-of-ueicbksjdhd Validate input in (CPU)Particles set_emission_shape()
2020-01-16Validate input in (CPU)Particles set_emission_shape()Rémi Verschelde
Fixes #29777. Co-authored-by: Cameron Reikes <cameronreikes@gmail.com>
2020-01-16Disabled array initialization, const array and arr.length in shadersYuri Roubinsky
2020-01-16Merge pull request #35176 from clayjohn/csg-crashRémi Verschelde
Fix light related crashes
2020-01-16Merge pull request #35187 from aaronfranke/editor-property-intRémi Verschelde
Use int64_t for EditorPropertyInteger and warn when out of double range
2020-01-16Merge pull request #35183 from YeldhamDev/scrollbar_regressionRémi Verschelde
Fix scrollbar regression on large scales
2020-01-16Merge pull request #35180 from timothyqiu/scroll-container-min-sizeRémi Verschelde
Updates ScrollContainer min size when toggle scrollbars
2020-01-16Merge pull request #35169 from hoontee/masterRémi Verschelde
Fix Vsync Via Compositor causing halved refresh rate when vsync is forced by the graphics driver
2020-01-16Merge pull request #35178 from clayjohn/GLES2-fix-lightmapRémi Verschelde
Fix array constructor for lightmaps
2020-01-16Merge pull request #35175 from clayjohn/GLES2-bg-keepRémi Verschelde
Add background mode keep to GLES2
2020-01-15fix light related crashesclayjohn
2020-01-15Use int64_t for EditorPropertyInteger and warn when out of double rangeAaron Franke
2020-01-16Fix scrollbar regression on large scalesMichael Alexsander
2020-01-16Updates ScrollContainer min size when toggle scrollbarsHaoyu Qiu
2020-01-15Fix array constructor for lightmapsclayjohn
2020-01-16Merge pull request #35170 from neikeq/issue-35151Ignacio Roldán Etcheverry
Mono/C#: Fix false positive in unsafe reference checks
2020-01-15Add background mode keep to GLES2clayjohn
2020-01-15Mono/C#: Fix false positive in unsafe reference checksIgnacio Etcheverry
2020-01-15Fix Vsync Via Compositor causing halved refresh rate when vsync is forced by ↵hoontee
the graphics driver Add check to prevent compositor sync if the graphics driver is forcing vsync. Fixes #35038. (Addendum: this PR does not negatively impact users unaffected by #35038.)
2020-01-15Merge pull request #35165 from groud/fix_memleak_filesystemdockRémi Verschelde
Fixes a memory leak in FileSystemDock
2020-01-15Merge pull request #35166 from Calinou/add-ogg-sample-iconRémi Verschelde
Add an icon for OGG samples
2020-01-15Add an icon for OGG samplesHugo Locurcio
The icon is the same as WAV samples, as both formats are accepted in AudioStreamPlayer. This closes #35163.
2020-01-15Keep a weak reference to orphan subclasses to reuse on class reloadChibiDenDen
2020-01-15Fixes a memory leak in FileSystemDockGilles Roudière
Co-authored-by: Rafał Mikrut <mikrutrafal54@gmail.com>
2020-01-15Merge pull request #35156 from MadEqua/fix-grid-mapRémi Verschelde
Fix GridMap getter of baked meshes.
2020-01-15Merge pull request #35150 from akien-mga/愚かな猿Rémi Verschelde
Mono: Fix parsing assembly names as UTF-8
2020-01-15Merge pull request #35155 from timothyqiu/optional-jpgRémi Verschelde
Fixes AssetLib crash when JPG module is disabled
2020-01-15Fix GridMap getter of baked meshes.Bruno Lourenço
2020-01-15Fixes AssetLib crash when JPG module is disabledHaoyu Qiu
JPG module is optional, so check it's existence before using.