Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-16 | Merge pull request #35203 from timothyqiu/image-loader-null | Rémi Verschelde | |
Adds null check before using image loader | |||
2020-01-16 | Merge pull request #35102 from ChibiDenDen/reuse_orphaned_subclass | Rémi Verschelde | |
#34161: Keep a weak reference to orphan subclasses to reuse on class reload | |||
2020-01-16 | Merge pull request #35198 from bojidar-bg/27575-poolarrayexport-default | Rémi Verschelde | |
Fix slight problems related to default values of exported typed arrays | |||
2020-01-16 | Adds NULL check before using image loader | Haoyu Qiu | |
2020-01-16 | Merge pull request #34091 from andrycodestuffs/master | Rémi Verschelde | |
Fixed unknown ASCII symbols rendered instead of tabs in bookmarks list | |||
2020-01-16 | Merge pull request #35197 from asynts/asynts.disable-connect-button | Rémi Verschelde | |
Refactor (and fix) how the connect button is disabled. | |||
2020-01-16 | Fixed unknown symbol drawn instead of tabs in breakpoints/bookmarks lists | andrycodestuffs | |
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-16 | Fix slight problems related to default values of exported typed arrays | Bojidar Marinov | |
2020-01-16 | Merge pull request #35196 from akien-mga/dead-warnings-tell-no-tales | Rémi Verschelde | |
Travis: Disable -Wstrict-aliasing warning on GCC 5 test build | |||
2020-01-16 | Merge pull request #35189 from Chaosus/disable_gles2_array_init | Rémi Verschelde | |
Disabled array initialization, const array and arr.length in GLES2 shaders | |||
2020-01-16 | Travis: Disable -Wstrict-aliasing warning on GCC 5 test build | Rémi Verschelde | |
Should speed up builds by avoiding warning spam. This warning is no longer raised by newer GCC versions. | |||
2020-01-16 | Refactor (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-16 | Merge pull request #35123 from asynts/asynts.crash-on-double-click | Rémi Verschelde | |
Prevent crash described in #34555. | |||
2020-01-16 | Merge pull request #35193 from akien-mga/i-live-in-the-void | Rémi Verschelde | |
MinGW: Avoid GCC -Wcast-function-type warnings on GetProcAddress | |||
2020-01-16 | MinGW: Avoid GCC -Wcast-function-type warnings on GetProcAddress | Ré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-16 | Merge 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-16 | Validate input in (CPU)Particles set_emission_shape() | Rémi Verschelde | |
Fixes #29777. Co-authored-by: Cameron Reikes <cameronreikes@gmail.com> | |||
2020-01-16 | Disabled array initialization, const array and arr.length in shaders | Yuri Roubinsky | |
2020-01-16 | Merge pull request #35176 from clayjohn/csg-crash | Rémi Verschelde | |
Fix light related crashes | |||
2020-01-16 | Merge pull request #35187 from aaronfranke/editor-property-int | Rémi Verschelde | |
Use int64_t for EditorPropertyInteger and warn when out of double range | |||
2020-01-16 | Merge pull request #35183 from YeldhamDev/scrollbar_regression | Rémi Verschelde | |
Fix scrollbar regression on large scales | |||
2020-01-16 | Merge pull request #35180 from timothyqiu/scroll-container-min-size | Rémi Verschelde | |
Updates ScrollContainer min size when toggle scrollbars | |||
2020-01-16 | Merge pull request #35169 from hoontee/master | Rémi Verschelde | |
Fix Vsync Via Compositor causing halved refresh rate when vsync is forced by the graphics driver | |||
2020-01-16 | Merge pull request #35178 from clayjohn/GLES2-fix-lightmap | Rémi Verschelde | |
Fix array constructor for lightmaps | |||
2020-01-16 | Merge pull request #35175 from clayjohn/GLES2-bg-keep | Rémi Verschelde | |
Add background mode keep to GLES2 | |||
2020-01-15 | fix light related crashes | clayjohn | |
2020-01-15 | Use int64_t for EditorPropertyInteger and warn when out of double range | Aaron Franke | |
2020-01-16 | Fix scrollbar regression on large scales | Michael Alexsander | |
2020-01-16 | Updates ScrollContainer min size when toggle scrollbars | Haoyu Qiu | |
2020-01-15 | Fix array constructor for lightmaps | clayjohn | |
2020-01-16 | Merge pull request #35170 from neikeq/issue-35151 | Ignacio Roldán Etcheverry | |
Mono/C#: Fix false positive in unsafe reference checks | |||
2020-01-15 | Add background mode keep to GLES2 | clayjohn | |
2020-01-15 | Mono/C#: Fix false positive in unsafe reference checks | Ignacio Etcheverry | |
2020-01-15 | Fix 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-15 | Merge pull request #35165 from groud/fix_memleak_filesystemdock | Rémi Verschelde | |
Fixes a memory leak in FileSystemDock | |||
2020-01-15 | Merge pull request #35166 from Calinou/add-ogg-sample-icon | Rémi Verschelde | |
Add an icon for OGG samples | |||
2020-01-15 | Add an icon for OGG samples | Hugo Locurcio | |
The icon is the same as WAV samples, as both formats are accepted in AudioStreamPlayer. This closes #35163. | |||
2020-01-15 | Keep a weak reference to orphan subclasses to reuse on class reload | ChibiDenDen | |
2020-01-15 | Fixes a memory leak in FileSystemDock | Gilles Roudière | |
Co-authored-by: Rafał Mikrut <mikrutrafal54@gmail.com> | |||
2020-01-15 | Merge pull request #35156 from MadEqua/fix-grid-map | Rémi Verschelde | |
Fix GridMap getter of baked meshes. | |||
2020-01-15 | Merge pull request #35150 from akien-mga/愚かな猿 | Rémi Verschelde | |
Mono: Fix parsing assembly names as UTF-8 | |||
2020-01-15 | Merge pull request #35155 from timothyqiu/optional-jpg | Rémi Verschelde | |
Fixes AssetLib crash when JPG module is disabled | |||
2020-01-15 | Fix GridMap getter of baked meshes. | Bruno Lourenço | |
2020-01-15 | Fixes AssetLib crash when JPG module is disabled | Haoyu Qiu | |
JPG module is optional, so check it's existence before using. | |||
2020-01-15 | Merge pull request #35147 from madmiraal/fix-34992 | Rémi Verschelde | |
Fixes get_floor_normal() returning the user defined floor_normal. | |||
2020-01-15 | Merge pull request #35148 from asynts/asynts.dont-close-connections-dialog | Rémi Verschelde | |
Don't close the connection dialog when the validation failed. | |||
2020-01-15 | Mono: Fix parsing assembly names as UTF-8 | Rémi Verschelde | |
Fixes #27185. | |||
2020-01-15 | Don't close the connection dialog when the validation failed. | asynts | |
Currently the connection dialog is closed when 1. no method name is specified, or 2. no script is attached and if the method name isn't a buildin. That's really annoying. | |||
2020-01-15 | Fixes get_floor_normal() returning the user defined floor_normal. | Marcel Admiraal | |
When there is no collision with a floor the get_floor_normal() function should return the zero vector to be consistent with get_floor_velocity(). Renames floor_normal to up_direction in all bindings. Updates the documentation of get_floor_normal() and get_floor_velocity() to make it clear when the values are valid. Updates the documentation for move_and_slide() and move_and_slide_with_snap() to use the new up_direction parameter name. | |||
2020-01-15 | Merge pull request #35140 from timothyqiu/line-edit-min-size | Rémi Verschelde | |
Updates LineEdit's min size when necessary |