| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Fix create_test.py missing Redot copyright reference
|
|
|
|
|
|
|
|
|
|
| |
Relates to godotengine/godot#68878, specially when using orthographic projection.
Also adds some tests.
Adapted from godotengine/godot#95303
(cherry picked from commit 07730283d334280e2b4e2bede4902a796eabb4c2)
|
|
|
|
|
|
| |
Allow handling events, that were not used during physics picking.
(cherry picked from commit godotengine/godot@fbd5d2ba8bbd3c548a67dc3c462e0e0666510228)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084)
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
| |
|
|
|
|
| |
(cherry picked from commit bb7752059966b38f75714914474da1b9f93dc294)
|
|
|
|
| |
(cherry picked from commit ee9cea521d97088eb368cb1820db71100da9837b)
|
|
|
|
|
| |
Co-authored-by: Yaohua Xiong <xiongyaohua@gmail.com>
(cherry picked from commit 51b8b74d4b2ba2564d2a463d07d168c5d3741387)
|
|
|
|
| |
(cherry picked from commit 2860b99077fff229927067948bb731cb61464317)
|
|
|
|
| |
(cherry picked from commit f483c3aafa5f3cfb1ab763ab4eb077aac74e88d6)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This switches to 64-bit integers in select locations of the Image
class, so that image resolutions of 16384×16384 (used by
lightmap texture arrays) can be used properly. Values that are larger
should also work.
VRAM compression is also supported, although most VRAM-compressed
formats are limited to individual slices of 16384×16384. WebP
is limited to 16383×16383 due to format limitations.
|
| |
|
|
|
|
| |
These used `utf8().get_data()` when they should be passed as `String`
|
|\
| |
| |
| | |
Add input event callback to `DisplayServerHeadless`
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
CodeEdit: Fix move lines up/down viewport and selection issues
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | | |
[Core] Fix sharing of typed arrays from constructor
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Use subfolder for temporary test files
|
| | |/
| |/| |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
permelin/fix-navigationserver3d-get_closest_point_to_segment-use_collision
Fix `NavigationServer3D.get_closest_point_to_segment()` with `use_collision`
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | | |
Unhide carets in add selection for occurrence and fix error
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Add more unit tests for Transform2D
|
| | | | |
|
| |/ /
|/| | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Use Core/Scene stringnames consistently
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
[Tests] Expand tests for `Curve2D/3D`
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Separates find_intersects from test_intersects for rays, and wraps the former.
* Changes parameter name to "r_intersection_point".
* Fixes broken old version which returned per axis t.
* Returns whether the ray origin is within the AABB.
* Returns intersection point when origin outside.
* Returns "backtracking" intersection point when inside.
* Returns sensible normal when inside.
* Returns valid results on borders.
* Returns robust results dealing with floating point error.
Co-authored-by: Claire Blackshaw <evilkimau@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | | |
Replace `find` with `contains/has` where applicable
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
|
|/ / / |
|
| | |
| | |
| | |
| | | |
Found by apply the file_format checks again via #91597.
|
|\ \ \
| | | |
| | | |
| | | | |
Add docs note about remap returning undefined when istart == istop
|