summaryrefslogtreecommitdiffstats
path: root/editor/project_converter_3_to_4.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-2/+4
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-6/+6
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-9/+9
* Add ufbx for FBX importingK. S. Ernest (iFire) Lee2024-02-231-1/+1
* Add deprecation notice to a duplicate method of class `Window`Jakub Marcowski2024-01-121-1/+1
* Merge pull request #85837 from akien-mga/clang-format-16Rémi Verschelde2024-01-051-99/+100
|\
| * Style: Mark clang-format 16 as supported for pre-commit hookRémi Verschelde2023-12-061-99/+100
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-6/+6
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-6/+6
| |/
* / project upgrade tool: better space handling in "export"pancelor2023-12-281-4/+5
|/
* Fix some typos in source.emacser02023-10-041-3/+3
* Fix conversion of hex color strings in project converterEric Liu2023-09-291-1/+29
* Merge pull request #79277 from akien-mga/godot-4-everRémi Verschelde2023-07-101-23/+23
|\
| * Change explicit 'Godot 4.0' references to 'Godot 4'Rémi Verschelde2023-07-101-23/+23
* | Fix `Camera2D.rotating` not being converted and reversed properlyEmmanouil Papadeas2023-07-101-4/+5
|/
* Merge pull request #74567 from Garym3/3-to-4-converter-brace-aggregate-fixRémi Verschelde2023-06-201-9/+5
|\
| * Fix braces handling when parsing method arguments on project conversionGarym32023-06-201-9/+5
* | Merge pull request #76179 from Maran23/pause-mode-convert-fixRémi Verschelde2023-06-191-2/+24
|\ \
| * | Fix pause_mode may not be converted correctly in .tscn files.Marius Hanl2023-04-171-2/+24
* | | Merge pull request #74580 from Garym3/3-to-4-converter-fix-ogg-import-file-co...Rémi Verschelde2023-06-161-0/+2
|\ \ \
| * | | Fix runtime crash due to missing importer's name conversion inside .import fi...Garym32023-06-151-0/+2
| | |/ | |/|
* | | Merge pull request #77615 from jpcerrone/add_joypad_conversionRémi Verschelde2023-06-131-0/+98
|\ \ \
| * | | Add joypad input map conversion to project converter.jpcerrone2023-05-291-0/+98
* | | | Merge pull request #75900 from Maran23/project-converter-declaring-inferring-...Rémi Verschelde2023-06-121-7/+14
|\ \ \ \
| * | | | Fix exported variables declaring or inferring the type were not converted cor...Marius Hanl2023-06-121-7/+14
* | | | | Improve function detection to avoid accidental conversionMarius Hanl2023-06-121-35/+59
|/ / / /
* / / / removing assert statement from the project converterAlex Drozd2023-06-101-15/+0
|/ / /
* | | Ensure quotes are escaped when converting builtin scriptsNinni Pipping2023-05-231-37/+49
* | | Fix Input Map key assignments missing after project conversionjpcerrone2023-05-161-0/+1
| |/ |/|
* | Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.bruvzg2023-03-211-1/+1
* | Merge pull request #74624 from Maran23/converter-theme-overridesYuri Sizov2023-03-151-0/+14
|\ \
| * | Add conversion for common Theme OverridesMarius Hanl2023-03-101-0/+14
* | | Add parentheses around arguments when converting xformclayjohn2023-03-091-4/+4
|/ /
* / Add some missing renames to 3to4 tool.Ryan Roden-Corrent2023-03-061-0/+4
|/
* Move tool declarations to top in 3to4.Ryan Roden-Corrent2023-03-061-6/+17
* Merge pull request #74306 from dalexeev/gds-var-colon-styleRémi Verschelde2023-03-061-7/+7
|\
| * Fix GDScript code style regarding colonDanil Alexeev2023-03-051-7/+7
* | Project Converter: Do not convert lines that start with a commentMarius Hanl2023-03-061-75/+151
* | Correct superclass constructors in 3to4.Ryan Roden-Corrent2023-03-041-10/+14
|/
* Merge pull request #74237 from AThousandShips/convert_keycodeRémi Verschelde2023-03-031-0/+62
|\
| * Add keycode project conversionNinni Pipping2023-03-021-0/+62
* | Don't strip whitespace when converting 3to4.Ryan Roden-Corrent2023-03-021-54/+54
|/
* Add 3-to-4 renames for project settings in project.godotRémi Verschelde2023-02-271-3/+12
* Merge pull request #73954 from KoBeWi/BugExRémi Verschelde2023-02-261-5/+5
|\
| * Fix wrong OS regex in project converterkobewi2023-02-261-5/+5
* | Converter: Rename 3.x Vector2 clamped to limit_lengthThomas Lobig2023-02-261-10/+10
|/
* Implement automatic rename for projectGordon MacPherson2023-02-221-2/+8
* Clean up ProjectConverter3To4 architecture, move renames map to separate fileRémi Verschelde2023-02-101-1917/+145
* Fix no-regex build for ProjectConverter3to4Rémi Verschelde2023-02-031-3/+4
* Allow .gdshader files in 3to4 conversiontbxMb2023-02-021-1/+1