index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugin_config_dialog.cpp
Age
Commit message (
Expand
)
Author
2022-11-11
Use forward-declarations in EditorPlugin where possible
trollodel
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-27
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-09
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-05-07
Improve plugin dialog UX
kobewi
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-05
Various code and documentation improvements
kobewi
2022-02-16
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Improve editor template workflow
fabriceci
2021-12-11
Fix `PluginConfigDialog` UI broken
Zae
2021-11-12
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-10-17
Fix plugin create dialog subfolder and script field validity checks
jmb462
2021-08-12
Expose and cleanup TextEdit line wrap API
Paulb23
2021-07-25
Fix various typos
luz paz
2021-07-18
Optimize StringName usage
reduz
2021-07-15
Merge pull request #41788 from EricEzaM/PR/proj-settings-fix
Rémi Verschelde
2021-07-15
Misc cleanup of header includes
Rémi Verschelde
2021-07-12
Added validation to plugin creation.
Eric M
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-31
Wrap description TextEdit of plugin config dialog
Haoyu Qiu
2021-03-13
Fix Create Plugin after GD Annotation Changes
sboronczyk
2021-03-06
Fix enabling of created plugin
Shatur95
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-07
Use modules_enabled.gen.h to improve inter dependency checks
Rémi Verschelde
2020-01-21
Make script made via plugin creation obey syntax settings
Michael Alexsander
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-24
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-07
Add some code changes/fixes proposed by Coverity and Clang Tidy
qarmin
2019-02-12
PluginConfigDialog: Slight usability changes
merumelu
2019-01-23
PluginConfigDialog: Add partial support for more script language
Ignacio Etcheverry
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-20
Resize some editor panel minimum sizes on hiDPI displays
Hugo Locurcio
2018-10-02
PluginConfigDialog: pass subfolder name instead of plugin name on creation
merumelu
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-07-26
Add PluginConfigDialog, EditorPluginSettings GUI
Will Nations