summaryrefslogtreecommitdiffstats
path: root/scene/resources/mesh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\|
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-5/+5
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-5/+5
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-111-14/+14
* Fix shadow mesh recursion.Radiant2024-08-311-0/+1
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Expose create_from_arrays in SurfaceTool and cleanup some namingLyuma2024-04-191-1/+1
* Disable all 3D nodes, physics, and resources when compiling without 3DAaron Franke2024-03-111-0/+6
* Move 3D-only resources to their own folderAaron Franke2024-02-261-2/+2
* Fix some additional errors with 3D disabledA Thousand Ships2024-02-231-0/+2
* Store ArrayMesh path in RenderingServer for use in error messagesclayjohn2023-11-141-0/+2
* Fix multiple issues with UV compressionclayjohn2023-10-301-0/+2
* Merge pull request #84054 from AThousandShips/mesh_fixRémi Verschelde2023-10-271-1/+1
|\
| * Fix invalid return from some `_get/_set`A Thousand Ships2023-10-271-1/+1
* | Fix crash when upgrading meshes from 3.x formatclayjohn2023-10-271-1/+1
|/
* Some more fixes for compressed meshesclayjohn2023-10-241-1/+8
* Implementation of tool to automatically upgrade and re-save meshesclayjohn2023-10-231-1/+1
* Sanitize tangents when creating mesh surfaces to avoid triggering the compres...clayjohn2023-10-131-0/+10
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-16/+30
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-2/+2
* Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-1/+5
* Add Mesh ConvexDecompositionSettings wrappersmix82023-04-071-3/+167
* Prevent crash in ImmediateMesh.create_outline by ensuringChris Hutchinson2023-02-141-0/+3
* Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde2023-01-231-0/+8
|\
| * Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek2023-01-231-0/+8
* | Merge pull request #71214 from SekoiaTree/remove_mesh_surface_compatRémi Verschelde2023-01-231-11/+0
|\ \
| * | Remove compatibility code for Mesh surfacesSekoiaTree2023-01-111-11/+0
| |/
* | Merge pull request #69619 from m4gr3d/address_android_editor_crashes_mainRémi Verschelde2023-01-221-0/+1
|\ \
| * | Address Android editor crashesFredia Huya-Kouadio2022-12-051-0/+1
* | | Fix LOD sort order; checks in add_surface; and document all parameters of `Ar...RedworkDE2023-01-191-1/+4
| |/ |/|
* | Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-33/+33
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+2
* | Switch surface indexing to start at 0 so string name matches integer indexclayjohn2022-12-161-5/+17
|/
* Simplify GDVIRTUAL_REQUIRED_CALL callskobewi2022-11-301-68/+32
* Use a more specific type for Mesh create_(convex|trimesh)_shapeAaron Franke2022-11-251-3/+3
* fix old mesh conversion offsetsnikitalita2022-11-101-6/+6
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-3/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-21/+21
* Revert usage of typed array in `add_surface_from_arrays` parametersYuri Rubinsky2022-09-021-1/+1
* Change Array arguments to TypedArraykobewi2022-09-011-1/+1
* Replace Array return types with TypedArray 2kobewi2022-08-231-5/+5
* Merge pull request #60309 from The-O-King/octRémi Verschelde2022-08-221-102/+47
|\
| * Octahedral Normal/Tangent CompressionOmar El Sheikh2022-08-131-102/+47
* | Clean up mesh include code and commentsAaron Franke2022-08-201-3/+2