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
/
modules
/
csg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #82133 from MewPurPur/svg-tweaks
Yuri Sizov
2023-11-06
6
-6
/
+6
|
\
|
*
Optimize, tweak, improve consistency in SVG icons, and fix masks in light mode
MewPurPur
2023-11-04
6
-6
/
+6
*
|
Fix CSGShape debug_collision_shape crash
smix8
2023-11-02
1
-1
/
+3
*
|
Hide CSGShape's debug_collision_shape when it is invisible
jsjtxietian
2023-10-30
1
-0
/
+5
*
|
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-2
/
+2
|
/
*
Improve the Torus icons
MewPurPur
2023-09-20
1
-1
/
+1
*
Add helper for 3D gizmos and unify box
kobewi
2023-09-12
2
-52
/
+26
*
Make CSGShape follow curve's tilt in Path mode
pidogs
2023-08-17
1
-2
/
+2
*
Clarify the behaviour of CSGMesh3D using ArrayMesh
mandryskowski
2023-08-12
1
-1
/
+2
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-2
/
+2
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
9
-9
/
+9
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
9
-9
/
+9
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
2
-2
/
+3
*
Optimize CSG icons and more
VolTer
2023-05-29
8
-8
/
+8
*
Fix CSGPolygon3D in path mode disappearing at runtime.
Evan Todd
2023-05-15
1
-1
/
+1
*
Enable shadow warnings and fix raised errors
Ninni Pipping
2023-05-11
2
-20
/
+20
*
Add debug collision shape to CSG with collision
Ricardo Buring
2023-05-03
2
-0
/
+46
*
Fix infinite loop in Build2DFaces::_find_edge_intersections
Justin Wash
2023-04-27
1
-5
/
+22
*
Fix CSG edge case causing intersection line to hit on common edge of 2 trian...
K. S. Ernest (iFire) Lee
2023-04-27
4
-17
/
+80
*
Validate code tags in documentation for potential params
Yuri Sizov
2023-04-26
1
-4
/
+4
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
9
-9
/
+9
*
Add compatibility code for CSGBox3D width/height/depth from Godot 3.x
DESKTOP-9O27V4U\Navi
2023-02-13
2
-0
/
+28
*
Don't generate CSGPolygon3D shape before the assigned path is inside tree
MinusKube
2023-01-31
1
-2
/
+2
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-4
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
8
-232
/
+232
*
Document `collision_priority` in the CSGShape3D class
Hugo Locurcio
2022-10-24
1
-2
/
+3
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-55
/
+55
*
Rename remaining "Spatial" in Plugins to "Node3D"
Micky
2022-10-04
1
-5
/
+5
*
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-26
1
-1
/
+1
*
Remove unused includes & move some includes to top of file
Andy Maloney
2022-09-23
1
-1
/
+0
*
Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`
Hugo Locurcio
2022-08-30
1
-8
/
+8
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-2
/
+2
*
Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDO
Rémi Verschelde
2022-08-22
1
-4
/
+6
|
\
|
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-4
/
+6
*
|
Merge pull request #64339 from YuriSizov/core-multilevel-validate-property
Rémi Verschelde
2022-08-22
2
-17
/
+14
|
\
\
|
|
/
|
/
|
|
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
2
-17
/
+14
*
|
Merge pull request #64343 from TokageItLab/priority-ph
Rémi Verschelde
2022-08-22
3
-0
/
+23
|
\
\
|
|
/
|
/
|
|
*
Add collision weight to PhysicsBody for penetrations must be avoided
Silc Renew
2022-08-18
3
-0
/
+23
*
|
Remove unintentional PROPERTY_USAGE_INTERNAL
RedMser
2022-08-18
1
-1
/
+1
|
/
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-6
/
+6
*
Make "Godot source files" comment consistent in modules
Aaron Franke
2022-08-05
1
-2
/
+1
*
Fix some array size function definition mismatch.
Fabio Alessandrelli
2022-08-04
1
-1
/
+1
*
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-16
1
-3
/
+3
*
Clean up Hash Functions
reduz
2022-06-20
2
-6
/
+6
*
Add suffixes to all nodes and resources
FireForge
2022-06-11
1
-3
/
+3
*
Merge pull request #61213 from timothyqiu/csg-crash
Rémi Verschelde
2022-05-20
1
-3
/
+5
|
\
|
*
Fix editor crash when opening scene with CSGMesh
Haoyu Qiu
2022-05-20
1
-3
/
+5
*
|
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-6
/
+6
|
/
*
Replace most uses of Map by HashMap
reduz
2022-05-16
2
-8
/
+8
*
Fix warnings found by Emscripten 3.1.10
Rémi Verschelde
2022-05-10
1
-4
/
+3
[next]