summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-03-13Merge pull request #59108 from KoBeWi/somewhere_on_the_screenRĂ©mi Verschelde
2022-03-13Merge pull request #58437 from timothyqiu/svg-viewboxRĂ©mi Verschelde
2022-03-13Merge pull request #59114 from timothyqiu/svg-sizeRĂ©mi Verschelde
2022-03-13Merge pull request #59113 from bruvzg/sim_cjk_boldRĂ©mi Verschelde
2022-03-13Merge pull request #59107 from otonashixav/expose-add-animation-sliceRĂ©mi Verschelde
2022-03-13Merge pull request #59112 from bruvzg/right_clipRĂ©mi Verschelde
2022-03-14Fix determination of SVG canvas sizeHaoyu Qiu
2022-03-13Add simulated bold variant to the editor CJK fonts.bruvzg
2022-03-13Merge pull request #59106 from Geometror/fix-windows-vsync-change-at-runtimeRĂ©mi Verschelde
2022-03-13Fix text clipping on the right side.bruvzg
2022-03-13Expose methods for screen-space transformskobewi
2022-03-13Expose `RenderingServer::canvas_item_add_animation_slice` in GDScriptXavier Loh
2022-03-13Merge pull request #59102 from rcorre/copy-project-configRĂ©mi Verschelde
2022-03-13Merge pull request #59101 from bruvzg/bold_advanceRĂ©mi Verschelde