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
/
plugins
/
shader_file_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2022-07-31
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-02-16
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-14
Remove most EditorNode constructor parameters and fields
trollodel
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-26
Implement Binary Shader Compilation
reduz
2021-07-18
Optimize StringName usage
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
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-05-10
Style: Add missing copyright headers
Rémi Verschelde
2020-04-20
Exposed RenderingDevice to script API
Juan Linietsky