index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
3d
/
ray_cast_3d.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose the collider RID in Raycast nodes
Paul Joannon
2022-08-22
1
-0
/
+7
*
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-1
/
+1
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-3
/
+2
*
Fix RayCast{2,3}D.clear_exceptions clears parent
Haoyu Qiu
2022-02-08
1
-0
/
+7
*
Improve some method bindings to use specific `Object` subtypes
Rémi Verschelde
2022-01-28
1
-14
/
+6
*
Fixed incorrect property types
Arnav Vijaywargiya
2022-01-11
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add raycast options to hit when starting inside / hit back faces
PouleyKetchoupp
2021-11-10
1
-4
/
+17
*
Use parameter classes instead of arguments for all physics queries
PouleyKetchoupp
2021-11-04
1
-2
/
+9
*
Fix some unnecessary includes
Aaron Franke
2021-08-13
1
-2
/
+0
*
Uniformize layer names, script methods and documentation
PouleyKetchoupp
2021-08-12
1
-9
/
+11
*
Node3D gizmo improvements
jfons
2021-07-23
1
-3
/
+3
*
Use double-sided material for RayCast3D
Hugo Locurcio
2021-06-19
1
-0
/
+2
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-1
/
+1
*
Merge pull request #47348 from nekomatata/raycast-3d-collide-fix
Rémi Verschelde
2021-05-12
1
-1
/
+1
|
\
|
*
Fix RayCast3D color in game with no collision
PouleyKetchoupp
2021-03-24
1
-1
/
+1
*
|
Prevent setting too big or too small Collision Mask and Layer
Rafał Mikrut
2021-04-30
1
-0
/
+2
|
/
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-2
/
+2
*
Adding Raycast3D custom debug shape thickness and color
jmb462
2021-03-04
1
-29
/
+133
*
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-02-07
1
-9
/
+0
*
Improve Raycast3D render debug
PouleyKetchoupp
2021-01-14
1
-14
/
+23
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Rename RayCast's `cast_to` property to `target_position`
Hugo Locurcio
2020-09-10
1
-10
/
+10
*
Enable raycast nodes by default
Andrii Doroshenko (Xrayez)
2020-05-27
1
-2
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-28
/
+51
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-35
/
+0
*
Change non-existent World to World3D
qarmin
2020-04-18
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-3
/
+3
*
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
1
-1
/
+1
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-0
/
+405