summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-16thorvg: Fix MinGW build by adding explicit `<cstring>` includeRémi Verschelde
Fixes #59044.
2022-03-16Merge pull request #58973 from bruvzg/gde_exportRémi Verschelde
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-16Merge pull request #59184 from Sauermann/fix-enlarge-safe-rectRémi Verschelde
2022-03-16Handle NOTIFICATION_WM_CLOSE_REQUEST in EditorSpinSliderMarkus Sauermann
2022-03-16Merge pull request #49092 from BastiaanOlij/multiview_clusteredRémi Verschelde
Add multiview support to the clustered forward renderer
2022-03-16Merge pull request #59165 from Rindbee/fix-text-buf-does-not-clearRémi Verschelde
Fix text buf does not clear when calling the method set_item_text in …
2022-03-16Merge pull request #59172 from ↵Rémi Verschelde
taigi100/Bugfix-#58726-List-items-are-shown-twice-in-the-2D-editor's-"Show-list-of-selectable-nodes-at-position-clicked"-mode Update to only use select tool on button press
2022-03-15Merge pull request #59153 from Calinou/debug-stringnames-improveRémi Verschelde
Improve `--debug-stringnames` to be more useful
2022-03-15Update to only use select tool on button presstaigi100
It used to run the code twice, probably once on button press, once on button release.
2022-03-15Improve `--debug-stringnames` to be more usefulHugo Locurcio
- Print all StringNames, not just the top 100. - Print statistics at the end of the list of StringNames, with unreferenced and rarely referenced StringNames. - List the CLI argument in `--help` and shell completion.
2022-03-15Merge pull request #59169 from timothyqiu/icon-for-themeRémi Verschelde
2022-03-15More icon updates on theme changeHaoyu Qiu
2022-03-15Fix text buf does not clear when calling the method set_item_text in PopupMenu风青山
2022-03-15Merge pull request #45263 from KoBeWi/😕Rémi Verschelde
2022-03-15Merge pull request #59135 from ↵Rémi Verschelde
EricEzaM/improvement/editor-log-better-button-style
2022-03-15Improve editor log message filter button styles.Eric M
2022-03-15Merge pull request #59158 from ↵Rémi Verschelde
akien-mga/editor-properties-array-dict-clean-button_add_item
2022-03-15Merge pull request #59137 from timothyqiu/sprite-frames-editorRémi Verschelde
2022-03-15Merge pull request #57848 from timothyqiu/2d-grid-optionsRémi Verschelde
2022-03-15Properly clean `button_add_item` ref in Array/Dict property editorsRémi Verschelde
Fixes #59152.
2022-03-15Merge pull request #59143 from Calinou/doc-range-value-changedRémi Verschelde
2022-03-15Improves SpriteFrames editorHaoyu Qiu
2022-03-15Separate 2D grid visibility and grid snapHaoyu Qiu
2022-03-14Document Range's `value_changed` signal is also emitted with code changesHugo Locurcio
This also mentions that the signal is potentially emitted every frame, which can have performance implications.
2022-03-14Merge pull request #59149 from Chaosus/fix_generating_null_comparing_opRémi Verschelde
Remove generating of null comparison operators from documentation
2022-03-14Remove generating of null comparison operators from documentationYuri Roubinsky
2022-03-14Merge pull request #58693 from Calinou/doc-physics-shapesRémi Verschelde
2022-03-14Merge pull request #59086 from Calinou/doc-nodepath-stringnameMax Hilbrunner
Improve documentation for NodePath and StringName
2022-03-14Merge pull request #59134 from Pineapple/thread-platform-configRémi Verschelde
2022-03-14Include platform_config.h in thread.cpp and thread.hBartłomiej T. Listwon
2022-03-14Merge pull request #59099 from RandomShaper/mouse_drop_on_disableRémi Verschelde
2022-03-14Merge pull request #59121 from fire-forge/capitalizationsRémi Verschelde
2022-03-14Merge pull request #59129 from Sauermann/fix-internal-gui-stateRémi Verschelde
2022-03-14Cleanup internal GUI state, if event is accepted in _input.Markus Sauermann
2022-03-14Merge pull request #57392 from madmiraal/implement-3888Rémi Verschelde
2022-03-14Merge pull request #59127 from bruvzg/custom_font_boldRémi Verschelde
2022-03-14Merge pull request #55696 from Calinou/cli-q-option-quietRémi Verschelde
Make `-q` CLI argument toggle quiet stdout instead of quitting
2022-03-14Merge pull request #59123 from Snowapril/fix-nan-specular-highlightRémi Verschelde
Fix `D_GGX` code which can cause `divide-by-zero`
2022-03-14Generate simulated bold font from the custom font if no custom bold font set.bruvzg
2022-03-14Add missing property name capitalizationsFireForge
2022-03-14Fix D_GGX code which can cause divide-by-zero valsnowapril
When given roughness is lower than 0.01, d value in original code will be zero. This can make last return value as NAN because of divide-by-zero. This is well addressed in issue #56373. Modified code is referenced on D_GGX function of google/filament (https://github.com/google/filament/blob/main/shaders/src/brdf.fs#L54-L79) Signed-off-by: snowapril <sinjihng@gmail.com>
2022-03-13Make `-q` CLI argument toggle quiet stdout instead of quittingHugo Locurcio
`-q` is a common toggle in a command line applications for quiet mode (see apt or dnf for examples). In contrast, `--quit` isn't needed as often.
2022-03-13Merge pull request #55703 from Calinou/tweak-cli-argument-orderRémi Verschelde
2022-03-13Merge pull request #57436 from AnilBK/change-scopesRémi Verschelde
Scope Changes for some variables.
2022-03-13Tweak the display order of CLI arguments in `--help` for consistencyHugo Locurcio
`--profile-gpu` was renamed to `--gpu-profile` for consistency with `--gpu-abort`. This also updates the shell completion files to the latest `master` branch.
2022-03-13Merge pull request #59119 from Calinou/3d-editor-improve-indicator-barsRémi Verschelde
2022-03-13Merge pull request #59110 from KoBeWi/Godot_for_embedded_systemsRémi Verschelde
2022-03-13Improve display of freelook/zoom speed indicator bars in the 3D editorHugo Locurcio
- Use a different color for freelook and zoom speed bars. - Use an outline for the text to make it readable on any background.
2022-03-13Cleanup embed subwindows getterskobewi