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
/
plugin_config_dialog.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve plugin dialog UX
kobewi
2022-05-07
1
-25
/
+31
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-3
/
+3
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-1
/
+1
*
Various code and documentation improvements
kobewi
2022-03-05
1
-2
/
+2
*
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Improve editor template workflow
fabriceci
2022-01-02
1
-44
/
+10
*
Fix `PluginConfigDialog` UI broken
Zae
2021-12-11
1
-0
/
+2
*
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-12
1
-1
/
+1
*
Fix plugin create dialog subfolder and script field validity checks
jmb462
2021-10-17
1
-0
/
+8
*
Expose and cleanup TextEdit line wrap API
Paulb23
2021-08-12
1
-1
/
+1
*
Fix various typos
luz paz
2021-07-25
1
-1
/
+1
*
Optimize StringName usage
reduz
2021-07-18
1
-3
/
+3
*
Merge pull request #41788 from EricEzaM/PR/proj-settings-fix
Rémi Verschelde
2021-07-15
1
-7
/
+95
|
\
|
*
Added validation to plugin creation.
Eric M
2021-07-12
1
-7
/
+95
*
|
Misc cleanup of header includes
Rémi Verschelde
2021-07-15
1
-0
/
+1
|
/
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Wrap description TextEdit of plugin config dialog
Haoyu Qiu
2021-05-31
1
-0
/
+1
*
Fix Create Plugin after GD Annotation Changes
sboronczyk
2021-03-13
1
-1
/
+1
*
Fix enabling of created plugin
Shatur95
2021-03-06
1
-1
/
+5
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-5
/
+5
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-4
/
+5
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-7
/
+4
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-4
/
+4
*
Use modules_enabled.gen.h to improve inter dependency checks
Rémi Verschelde
2020-02-07
1
-1
/
+13
*
Make script made via plugin creation obey syntax settings
Michael Alexsander
2020-01-21
1
-5
/
+8
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-08-07
1
-1
/
+2
*
PluginConfigDialog: Slight usability changes
merumelu
2019-02-12
1
-1
/
+9
*
PluginConfigDialog: Add partial support for more script language
Ignacio Etcheverry
2019-01-23
1
-8
/
+21
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Resize some editor panel minimum sizes on hiDPI displays
Hugo Locurcio
2018-10-20
1
-1
/
+1
*
PluginConfigDialog: pass subfolder name instead of plugin name on creation
merumelu
2018-10-02
1
-2
/
+5
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-1
/
+0
*
Add PluginConfigDialog, EditorPluginSettings GUI
Will Nations
2018-07-26
1
-0
/
+230