Pawel Lampe

Results 27 issues of Pawel Lampe

enhancement
formatter

enhancement
formatter

enhancement
formatter

I did some research (docs + google + lib reverse engineering) but I can’t find an answer for my question: is there any way for the child actor to get...

See https://github.com/godotengine/godot/pull/80085

enhancement
formatter
parser

`Navigation.gd`: ``` extends Node3D const NAVIGATION_FIXING_TIMER_INTERVAL_S = 0.1 # air needs to be put on separate map so that air agents do not collide with terrain ones: @onready var air...

bug

``` var x = func(y): return y == 1 if true else func(y): return y == 2 ```

bug
parser

#### 3b2b6d46ce876f7c1d915c0a580e53d7a8c8db05 [WPE] WPE Platform: add support for tap and drag gestures https://bugs.webkit.org/show_bug.cgi?id=265637 Reviewed by NOBODY (OOPS!). This change extends the WPE platform API by introducing: - WPEGestureController - an...

merging-blocked
WPE WebKit