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
/
editor_plugin_settings.cpp
Age
Commit message (
Expand
)
Author
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-07-29
Remove colon from column titles
Haoyu Qiu
2021-07-18
Optimize StringName usage
reduz
2021-07-13
Add header theme type variations to labels
kobewi
2021-07-04
Clean up Tree
reduz
2021-06-28
Implement Tree's internal minimum width calculation
Gilles Roudière
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-01-19
Detect plugins recursively
Shatur95
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-05
Remove connect *_compat methods
Aaron Franke
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-06-30
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
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
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-16
Merge pull request #36184 from volzhs/plugins-checkbox
Rémi Verschelde
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-14
Use checkbox for plugin status instead of option list
volzhs
2020-02-05
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
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-08-30
Warn about all missing keys in plugin.cfg
merumelu
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-15
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-09-14
Add EditorPlugin descriptions to their tooltip
Will Nations
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-26
Add PluginConfigDialog, EditorPluginSettings GUI
Will Nations
2018-02-13
Remove unused variable from plugin settings update
George Marques
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-09-25
Removed most of the custom colors from the interface.
Daniel J. Ramirez
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-08
Several ui improvements (mostly margins)
Daniel J. Ramirez
2017-07-30
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-19
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-06-27
Fix active plugins property name
George Marques
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde