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
...
*
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
*
Rename `CSGPrimitive3D.invert_faces` to `flip_faces`
hoontee
2022-05-06
4
-26
/
+26
*
Merge pull request #60723 from reduz/refactor-module-initialization
Rémi Verschelde
2022-05-04
2
-15
/
+23
|
\
|
*
Refactor module initialization
reduz
2022-05-04
2
-15
/
+23
*
|
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
1
-3
/
+3
*
|
Decrease default sizes of some primitive and CSG meshes for consistency
Hugo Locurcio
2022-04-27
2
-2
/
+2
|
/
*
Fix CSG gizmos only working on root shapes
Eeli Reilin
2022-04-06
1
-8
/
+6
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-1
/
+1
*
Modules: Don't build editor-specific classes in templates
Rémi Verschelde
2022-03-28
4
-5
/
+20
*
Prevent non-smoothed face normals to participate to smoothed face normals
MythTitans
2022-03-11
1
-9
/
+11
*
Fix normals computation at the 'seam' of smoothed torus shape
MythTitans
2022-03-11
1
-0
/
+6
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
3
-7
/
+2
*
Revert #52647
hoontee
2022-03-09
1
-1
/
+1
*
Add SNAME macro optimization missed during rebase
hoontee
2022-03-09
1
-1
/
+1
*
Properly handle CSGShape parent and visibility updates, plus some refactoring
hoontee
2022-03-08
2
-60
/
+78
*
Fix normals computation at the 'seam' of smoothed sphere and cylinder shapes
MythTitans
2022-02-16
1
-0
/
+7
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-47
/
+49
*
Merge pull request #35679 from Calinou/doc-add-xml-schema
Rémi Verschelde
2022-02-15
9
-9
/
+9
|
\
|
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
9
-9
/
+9
*
|
Remove the EditorNode parameter from EditorPlugins create methods
trollodel
2022-02-14
2
-2
/
+2
*
|
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
2
-2
/
+2
|
/
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+2
[prev]
[next]