index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
project_converter_3_to_4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
/
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-24
/
+24
*
Merge pull request #70913 from Maran23/4-x-some-more-missing-properties-to-go...
Rémi Verschelde
2023-01-20
1
-1
/
+29
|
\
|
*
Add more missing properties/methods to the converter.
Marius Hanl
2023-01-20
1
-1
/
+29
*
|
Add InputMap conversion
Marius Hanl
2023-01-20
1
-0
/
+25
|
/
*
Add missed OS window settings to project converter, fix fullscreen indents.
G-Shadow
2023-01-19
1
-5
/
+219
*
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-3
/
+0
*
Add missing functions in the Control node when converting project
Nong Van Tinh
2023-01-11
1
-0
/
+4
*
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-09
1
-3
/
+0
*
Added Rect (rect_) properties to the c# migration table
Marius Hanl
2023-01-05
1
-1
/
+9
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-1
/
+1
*
Remove `Array.find_last()`
Micky
2022-11-25
1
-1
/
+2
*
Merge pull request #68946 from timothyqiu/setget-3to4
Rémi Verschelde
2022-11-21
1
-7
/
+7
|
\
|
*
Complete setget 3to4 conversion
Haoyu Qiu
2022-11-21
1
-7
/
+7
*
|
Fix not enough arguments error when validating 3to4 conversion
Haoyu Qiu
2022-11-21
1
-1
/
+1
|
/
*
Add raise -> move_to_front rename line
Chenzo
2022-11-17
1
-0
/
+1
*
Add EditorInterface.get_selected_paths()
cespeute
2022-11-14
1
-0
/
+1
[next]