summaryrefslogtreecommitdiffstats
path: root/editor/import/collada.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move 3D scene import classes to their own folderAaron Franke2024-01-041-2384/+0
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-504/+504
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-82/+82
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Handle closed splines in Collada importerMark Riedesel2022-10-241-0/+2
* Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android buildRémi Verschelde2022-10-031-8/+0
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* Add a new HashSet templatereduz2022-05-201-5/+5
* Replace most uses of Map by HashMapreduz2022-05-161-10/+10
* Rename Basis "elements" to "rows"Aaron Franke2022-04-291-18/+18
* Fix cppcheck const parametersMarkus Sauermann2022-04-281-1/+1
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-26/+0
* String: Add contains().Anilforextra2022-02-041-4/+4
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-13/+13
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-4/+4
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-12/+16
* Use range iterators for `Map`Lightning_A2021-09-301-10/+10
* Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-2/+2
* Merge pull request #48560 from SaracenOne/collada_semantic_fix_4_0Rémi Verschelde2021-08-191-0/+5
|\
| * Fix to parsing some Collada with extra vertex semantics referenced only in th...Saracen2021-05-081-0/+5
* | Rename Transform to Transform3D in coreAaron Franke2021-06-031-26/+25
|/
* Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-17/+17
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-112/+218
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-281/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Move DocData and Collada out of their subfoldersRémi Verschelde2020-03-241-0/+2582