Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-25 | Fix inverted value check in UWP export packager | George Marques | |
2019-11-25 | Merge pull request #33869 from jbuck3/dialog-resize-bug | Rémi Verschelde | |
Fix WindowDialog moving when resized from the left/top edge | |||
2019-11-25 | Merge pull request #33867 from rcorre/get_node_docs | Rémi Verschelde | |
Clarify get_node vs get_node_or_null. | |||
2019-11-25 | Merge pull request #33862 from Faless/net/http_request_chunk_size | Rémi Verschelde | |
Add download_chunk_size property to HTTPRequest. | |||
2019-11-25 | Merge pull request #33861 from RobertBColton/patch-1 | Rémi Verschelde | |
Update Viewport.xml | |||
2019-11-25 | Merge pull request #33860 from nekomatata/stylebox-preview-shadow | Rémi Verschelde | |
StyleBox preview adjusted to fit all drawn content | |||
2019-11-25 | Merge pull request #33856 from nekomatata/script-editor-text-edit-error | Rémi Verschelde | |
Fixed index out of size error in TextEdit when opening scripts | |||
2019-11-25 | Merge pull request #33829 from Calinou/tilemap-editor-use-info-overlay | Rémi Verschelde | |
Use the CanvasItemEditor info overlay to display TileMap coordinates | |||
2019-11-25 | Merge pull request #33844 from akien-mga/glTexImage2D-format | Rémi Verschelde | |
GLES2: Restructure depth_internalformat code to work on mobile | |||
2019-11-25 | Merge pull request #33876 from nekomatata/bookmarks-menu-translation | Rémi Verschelde | |
Removed translation for bookmarks menu item name in TextEditor | |||
2019-11-25 | Removed translation for bookmarks menu item name in TextEditor | PouleyKetchoupp | |
Only the label's text needs a translation, and it could cause issues when getting the node by name in a different language. | |||
2019-11-24 | Fix WindowDialog moving when resized from the left/top edge | James Buck | |
get_combined_minimum_size() must be used in order to consider the min size specified by the user when determining how far the left/top edge is allowed to move. Otherwise the dialog may think it can shrink further than it should, causing the right/bottom edge to move when the rect size is fixed in set_size(). | |||
2019-11-24 | Add download_chunk_size property to HTTPRequest. | Fabio Alessandrelli | |
This allows setting the `read_chunk_size` of the internal HTTPClient. This is important to reduce the allocation overhead and number of file writes when downloading large files, allowing for better download speed. | |||
2019-11-24 | Update Viewport.xml | Robert Colton | |
Add description for gui_is_dragging to document drag and drop behavior. | |||
2019-11-24 | StyleBox preview adjusted to fit all drawn content | PouleyKetchoupp | |
This change allows StyleBox preview to take shadows and content margins into account to display how a whole panel would be rendered. The preview control clips contents so that in any case it doesn't bleed on controls around. Fixes #33801 | |||
2019-11-24 | Fixed index out of size error in TextEdit when opening scripts | PouleyKetchoupp | |
2019-11-23 | Restructure depth_internalformat code to work on mobile | clayjohn | |
This changes the code path so that `glRenderBufferStorage*` always uses values appropriate for renderbuffers and `glTexImage2D` never uses an internalformat meant for buffers. Fixes #33825. | |||
2019-11-23 | glTexImage2D: Fix confusion between format and internal format | Rémi Verschelde | |
The `format` parameter is similar to `internalFormat` but takes different values, and especially only `GL_DEPTH_COMPONENT` for depth, without size specifier. Cf. https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glTexImage2D.xhtml Fixes a regression from #33278 and another occurrence. | |||
2019-11-23 | Merge pull request #33828 from neikeq/貴様 | Rémi Verschelde | |
Mono/C#: Prevent SCons from building API solutions in parallel | |||
2019-11-23 | Merge pull request #33652 from Black-Cat/http-client-fix | Fabio Alessandrelli | |
Fix HTTPClient::poll crash when connection set to null | |||
2019-11-23 | Fix HTTPClient::poll crash when connection set to null | Artem Burjachenko | |
2019-11-22 | Use the CanvasItemEditor info overlay to display TileMap coordinates | Hugo Locurcio | |
This also removes the editor setting that toggles coordinate display, as it no longer solves an existing bug. This closes #28135. | |||
2019-11-22 | Mono/C#: Prevent SCons from building API solutions in parallel | Ignacio Etcheverry | |
2019-11-22 | Merge pull request #33799 from fire/gltf2-scene | Rémi Verschelde | |
33714 glTF2 scene count change try two. | |||
2019-11-22 | 33714 glTF2 handle undefined load-time scene. | K. S. Ernest (iFire) Lee | |
2019-11-22 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-11-22 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-11-22 | Merge pull request #33798 from capnm/capnm-fix-33749 | Rémi Verschelde | |
Setting the node process priority should not trigger an error | |||
2019-11-22 | Merge pull request #33810 from akien-mga/codespell | Rémi Verschelde | |
Fix typos with codespell | |||
2019-11-22 | Style: Add missing copyright headers | Rémi Verschelde | |
2019-11-22 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.16.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-11-21 | Merge pull request #33794 from nekomatata/gltf-morph-shapes-crash2 | Rémi Verschelde | |
Error instead of crash in gltf import with more than one morph target | |||
2019-11-21 | Merge pull request #33793 from fire/33756 | Rémi Verschelde | |
33756 gltf2 importer should use zfar | |||
2019-11-21 | Merge pull request #33792 from clayjohn/GLES3-cubemap-fix | Rémi Verschelde | |
Fix GL error by properly using float uniform | |||
2019-11-21 | Merge pull request #33777 from KoBeWi/conditional_fix | Rémi Verschelde | |
Unfold directories when showing in file system | |||
2019-11-21 | Merge pull request #33791 from neikeq/issue-33761 | Ignacio Roldán Etcheverry | |
C#: Fix PathWhich on Windows when name already has extension | |||
2019-11-21 | Setting the node process priority should not trigger an error | Martin Capitanio | |
Fixes #33749 This function can be called outside the scene tree. | |||
2019-11-21 | Error instead of crash in gltf import with more than one morph target | PouleyKetchoupp | |
Redone from PR #33782 to fix the crash without adding compatibility with Blender 2.8 Helps with #16124, while Blender 2.81 has the proper export fix. | |||
2019-11-21 | 33756 gltf2 importer should use zfar | K. S. Ernest (iFire) Lee | |
2019-11-21 | Fix GL error by properly using float uniform | clayjohn | |
2019-11-21 | Unfold directories when showing in file system | Tomasz Chabora | |
2019-11-21 | C#: Fix PathWhich on Windows when name already has extension | Ignacio Etcheverry | |
Also make the Posix version of PathWhich check if the file has executable access. | |||
2019-11-21 | Merge pull request #33783 from bruvzg/mac_remove_cvdisplaylink_hack | Rémi Verschelde | |
[macOS] Remove CVDisplayLink v-sync hack. | |||
2019-11-21 | Merge pull request #33312 from BenjaminNavarro/master | Rémi Verschelde | |
Better description of the binds parameter of connect | |||
2019-11-21 | [macOS] Remove CVDisplayLink v-sync hack. | bruvzg | |
2019-11-21 | Merge pull request #28526 from PtrMan/pr_bakeGi1 | Rémi Verschelde | |
GIProbe::bake(): special handling of spatial | |||
2019-11-21 | Better description of the binds parameter of connect | Benjamin Navarro | |
Now states how binds are handled if they are used together with parameters passed to emit_signal | |||
2019-11-21 | Merge pull request #32274 from raphael10241024/fix_sync_physics_jitter | Rémi Verschelde | |
fix kinematicBody2D jitters when sync_to_physics is turned on | |||
2019-11-21 | GIProbe::bake: Remove check for ownership | PtrMan | |
Fixes #28508. | |||
2019-11-21 | Merge pull request #33779 from clayjohn/bugfixes_from_env_map_fix | Rémi Verschelde | |
Fix bugs introduced by IBL fixes |