Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #55186 from timothyqiu/theme-picker-reset | Rémi Verschelde | 2021-11-22 | 1 | -0/+3 |
|\ | |||||
| * | Fix Theme Editor crash when clicking the element picker | Haoyu Qiu | 2021-11-21 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #55189 from timothyqiu/packed-data-container | Rémi Verschelde | 2021-11-22 | 1 | -0/+4 |
|\ \ | |||||
| * | | Fix crash when executing PackedDataContainer._iter_init | Haoyu Qiu | 2021-11-21 | 1 | -0/+4 |
| |/ | |||||
* | | Merge pull request #55203 from Calinou/scons-warn-unknown-variables | Rémi Verschelde | 2021-11-22 | 1 | -0/+7 |
|\ \ | |||||
| * | | Print a warning with unknown SCons variables to ease troubleshooting | Hugo Locurcio | 2021-11-21 | 1 | -0/+7 |
| |/ | | | | | | | | | | | | | When disabling specific modules, misspellings can occur. Additionally, when switching between the `3.x` and `master` branches frequently, it's possible to forget about renamed modules such as `lightmapper_cpu` versus `lightmapper_rd`. | ||||
* | | Merge pull request #55171 from dalexeev/font-data-set-fixed-size | Rémi Verschelde | 2021-11-22 | 2 | -0/+16 |
|\ \ | |||||
| * | | Expose `FontData::{set,get}_fixed_size` methods | Danil Alexeev | 2021-11-20 | 2 | -0/+16 |
| | | | |||||
* | | | Merge pull request #55128 from akien-mga/meshoptimizer-f4c356d79 | Rémi Verschelde | 2021-11-22 | 6 | -36/+178 |
|\ \ \ | |||||
| * | | | meshoptimizer: Sync with upstream commit f4c356d79 | Rémi Verschelde | 2021-11-19 | 6 | -36/+178 |
| | | | | | | | | | | | | | | | | https://github.com/zeux/meshoptimizer/commit/f4c356d79fadb99cbf432f7e199d823581b0e19e | ||||
* | | | | Merge pull request #54339 from ConteZero/line_edit_drag_and_drop | Rémi Verschelde | 2021-11-22 | 8 | -13/+101 |
|\ \ \ \ | |||||
| * | | | | Fix drag and drop on LineEdit | ConteZero | 2021-11-15 | 8 | -13/+101 |
| | | | | | |||||
* | | | | | Merge pull request #55174 from clayjohn/Sky-SRGB | Rémi Verschelde | 2021-11-22 | 2 | -6/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Convert PhysicalSkyMaterial colors to SRGB | clayjohn | 2021-11-21 | 2 | -6/+6 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #54919 from ↵ | JFonS | 2021-11-22 | 1 | -12/+34 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | williamd67/GPULightmapper-improve-noise-to-prevent-artifacts GPULightmapper: better algorithm to generate rays for indirect lighting | ||||
| * | | | | | GPULightmapper: better algorithm to generate rays for indirect lighting | William Deurwaarder | 2021-11-19 | 1 | -12/+34 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous algorithm used an algorithm to generate rays that was not completely random. This caused artifacts when large lighmap textures were used. The new algorithm creates better rays and by that prevents artifacts. | ||||
* | | | | | Merge pull request #55170 from Razoric480/raz/cast-handle | Rémi Verschelde | 2021-11-22 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Change cast of int to num to int static cast | Francois Belair | 2021-11-20 | 1 | -3/+3 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #55159 from m4gr3d/add_oculus_openxr_config_master | Rémi Verschelde | 2021-11-22 | 7 | -19/+83 |
|\ \ \ \ \ | |||||
| * | | | | | Add support for OpenXR export configurations. | Fredia Huya-Kouadio | 2021-11-20 | 7 | -19/+83 |
| | | | | | | |||||
* | | | | | | Merge pull request #55215 from KoBeWi/looooooooooooooong_checkbox.not_anymore | Rémi Verschelde | 2021-11-22 | 2 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Improved some editor checkboxes | kobewi | 2021-11-21 | 2 | -0/+4 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge pull request #55180 from madmiraal/fix-42711 | Rémi Verschelde | 2021-11-22 | 1 | -4/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix merge conflict between #42711 and #42374 | Marcel Admiraal | 2021-11-21 | 1 | -4/+4 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #55209 from madmiraal/fix-android-orientation | Fredia Huya-Kouadio | 2021-11-21 | 2 | -2/+31 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Fix Android `get_screen_orientation()` not returning valid values | ||||
| * | | | | | Fix Android `get_screen_orientation()` not returning valid values | Marcel Admiraal | 2021-11-21 | 2 | -2/+31 |
|/ / / / / | |||||
* | | | | | Merge pull request #55164 from Calinou/sky-fix-srgb-conversion | Hugo Locurcio | 2021-11-20 | 1 | -4/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix ProceduralSkyMaterial colors due to double sRGB -> linear conversion | Hugo Locurcio | 2021-11-20 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | Merge pull request #54579 from KoBeWi/your_name | Rémi Verschelde | 2021-11-20 | 2 | -2/+28 |
|\ \ \ \ | |||||
| * | | | | Allow to name built-in scripts upon creation | kobewi | 2021-11-04 | 2 | -2/+28 |
| | | | | | |||||
* | | | | | Merge pull request #54932 from briansemrau/expose-main-thread-id | Rémi Verschelde | 2021-11-20 | 3 | -0/+13 |
|\ \ \ \ \ | |||||
| * | | | | | Expose Thread::get_main_id in core bindings | Brian Semrau | 2021-11-12 | 3 | -0/+13 |
| | | | | | | |||||
* | | | | | | Merge pull request #55136 from akien-mga/basisu-646a9f826 | Rémi Verschelde | 2021-11-20 | 10 | -62/+52 |
|\ \ \ \ \ \ | |||||
| * | | | | | | basis_universal: Sync with upstream 646a9f826 | Rémi Verschelde | 2021-11-19 | 10 | -62/+52 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | https://github.com/BinomialLLC/basis_universal/commit/646a9f826131cb0b9e14b5e4740874808315f83a | ||||
* | | | | | | Merge pull request #55126 from akien-mga/wslay-45d22583b | Rémi Verschelde | 2021-11-20 | 15 | -763/+851 |
|\ \ \ \ \ \ | |||||
| * | | | | | | wslay: Sync with upstream 45d22583b | Rémi Verschelde | 2021-11-19 | 15 | -763/+851 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/tatsuhiro-t/wslay/commit/45d22583b488f79d5a4e598cc7675c191c5ab53f Mostly style changes, a couple new methods and fixes. Tweak file structure a bit. | ||||
* | | | | | | Merge pull request #55129 from akien-mga/libvorbis-1.3.7 | Rémi Verschelde | 2021-11-20 | 71 | -114/+136 |
|\ \ \ \ \ \ | |||||
| * | | | | | | libvorbis: Sync with upstream 1.3.7 | Rémi Verschelde | 2021-11-19 | 71 | -114/+136 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes various bugs, including several ones with security relevance. Changes: https://github.com/xiph/vorbis/releases/tag/v1.3.7 | ||||
* | | | | | | Merge pull request #55127 from akien-mga/libwebp-1.2.1 | Rémi Verschelde | 2021-11-20 | 71 | -1139/+1650 |
|\ \ \ \ \ \ | |||||
| * | | | | | | libwebp: Sync with upstream 1.2.1 | Rémi Verschelde | 2021-11-19 | 71 | -1139/+1650 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.1/NEWS | ||||
* | | | | | | Merge pull request #55122 from akien-mga/zstd-1.5.0 | Rémi Verschelde | 2021-11-20 | 57 | -1355/+4121 |
|\ \ \ \ \ \ | |||||
| * | | | | | | zstd: Update to upstream version 1.5.0 | Rémi Verschelde | 2021-11-19 | 57 | -1355/+4121 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/facebook/zstd/releases/tag/v1.5.0 | ||||
* | | | | | | Merge pull request #55123 from akien-mga/xatlas-ec707faea | Rémi Verschelde | 2021-11-20 | 3 | -848/+1300 |
|\ \ \ \ \ \ | |||||
| * | | | | | | xatlas: Sync with upstream ec707faea | Rémi Verschelde | 2021-11-19 | 3 | -848/+1300 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | https://github.com/jpcy/xatlas/commit/ec707faeac3b95e6b416076a9509718cce105b6a | ||||
* | | | | | | Merge pull request #55120 from akien-mga/pcre2-10.39 | Rémi Verschelde | 2021-11-20 | 35 | -4329/+5679 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pcre2: Update to upstream version 10.39 | Rémi Verschelde | 2021-11-19 | 35 | -4329/+5679 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/PhilipHazel/pcre2/blob/pcre2-10.39/ChangeLog | ||||
* | | | | | | Merge pull request #55119 from akien-mga/libogg-1.3.5 | Rémi Verschelde | 2021-11-20 | 3 | -6/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | libogg: Update to upstream 1.3.5 | Rémi Verschelde | 2021-11-19 | 3 | -6/+24 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Mostly a cosmetic update, we were already on a commit close to what ended up being tagged as 1.3.5. Adds an extra buffer overflow fix. | ||||
* | | | | | | Merge pull request #55118 from akien-mga/graphite-80c52493e | Rémi Verschelde | 2021-11-20 | 3 | -244/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | graphite: Update to upstream commit 80c52493e | Rémi Verschelde | 2021-11-19 | 3 | -244/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/silnrsi/graphite/commit/80c52493ef42e6fe605a69dcddd2a691cd8a1380 Includes a fix for inaccurate slice range calculation for bases with diacritics. Also removes unnecessary ChangeLog, and updated unrelated vhacd commit to match currently used one. |