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
/
scene
/
resources
/
surface_tool.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+1
|
\
|
*
Rewrite index optimization code for maximum efficiency
Arseny Kapoulkine
2024-11-04
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
|
/
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-4
/
+4
*
Improve SurfaceTool::generate_tangents UV error message
maski
2024-06-20
1
-1
/
+1
*
Fix `SurfaceTool.create_from_arrays` crash with bad index
jsjtxietian
2024-04-26
1
-0
/
+2
*
Expose create_from_arrays in SurfaceTool and cleanup some naming
Lyuma
2024-04-19
1
-4
/
+9
*
Merge pull request #88890 from clayjohn/SurfaceTool-tangent-hash
Rémi Verschelde
2024-02-27
1
-0
/
+4
|
\
|
*
Include tangent in SurfaceTool vertex compare operator
clayjohn
2024-02-26
1
-0
/
+4
*
|
Properly calculate binormal when creating SurfaceTool from arrays
clayjohn
2024-02-23
1
-3
/
+3
|
/
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-5
/
+5
*
Cleanup instances of using uint32_t for mesh formats
Clay
2023-10-12
1
-4
/
+4
*
Vertex and attribute compression to reduce the size of the vertex format.
clayjohn
2023-10-05
1
-6
/
+6
*
[Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-2
/
+2
*
Fix parameters passing to `add_triangle_fan` method.
Kirill Diduk
2023-06-08
1
-1
/
+1
*
Merge pull request #77902 from dalexeev/doc-unify-deprecations
Rémi Verschelde
2023-06-07
1
-0
/
+2
|
\
|
*
Documentation: Unify deprecations
Danil Alexeev
2023-06-07
1
-0
/
+2
*
|
Single Compilation Unit build.
lawnjelly
2023-06-06
1
-2
/
+2
|
/
*
Merge pull request #76418 from reduz/method-bind-validated-call
Rémi Verschelde
2023-05-08
1
-1
/
+5
|
\
|
*
Add ValidatedCall to MethodBind
Juan Linietsky
2023-04-30
1
-1
/
+5
*
|
Fix SurfaceTool::create_from_blend_shape()
smix8
2023-05-02
1
-3
/
+15
|
/
*
Fix SurfaceTool crash with invalid bone/weight count
Rémi Verschelde
2023-02-12
1
-2
/
+2
*
meshoptimizer: Sync with upstream commit 4a287848f
Rémi Verschelde
2023-01-31
1
-1
/
+2
*
Make SurfaceTool.generate_normals() behave in a consistent manner in regard t...
Mark Riedesel
2023-01-26
1
-10
/
+36
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-18
/
+16
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix usages of mesh simplification functions in float=64 builds
Marc Gilleron
2022-11-12
1
-1
/
+1
*
Remove usage of unitialized variables
Rafał Mikrut
2022-10-01
1
-1
/
+1
*
Clean up Hash Functions
reduz
2022-06-20
1
-1
/
+2
*
`SurfaceTool.set_custom_format` Fixes and documentation.
Lyuma
2022-06-14
1
-29
/
+34
*
Add a new HashMap implementation
reduz
2022-05-12
1
-1
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-9
/
+18
*
Improvements and fixes to occluders
jfons
2022-02-07
1
-0
/
+79
*
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-20
1
-1
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add check to SurfaceTool.generate_lod(); ensure target index count between 0 ...
Mark Riedesel
2021-10-16
1
-0
/
+2
*
Validate before passing indices to meshoptimizer
Haoyu Qiu
2021-09-27
1
-0
/
+1
*
8 uvs for glTF2, URI decode and Vertex Custom api.
Lyuma
2021-09-10
1
-10
/
+39
*
Fix crash when number of indices to optimize is not a multiple of 3
Haoyu Qiu
2021-08-02
1
-0
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Merge pull request #49401 from fire/8-weights
K. S. Ernest (iFire) Lee
2021-06-16
1
-2
/
+10
|
\
|
*
Fix 8 bone weights in glTF2
K. S. Ernest (iFire) Lee
2021-06-07
1
-2
/
+10
*
|
Fix tangents array in SurfaceTool
jfons
2021-06-12
1
-4
/
+4
|
/
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-1
/
+1
*
Update with experimental mesh optimizer.
K. S. Ernest (iFire) Lee
2021-05-22
1
-0
/
+1
*
Fix SurfaceTool crash when passing invalid Mesh
rafallus
2021-05-01
1
-0
/
+8
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
*
Improved 3D Scene Importer
Juan Linietsky
2021-03-22
1
-0
/
+9
[next]