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 commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-1
/
+1
|
\
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-1
/
+1
*
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
8
-16
/
+16
|
\
\
|
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
8
-16
/
+16
*
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-44
/
+10
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Editor: Improve cylinder gizmos 🌈
HolonProduction
2024-10-11
1
-44
/
+10
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
8
-0
/
+16
|
/
*
Merge pull request #97479 from dustdfg/csg_redudant_3d_disabled_check
Rémi Verschelde
2024-09-26
1
-4
/
+0
|
\
|
*
Remove redudant _3D_DISABLED check from csg module
Yevhen Babiichuk (DustDFG)
2024-09-26
1
-4
/
+0
*
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
*
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-1
/
+1
*
Merge pull request #96389 from kitbdev/extract-main-screen
Rémi Verschelde
2024-09-11
1
-1
/
+1
|
\
|
*
Extract editor main screen
kit
2024-09-09
1
-1
/
+1
*
|
Fixed CSG debug collision shapes being visible in editor. Also undid an old, ...
Zi Ye
2024-09-09
1
-6
/
+1
|
/
*
Merge pull request #93252 from smix8/csg_bake
Rémi Verschelde
2024-08-19
5
-18
/
+249
|
\
|
*
Add CSG options to bake to static mesh and collision shape
smix8
2024-06-19
5
-18
/
+249
*
|
Fix CSGShape3D's _mesh_changed thread unsafe call to update_gizmos
jsjtxietian
2024-07-30
1
-1
/
+2
*
|
Style: Optimize `.svg` files with `svgo`
Thaddeus Crews
2024-06-23
8
-8
/
+8
|
/
*
Make CSG shape dirty after changing Snap, update doc
31
2024-06-16
2
-1
/
+6
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-3
/
+3
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
[Core] Add `LocalVector::has` for convenience
A Thousand Ships
2024-05-06
1
-1
/
+1
*
Organize existing code for editor plugins
Aaron Franke
2024-04-27
1
-1
/
+1
*
Move 3D-only resources to their own folder
Aaron Franke
2024-02-26
1
-1
/
+1
*
Merge pull request #85455 from xiongyaohua/fix_CSGPolygon_not_following_Path3D
Rémi Verschelde
2024-02-15
1
-0
/
+2
|
\
|
*
Path3D notify transform change to CSGPolygon
Yaohua Xiong
2024-01-08
1
-0
/
+2
*
|
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-2
/
+2
|
/
*
Merge pull request #82872 from jsjtxietian/require-editor-restart-when-csg-gi...
Yuri Sizov
2023-12-19
1
-1
/
+1
|
\
|
*
Prompt require editor restart to user when gizmo color changed
jsjtxietian
2023-10-06
1
-1
/
+1
*
|
Merge pull request #84652 from timothyqiu/enum-pun
Yuri Sizov
2023-12-19
1
-1
/
+1
|
\
\
|
*
|
Avoid punning enum names in documentation
Haoyu Qiu
2023-11-09
1
-1
/
+1
*
|
|
Merge pull request #80326 from MewPurPur/no-exp-with-zero
Rémi Verschelde
2023-12-04
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove exp hint of a few properties
MewPurPur
2023-08-06
1
-1
/
+1
*
|
|
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
[next]