Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-16 | thorvg: Fix MinGW build by adding explicit `<cstring>` include | Rémi Verschelde | |
Fixes #59044. | |||
2022-03-16 | Merge pull request #58973 from bruvzg/gde_export | Rémi Verschelde | |
2022-03-16 | Implement GDExtension export plugin. | bruvzg | |
2022-03-16 | Merge pull request #59184 from Sauermann/fix-enlarge-safe-rect | Rémi Verschelde | |
2022-03-16 | Handle NOTIFICATION_WM_CLOSE_REQUEST in EditorSpinSlider | Markus Sauermann | |
2022-03-16 | Merge pull request #49092 from BastiaanOlij/multiview_clustered | Rémi Verschelde | |
Add multiview support to the clustered forward renderer | |||
2022-03-16 | Merge pull request #59165 from Rindbee/fix-text-buf-does-not-clear | Rémi Verschelde | |
Fix text buf does not clear when calling the method set_item_text in … | |||
2022-03-16 | Merge 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-15 | Merge pull request #59153 from Calinou/debug-stringnames-improve | Rémi Verschelde | |
Improve `--debug-stringnames` to be more useful | |||
2022-03-15 | Update to only use select tool on button press | taigi100 | |
It used to run the code twice, probably once on button press, once on button release. | |||
2022-03-15 | Improve `--debug-stringnames` to be more useful | Hugo 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-15 | Merge pull request #59169 from timothyqiu/icon-for-theme | Rémi Verschelde | |
2022-03-15 | More icon updates on theme change | Haoyu Qiu | |
2022-03-15 | Fix text buf does not clear when calling the method set_item_text in PopupMenu | 风青山 | |
2022-03-15 | Merge pull request #45263 from KoBeWi/😕 | Rémi Verschelde | |
2022-03-15 | Merge pull request #59135 from ↵ | Rémi Verschelde | |
EricEzaM/improvement/editor-log-better-button-style | |||
2022-03-15 | Improve editor log message filter button styles. | Eric M | |
2022-03-15 | Merge pull request #59158 from ↵ | Rémi Verschelde | |
akien-mga/editor-properties-array-dict-clean-button_add_item | |||
2022-03-15 | Merge pull request #59137 from timothyqiu/sprite-frames-editor | Rémi Verschelde | |
2022-03-15 | Merge pull request #57848 from timothyqiu/2d-grid-options | Rémi Verschelde | |
2022-03-15 | Properly clean `button_add_item` ref in Array/Dict property editors | Rémi Verschelde | |
Fixes #59152. | |||
2022-03-15 | Merge pull request #59143 from Calinou/doc-range-value-changed | Rémi Verschelde | |
2022-03-15 | Improves SpriteFrames editor | Haoyu Qiu | |
2022-03-15 | Separate 2D grid visibility and grid snap | Haoyu Qiu | |
2022-03-14 | Document Range's `value_changed` signal is also emitted with code changes | Hugo Locurcio | |
This also mentions that the signal is potentially emitted every frame, which can have performance implications. | |||
2022-03-14 | Merge pull request #59149 from Chaosus/fix_generating_null_comparing_op | Rémi Verschelde | |
Remove generating of null comparison operators from documentation | |||
2022-03-14 | Remove generating of null comparison operators from documentation | Yuri Roubinsky | |
2022-03-14 | Merge pull request #58693 from Calinou/doc-physics-shapes | Rémi Verschelde | |
2022-03-14 | Merge pull request #59086 from Calinou/doc-nodepath-stringname | Max Hilbrunner | |
Improve documentation for NodePath and StringName | |||
2022-03-14 | Merge pull request #59134 from Pineapple/thread-platform-config | Rémi Verschelde | |
2022-03-14 | Include platform_config.h in thread.cpp and thread.h | Bartłomiej T. Listwon | |
2022-03-14 | Merge pull request #59099 from RandomShaper/mouse_drop_on_disable | Rémi Verschelde | |
2022-03-14 | Merge pull request #59121 from fire-forge/capitalizations | Rémi Verschelde | |
2022-03-14 | Merge pull request #59129 from Sauermann/fix-internal-gui-state | Rémi Verschelde | |
2022-03-14 | Cleanup internal GUI state, if event is accepted in _input. | Markus Sauermann | |
2022-03-14 | Merge pull request #57392 from madmiraal/implement-3888 | Rémi Verschelde | |
2022-03-14 | Merge pull request #59127 from bruvzg/custom_font_bold | Rémi Verschelde | |
2022-03-14 | Merge pull request #55696 from Calinou/cli-q-option-quiet | Rémi Verschelde | |
Make `-q` CLI argument toggle quiet stdout instead of quitting | |||
2022-03-14 | Merge pull request #59123 from Snowapril/fix-nan-specular-highlight | Rémi Verschelde | |
Fix `D_GGX` code which can cause `divide-by-zero` | |||
2022-03-14 | Generate simulated bold font from the custom font if no custom bold font set. | bruvzg | |
2022-03-14 | Add missing property name capitalizations | FireForge | |
2022-03-14 | Fix D_GGX code which can cause divide-by-zero val | snowapril | |
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-13 | Make `-q` CLI argument toggle quiet stdout instead of quitting | Hugo 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-13 | Merge pull request #55703 from Calinou/tweak-cli-argument-order | Rémi Verschelde | |
2022-03-13 | Merge pull request #57436 from AnilBK/change-scopes | Rémi Verschelde | |
Scope Changes for some variables. | |||
2022-03-13 | Tweak the display order of CLI arguments in `--help` for consistency | Hugo 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-13 | Merge pull request #59119 from Calinou/3d-editor-improve-indicator-bars | Rémi Verschelde | |
2022-03-13 | Merge pull request #59110 from KoBeWi/Godot_for_embedded_systems | Rémi Verschelde | |
2022-03-13 | Improve display of freelook/zoom speed indicator bars in the 3D editor | Hugo 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-13 | Cleanup embed subwindows getters | kobewi | |