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
*
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
*
|
Merge pull request #38308 from bruvzg/sad_security_circus
Rémi Verschelde
2020-09-07
4
-49
/
+374
|
\
\
|
*
|
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
4
-49
/
+374
*
|
|
Merge pull request #41840 from Chaosus/vs_particles
Juan Linietsky
2020-09-07
2
-75
/
+146
|
\
\
\
|
*
|
|
Remakes particles in visual shaders
Yuri Roubinsky
2020-09-07
2
-75
/
+146
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #41510 from SkyLucilfer/TranslatorComment
Rémi Verschelde
2020-09-07
1
-7
/
+132
|
\
\
\
|
*
|
|
Add translators comments extraction for Editor
SkyJJ
2020-08-25
1
-7
/
+132
*
|
|
|
Fixed expand/collapse folder option not showing in FileSystemDock
Eric M
2020-09-07
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Removes redundant code & fix documentation for VisualShaderNodeCustom
Yuri Roubinsky
2020-09-06
1
-20
/
+0
*
|
|
Use flags instead TYPE_ enum in visual shaders editor
Yuri Roubinsky
2020-09-06
2
-143
/
+152
|
|
/
|
/
|
*
|
Make PosVertex to Vertex slicing explicit.
Marcel Admiraal
2020-09-04
1
-1
/
+1
*
|
Merge pull request #41758 from akien-mga/classref-sync
Rémi Verschelde
2020-09-04
1
-1
/
+1
|
\
\
|
*
|
doc: Sync classref with current source
Rémi Verschelde
2020-09-04
1
-1
/
+1
*
|
|
Merge pull request #41761 from madmiraal/fix-assignment-operators
Rémi Verschelde
2020-09-04
1
-1
/
+1
|
\
\
\
|
*
|
|
Ensure assignment operators return by reference to avoid unnecessary copies.
Marcel Admiraal
2020-09-04
1
-1
/
+1
*
|
|
|
Merge pull request #40996 from Calinou/improve-debug-editor-tooltips
Rémi Verschelde
2020-09-04
2
-11
/
+23
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Improve editor tooltips related to debugging
Hugo Locurcio
2020-08-03
2
-11
/
+23
*
|
|
|
i18n: Sync translations with Weblate
Rémi Verschelde
2020-09-04
62
-2041
/
+2685
|
|
/
/
|
/
|
|
*
|
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
8
-18
/
+18
*
|
|
Merge pull request #41022 from qarmin/fixes_leak_with_creating_settings
Rémi Verschelde
2020-09-03
1
-0
/
+1
|
\
\
\
|
*
|
|
Fixes leak with creating editor settings
Rafał Mikrut
2020-08-04
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #41050 from Calinou/spriteframes-editor-compact
Rémi Verschelde
2020-09-03
1
-1
/
+6
|
\
\
\
|
*
|
|
Make the SpriteFrames animation speed SpinBox take less vertical space
Hugo Locurcio
2020-08-05
1
-1
/
+6
|
|
/
/
*
|
|
Merge pull request #41332 from bruvzg/win_subsys_option
Rémi Verschelde
2020-09-03
2
-0
/
+2
|
\
\
\
|
*
|
|
Revert "[Windows] Attach to parent console instead of creating new one."
bruvzg
2020-08-17
2
-0
/
+2
*
|
|
|
Merge pull request #41702 from kotelifelif/37424
Rémi Verschelde
2020-09-03
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix filtering of search results in SectionedInspector
booer
2020-09-02
1
-1
/
+1
*
|
|
|
|
Merge pull request #41724 from Chaosus/vs_fix_particles
Yuri Roubinsky
2020-09-03
1
-13
/
+22
|
\
\
\
\
\
|
*
|
|
|
|
Restore Particles functionality in visual shader
Yuri Roubinsky
2020-09-03
1
-13
/
+22
|
|
/
/
/
/
[next]