summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-09Properly reload built-in tool scriptskobewi
2021-11-09Merge pull request #54808 from Calinou/editor-frametime-display-more-decimalsRémi Verschelde
Display 2 decimals instead of 1 in editor frametime labels
2021-11-09Merge pull request #54694 from briansemrau/rem-silly-obj-errorRémi Verschelde
Prevent obj importer from printing misleading error
2021-11-09Merge pull request #54697 from aaronfranke/move-testsRémi Verschelde
Move and organize tests into subfolders
2021-11-09Merge pull request #54653 from KoBeWi/built_in_scripts_deserved_thatRémi Verschelde
Improve save handling for built-in scripts
2021-11-09Merge pull request #51341 from V-Sekai/fps-30K. S. Ernest (iFire) Lee
Default to 30 animation fps for better quality.
2021-11-09Display 2 decimals instead of 1 in editor frametime labelsHugo Locurcio
When comparing different graphics settings or optimizations, this makes precise measurements and frametime comparisons easier.
2021-11-09Default to 30 animation fps for better quality.K. S. Ernest (iFire) Lee
2021-11-09Merge pull request #54788 from rcorre/orbit_clampRémi Verschelde
2021-11-09Merge pull request #54798 from Calinou/gdscript-opcode-no-hashRémi Verschelde
2021-11-09Clamp rotation for up/down orbiting shortcuts.Ryan Roden-Corrent
This prevents the viewport from going upside-down. This was suggested at: https://github.com/godotengine/godot/pull/51984#issuecomment-948614191: > For 3.4, I think we can just clamp the angle value when using the > camera orbiting shortcuts. We can investigate what to do with panning > and freelook in 3.5 and 4.0.
2021-11-09Remove hash symbol in front of opcode error messages in GDScriptHugo Locurcio
The hash symbol creates spurious issue references on GitHub if the message is posted outside a code block, which means some issues have a lot more references than originally intended.
2021-11-09Merge pull request #47600 from qarmin/enable_mono_editorRémi Verschelde
2021-11-09Merge pull request #54463 from RandomShaper/fix_gl3_32bitsRémi Verschelde
2021-11-09Enable mono editor build in CIqarmin
2021-11-09Merge pull request #54736 from Chaosus/shader_fix_uniformRémi Verschelde
2021-11-09Merge pull request #54789 from Calinou/pulseaudio-print-input-channelsRémi Verschelde
2021-11-08Merge pull request #54134 from nekomatata/body-center-of-mass-localCamille Mohr-Daurat
Expose local center of mass in physics servers
2021-11-09Print the number of PulseAudio input channels when in verbose modeHugo 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-08Expose local center of mass in physics serversPouleyKetchoupp
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-09Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde
2021-11-09Merge pull request #54372 from bruvzg/text_edit_uiRémi Verschelde
2021-11-09Merge pull request #52945 from bruvzg/macos_editor_translationRémi Verschelde
2021-11-09Merge pull request #54649 from bruvzg/shadowsRémi Verschelde
2021-11-09Merge pull request #54315 from nekomatata/x11-key-events-logRémi Verschelde
2021-11-08Merge pull request #54784 from bruvzg/fix_toster_encodingRémi Verschelde
2021-11-08Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` ↵bruvzg
functions.
2021-11-08Merge pull request #53321 from Geometror/gradient-improvementsYuri Roubinsky
2021-11-08Merge pull request #54473 from briansemrau/no-debug-functions-on-threadRémi Verschelde
2021-11-08Merge pull request #54118 from ↵Rémi Verschelde
Pineapple/dont-ignore-type-mismatch-in-setter-master
2021-11-08Several Gradient improvementsHendrik Brucker
2021-11-08Merge pull request #52943 from RandomShaper/property_pin_control_naturalRémi Verschelde
2021-11-08Merge pull request #54715 from goostengine/gradient-texture-1d-renameYuri Roubinsky
2021-11-08Add property value pinningPedro J. Estébanez
2021-11-08Merge pull request #54760 from KoBeWi/node_pupopRémi Verschelde
2021-11-08Improve Add Node Here popupkobewi
2021-11-08Merge pull request #54486 from ibrahn/thread-work-pool-lazierRémi Verschelde
2021-11-08Merge pull request #54186 from miraz12/fix-packedByteArray-memcpy-crashRémi Verschelde
2021-11-08Merge pull request #54275 from Calinou/editor-tweak-animation-editor-icon-colorsRémi Verschelde
2021-11-08Merge pull request #54586 from bruvzg/hb310Rémi Verschelde
2021-11-08Merge pull request #54663 from ↵Rémi Verschelde
Gallilus/VisualScript-sync-and-improve-variable-anb-property
2021-11-08Merge pull request #54756 from bruvzg/pre_wait_observer_redraw4Rémi Verschelde
2021-11-08HarfBuzz: Update to version 3.1.1bruvzg
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-07Improve save handling for built-in scriptskobewi
2021-11-07Merge pull request #54735 from LightningAA/remove-camera-texture-flagsRémi Verschelde
Remove redundant texture flag setters/getters for `CameraTexture`
2021-11-07Pushes array of uniforms to first place in the buffer to prevent bugYuri Roubinsky
2021-11-07Remove redundant texture flag setters/getters for `CameraTexture`Aaron Record
2021-11-07Merge pull request #54721 from KoBeWi/fix_saving_blank_scenes-true_editionRémi Verschelde
Fix editor saving blank scenes (for real)
2021-11-07Merge pull request #54728 from Razoric480/fix-lsp-signal-crash-rRémi Verschelde
Fix LSP crash when parsing signal symbols.