summaryrefslogtreecommitdiffstats
path: root/editor/project_converter_3_to_4.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Audio rename (device, capture_device) -> (output_device, input_device)souplamp2023-01-311-0/+14
* Merge pull request #57520 from jordigcs/gd-rename-mapRémi Verschelde2023-01-311-15/+17
|\
| * Add hint for identifiers renamed since Godot 3jordi2023-01-241-15/+17
* | Merge pull request #72357 from aaronfranke/area-gravity-unit-distRémi Verschelde2023-01-311-6/+6
|\ \
| * | Replace Area gravity point distance scale with unit distanceAaron Franke2023-01-291-6/+6
* | | Refactor high quality texture importJuan Linietsky2023-01-301-5/+2
|/ /
* | Add window size settings in 3to4 conversionHaoyu Qiu2023-01-281-0/+4
* | Merge pull request #71907 from TokageItLab/change-animated-sprite-apiRémi Verschelde2023-01-271-1/+1
|\ \
| * | Make AnimatedSprite's playback API consistent with AnimationPlayerSilc Renew2023-01-261-1/+1
* | | GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-251-20/+20
* | | Improve clarity of Tree's activated/double-clicked signalsAaron Franke2023-01-241-0/+1
| |/ |/|
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-0/+1
|/
* Use range iterators in LocalVector loopskobewi2023-01-211-24/+24
* Merge pull request #70913 from Maran23/4-x-some-more-missing-properties-to-go...Rémi Verschelde2023-01-201-1/+29
|\
| * Add more missing properties/methods to the converter.Marius Hanl2023-01-201-1/+29
* | Add InputMap conversionMarius Hanl2023-01-201-0/+25
|/
* Add missed OS window settings to project converter, fix fullscreen indents.G-Shadow2023-01-191-5/+219
* Remove set_drag_forwarding_compat()kobewi2023-01-141-3/+0
* Add missing functions in the Control node when converting projectNong Van Tinh2023-01-111-0/+4
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-3/+0
* Added Rect (rect_) properties to the c# migration tableMarius Hanl2023-01-051-1/+9
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
* Remove `Array.find_last()`Micky2022-11-251-1/+2
* Merge pull request #68946 from timothyqiu/setget-3to4Rémi Verschelde2022-11-211-7/+7
|\
| * Complete setget 3to4 conversionHaoyu Qiu2022-11-211-7/+7
* | Fix not enough arguments error when validating 3to4 conversionHaoyu Qiu2022-11-211-1/+1
|/
* Add raise -> move_to_front rename lineChenzo2022-11-171-0/+1
* Add EditorInterface.get_selected_paths()cespeute2022-11-141-0/+1