summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #46045 from bruvzg/text_server_bmp_createRémi Verschelde2021-02-2420-136/+409
|\ | | | | [TextServer] Restores bitmap font dynamic construction functions.
| * [Text Server] Restores bitmap font dynamic construction functions.bruvzg2021-02-1520-136/+409
| |
* | Merge pull request #46195 from AndyBarcia/FixLanguageCodesIncosistenciesRémi Verschelde2021-02-241-3/+16
|\ \ | | | | | | Fix some inconsistent ISO-639 language codes
| * | Fixes some inconsistent ISO-639 language codesandybarcia2021-02-181-3/+16
| | | | | | | | | | | | And also adds tmz (Central Atlas Tamazight) as a language
* | | Merge pull request #46342 from YeldhamDev/sun_preview_enhancementsRémi Verschelde2021-02-241-15/+20
|\ \ \ | | | | | | | | Apply minor visual enhancements to the Sun/Env Preview
| * | | Apply minor visual enhancements to the Sun/Env PreviewMichael Alexsander2021-02-231-15/+20
| | | |
* | | | Merge pull request #46133 from aaronfranke/grayRémi Verschelde2021-02-242-1/+4
|\ \ \ \ | | | | | | | | | | Change fallback icon for abstract nodes to have a grayed out color
| * | | | Change fallback icon for abstract nodes to have a grayed out colorAaron Franke2021-02-172-1/+4
| | | | |
* | | | | Merge pull request #46366 from akien-mga/scons-fix-cmdline-boolRémi Verschelde2021-02-242-10/+23
|\ \ \ \ \ | | | | | | | | | | | | SCons: Properly handle overriding default values to bool options
| * | | | | SCons: Properly handle overriding default values to bool optionsRémi Verschelde2021-02-242-10/+23
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `dev=yes` and `production=yes` options work as aliases to set a number of options, while still aiming to allow overriding specific options if the user wishes so. (E.g. `production=yes use_lto=no` should work to enable production defaults *but* disable LTO.) That wasn't working as `ARGUMENTS.get()` returns a string and not a boolean as expected by `BoolVariable`, and this wasn't flagged as a bug... So added a helper method using SCons' `BoolVariable._text2bool` to do the conversion manually.
* | | | | Merge pull request #46341 from angad-k/PathFollow3D-unit-testRémi Verschelde2021-02-241-0/+220
|\ \ \ \ \ | | | | | | | | | | | | add PathFollow3D unit test
| * | | | | add PathFollow3D unit testAngad Kambli2021-02-231-0/+220
| | | | | |
* | | | | | Merge pull request #46364 from aaronfranke/area-body-signalRémi Verschelde2021-02-244-16/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use a more specific type for Area2D/3D body signals
| * | | | | | Use a more specific type for Area2D/3D body signalsAaron Franke2021-02-244-16/+16
|/ / / / / /
* | | | | | Merge pull request #46351 from vnen/bind-clock-directionRémi Verschelde2021-02-232-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bind ClockDirection enum
| * | | | | | Bind ClockDirection enumGeorge Marques2021-02-232-0/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | It's the only enum in math_defs.h not bound, and it's used by Plane.
* | | | | | Merge pull request #46347 from hpvb/static-link-atomic-clangHein-Pieter van Braam2021-02-231-1/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Allow static linking with libatomic using clang
| * | | | | Allow static linking with libatomic using clangHein-Pieter van Braam-Stewart2021-02-231-1/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using use_static_cpp we want to statically link with atomic as well to make sure we don't incur any new runtime dependencies. Scons doesn't quite support this so we do this little trick.
* | | | | Merge pull request #46316 from akien-mga/input-ui_redo-swap-orderRémi Verschelde2021-02-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+Y
| * | | | | Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+YRémi Verschelde2021-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That's the most common one we've been using for the general editor, and while the script editor also supports Ctrl+Y, it should have lower priority. In theory this code should make both be supported the same but for some reason the general editor only seems to use the first entry (the script editor does support both).
* | | | | | Merge pull request #46264 from nmrkr/build-planes-axes-checkRémi Verschelde2021-02-221-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix unchecked array access in build_*_planes
| * | | | | | Fix unchecked array access in build_*_planesDelf Neumärker2021-02-221-0/+6
| | | | | | |
* | | | | | | Merge pull request #46307 from RandomShaper/fix_crash_mono_glueRémi Verschelde2021-02-223-3/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make glue generation shutdown more graceful
| * | | | | | | Make glue generation shutdown more gracefulPedro J. Estébanez2021-02-223-3/+8
| |/ / / / / /
* | | | | | | Merge pull request #46315 from reduz/add-preview-sun-and-envRémi Verschelde2021-02-227-31/+572
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add preview Sun and Environment
| * | | | | | | Add preview Sun and Environmentreduz2021-02-227-31/+572
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds both a preview sun and preview environment to the 3D editor. * They are valid as long as a DirectionalLight3D and WorldEnvironment are not in the scene. * If any is added to the scene, the respective preview is disabled. * Changed WorldEnvironment to better handle multiple node versions. * Added a function in SceneTree to get the first node in a group. * Fixed button minimum size to also consider font height if no text is there, this broke with the TextSever PR.
* | | | | | | | Merge pull request #46324 from hpvb/fix-alsa-missing-symbolRémi Verschelde2021-02-222-64/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Omit some functions in alsa wrapper
| * | | | | | | Omit some functions in alsa wrapperHein-Pieter van Braam-Stewart2021-02-222-64/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions don't yet exist on ubuntu 14.04 so this leads to build problems there. Omitting these symbols in the generated wrappers fixes this. If we want to start using these symbols at a later date we should just regenerate the wrapper.
* | | | | | | | Merge pull request #46321 from hpvb/fix-clang-atomic-serverRémi Verschelde2021-02-221-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Use -latomic when using clang (server platform)
| * | | | | | | Use -latomic when using clang (server platform)Hein-Pieter van Braam-Stewart2021-02-221-0/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | version of c9b3a00a63fafa546bf402e32fd21ebe7f274b43 for the server platform
* | | | | | | Merge pull request #45994 from Jummit/expose-edit-selectedRémi Verschelde2021-02-222-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Expose edit_selected in Tree
| * | | | | | | expose edit_selected in TreeJummit2021-02-222-0/+8
| | | | | | | |
* | | | | | | | Merge pull request #46313 from goostengine/tests-init-translation-serverRémi Verschelde2021-02-221-0/+15
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Initialize `TranslationServer` in the test environment
| * | | | | | | Initialize `TranslationServer` in the test environmentAndrii Doroshenko (Xrayez)2021-02-221-0/+15
| | | | | | | |
* | | | | | | | Merge pull request #46243 from Calinou/improve-get-node-error-messageRémi Verschelde2021-02-221-1/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Improve the `get_node()` error message to be more descriptive
| * | | | | | | | Improve the `get_node()` error message to be more descriptiveHugo Locurcio2021-02-221-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Mention the origin of the `get_node()` call. - Mention whether the attempted path is absolute or relative. See #46214.
* | | | | | | | | Merge pull request #46309 from akien-mga/ci-no-debug-symbolsRémi Verschelde2021-02-226-9/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | CI: Build without debug symbols to reduce cache size
| * | | | | | | | | CI: Build without debug symbols to reduce cache sizeRémi Verschelde2021-02-226-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We often hit "Too Many Requests" errors when uploading the cache with `actions/cache` because there's a limit of 10 GB every 5 minutes, and we can easily go over it when we amend or merge several PRs in a short timespan. This will make the CI artifacts less useful for debugging crashes but there's no real way around this.
* | | | | | | | | | Merge pull request #45934 from angad-k/fix-smoothstep-function-documentationRémi Verschelde2021-02-221-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | fix minor issue in smooth step function's documentation
| * | | | | | | | | fix minor issue in smooth step function's documentationAngad Kambli2021-02-131-1/+1
| | | | | | | | | |
* | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2021-02-2266-1119/+2036
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit d0bc9144913a831500a24fc4d8d9f4cb3fd13286)
* | | | | | | | | | Merge pull request #46263 from dalexeev/fix-help-shortcut-2Rémi Verschelde2021-02-221-3/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix "editor/editor_help" shortcut (again)
| * | | | | | | | | | Fix "editor/editor_help" shortcut (again)Danil Alexeev2021-02-211-3/+5
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #46253 from asmaloney/docs-themeRémi Verschelde2021-02-221-1/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [docs] Clarification on theme's get_stylebox
| * | | | | | | | | | [docs] Clarification on theme's get_styleboxAndy Maloney2021-02-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove reference to "icon" (must have been a copy-paste error) & clarify where to find out what names & node_types are valid.
* | | | | | | | | | | Merge pull request #46296 from madmiraal/remove-unused-variablesRémi Verschelde2021-02-221-4/+0
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove unused variables from full-size.html
| * | | | | | | | | | | Remove unused variables from full-size.htmlMarcel Admiraal2021-02-211-4/+0
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #46230 from gongpha/keep-hue-valueRémi Verschelde2021-02-211-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Keep Hue value when Saturation or Value is zero
| * | | | | | | | | | | | Keep Hue value when Saturation or Value is zeroKongfa Waroros2021-02-191-4/+7
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #46297 from madmiraal/add-missing-semicolonsRémi Verschelde2021-02-211-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing semicolons to webxr.eterns.js