| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #79277 from akien-mga/godot-4-ever | Rémi Verschelde | 2023-07-10 | 1 | -23/+23 |
|\ |
|
| * | Change explicit 'Godot 4.0' references to 'Godot 4' | Rémi Verschelde | 2023-07-10 | 1 | -23/+23 |
* | | Fix `Camera2D.rotating` not being converted and reversed properly | Emmanouil Papadeas | 2023-07-10 | 1 | -4/+5 |
|/ |
|
* | Merge pull request #74567 from Garym3/3-to-4-converter-brace-aggregate-fix | Rémi Verschelde | 2023-06-20 | 1 | -9/+5 |
|\ |
|
| * | Fix braces handling when parsing method arguments on project conversion | Garym3 | 2023-06-20 | 1 | -9/+5 |
* | | Merge pull request #76179 from Maran23/pause-mode-convert-fix | Rémi Verschelde | 2023-06-19 | 1 | -2/+24 |
|\ \ |
|
| * | | Fix pause_mode may not be converted correctly in .tscn files. | Marius Hanl | 2023-04-17 | 1 | -2/+24 |
* | | | Merge pull request #74580 from Garym3/3-to-4-converter-fix-ogg-import-file-co... | Rémi Verschelde | 2023-06-16 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Fix runtime crash due to missing importer's name conversion inside .import fi... | Garym3 | 2023-06-15 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #77615 from jpcerrone/add_joypad_conversion | Rémi Verschelde | 2023-06-13 | 1 | -0/+98 |
|\ \ \ |
|
| * | | | Add joypad input map conversion to project converter. | jpcerrone | 2023-05-29 | 1 | -0/+98 |
* | | | | Merge pull request #75900 from Maran23/project-converter-declaring-inferring-... | Rémi Verschelde | 2023-06-12 | 1 | -7/+14 |
|\ \ \ \ |
|
| * | | | | Fix exported variables declaring or inferring the type were not converted cor... | Marius Hanl | 2023-06-12 | 1 | -7/+14 |
* | | | | | Improve function detection to avoid accidental conversion | Marius Hanl | 2023-06-12 | 1 | -35/+59 |
|/ / / / |
|
* / / / | removing assert statement from the project converter | Alex Drozd | 2023-06-10 | 1 | -15/+0 |
|/ / / |
|
* | | | Ensure quotes are escaped when converting builtin scripts | Ninni Pipping | 2023-05-23 | 1 | -37/+49 |
* | | | Fix Input Map key assignments missing after project conversion | jpcerrone | 2023-05-16 | 1 | -0/+1 |
| |/
|/| |
|
* | | Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions. | bruvzg | 2023-03-21 | 1 | -1/+1 |
* | | Merge pull request #74624 from Maran23/converter-theme-overrides | Yuri Sizov | 2023-03-15 | 1 | -0/+14 |
|\ \ |
|
| * | | Add conversion for common Theme Overrides | Marius Hanl | 2023-03-10 | 1 | -0/+14 |
* | | | Add parentheses around arguments when converting xform | clayjohn | 2023-03-09 | 1 | -4/+4 |
|/ / |
|
* / | Add some missing renames to 3to4 tool. | Ryan Roden-Corrent | 2023-03-06 | 1 | -0/+4 |
|/ |
|
* | Move tool declarations to top in 3to4. | Ryan Roden-Corrent | 2023-03-06 | 1 | -6/+17 |
* | Merge pull request #74306 from dalexeev/gds-var-colon-style | Rémi Verschelde | 2023-03-06 | 1 | -7/+7 |
|\ |
|
| * | Fix GDScript code style regarding colon | Danil Alexeev | 2023-03-05 | 1 | -7/+7 |
* | | Project Converter: Do not convert lines that start with a comment | Marius Hanl | 2023-03-06 | 1 | -75/+151 |
* | | Correct superclass constructors in 3to4. | Ryan Roden-Corrent | 2023-03-04 | 1 | -10/+14 |
|/ |
|
* | Merge pull request #74237 from AThousandShips/convert_keycode | Rémi Verschelde | 2023-03-03 | 1 | -0/+62 |
|\ |
|
| * | Add keycode project conversion | Ninni Pipping | 2023-03-02 | 1 | -0/+62 |
* | | Don't strip whitespace when converting 3to4. | Ryan Roden-Corrent | 2023-03-02 | 1 | -54/+54 |
|/ |
|
* | Add 3-to-4 renames for project settings in project.godot | Rémi Verschelde | 2023-02-27 | 1 | -3/+12 |
* | Merge pull request #73954 from KoBeWi/BugEx | Rémi Verschelde | 2023-02-26 | 1 | -5/+5 |
|\ |
|
| * | Fix wrong OS regex in project converter | kobewi | 2023-02-26 | 1 | -5/+5 |
* | | Converter: Rename 3.x Vector2 clamped to limit_length | Thomas Lobig | 2023-02-26 | 1 | -10/+10 |
|/ |
|
* | Implement automatic rename for project | Gordon MacPherson | 2023-02-22 | 1 | -2/+8 |
* | Clean up ProjectConverter3To4 architecture, move renames map to separate file | Rémi Verschelde | 2023-02-10 | 1 | -1917/+145 |
* | Fix no-regex build for ProjectConverter3to4 | Rémi Verschelde | 2023-02-03 | 1 | -3/+4 |
* | Allow .gdshader files in 3to4 conversion | tbxMb | 2023-02-02 | 1 | -1/+1 |
* | Audio rename (device, capture_device) -> (output_device, input_device) | souplamp | 2023-01-31 | 1 | -0/+14 |
* | Merge pull request #57520 from jordigcs/gd-rename-map | Rémi Verschelde | 2023-01-31 | 1 | -15/+17 |
|\ |
|
| * | Add hint for identifiers renamed since Godot 3 | jordi | 2023-01-24 | 1 | -15/+17 |
* | | Merge pull request #72357 from aaronfranke/area-gravity-unit-dist | Rémi Verschelde | 2023-01-31 | 1 | -6/+6 |
|\ \ |
|
| * | | Replace Area gravity point distance scale with unit distance | Aaron Franke | 2023-01-29 | 1 | -6/+6 |
* | | | Refactor high quality texture import | Juan Linietsky | 2023-01-30 | 1 | -5/+2 |
|/ / |
|
* | | Add window size settings in 3to4 conversion | Haoyu Qiu | 2023-01-28 | 1 | -0/+4 |
* | | Merge pull request #71907 from TokageItLab/change-animated-sprite-api | Rémi Verschelde | 2023-01-27 | 1 | -1/+1 |
|\ \ |
|
| * | | Make AnimatedSprite's playback API consistent with AnimationPlayer | Silc Renew | 2023-01-26 | 1 | -1/+1 |
* | | | GDScript: Allow constant expressions in annotations | Danil Alexeev | 2023-01-25 | 1 | -20/+20 |
* | | | Improve clarity of Tree's activated/double-clicked signals | Aaron Franke | 2023-01-24 | 1 | -0/+1 |
| |/
|/| |
|
* | | Convert en_GB spelling to en_US with codespell | Rémi Verschelde | 2023-01-23 | 1 | -0/+1 |
|/ |
|