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
*
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
*
|
Fix csgshape collider without object id
Aron Castro
2018-12-03
1
-0
/
+2
*
|
Merge pull request #23760 from BastiaanOlij/fix_tangent_direction
Rémi Verschelde
2018-11-20
1
-8
/
+6
|
\
\
|
*
|
Fixing tangent and binormal logic
Bastiaan Olij
2018-11-19
1
-8
/
+6
*
|
|
Adding UVs on end caps
Bastiaan Olij
2018-11-19
1
-3
/
+34
|
/
/
*
|
Adding mikkt tangent support to CSG objects
Bastiaan Olij
2018-11-17
3
-3
/
+145
*
|
Fix CSG shape generation with meshes without indices, fixes #23364
Juan Linietsky
2018-11-01
1
-2
/
+2
|
/
*
Added a fail condition to prevent a crash
Jean-François Michaud
2018-10-15
1
-0
/
+5
*
Remove redundant "== true" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
Fix GCC 8 warnings about potentially unitialized variables
Rémi Verschelde
2018-10-04
2
-2
/
+2
*
Fix some more warnings reported by CI
Rémi Verschelde
2018-10-03
1
-1
/
+1
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-5
/
+5
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-5
/
+5
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
2
-12
/
+12
|
/
[next]