| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Clarify `is_polygon_clockwise()` coordinate system
|
| |
| |
| |
| | |
The function assumes a normal Cartesian coordinate system.
|
|\ \
| | |
| | |
| | | |
[C#] Unexpose `GodotSharp`
|
| | |
| | |
| | |
| | |
| | | |
This class seems to have been exposed accidentally, and breaks
documentation on non-mono builds, requiring hacks
|
|\ \ \
| | | |
| | | |
| | | | |
Improve documentation on TreeItem's cell modes
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | | |
Disable follow focus while updating inspector
|
| |/ / |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
dalexeev/gds-fix-standalone-expression-for-preload
GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | | |
Fix TextEdit minimap tab drawing and click check
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
[TextServer] Add notes about high level text/font classes and getting active server instance.
|
| | | |
| | | |
| | | |
| | | | |
server instance.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
LightmapGI: Fix lightleaks caused by insufficient padding and add denoiser range property for LightmapGI
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
Update dependencies in D3D12 SDK installer script
|
| | | |
| | | |
| | | |
| | | | |
- Add colored console output.
|
| | | |
| | | |
| | | |
| | | | |
of the editor fonts.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
including
- rect, circle; both filled and unfilled.
- polyline, multiline
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[Doc] Update Crypto example
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
- Removed redundant new() initializations
- removed _ready and node
- improved readability
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Allow users to override `SkeletonModifier3D._process_modification`
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
Update CryptoKey documentation to mention ECC.
|
| | | | |
| | | | |
| | | | |
| | | | | |
The documentation makes it seem like CryptoKey can only hold an RSA key. This is compounded by the fact that Cypto only has a function generate an RSA based key. Godot however is perfectly happy loading and using ECC based keys.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[Core] Add case-insensitive `String::containsn`
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Add notes in Object documentation about TranslationServer methods
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | | |
Allow setting editor dock tabs to icon only
|
| | |/ / / /
| |/| | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Found by apply the file_format checks again via #91597.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Add docs note about remap returning undefined when istart == istop
|
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com>
Co-Authored-By: kleonc <9283098+kleonc@users.noreply.github.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Wayland: Workaround API limitation in screen/UI scale logic
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Mainly, this fixes auto UI scaling with _single-monitor_ fractional
setups (see the comment in `display_server_wayland.cpp` for more info).
This is the result of a bunch of current limitations, mainly the fact
that the UI scale is static (it's probed at startup) and the fact that
Wayland exposes fractional scales only at the window-level, by design.
The `screen_get_scale` special case should help in 99% of cases, while
the auto UI scale part will unfortunately only help with single-screen
situations, as multi-screen fractional scaling requires dynamic UI
scale changing.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Use same colors for editor and running project for collision/path debug
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This harmonizes the appearance of collision shapes and paths between
the editor and running project, in both 2D and 3D.
This means that in 3D, paths are now green and shapes are now cyan
instead of light blue.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add missing bone name return information
|
| | | | | | | | | |
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Using 2.2.7.dev217+g10c2abcf.
Had to add `colour` to the ignore list as we used it as an alias/keyword for the
documentation of color-related APIs.
Also ignore recommendations to change `thirdparty` to either `third-party` or
`third party`, which are correct but we use the former fairly consistently.
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | |
| | | | | | | | |
Add FlowContainer wrap options for center alignment.
|
| | |_|_|_|/ /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | | |
Update `body_create` description in PhysicsServer2D/3D
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Update `area_create` description in `PhysicsServer2D/3D` to clear up possible confusions
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
confusions
|