Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-24 | doc: Fix parsing of self-closing XML tags | Rémi Verschelde | |
Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`. | |||
2019-09-24 | Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docs | Rémi Verschelde | |
Add overriden properties to the documentation | |||
2019-09-24 | Fix copyright headers and style issues | Rémi Verschelde | |
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few missing bindings or unspecified argument names and default values. | |||
2019-09-24 | Merge pull request #31883 from aole/create-string-function-repeat | Rémi Verschelde | |
Create a GDScript String function repeat | |||
2019-09-24 | Merge pull request #31935 from aole/Change-minimum-size-when-theme-changed | Rémi Verschelde | |
Change minimum size when theme changed | |||
2019-09-24 | Merge pull request #31944 from skyace65/visibilityenabler | Rémi Verschelde | |
Clarify VisibilityEnabler2D description | |||
2019-09-24 | Merge pull request #31974 from YeldhamDev/tilegrid_map_fixes | Rémi Verschelde | |
Small fixes for the Tile/GridMap editors | |||
2019-09-24 | Merge pull request #31976 from Calinou/doc-improve-shadow-atlas-sizes | Rémi Verschelde | |
Improve documentation pertaining to shadow atlas sizes | |||
2019-09-24 | Merge pull request #31978 from YeldhamDev/inspector_dock_small_improvements | Rémi Verschelde | |
Small improvements to the inspector dock | |||
2019-09-24 | Merge pull request #32267 from YeldhamDev/fix_tab_icons | Rémi Verschelde | |
Fix various problems with tab-related icons | |||
2019-09-24 | Merge pull request #32283 from Calinou/project-manager-no-open-ctrl-double-click | Rémi Verschelde | |
Don't open a project in the list if Ctrl is held while double-clicking | |||
2019-09-24 | Merge pull request #32286 from Calinou/doc-improve-os-shell-open | Rémi Verschelde | |
Improve the `OS.shell_open()` documentation | |||
2019-09-24 | Merge pull request #32288 from CorattiS86/fixing_#32263 | Rémi Verschelde | |
Fix Hide Console Window stores opposite value | |||
2019-09-24 | Merge pull request #32257 from Calinou/doc-set-window-title-performance | Rémi Verschelde | |
Mention performance caveats of `OS.set_window_title()` | |||
2019-09-24 | Merge pull request #31970 from HaSa1002/i18n | Rémi Verschelde | |
Fixed out of range crash on remapping files for translation | |||
2019-09-24 | Merge pull request #32225 from Calinou/improve-editor-help-display | Rémi Verschelde | |
Improve the editor help display | |||
2019-09-24 | Merge pull request #32224 from KoBeWi/not_so_smart_lines | Rémi Verschelde | |
Initialize snap_target and make sure it disappears | |||
2019-09-24 | Merge pull request #32202 from Relintai/fix-crash-in-rich-text-label | Rémi Verschelde | |
Fix crash on some platforms in RichTextLabel. | |||
2019-09-24 | Merge pull request #32194 from AlexRixhardson/fix-7945 | Rémi Verschelde | |
Fixes crash described in issue 7945 (Duplicated [self drawView] in iphone gl_view) | |||
2019-09-23 | Merge pull request #30497 from Calinou/editor-gizmos-change-notify | Rémi Verschelde | |
Notify changes in properties that can be edited by 3D gizmos | |||
2019-09-23 | Merge pull request #32029 from nekomatata/bezier-track-fixes | Rémi Verschelde | |
Fixes in AnimationTrackEditor around bezier curves | |||
2019-09-23 | Merge pull request #32250 from lawnjelly/android-keyboard2 | Rémi Verschelde | |
Fix Android keyboard crash with left cursor | |||
2019-09-23 | Fix #32263 - Hide Console Window stores opposite value | Stefano Coratti | |
2019-09-23 | Fix Android keyboard crash with left cursor | lawnjelly | |
Fixes #32168. Previously we were returning all key up and key down messages as unhandled to the OS. This was resulting in crashes on certain keypresses (left cursor), for undetermined reason. This PR defaults all key up and keydown messages to be returned as handled by Godot, except those explicitly coded as exceptions (currently volume keys only). | |||
2019-09-23 | Merge pull request #32021 from Calinou/editor-audio-bus-snapping | Rémi Verschelde | |
Implement snapping in the audio bus editor | |||
2019-09-23 | Merge pull request #32278 from Calinou/lsp-fix-double-assignment | Rémi Verschelde | |
Fix `line` being assigned to twice in the GDScript language server | |||
2019-09-23 | Improve the `OS.shell_open()` documentation | Hugo Locurcio | |
This adds a `mailto:` example to `OS.shell_open()`. | |||
2019-09-23 | Merge pull request #32277 from Calinou/override-for-add-feature-tags | Rémi Verschelde | |
Add some missing feature tags to the "Override For..." menu | |||
2019-09-23 | Don't open a project in the list if Ctrl is held while double-clicking | Hugo Locurcio | |
2019-09-23 | Merge pull request #31975 from codecustard/fixes_subresource_showing_deselection | Rémi Verschelde | |
Fixes Subresource Showing While Unselected | |||
2019-09-23 | Merge pull request #32273 from Calinou/humanize-size-fix-i18n | Rémi Verschelde | |
Fix i18n in `String::humanize_size()` | |||
2019-09-23 | Merge pull request #31751 from clayjohn/GLES3-Viewport-crash-canvas | Rémi Verschelde | |
Throw error when canvas background is used without sample buffer | |||
2019-09-23 | Fix `line` being assigned to twice in the GDScript language server | Hugo Locurcio | |
This closes #32090. | |||
2019-09-23 | Merge pull request #31172 from creikey/add-array-slicing | Rémi Verschelde | |
Add array slice method | |||
2019-09-23 | Add some missing feature tags to the "Override For..." menu | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/2782. | |||
2019-09-23 | Merge pull request #32275 from godotengine/skin_support | Rémi Verschelde | |
Added skin support and simplified APIs to override bone position + glTF 2.0 import fixes | |||
2019-09-23 | Merge pull request #32198 from starryalley/fix_audio_buffer | Rémi Verschelde | |
Fix VideostreamGDNative audio buffer handling | |||
2019-09-23 | Merge pull request #32238 from Paulb23/reset_array_dict_crash | Rémi Verschelde | |
Fix crash when reverting an exported array / dict to NULL | |||
2019-09-23 | Merge pull request #32232 from Paulb23/issue_32070_goto_doc_when_selecting | Rémi Verschelde | |
Fixed going to doc reference while selecting text | |||
2019-09-23 | Merge pull request #32266 from Calinou/project-manager-autofocus-search | Rémi Verschelde | |
Focus the project manager's search box automatically on startup | |||
2019-09-23 | Merge pull request #32258 from Calinou/improve-debugger-shortcut-ux | Rémi Verschelde | |
Improve the debugger shortcut UX | |||
2019-09-23 | Merge pull request #32213 from marstaik/skin_support | Rémi Verschelde | |
GLTF2 Import Fixes - Skin(s) to Skeleton - Skin Support | |||
2019-09-23 | Fix i18n in `String::humanize_size()` | Hugo Locurcio | |
Calls to `RTR()` must be added to each string so the PO file generator can pick them up. | |||
2019-09-23 | Merge pull request #32271 from losinggeneration/build_cvtt_with_system_squish | Rémi Verschelde | |
Allow building cvtt with system squish | |||
2019-09-23 | Allow building cvtt with system squish | Harley Laue | |
It looks like the SCsub for cvtt was copied from squish and it left the `if env['build_squish']:` line intact. This means that using `scons builtin_squish=no modules/cvtt` would fail and overal builds would also fail because they'd fail to find `ConvectionKernels.h` | |||
2019-09-23 | Merge pull request #32054 from puthre/variant_ref_optim | Rémi Verschelde | |
Optimized variant reference function. | |||
2019-09-23 | Fixes in AnimationTrackEditor around bezier curves | PouleyKetchoupp | |
- Undo add bezier track (#31695) - Undo insert keys for several properties - Insert keys for several properties using bezier curves (#31698) - Insert keys for 2d rotation using bezier curve (#28429) - Insert keys for existing bezier track (#31697) - Auto-insert keys for bezier track (#31696) - Number of tracks in insert keys confirmation message | |||
2019-09-23 | Merge pull request #32074 from KoBeWi/ninja_reload | Rémi Verschelde | |
Preserve folding when sub-scene is changed | |||
2019-09-23 | Merge pull request #32055 from qarmin/some_code_fixes | Rémi Verschelde | |
Changed some code found by Clang Tidy and Coverity |