Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5 | Spartan322 | 2024-10-24 | 79 | -309/+862 |
|\ | |||||
| * | Merge pull request #98431 from lodicolo/4.3-stable_GH_76825 | Thaddeus Crews | 2024-10-24 | 1 | -2/+14 |
| |\ | |||||
| | * | Fix GodotFetch glue code for null response bodies | Robbie Lodico | 2024-10-23 | 1 | -2/+14 |
| * | | Merge pull request #97277 from timothyqiu/meta-focus | Thaddeus Crews | 2024-10-24 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Fix Add Metadata dialog not focusing name field by default | Haoyu Qiu | 2024-10-23 | 1 | -1/+1 |
| * | | | Merge pull request #98427 from syntaxerror247/document-immersive-mode | Thaddeus Crews | 2024-10-24 | 2 | -1/+4 |
| |\ \ \ | |||||
| | * | | | Update documentation for Android immersive mode | Anish Mishra | 2024-10-22 | 2 | -1/+4 |
| * | | | | Merge pull request #98169 from HolonProduction/only-highlight-exposed | Thaddeus Crews | 2024-10-24 | 1 | -1/+3 |
| |\ \ \ \ | |||||
| | * | | | | GDScript: Don't highlight unexposed classes | HolonProduction | 2024-10-14 | 1 | -1/+3 |
| * | | | | | Merge pull request #98163 from BastiaanOlij/openxr_flatten_bindings | Thaddeus Crews | 2024-10-24 | 6 | -94/+148 |
| |\ \ \ \ \ | |||||
| | * | | | | | OpenXR: change bindings to 'flatten' source paths | Bastiaan Olij | 2024-10-22 | 6 | -94/+148 |
| * | | | | | | Merge pull request #78312 from Calinou/editor-add-markdown-highlighting | Thaddeus Crews | 2024-10-24 | 2 | -0/+68 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add Markdown syntax highlighting to the script editor | Hugo Locurcio | 2024-07-02 | 2 | -0/+68 |
| * | | | | | | | Merge pull request #97374 from rune-scape/get-native-static-callable | Thaddeus Crews | 2024-10-24 | 3 | -2/+20 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | GDScriptNativeClass: Allow getting static function as callable | rune-scape | 2024-09-23 | 3 | -2/+20 |
| * | | | | | | | | Merge pull request #85338 from EMBYRDEV/shadow-caster-mask | Thaddeus Crews | 2024-10-24 | 15 | -5/+82 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add `shadow_caster_mask` to Light3D. | Hannah Crawford | 2024-08-12 | 15 | -5/+82 |
| * | | | | | | | | | Merge pull request #98266 from m-pranav-r/fix-light-visual-instance | Thaddeus Crews | 2024-10-24 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Fixed light culling mask behavior in Mobile and Compat renderers | m-pranav-r | 2024-10-23 | 1 | -0/+4 |
| | | |_|_|_|_|/ / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge pull request #86103 from ecmjohnson/fix-inside-volfog | Thaddeus Crews | 2024-10-24 | 1 | -26/+54 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Fix volumetric fog artifacts when inside the fog | Erik Johnson | 2024-03-24 | 1 | -26/+54 |
| * | | | | | | | | | | Merge pull request #91341 from bjornmp/NewMaster | Thaddeus Crews | 2024-10-24 | 10 | -25/+147 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Enforce that custom nodes keep their original type | bjornmp | 2024-10-22 | 10 | -25/+147 |
| * | | | | | | | | | | | Merge pull request #98380 from RandomShaper/mobile_strict_alias | Thaddeus Crews | 2024-10-24 | 2 | -4/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Android & iOS: Enable strict aliasing | Pedro J. Estébanez | 2024-10-21 | 2 | -4/+2 |
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #97868 from timothyqiu/po-loader | Thaddeus Crews | 2024-10-24 | 1 | -2/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Fix "No loader found" error after editing PO file | Haoyu Qiu | 2024-10-06 | 1 | -2/+1 |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #98247 from TCROC/fix-headless-graphics-driver-and-shader-... | Thaddeus Crews | 2024-10-24 | 3 | -1/+18 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | fix headless import attempting to load graphics driver | Travis Lange | 2024-10-22 | 3 | -1/+18 |
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #98490 from KoBeWi/pointer_to_canvas | Thaddeus Crews | 2024-10-24 | 2 | -3/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Improve make_canvas_position_local description | kobewi | 2024-10-24 | 2 | -3/+7 |
| * | | | | | | | | | | | | Merge pull request #97199 from shahriarlabib000/popup | Thaddeus Crews | 2024-10-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | fix popup scale | shahriarlabib000 | 2024-09-21 | 1 | -1/+1 |
| * | | | | | | | | | | | | | Merge pull request #98479 from timothyqiu/empty-tooltip | Thaddeus Crews | 2024-10-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | Fix some flickering tooltips | Haoyu Qiu | 2024-10-24 | 1 | -1/+1 |
| | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #98473 from tetrapod00/str-docs | Thaddeus Crews | 2024-10-24 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | Docs: link to GlobalScope string methods from String docs | tetrapod00 | 2024-10-23 | 1 | -0/+1 |
| * | | | | | | | | | | | | | | Merge pull request #98458 from KoBeWi/don't_repeat_the_same_mistakes | Thaddeus Crews | 2024-10-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | Clarify tiling of AtlasTexture | kobewi | 2024-10-23 | 1 | -1/+1 |
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #98329 from beru/opt_ImageLoaderSVG__create_image_from_utf... | Thaddeus Crews | 2024-10-24 | 1 | -22/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | optimize ImageLoaderSVG::create_image_from_utf8_buffer | katsuhisa yuasa | 2024-10-19 | 1 | -22/+4 |
| | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #98455 from betalars/audio-doc-enhancements | Thaddeus Crews | 2024-10-24 | 2 | -1/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | AudioEffectFilter and StereoEnhance: Documentation improvements | betalars | 2024-10-24 | 2 | -1/+8 |
| | |/ / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | Merge pull request #97556 from dustdfg/platforms/windows_detect_extract_commo... | Thaddeus Crews | 2024-10-24 | 1 | -24/+21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | Extract common check functions in windows_detect.py file | Yevhen Babiichuk (DustDFG) | 2024-09-27 | 1 | -24/+21 |
| * | | | | | | | | | | | | | | | Merge pull request #98451 from RandomShaper/ext_text_err | Thaddeus Crews | 2024-10-24 | 2 | -2/+26 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | ExternalTexture: Avoid error when destroyed without having been used | Pedro J. Estébanez | 2024-10-23 | 2 | -2/+26 |
| | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge pull request #98063 from TCROC/fix-headless-import | Thaddeus Crews | 2024-10-24 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | clear addon_name_to_plugin ater unload_editor_addons because of memdelete | Travis Lange | 2024-10-08 | 1 | -0/+2 |
| * | | | | | | | | | | | | | | | | Merge pull request #86539 from stechyo/gdext/expose-audio-playback-methods | Thaddeus Crews | 2024-10-24 | 3 | -0/+97 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |