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 #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-2
/
+2
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-2
/
+2
*
|
Merge pull request #30497 from Calinou/editor-gizmos-change-notify
Rémi Verschelde
2019-09-23
1
-0
/
+8
|
\
\
|
*
|
Notify changes in properties that can be edited by 3D gizmos
Hugo Locurcio
2019-07-10
1
-0
/
+8
*
|
|
Merge pull request #32275 from godotengine/skin_support
Rémi Verschelde
2019-09-23
1
-1
/
+1
|
\
\
\
|
*
|
|
Added skin support and simplified APIs to override bone position.
Juan Linietsky
2019-09-18
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
Fix misc. source comment typos
luz.paz
2019-09-19
1
-1
/
+1
|
/
/
*
|
Replace is_zero_approx(A.distance_to(B)) with A==B
Paul Trojahn
2019-08-19
1
-5
/
+5
*
|
doc: Sync classref with current source
Rémi Verschelde
2019-07-15
6
-7
/
+7
|
/
*
DOC: Fix spelling
Remi Rampin
2019-07-06
1
-1
/
+1
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-4
/
+4
*
Improve the CSG shape gizmo drawing
Hugo Locurcio
2019-07-05
2
-3
/
+50
*
Implement snapping in the CSG gizmos and 3D polygon editor
Hugo Locurcio
2019-07-02
1
-0
/
+14
*
doc: Remove null default values that can't be determined
Rémi Verschelde
2019-06-30
1
-8
/
+8
*
doc: Add default values to all properties
Rémi Verschelde
2019-06-30
8
-43
/
+43
*
Add support for creating editor icons per module
Andrii Doroshenko (Xrayez)
2019-06-28
8
-0
/
+50
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
2
-9
/
+7
|
\
|
*
Fix always true/false values
qarmin
2019-06-20
2
-9
/
+7
*
|
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
2
-9
/
+11
*
|
Take CSG into account for nav-mesh generation
jfons
2019-06-13
1
-1
/
+1
*
|
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
|
/
*
Merge pull request #28965 from jkirsons/csgpolygon-weird-end-cap
Rémi Verschelde
2019-05-20
1
-0
/
+3
|
\
|
*
Resolve: #24682 CSGPolygon - weird end cap
Jason
2019-05-17
1
-0
/
+3
*
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
|
/
*
Use approximate equallity methods in many places
Aaron Franke
2019-04-25
1
-5
/
+5
*
Added inspector plugin documentation.
Juan Linietsky
2019-04-23
2
-1
/
+3
*
Merge pull request #28125 from KoBeWi/code_true_code
Rémi Verschelde
2019-04-22
5
-8
/
+8
|
\
|
*
Consistently wrap booleans in [code]
Tomasz Chabora
2019-04-17
5
-8
/
+8
*
|
Merge pull request #27940 from LeonardMeagher2/fix_csgshape_geometryinstance
Rémi Verschelde
2019-04-21
2
-3
/
+29
|
\
\
|
*
|
CSGMesh material and CSGShape inherits from GeometryInstance
Leonard Meagher
2019-04-11
2
-3
/
+29
|
|
/
*
/
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
9
-18
/
+0
|
/
*
Merge pull request #27430 from LeonardMeagher2/csg_get_mesh_data
Rémi Verschelde
2019-04-01
1
-4
/
+4
|
\
|
*
Apply proper offset to CSGMesh material and smooth group
Leonard
2019-03-25
1
-4
/
+4
*
|
doc: Bump version to 3.2
Rémi Verschelde
2019-04-01
9
-9
/
+9
|
/
*
Add priority to gizmos and fix small issues
JFonS
2019-03-12
2
-0
/
+5
*
Fix CSG crash, closes #26281
Juan Linietsky
2019-03-01
1
-2
/
+4
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-6
/
+6
*
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
2
-2
/
+2
*
Fix CSGShape not updating on changing visibility
Andrii Doroshenko (Xrayez)
2019-02-10
1
-0
/
+7
*
doc: Sync classref with current source
Rémi Verschelde
2019-02-10
1
-0
/
+6
*
Make CSG Shape work with GIProbe, fixes #20465
Juan Linietsky
2019-01-27
2
-0
/
+16
*
Fix some errors found by static analysis
Rémi Verschelde
2019-01-16
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
8
-16
/
+16
*
Merge pull request #24506 from JFonS/expose_gizmos
Rémi Verschelde
2018-12-30
1
-1
/
+1
|
\
|
*
Expose the new gizmo plugin system to scripting
JFonS
2018-12-21
1
-1
/
+1
*
|
doc: Sync classref with current source
Rémi Verschelde
2018-12-15
1
-16
/
+15
*
|
Add support for collision layers and masks in CSG shapes
meditator
2018-12-15
3
-9
/
+153
*
|
doc: Grammar and punctuation fixes for CSGMesh and CSGCombiner
corrigentia
2018-12-14
2
-2
/
+2
*
|
Reverse bitangent on everythings to ensure default normal map behavriour is c...
Bastiaan Olij
2018-12-08
2
-13
/
+1
[next]