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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix editor inspector refresh not working"
Rémi Verschelde
2020-09-25
2
-11
/
+1
*
Replace AutoKey icon with a more universally understood "record" button
Hugo Locurcio
2020-09-25
1
-1
/
+1
*
i18n: Rename pt_PT to pt
Rémi Verschelde
2020-09-24
1
-4
/
+4
*
i18n: Sync translations with Weblate
Rémi Verschelde
2020-09-24
62
-4381
/
+5860
*
Merge pull request #42014 from Leleat/strip-edges-on-node-rename
Rémi Verschelde
2020-09-24
1
-0
/
+3
|
\
|
*
striped edges on node rename in SceneTreeDock
Leleat
2020-09-13
1
-0
/
+3
*
|
Merge pull request #42018 from Leleat/create-user-dir-if-nonexistant
Rémi Verschelde
2020-09-24
1
-0
/
+2
|
\
\
|
*
|
creater user-dir, if non-existant and pressing 'Open Project Data Folder'
Leleat
2020-09-13
1
-0
/
+2
|
|
/
*
|
Merge pull request #42066 from dalexeev/output_copy
Rémi Verschelde
2020-09-24
1
-1
/
+9
|
\
\
|
*
|
Improvement for the Copy button in the Output Log
Danil Alexeev
2020-09-14
1
-1
/
+9
*
|
|
Merge pull request #42150 from DashCell/resize_tile_shape_fixed
Rémi Verschelde
2020-09-23
1
-0
/
+16
|
\
\
\
|
*
|
|
Fixes the resize of tile shapes when a vertex is outside of the tilesheet. Fi...
Dashcell
2020-09-17
1
-0
/
+16
*
|
|
|
Merge pull request #42129 from kotelifelif/33477
Rémi Verschelde
2020-09-23
2
-3
/
+10
|
\
\
\
\
|
*
|
|
|
Fix changing icons' colors when switch dark and light theme
booer
2020-09-17
2
-3
/
+10
|
|
/
/
/
*
|
|
|
Fix expressions nodes in visual shaders
Yuri Roubinsky
2020-09-22
2
-44
/
+35
*
|
|
|
Fixes DefaultProjectIcon scaling with editor scale
Lunatoid
2020-09-22
1
-1
/
+8
*
|
|
|
Fix UniformRef invalid updating when LineEdit focus out
Yuri Roubinsky
2020-09-22
2
-8
/
+11
*
|
|
|
Fix some bugs in visual shader editor
Yuri Roubinsky
2020-09-21
2
-85
/
+167
|
/
/
/
*
|
|
Show correct name of signal when editing an existing one
Melvin Louwerse
2020-09-15
1
-1
/
+2
*
|
|
Only display the Windows toggle console option if it can actually be used
Hugo Locurcio
2020-09-14
1
-1
/
+3
|
/
/
*
|
Merge pull request #42038 from hoontee/_42027
Rémi Verschelde
2020-09-14
1
-0
/
+1
|
\
\
|
*
|
Fix "Create Trimesh Collision Sibling" transform
hoontee
2020-09-13
1
-0
/
+1
*
|
|
Fix visual shader connection regression
Yuri Roubinsky
2020-09-13
1
-1
/
+1
*
|
|
[VisualShader] Fixes default node's input port not hiding on connection
Yuri Roubinsky
2020-09-13
2
-55
/
+16
|
|
/
|
/
|
*
|
Update shader graph if mode is changed
Yuri Roubinsky
2020-09-12
2
-14
/
+23
*
|
Merge pull request #41955 from Chaosus/vs_performance_fix3
Yuri Roubinsky
2020-09-11
2
-457
/
+664
|
\
\
|
*
|
Improve performance of Add/Remove/Connect/Change nodes in visual shader
Yuri Roubinsky
2020-09-11
2
-457
/
+664
*
|
|
Remove unused Python local variables.
Marcel Admiraal
2020-09-11
1
-1
/
+0
|
/
/
*
|
Remove breakpoints from editor settings
Paulb23
2020-09-10
4
-23
/
+6
*
|
Move safe line color into editor
Paulb23
2020-09-10
2
-7
/
+25
*
|
Move ConnectionGutter to editor code_editor
Paulb23
2020-09-10
3
-9
/
+58
*
|
Add folding gutter to code_edit
Paulb23
2020-09-10
1
-3
/
+1
*
|
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-10
10
-65
/
+57
*
|
Added Line numbers to CodeEdit
Paulb23
2020-09-10
3
-5
/
+5
*
|
Add and convert editor to use CodeEdit
Paulb23
2020-09-10
8
-247
/
+260
*
|
Merge pull request #41954 from Calinou/raycast-rename-cast-to
Rémi Verschelde
2020-09-10
1
-1
/
+1
|
\
\
|
*
|
Rename RayCast's `cast_to` property to `target_position`
Hugo Locurcio
2020-09-10
1
-1
/
+1
*
|
|
Merge pull request #41795 from Hassan-A/tilemap-rotate-fix
Rémi Verschelde
2020-09-10
1
-3
/
+2
|
\
\
\
|
*
|
|
Fix tilemap tiles on horizontal/vertical flips
Haz
2020-09-06
1
-3
/
+2
*
|
|
|
Merge pull request #41935 from Chaosus/vs_texture3d
Rémi Verschelde
2020-09-10
1
-2
/
+5
|
\
\
\
\
|
*
|
|
|
Added Texture3D to visual shaders
Yuri Roubinsky
2020-09-10
1
-2
/
+5
*
|
|
|
|
Remove duplicate or unnecessary Python definitions.
Marcel Admiraal
2020-09-10
1
-2
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #41926 from Calinou/rename-shortcut-sentence-case
Rémi Verschelde
2020-09-09
7
-33
/
+33
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Rename ShortCut to Shortcut which is more grammatically correct
Hugo Locurcio
2020-09-09
7
-33
/
+33
*
|
|
|
Fix build warning in visual_shader_editor
Yuri Roubinsky
2020-09-09
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #41918 from reduz/implement-3d-textures
Juan Linietsky
2020-09-09
5
-17
/
+412
|
\
\
\
|
*
|
|
Implement 3D textures as import and resource format.
reduz
2020-09-09
5
-17
/
+412
*
|
|
|
Improve performance for Show/Hide port preview in visual shaders
Yuri Roubinsky
2020-09-09
2
-18
/
+139
|
/
/
/
*
|
|
Improve performance of Undo:change node position in visual shader
Yuri Roubinsky
2020-09-09
1
-4
/
+3
*
|
|
i18n: Sync translations with Weblate
Rémi Verschelde
2020-09-08
64
-165
/
+400
[next]