summaryrefslogtreecommitdiffstats
path: root/modules/vhacd
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-272-4/+4
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-112-0/+4
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-0/+2
* Add Mesh ConvexDecompositionSettings wrappersmix82023-04-071-14/+14
* One Copyright Update to rule them allRémi Verschelde2023-01-052-58/+58
* Refactor module initializationreduz2022-05-042-4/+14
* Update copyright statements to 2022Rémi Verschelde2022-01-032-4/+4
* Clean convex hull decomposition codePouleyKetchoupp2021-09-141-28/+24
* Improve collision generation usability in the new 3D scene import workflow.AndreaCatania2021-09-081-6/+17
* Some work on double supportAaron Franke2021-08-091-1/+1
* Options to clean/simplify convex hull generated from meshPouleyKetchoupp2021-07-071-2/+6
* Disable 3D-only modules when 3D is disabledAaron Franke2021-06-031-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-3/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-4/+4
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* SCons: Enable C++11 on the whole codebaseRémi Verschelde2019-07-221-4/+0
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-11/+10
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-1/+1
* Use c++11 for vhacd because VHACD-ASYNC.cpp wants itWindy Darian2019-04-111-0/+4
* Bundled VHACD library for convex decomposition.Juan Linietsky2019-04-104-0/+160