Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-09 | Merge pull request #54463 from RandomShaper/fix_gl3_32bits | Rémi Verschelde | |
2021-11-09 | Merge pull request #54736 from Chaosus/shader_fix_uniform | Rémi Verschelde | |
2021-11-09 | Merge pull request #54789 from Calinou/pulseaudio-print-input-channels | Rémi Verschelde | |
2021-11-08 | Merge pull request #54134 from nekomatata/body-center-of-mass-local | Camille Mohr-Daurat | |
Expose local center of mass in physics servers | |||
2021-11-09 | Print the number of PulseAudio input channels when in verbose mode | Hugo Locurcio | |
This is useful information to have for troubleshooting, and it's said to sidestep a possible race condition issue that breaks microphone recording on Linux. | |||
2021-11-08 | Expose local center of mass in physics servers | PouleyKetchoupp | |
Center of mass in body's local space is more useful than the transformed one in some cases, like drawing its position for debug. It's especially useful to get the generated local center of mass when in auto mode (by default). Physics Server BODY_PARAM_CENTER_OF_MASS: Now always returns the local center of mass, instead of setting a local center of mass and getting a transformed one. This causes compatibility breaking, but it makes more sense for the parameter to be consistent between getter and setter. Direct Body State: There are now two properties, because both of them can be useful in different situations. center_of_mass: relative position in global coordinates (same as before) center_of_mass_local: position in local coordinates | |||
2021-11-09 | Merge pull request #46721 from bruvzg/custom_word_break_punct | Rémi Verschelde | |
2021-11-09 | Merge pull request #54372 from bruvzg/text_edit_ui | Rémi Verschelde | |
2021-11-09 | Merge pull request #52945 from bruvzg/macos_editor_translation | Rémi Verschelde | |
2021-11-09 | Merge pull request #54649 from bruvzg/shadows | Rémi Verschelde | |
2021-11-09 | Merge pull request #54315 from nekomatata/x11-key-events-log | Rémi Verschelde | |
2021-11-08 | Merge pull request #54784 from bruvzg/fix_toster_encoding | Rémi Verschelde | |
2021-11-08 | Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` ↵ | bruvzg | |
functions. | |||
2021-11-08 | Merge pull request #53321 from Geometror/gradient-improvements | Yuri Roubinsky | |
2021-11-08 | Merge pull request #54473 from briansemrau/no-debug-functions-on-thread | Rémi Verschelde | |
2021-11-08 | Merge pull request #54118 from ↵ | Rémi Verschelde | |
Pineapple/dont-ignore-type-mismatch-in-setter-master | |||
2021-11-08 | Several Gradient improvements | Hendrik Brucker | |
2021-11-08 | Merge pull request #52943 from RandomShaper/property_pin_control_natural | Rémi Verschelde | |
2021-11-08 | Merge pull request #54715 from goostengine/gradient-texture-1d-rename | Yuri Roubinsky | |
2021-11-08 | Add property value pinning | Pedro J. Estébanez | |
2021-11-08 | Merge pull request #54760 from KoBeWi/node_pupop | Rémi Verschelde | |
2021-11-08 | Improve Add Node Here popup | kobewi | |
2021-11-08 | Merge pull request #54486 from ibrahn/thread-work-pool-lazier | Rémi Verschelde | |
2021-11-08 | Merge pull request #54186 from miraz12/fix-packedByteArray-memcpy-crash | Rémi Verschelde | |
2021-11-08 | Merge pull request #54275 from Calinou/editor-tweak-animation-editor-icon-colors | Rémi Verschelde | |
2021-11-08 | Merge pull request #54586 from bruvzg/hb310 | Rémi Verschelde | |
2021-11-08 | Merge pull request #54663 from ↵ | Rémi Verschelde | |
Gallilus/VisualScript-sync-and-improve-variable-anb-property | |||
2021-11-08 | Merge pull request #54756 from bruvzg/pre_wait_observer_redraw4 | Rémi Verschelde | |
2021-11-08 | HarfBuzz: Update to version 3.1.1 | bruvzg | |
2021-11-08 | [macOS] Use pre-wait observer to keep main run loop running and redraw ↵ | bruvzg | |
window during the window resize and displaying modal popups. | |||
2021-11-07 | Merge pull request #54735 from LightningAA/remove-camera-texture-flags | Rémi Verschelde | |
Remove redundant texture flag setters/getters for `CameraTexture` | |||
2021-11-07 | Pushes array of uniforms to first place in the buffer to prevent bug | Yuri Roubinsky | |
2021-11-07 | Remove redundant texture flag setters/getters for `CameraTexture` | Aaron Record | |
2021-11-07 | Merge pull request #54721 from KoBeWi/fix_saving_blank_scenes-true_edition | Rémi Verschelde | |
Fix editor saving blank scenes (for real) | |||
2021-11-07 | Merge pull request #54728 from Razoric480/fix-lsp-signal-crash-r | Rémi Verschelde | |
Fix LSP crash when parsing signal symbols. | |||
2021-11-07 | Fix LSP crash when parsing signal symbols. | Francois Belair | |
If the number of parameters was less than the number of class members, the LSP would cause godot to crash because it was using the index for class members instead of the index for signal parameters. Fixes #54720 . | |||
2021-11-07 | Merge pull request #54710 from bruvzg/ios_xcbuild_info4 | Rémi Verschelde | |
[iOS export, 4.0] Capture and display xcodebuild output. | |||
2021-11-07 | Fix editor saving blank scenes (for real) | kobewi | |
2021-11-07 | Unify determination of default property values | Pedro J. Estébanez | |
2021-11-07 | Rename `GradientTexture` to `GradientTexture1D` | Andrii Doroshenko (Xrayez) | |
1. Explicit and unambiguous when comparing to `GradientTexture2D` 2. Consistent with other class names where 1D is used in the engine. | |||
2021-11-07 | [iOS export] Capture and display xcodebuild output. | bruvzg | |
2021-11-07 | Merge pull request #54689 from KoBeWi/name_of_sun | Rémi Verschelde | |
2021-11-07 | Merge pull request #54654 from nathanfranke/pulseaudio-fix | Rémi Verschelde | |
2021-11-07 | Fix preview sun and environment names | kobewi | |
2021-11-06 | Use application name for pulseaudio device | Nathan Franke | |
2021-11-06 | Merge pull request #54671 from Chaosus/fix_noise_tex_doc | Rémi Verschelde | |
Fix example in `NoiseTexture` doc | |||
2021-11-06 | Merge pull request #54673 from bruvzg/macos_zip_export | Rémi Verschelde | |
[Export] Read and ZIP project files in 16K chunks instead of reading the whole file at once. | |||
2021-11-06 | [Export] Read and ZIP project files in 16K chunks instead of reading the ↵ | bruvzg | |
whole file at once. | |||
2021-11-06 | Fix example in `NoiseTexture` doc | Yuri Roubinsky | |
2021-11-06 | Merge pull request #54417 from Anutrix/global-scope-doc-updates | Max Hilbrunner | |
Added or improved function description and codeblocks in @GlobalScope.xml |